@charset "Shift_JIS";


/* フォントサイズ */

.f10 { font-size:10px; line-height:140%; }
.f12 { font-size:12px; line-height:160%; }
.f14 { font-size:14px; line-height:160%; }
.f16 { font-size:16px; line-height:160%; }
.f18 { font-size:18px; line-height:160%; }


/* リンク色 */

a:link    { color:#339933; text-decoration:underline; }
a:visited { color:#339933; text-decoration:underline; }
a:active  { color:#339933; text-decoration:underline; }
a:hover   { color:#ff6633; text-decoration:none; }


/* 共通設定 */

body {
	font-size: 12px;
	line-height:160%;
	background-color:#d6f5d6;
	background-image:url(../../shared/images/bg_01.jpg);
	background-repeat:repeat-x;
	color:#333333;
	margin: 0px;
	padding: 0px;
	}

th, td  {
	font-size: 12px;
	line-height:160%;
	color:#333333;
	margin: 0px;
	padding: 0px;
	}

img {
	vertical-align: top;
	border:0px;
	}

.bold {
	font-weight:bolder;
	}

.s5 {
	margin: 0px 0px 5px 0px;
	}

.s10 {
	margin: 0px 0px 10px 0px;
	}

.s15 {
	margin: 0px 0px 15px 0px;
	}

.s20 {
	margin: 0px 0px 20px 0px;
	}

.s30 {
	margin: 0px 0px 30px 0px;
	}

.s40 {
	margin: 0px 0px 40px 0px;
	}


.mgt5 {
	margin-top: 5px;
}

.mgt10 {
	margin-top: 10px;
	}

.mgt20 {
	margin-top: 20px;
	}

.mgt25 {
	margin-top: 25px;
	}

.mgt30 {
	margin-top: 30px;
	}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p20 {
	padding: 20px;
}

.p30 {
	padding: 30px;
}

.icon1 {
	text-align:left;
	background-image: url(../../shared/images/icon_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}

.icon2 {
	text-align:left;
	background-image: url(../../shared/images/icon_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}

.clear {
	clear: both; 
}

.left {
	float: left;
}

.right {
	float: right;
}

.white {
	color: #ffffff;
}

.green {
	color: #339933;
}

.pink {
	color: #ff3366;
}

.orange {
	color: #ff6633;
}

.footer a:link    { color: #ffffff; text-decoration: none; }
.footer a:visited { color: #ffffff; text-decoration: none; }
.footer a:active  { color: #ffffff; text-decoration: none; }
.footer a:hover   { color: #ffff33; text-decoration: none; }