/* CSS Document */
@charset 'utf-8';
body {
	text-align: center;
	background-image: url(../images/format/back.jpg);
	font-family: 'ＭＳ Ｐゴシック', 'Osaka','ヒラギノ角ゴ Pro W3','メイリオ','sans-serif';
	font-size:12px;
}

/*ロゴ*/
#logo{
width:800px;
height:67px;
background-image:url(../images/logo.png);
	background-repeat: no-repeat;
}
/*メニュー枠*/
#menu
{width:800px;
height:50px;
}


/*index イメージ*/
#main_image
{width:800px;
height:auto;
background-image:url(images/format/white_main.png);
}
/*メインコンテンツ枠*/
#main_contents
{width:800px;
height:auto;
background-image:url(images/format/white_main.png);
background-repeat:repeat;
text-align:left;
}

/*index 右icon*/
#mainIcon {
    position:relative;
	top:-150px;
	left:-30px;
	background-image: url(images/top/icon.png);
	background-repeat: no-repeat;
	width:135px;
	height:100px;
	float:right;
}
/*インフォメーション*/
.info{
width:300;
margin-top:5px;
margin-left:15px;
color:833f60;
font-size:16px;
}
/*コンテンツ枠*/
.main
{
	width:760px;
	text-align:left;
	line-height:1.5;
	color:#51535B;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
	margin-right: 20px;
}

/*フッター*/
#footer {
	background-image:url(../images/format/white_footer.png);
	background-repeat: no-repeat;
	/*text-align:right;*/
	height: 50px;
}
.footer_inxex_name1 {
	width:600px;
	font-size: 12px;
	height: 20px;
	margin-left: 100px;
	text-align:right;
	color:#833f60;
	line-height: 1.7em;

}
.footer_index_name2 {
	width:auto;
    font-size:10px;
	height: 30px;

}
.footer_name1 {
	width:auto;
	font-size: 12px;
	height: 20px;
	margin-right: 100px;
	text-align:right;
	color:#833f60;

}
.footer_name2 {
    font-size:10px;
	text-align:center;
}

