@charset"shift_jis";

/* --------------------
 * 初期設定
-------------------- */

html {
	height:100%;
}

body,h1,h2,h3,h4,h5,h6,div,p,span,ul,li,dl,dt,dd {
	margin:0;
	padding:0;
}

body {
	width:100%;
	height:100%;
	background-color:#ebebeb;
	text-align:center;
}

img {
	border:0;
}

ul {
	list-style:none;
}



/* --------------------
 * stage
-------------------- */

#stage {
	margin:auto;
	padding:0 0 20px 0;
	width:726px;
	background:#fff;
	border-left:1px solid #b9b9b9;
	border-right:1px solid #b9b9b9;
	text-align:center;
}



/* --------------------
 * header
-------------------- */

#header {
	margin:auto;
	padding:0;
	width:700px;
	text-align:left;
}

#header img {
	vertical-align: top;
}
/* IEの微調整 */
*:first-child+html #header p.line {margin-bottom:-14px;}
* html #header p.line {margin-bottom:-14px;}



/* --------------------
 * contents
-------------------- */

#contents {
	margin:5px auto;
	width:700px;
}


/* --------------------
 * body
-------------------- */

#main-txt {
	width:700px;
	font-size:80%;
	line-height:150%;
	color:#555;
	text-align:center;
	margin:100px 0;
}

#main-txt a:link{
	color:#103a6b;
	text-decoration:none;
}

#main-txt a:visited{
	color:#103a6b;
	text-decoration:none;
}

#main-txt a:hover{
	color:#c00;
	text-decoration:underline;
}


/* --------------------
 * footer
-------------------- */

#footer {
	margin:5px auto 0 auto;
	padding:5px 0;
	width:700px;
	border-top:1px solid #afafaf;
	font-size:60%;
	color:#555;
	text-align:center;
}