@charset "shift_jis";

/*
 Share Style
----------------------------------------------------------- */
*{margin:0;padding:0;}
html, body{height:100%;}
body{
	font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial, Verdana, "メイリオ",Meiryo,,sans-serif;
	_font-size:1.0em;
	font-size:100%;
	background-image:url(img/bg_main.gif);
}
hr{clear:both;visibility:hidden;}
caption{text-align:left;}
td{padding-right:20px;}
img.right{
	float:right;
	padding-right:30px;
	padding-left:10px;
}
p,table{
	margin:10px 30px;
	_font-size:1.0em;
	font-size:1.0em;
	line-height:160%;
}
caption{
	padding:10px 0;
	_font-size:1.0em;
	font-size:1.0em;
	line-height:160%;
}
.root{border-left:5px solid #ffe64d;padding-left:5px;}
#close{
	text-align:center;border-top:2px dotted #a7a58f;
	margin:0 30px;
	padding-top:5px;
	margin-bottom:10px;
}
#close a{font-size:small;} 


caption{font-weight:700;color:#9f6429;}
td.youbi{border-left:5px solid #ffe631;padding-left:5px; width:100px;}
ul{
	width:700px;margin:0 auto;
	list-style-type:none;
}
li{float:left;}
h1{
	text-indent:-9999px;
	background-image:url(img/title.gif);
	width:750px;
	height:246px;
}
h2{
	font-size:1.6em;
	background-image:url(img/bg_sub.gif);
	background-repeat:no-repeat;
	width:720px;
	height:41px;
	margin:0 auto;
	padding-top:10px;
	padding-left:20px;
	color:#fff;
}

/*
 Pack
----------------------------------------------------------- */
#MainContainer{
	width:750px;
	margin:0 auto;
	background-image:url(img/bg.jpg);
	background-position:center bottom;
}
#SubContainer{
	width:600px;
	margin:0 auto;
	background-image:url(img/bg.jpg);
	margin-top:0;
}
#access{
	margin:10px 30px;
	_font-size:1.0em;
	font-size:1.0em;
	line-height:160%;
}
#access h3{
	background-color:#fc7e7e;
	color:#fff;
	margin-bottom:5px;
	border-left:5px solid #fa3434;
	padding-left:5px;
}

/*
 Footer
----------------------------------------------------------- */
#copyright{
	background:#114ca6;
    bottom:0;
	text-align:center;
	color:#fff;
	font-weight:700;
	width:750px;
	margin:0 auto;
}
#copyright a{
	color:#fff;
	text-decoration:none;
	}
#copyright a:hover{color:#ffe631;}

#copyrightSub{
	background:#114ca6;
    bottom:0;
	text-align:center;
	color:#fff;
	font-weight:700;
	width:600px;
	margin:0 auto;
}
#copyrightSub a{
	color:#fff;
	text-decoration:none;
	}
#copyrightSub a:hover{color:#ffe631;}

/*
 Link
----------------------------------------------------------- */
a{
	color:#0455ba;
	text-decoration:underline;
	}
a:hover{
	color:#03a7b7;
	text-decoration:none;
	}
