@charset "utf-8";

/**
 * 共通スタイル設定
 */

#wrap {
/*	background: #061f65;*/
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	height: 100%;
	min-height: 100%;
	position: relative;
	background: url(../images/bg/content.gif) repeat-y top center #fff;
}

body > #wrap {
	height: auto;
}

#tag {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #000;
	border: 0;
	width: 100%;
}

#tag h1 {
	font-size: 76%;
	font-weight: normal;
	color: #ccc;
	margin: 0;
	padding: 1px 3px;
}

#header {
	padding:0;
	margin: 0 auto;
	border: 0;
}

#header img {
	margin: 0;
	vertical-align:top;
	background: #000;
}

/**
 * G_NAVI
 */

#g_navi {
	margin: 0 auto;
	padding: 0 0 10px;
	background: url(../images/bg/g_navi.gif) no-repeat bottom center #061f65;
}

#g_navi div.menu {
	margin: 0 auto;
	padding:3px 10px;
	text-align: center;
	color: #fff;
	font-size: 9pt;
	border: 0;
}

#g_navi div.menu a {
	color: #fff;
}

#g_navi div.menu a:hover {
	color: #3f3;
}

#g_navi div.menu a img {
	border: 0;
}

#g_navi div.menu a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#main_image {
	padding:0;
	margin:0 auto;
}

#content{
	padding: 5px 15px;
	display: block;
	margin; 0 auto;
	text-align: center;
	border: 0;
	padding-bottom: 80px;
}

#content h2 {
	margin: 0 0 10px 0;
	text-align:left;
}

#content div.container {
	width: 740px;
	text-align: center;
	margin: 0 auto;
}

#notice{
	border: 1px solid #f33;
	background: #ffa;
	margin: 0 auto 20px;
	text-align: center;
	width: 550px;
	padding: 5px;
}

#notice p {
	text-align: left;
	padding: 3px 0;
	line-height: 130%;
}

#notice p.title {
	text-align: left;
	color: #33f;
	font-weight: bold;
	font-size: 120%;
}

#footer{
	padding:0;
	margin: 0 auto;
	border: 0;
	background:url(../images/bg/footer.gif) repeat-x top #000;
	position:absolute;
	bottom:0;
	width:100%;
	color: #ccc;
	height: 80px;
	font-size: 80%;
}

#footer .cp {
	padding:20px 5px 3px;
	line-height: 125%;
}

#footer .desc {
	padding:0 5px;
	line-height: 125%;
}

.page_top{
	text-align:right;
	position:absolute;
	bottom:55px;
	right: 0;
	padding:0 10px 0 0;
}

.help {
/*	background: url(../images/icon/help.gif) no-repeat left;*/
	padding:0 0 0 20px;
}

.header20 {
	height: 20px;
	width: 100%;
	border-left: 10px solid #0052DA;
	border-bottom: 1px solid #0052DA;
	margin: 5px 0 20px 0;
	padding: 2px 0 0 5px;
	font-weight: bold;
	font-size: 11pt;
}
