@charset "UTF-8";

/*TOPページ専用-------------------------------------*/
body{
	background-color: #FFF;
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:140%;
	color:#000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
}

#wrapper{
	background:url(../img/share/bg.gif) repeat-y top center;
	width:754px;
	height: auto;
	margin:0px auto;
	padding:0;
}

#contents{
	height: auto;
	margin:0px 30px;
	padding:0;
}


/*クリア--------*/
.clear{
	clear: both;
}

/*コンテンツ　テキスト-------*/
.txt11 {  font-size: 11px; line-height: 15px}
.txt13 {  font-size: 13px; line-height: 20px}
.txt15 {  font-size: 15px; line-height: 24px}
.txt12red {
	font-size: 12px;
	line-height: 16px;
	color: #CC0000;
}
.txt15red_b {
	font-size: 15px;
	line-height: 24px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #cc0000;
	font-style: normal;
	font-weight: bold;
}




/*リンク-------*/
a:link{color:#000;text-decoration: none}
a:hover{color:#C00;text-decoration: underline}
a:active{color: #C00;text-decoration: none}
a:visited{color: #036;text-decoration: none}
