@charset "UTF-8";

/*	ページ共通部分
----------------------------------------------------------------------------------------------------------------------------------*/
body {
	color: #333333;
	background-color: #F0F0F0;
	text-align:center;
	background-image: url(../img/bg1.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
}
/* IE7でpadding指定 */ 
*:first-child+html body { 
padding-left: 1px; 
} 
/* IE6以下でpadding指定 */ 
*html body { 
padding-left: 1px; 
}


#wrapper {
	width: 950px;
	margin: 0 auto;
}





/*-- コンテンツ --------*/




/*-- リンク --------*/

a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

p.pagetop {
	font-size: 12px;
	text-align: right;
	width: 870px;
	line-height: 3;
}

a.link_t{
	background-image: url(../img/ya_raight_or.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
}

a.link_b{
	background-image: url(../img/icon_blank.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 1px;
}
a.link_b_s{
	background-image: url(../img/icon_blank.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

p {
	line-height: 1.6;
}
span.bold_red {
	font-weight: bold;
	color: #FF0000;
}


.fl {
	float: left;
}
.fr {
	float: right;
}
.a_right {
	text-align: right;
}
.a_center {
	text-align: center;
}
.a_left {
	text-align: left;
}

.clear{
	clear: both;
}

.mtm10 {
 margin-top: -10px;
}
.mtm20 {
 margin-top: -20px;
}
.mtm25 {
 margin-top: -25px;
}

.mt5 {
 margin-top: 5px;
}
.mt8 {
 margin-top: 8px;
}
.mt10 {
 margin-top: 10px;
}
.mt15 {
 margin-top: 15px;
}
.mt20 {
 margin-top: 20px;
}
.mt24 {
 margin-top: 24px;
}
.mt25 {
 margin-top: 25px;
}
.mt30 {
 margin-top: 30px;
}
.mt100 {
 margin-top: 100px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}

.mr20 {
 margin-right: 20px;
}

.ml5 {
 margin-left: 5px;
}
.ml10 {
 margin-left: 10px;
}

.ml20 {
 margin-left: 20px;
}
.pl20 {
 padding-left: 20px;
}

