@charset "Shift_JIS";
@import url("../common/css/basic.css");


body {
	background:#4b80b6;
	}



div#header {
	margin:15px auto 0 auto;
	padding:0 15px;
	width:580px;
	text-align:left;
	}

div#sub_title{
	margin:15px auto 15px auto;
	_margin:10px auto 15px auto;
	width:580px;
	}

*:first-child+html div#sub_title{
	margin:10px auto 15px auto;
	}


div#sub_title h3 {
	background:url(../common/images/subtitle3_back.gif) left center repeat-x;
	margin:10px auto 0 auto;
	padding:3px 0;
	}

div#main {
	margin:0 auto;
	width:560px;
	padding:10px;
	background:#fff;
	}

img#shisetsu_photo {
	margin:10px auto;
	}


div#main div {
	width:500px;
	margin:0 auto;
	text-align:left;
	}


div#btn_close {
	margin:20px auto;
	width:610px;
	}

*:first-child+html div#btn_close{
	margin:10px auto 30px auto;
	}

div#btn_close a {
	margin:0 auto;
	display:block;
	width:150px;
	height:25px;
	text-indent:-9999px;
	background:url(../common/images/btn_close.gif) left top no-repeat;
	}

div#btn_close a:hover {
	background:url(../common/images/btn_close_on.gif) left top no-repeat;
	}

