@charset "UTF-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-y:scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style:none;
}
ul {
    list-style-type: none;
}
li img {
    vertical-align: top;
}
fieldset, img {
	border:0;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
textarea {
	font-size:100%;
}
/*
FONT default設定
-----------------------------*/
html, h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

body {
	font-size: 62.5%; /* IE */
	font-family/**/:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	_font-family:"ＭＳ Ｐゴシック", sans-serif;
	color:#333333;
}

body:nth-of-type(1) {
	font-size: 10px; /* Except IE */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}　/* for modern browser not ie8 */

body:first-of-type {
	font-size: 10px; /* Except IE */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}　/* for modern browser not ie8 */



/*-----------------------------*/
/* Layout */
/*-----------------------------*/
html{
	height:100%;
}
body{
	color:#333333;
	line-height:2em;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

a {
	color:#808080;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#999999;
}

/*  ヘッダー
--------------------------*/
#header {
	position:relative;
	width:960px;
	height:100px;
	margin:0 auto;
}
#header h1 {
	position:absolute;
	top:12px;
	right:0px;
	z-index:10;
}
#header p {
	position:absolute;
	width:60px;
	top:35px;
	left:0px;
	z-index:5;
}
#header ul#h_menu {
	position:absolute;
	height:22px;
	top:45px;
	right:0px;
}
#header ul#h_menu li {
	float:left;
	display:inline;
	margin-left:30px;
}

/* コンテナー
--------------------------*/
.container {
	width:960px;
	margin:0 auto;
	font-size:1.2em;
}

#l_column{
	float:left;
	width:680px;
}
#l_column h3{
	float:left;
	width:680px;
	color:#2ea7e0;
	font-size:1.6em;
	font-weight:bold;
	border-bottom:2px solid #2ea7e0;
	padding-bottom:5px;
	margin-bottom:20px;
}
#r_column{
	float:left;
	width:240px;
	padding-left:40px;
}
ul#sidemenu{
	width:238px;
	border-left:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	margin-bottom:20px;
}
ul#sidemenu li{
	width:238px;
	height:49px;
	border-top:1px solid #c9c9c9;
	line-height:49px;
	font-size:1.2em;
	font-weight:bold;
}
ul#sidemenu li span{
	margin-left:15px;
}
ul#sidemenu li a{
	color:#3e3a39;
	display:block;
}
ul#sidemenu li a:hover{
	display:block;
	background:#2ea7e0;
	color:#fff;
	text-decoration:none;
}
ul#sidemenu li.sel{
	display:block;
	background:#2ea7e0;
	color:#fff;
	text-decoration:none;
}

/* フッター
--------------------------*/
#footer {
	width:100%;
	background:#2ea7e0;
	padding-bottom:30px;
	margin-top:100px;
}
#pankuzu {
	width:100%;
	height:40px;
	border-top:#c9c9c9 1px solid;
	font-size:1.2em;
	margin-bottom:30px;
	background:#fff;
}
#pankuzu #pan_inner {
	width:960px;
	height:40px;
	margin:0 auto;
}
#pankuzu #pan_inner #pan_list {
	float:left;
	line-height:40px;
}
#pankuzu #pan_inner #pagetop {
	float:right;
	line-height:40px;
	background:url(../images/common/pagetop_arrow.gif) center right no-repeat;
	padding-right:15px;
}
#pankuzu a { color:#333333; }
#pankuzu a:hover { color:#dddad0; }
#footer #f_inner {
	width:960px;
	margin:0 auto;
}
ul.sitemap_list {
	float:left;
	margin-right:30px;
	font-size:1.2em;
	color:#fff;
}
ul.sitemap_list li {
	margin-bottom:3px;
}
ul.sitemap_list li.sitettl {
	font-size:1.1em;
	margin-left:0em;
}
ul.sitemap_list li a {
	color:#fff;
}
ul.sitemap_list li a:hover {
	color:#CFF;
}
ul.sitemap_list li.cls { color:#666; }
#f_right{
	float:right;
	text-align:right;
	color:#fff;
}
#f_logo{	margin:10px; }


/* コピーライト
--------------------------*/
#copyright {
	text-align:center;
	font-size:10px;
	margin-top:20px;
	color:#fff;
}
