@charset "utf-8";

* {
	font-size:100%;
	font-style:normal;
	text-align:left;
	line-height:1.0;
}

* { 	font-family: "メイリオ", "ＭＳ Ｐゴシック", 'Helvetica', sans-serif;
; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}  
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}    
ol,ul {list-style:none;}
table{border-collapse:collapse;border-spacing:0;}  
caption,th {text-align:left;}   


/* ===================
clearfix 
===================*/ 

.clearfix:after {  
visibility:hidden;
height:0;
display: block;/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }  



/* ===================
画像の余白をクリア
===================*/
img{
	font-size:0;
	line-height:0;
	vertical-align:top;
}


/* ===================
フォントサイズ
===================*/
h4,h5,h6,p,li,dt,dl,dd,pre,th,td {
	line-height:1.6;
	padding-top:2px;
	font-weight: normal;
}

p {
	font-size: 87%; /*14px*/
}
ul,ol{
	font-size: 87%; /*14px*/
}
dl {
	font-size: 87%; /*14px*/
}
dl ul {
	font-size: 100%; /*14px*/
}
table {
	font-size: 87%; /*14px*/
}



/* ===================
リンク
===================*/
a { 
	outline: none; 
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover img{
  opacity: 0.7;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}



/* =======================
body
======================= */
body{
	min-width: 800px;
	border-top: 3px solid #000066;
	color: #666666;
}



/* =======================
Wrapp
======================= */
#Wrapp {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
}


/* =======================
header
======================= */
#header {
	height: 104px;
	clear:both;
	border-bottom: 1px solid #999999;
}

#header .hLeft {
	float: left;
	width:395px;
}
#logo {
	margin-top:24px;
	margin-right:26px;
	float: left;
}
#siteRead {
	margin-top:46px;
	margin-bottom:12px;
	float: left;
}

#gNav{
	width:300px;
	overflow: hidden;
	float:right;
	margin-top:65px;
}
#gNav li{
	float:left;
	display:inline;
}


/* =======================
contents
======================= */
#contents{
	width: 800px;
	clear:both;
	margin-top:30px;
	padding-bottom: 30px;
}
#contentWrapp {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}




/* =======================
main
======================= */
#main_top {
}
#main{
	width:600px;
	float:right;
}

.pageTitle {
	margin-bottom:20px;
}
.fLeft {
	float:left;
}
.fRight {
	float:right;
}
.txtBox {
	margin-top:24px;
}
.txtBox p{
	text-indent: 1em;
}

.txtAttention {
	color: #CC0000;
}

/* enterprise */
dl.enterpriseDL {
	border-top: 1px dotted #999;
	margin-top:40px;
}
dl.enterpriseDL dt {
	float: left;
	padding: 20px 0px 20px 12px;
	border-bottom: 1px dotted #999;
	width:210px;
}
dl.enterpriseDL dt#eDL_List01,
dl.enterpriseDL dt#eDL_List02 {
	height:86px;
}
dl.enterpriseDL dt#eDL_List03 {
	height:112px;
}
dl.enterpriseDL dd {
	border-bottom: 1px dotted #999;
	margin-left:210px;
}
dl.enterpriseDL dd#eDL_txtList01,
dl.enterpriseDL dd#eDL_txtList02 {
	height:124px;
}
dl.enterpriseDL dd#eDL_txtList03 {
	height:150px;
}

dl.enterpriseDL dd ul {
	margin-left:2.5em;
}
dl.enterpriseDL dd ul li{
	font-weight: bold;
	list-style: disc;
}
#eDL_inList01 {
	color: #B33C34;
	padding-top:36px;
}
#eDL_inList02 {
	color: #456692;
	padding-top:36px;
}
#eDL_inList03 {
	color: #79854D;
	padding-top:18px;
}


/* =======================
sidebar
======================= */
#sidebar {
	width:180px;
	float:left;
}
#sidebar .sNav {
	border-top: 1px dotted #999999;
}
#sidebar .sNav li {
	font-size:128%;
	font-weight: bold;
}
#sidebar .sNav li a {
	border-bottom: 1px dotted #999999;
	display: block;
	padding: 22px;
}



/* =======================
footer
======================= */
#footer {
	clear:both;
	border-top: 1px solid #999999;
	padding-top: 12px;
	margin-bottom:20px;
}

/* copyright */
#copyright{
	width: 800px;
	font-size:71%;
}
