﻿@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: transparent;
	color: #333333;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	font-family:Arial, Helvetica, Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,tr,th,td,blockquote,address,form {
	padding: 0px;
	margin: 0px;
	font-size: 1.0em;
	font-style: normal;
	line-height: 1.4em;
}

h3,h4,h5,h6,p,li,dt,dd,th,td,blockquote,address,form {
	font-size: 0.9em;
}

ul li {
	list-style-type: none;
}

dl dd {
	margin-left: 1em;
}

a img {
	border: 0;
}

/* 非表示設定 */
.invisible {
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	text-indent: -9999px;
}

.larger_font {
	font-size: 0.8em;
}	

.smaller_font {
	font-size: 0.75em;
}

.ulinp {
	font-size: 1.1em;
}

.fw_bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.color666 {
	color: #666666;
}

.color063 {
	color: #006633;
}

.color096 {
	color: #009966;
}

.red {
	color: #ff0000;
}

.mt05 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt13 {
	margin-top: 13px;
}

.mt15 {
	margin-top: 15px;
}

.mb00 {
	margin-bottom: 0px;
}

.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb21em {
	margin-bottom: 21em;
}

.pb80 {
	padding-bottom: 80px;
}

.pb6em {
	padding-bottom: 6em;
}

.pb11em {
	padding-bottom: 11em;
}

.pb21em {
	padding-bottom: 21em;
}

.pb30em {
	padding-bottom: 30em;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}



