@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, em, strong, th {
	font-style: normal;
}
/*table {
margin: 0;
padding: 0;
height: 100%;
border-collapse: collapse;
border-spacing: 0;
}------------------------------------------------------------*/
th {
	text-align: left;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
img {
	border-style:none;
	vertical-align:bottom;
}
/* Fonts
------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: Verdana, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/* フロート解除
------------------------------------------------------------*/
.clear {
	clear: both;
	visibility: hidden;
	height: 0;
}
/* リンク
------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #666666;/*リンク部分*/
}
a:link, a:visited {
	color: #666666;/*アクセス済・未アクセス*/
}
a:hover {
	color: #666666;/*マウスでポイント*/
}
a:active {
	color: #666666;/*ボタン押されている*/
}
/* 全体
------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	text-align: center;
	background: #fff;
	line-height: 1.5;
	color: #666666;
}
#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #fff;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}
/* ヘッダー
------------------------------------------------------------*/
#header {
	width: 940px;
	height: 140px;
	background: #fff url(image/top_head.gif);
}
#header #logo {
	width: 190px;
	height: 100px;
}
/*メニューバー */
#header ul {
	width: 940px;
	height: 40px;
}
#header li {
	margin: 0px;
	padding: 0px;
	float: left;
}
/*　メニュー
------------------------------------------------------------*/
#sidemenu {
	float:left;
	width: 190px;
	text-align: center;
	background-color: #000;
}
ul.nav-main {
	padding-top: 20px;
}
ul.nav-main li {
	height: 40px;
}
/* subContents要素 サイド固定

    div#subContents {  
        width: 200px;  
        background: #F7F7F7;  
        padding: 10px;  
        position: fixed;  
        top: 100px;  
        z-index: 20;  
    }  
    * html div#subContents    {     
        position: absolute;     
        top: expression(eval(document.documentElement.scrollTop+100));     
    }  
    ----------------------------------------------------------- */  
/*メイン
------------------------------------------------------------*/
#main {
	float:right;
	width: 750px;
}
/*このページの先頭へ
------------------------------------------------------------*/
.top_back {
	text-align:right;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
}
.top_back img {
	margin-left:30px;
}
.top_back a, .top_back a:link, .top_back a:visited {
	color:#999;
	text-decoration: none;
}
.top_back a:hover, .top_back a:active {
	color:#cc3333;
	text-decoration: none;
}
/*フッター
------------------------------------------------------------*/
#footer {
	clear: both;
	width: 940px;
	height:30px;
	text-align: center;
	background-color: #000;
}
address {
	padding-top:3px;
	font-style:normal;
	color: #666;
	border-top: 1px solid #666;
	background-color: #000;
}
