﻿/*----------------------------------------------------------------------------
******************************************************************************
Basic
******************************************************************************
----------------------------------------------------------------------------*/

body{
	margin: 0px;
	padding: 0px;
	min-width: 940px;
	background-color: #EAF2F5;
}

html,body{height: 100%;}

body,h1,h2,h4,h4,h5,h6,td,th,p,div,input,textarea,pre,ul,ol{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:small;
	color:#333;
	font-weight:normal;
	line-height:1.6em;
	line-break:strict;
}

a{overflow:hidden;}
a:link{color:#196bc7;text-decoration:none;}/*通常時のリンク設定*/
a:visited{color:#196bc7;text-decoration:none;}/*クリック後のリンク設定*/
a:hover{color:#196bc7;text-decoration:underline;}/*マウスオーバー時のリンク設定*/
a:active{color:#196bc7;text-decoration:none;}/*クリック時のリンク設定*/
embed{vertical-align: bottom;}
strong{font-weight: bold;}

.crr{
font-size:0;
line-height:0;
padding:0;
margin:0;
clear:both;
}

.clearfix:after{content: "."; display: block; height: 0;  clear: both; visibility: hidden;}
.clearfix{display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */

.hoverImg{}

/*----------------------------------------------------------------------------
******************************************************************************
wrap
******************************************************************************
----------------------------------------------------------------------------*/
#wrap{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/warp.jpg);
	background-repeat: no-repeat;
	padding: 0px 10px;
}

/*----------------------------------------------------------------------------
******************************************************************************
Header
******************************************************************************
----------------------------------------------------------------------------*/
#hd{
	height: 120px;
	width: 800px;
}
#hd_sp {
	display: none;
}
#hd_right{
	float: right;
	padding-top: 46px;
	padding-right: 29px;
}

/*----------------------------------------------------------------------------
******************************************************************************
menu
******************************************************************************
----------------------------------------------------------------------------*/
#menu{
	height: 60px;
	width: 800px;
}
#menu ul{clear: both;float: none;}
#menu li{float: left;}
#menu li:last-of-type{display: none;}
#sidemenu {width: 200px;}
#sidemenu ul {width: 198px;border: 1px solid #D7D7D7;}  
#sidemenu li {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 1px;
}  
#sidemenu li a {
	display: block;
	width: 178px;
	text-decoration: none;
	color: #003366;
	padding: 13px 5px 13px 15px;
	background-color: #E6E6E6;
	background-image: url(../images/navi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}  
#sidemenu li a:hover {
	padding: 13px 5px 13px 15px;
	text-decoration: underline;
	color: #999;
	background-color: #E6E6E6;
	background-image: url(../images/navi_ov.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*----------------------------------------------------------------------------
******************************************************************************
footer
******************************************************************************
----------------------------------------------------------------------------*/
#footer{
	background-image: url(../images/con_ft.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	color: #64C3E1;
	text-align: center;
}

/*----------------------------------------------------------------------------
******************************************************************************
contents
******************************************************************************
----------------------------------------------------------------------------*/
#contents{
	background-color: #FFF;
	padding: 15px;
	width: 770px;
}

/*----------------------------------------------------------------------------
******************************************************************************
h
******************************************************************************
----------------------------------------------------------------------------*/
h1{
	float: left;
	padding-top: 28px;
	padding-left: 20px;
}
h2{
	background-color: #107EBD;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #64C3E1;
	background-image: url(../images/h2.gif);
}
h3{
	font-size: 16px;
	font-weight: bold;
	color: #0E81C0;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4{}
h5{}
h6{}