@charset "UTF-8";
/* CSS Document */

@import "../css/g_menu.css";

body {
	background:#333d68;
	color:#383838;
	font:0.8em "ヒラギノ角ゴ Pro W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
	margin:0px auto;
	padding:0px;
}

* html body {
	font:0.8em "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	line-height:100%;
	margin:0px;
	padding:0px;
}

#wrapper {
	width:910px;
	background:url(../img/wrapperBack.gif) repeat-y;
	margin:0px auto;
	padding:0px 12px 50px;
}

#wrapper_1 {
	width:710px;
	background:url(../img/wrapperBack_1.gif) repeat-y;
	margin:0px auto;
	padding:0px 12px 50px;
}

.clear {
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
	clear:both;
}

a {
	color:#4968dc;
}

a:hover {
	text-decoration:none;
}


/*header
----------------------------------------------------*/
#header {
	width:910px;
}

#header h1 {
	width:172px;
	float:left;
}

#header h2 {
	width:738px;
	float:right;
}

/*contents
----------------------------------------------------*/
#contents {
	width:645px;
	padding:20px 30px 0px 0px;
	float:right;
}

#contents #panList {
	color:#646464;
	font-size:0.8em;
	text-align:right;
	margin:9px 0px 0px 0px;
}

#contents #panList span {
	color:#4968dc;
}

#contents #panList a {
	color:#646464;
}

#contents #panList a:hover {
	text-decoration:none;
}

/*contents_1
----------------------------------------------------*/
#contents_1 {
	width:644px;
	margin:0px auto;
	padding:20px 0px 0px 0px;
}

#contents_1 #panList {
	color:#646464;
	font-size:0.8em;
	text-align:right;
	margin:9px 0px 0px 0px;
}

#contents_1 #panList span {
	color:#4968dc;
}

#contents_1 #panList a {
	color:#646464;
}

#contents_1 #panList a:hover {
	text-decoration:none;
}

/*footer
----------------------------------------------------*/
#footer {
	width:865px;
	border-top:#cad4ff solid 1px;
	font-size:0.8em;
	padding:0px 5px 0px 0px;
	margin:40px auto 0px;
}

#footer img {
	float:left;
}

#footer p {
	width:514px;
	text-align:right;
	padding-top:15px;
	float:left;
}

#footer a {
	color:#6e6e6e;
	text-decoration:none;
}


/*footer_1
----------------------------------------------------*/
#footer_1 {
	width:662px;
	border-top:#cad4ff solid 1px;
	font-size:0.8em;
	padding:0px 4px;
	margin:40px auto 0px;
}

#footer_1 img {
	float:left;
}

#footer_1 p {
	width:300px;
	text-align:right;
	padding-top:15px;
	float:right;
}

#footer_1 a {
	color:#6e6e6e;
	text-decoration:none;
}
