/*ベース設定*************************************************************************/
/************************************************************************************/


/*　BODY　*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 130%;
	color: #939393;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../img/bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	
}


/*　リンク */

a:link{
	color:#D37BA5;
}
a:active{
	color:#D37BA5;
}
a:visited{
	color:#D37BA5;
}
a:hover{
	color:#51153B;
}





/* マージン */
.ml50mb20{ margin-left:50px; margin-bottom:20px;}
.mb20{ margin-bottom:20px;}
.mlmb10{ margin:0 0 10px 10px;} 

/* top */
.top_line{
	border-bottom:solid #CCCCCC 1px;
	height: 16px;
}
