@charset "UTF-8";

/* -------------------------------
スタイルの初期化 */

* { margin:0; padding:0; }

BODY,TEXTAREA,INPUT,SELECT { font-family:メイリオ,'Hiragino Kaku Gothic Pro',sans-serif; font-size:0.8em; color:#404040; }

IMG { border:0; }
LI { list-style-type:none; }

/* -------------------------------
 FORM系オプション */

FORM { display:inline; }
INPUT,SELECT,TEXTAREA { font-size:1em; line-height:20px; }
INPUT[type="text"],INPUT[type="password"],INPUT[type="text"] { height:20px; padding:0 2px; margin-right:0.1em; }
INPUT[type="submit"] { height:24px; display:inline; margin:0; }
INPUT[type="checkbox"] { height:20px; margin-right:0.1em; }
INPUT[type="radio"] { margin-right:0.1em; }
SELECT { height:24px; margin-top:1px; }
TEXTAREA { padding:2px; }
OPTGROUP { font-style:normal; }

/* -------------------------------
 全体枠・背景・テキストリンク */

html,body {
	height:100%;
}
body {
	background:url(../img/common/bg01.gif) top repeat-x #ebf5ff;
}
#wrapper01 {
	width:808px;
	min-height:101%;
	height:100%;
	margin:0 auto;
	background:url(../img/common/bg02.gif);
}

a {
	color:#404040;
}
a:hover {
	color:#ff8000;
}

@media screen {
#wrapper01 {
	height:auto !important;
	height:100%;
}
}

#wrapper02 {
	width:808px;
	background:url(../img/common/bg03.gif) #ffffff;
}
#container {
	width:748px;
	margin:0 30px;
	overflow:hidden;
	padding-top:10px;
}

/* -------------------------------
 ヘッダー */

#header {
	width:748px;
	overflow:hidden;
	margin-bottom:10px;
}
#header img {
	float:left;
}
#header div {
	width:454px;
	float:right;
	font-size:0.86em;
}
#header div p {
	padding-bottom:4px;
	text-align:right;
}
#header div p img {
	float:right;
}
#header_menu {
	width:748px;
	overflow:hidden;
	margin-bottom:12px;
	line-height:0;
}
#header_menu ul li {
	float:left;
	padding-right:2px;
}
#header_menu ul li.p0 {
	padding-right:0;
}

/* -------------------------------
 サイドメニュー */

#side_menu {
	width:190px;
	float:left;
	padding-top:4px;
}

#side_menu h2 {
	padding-bottom:4px;
}


#side_menu ul{
	margin-bottom:20px;
}
#side_menu ul.blue li {
	padding:3px 0 2px;
	border-bottom:solid 1px #b9dcff;
}
#side_menu ul.blue li a {
	padding:0 0 0 10px;
	color:#404040;
	text-decoration:none;
	background:url(../img/common/arrow01_off.gif) 0% 50% no-repeat;
}
#side_menu ul.blue li a:hover {
	color:#ff8000;
	background:url(../img/common/arrow01_on.gif) 0% 50% no-repeat;
}

#side_menu ul.green li {
	padding:3px 0 2px;
	border-bottom:solid 1px #c3e1a5;
}
#side_menu ul.green li a {
	padding:0 0 0 10px;
	color:#404040;
	text-decoration:none;
	background:url(../img/common/arrow02_off.gif) 0% 50% no-repeat;
}
#side_menu ul.green li a:hover {
	color:#ff8000;
	background:url(../img/common/arrow02_on.gif) 0% 50% no-repeat;
}

/* -------------------------------
 メイン画面 */

#main {
	width:548px;
	margin-bottom:20px;
	float:right;
}

#main_container {
	padding:20px 10px 20px 11px;
	border-left:solid 1px #b9dcff;
}


#pagetop {
	width:526px;
	text-align:right;
	font-size:0.86em;
}

#pagetop a {
	padding-left:10px;
	text-decoration:none;
	background:url(../img/common/arrow04_off.gif) 0% 50% no-repeat;
}
#pagetop a:hover {
	background:url(../img/common/arrow04_on.gif) 0% 50% no-repeat;
}

#bannerspace_bottom {
	width:748px;
	clear:both;
	padding-bottom:20px;
}


/* -------------------------------
 フッター */

#footer {
	clear:both;
	width:748px;
	overflow:hidden;
	border:solid #b9dcff;
	border-width:1px 0;
}

#footer ul {
	margin:2px 0;
	float:right;
}
#footer ul li {
	float:left;
	padding-left:20px;
}
#footer ul li a {
	padding-left:8px;
	text-decoration:none;
	background:url(../img/common/arrow01_off.gif) 0% 50% no-repeat;
}
#footer ul li a:hover {
	background:url(../img/common/arrow01_on.gif) 0% 50% no-repeat;
}

#copyright {
	margin-top:1px;
	padding:8px 0 20px;
	text-align:right;
	background:url(../img/common/footer_bg01.gif) top repeat-x;
	font-size:0.86em;
	color:#0080ff;
}	


#footer_bottom {
	clear:both;
	width:808px;
	height:20px;
	background:url(../img/common/footer_bg02.png) top no-repeat;
}


