/*----------------------------------------------------------------------------
******************************************************************************
基本設定(文字・行間・種類・禁則処理・ボーダー)
******************************************************************************
----------------------------------------------------------------------------*/

body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F9F9F9;
}

html,body{
    height: 100%;
}

body,h1,h2,h4,h4,h5,h6,td,th,p,div,input,textarea,pre,ul,ol{
font-family:"ＭＳ Ｐゴシック", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
font-size:small;
font-weight:normal;
line-height:1.4em;
line-break:strict;
voice-family:"\"}\"";
voice-family:inherit;
font-size:small;
color:#333333;
}

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;}/*クリック時のリンク設定*/


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 */

/*----------------------------------------------------------------------------
******************************************************************************
wrap
******************************************************************************
----------------------------------------------------------------------------*/
#wrap{
	width: 811px;
	margin-right: auto;
	margin-left: auto;
}

/*----------------------------------------------------------------------------
******************************************************************************
hd
******************************************************************************
----------------------------------------------------------------------------*/
#hd{
	height: 85px;
}
#hd h1{
	width: 353px;
	float: left;
	margin-top: 15px;
}
#hd #hd_right{
	float: right;
	padding-right: 15px;
	padding-top: 34px;
}
/*----------------------------------------------------------------------------
******************************************************************************
menu
******************************************************************************
----------------------------------------------------------------------------*/
#menu{
	height: 69px;
	width: 804px;
}
#menu ul{
	clear: both;
	float: none;
}
#menu li{float: left;font-size: 0px;}

/*----------------------------------------------------------------------------
******************************************************************************
footer
******************************************************************************
----------------------------------------------------------------------------*/
#footer{
	background-color: #DEDEDD;
	background-image: url(../images/ft_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
	padding-bottom: 30px;
	color: #666666;
}
#footer_con{
	width: 804px;
	margin-right: auto;
	margin-left: auto;
}
/*----------------------------------------------------------------------------
******************************************************************************
contents
******************************************************************************
----------------------------------------------------------------------------*/
#main{
	width: 804px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#contents_l{
	float: left;
	width: 209px;
}
#contents_l img{
	vertical-align:bottom;
	margin: 0px;
	padding: 0px;
}
#contents_r{
	float: right;
	width: 584px;
}
#contents_r img{
	vertical-align:bottom;
	margin: 0px;
	padding: 0px;
}

#contents_r h2{
    font-size: 18px;
    font-weight: bold;
    color: #16821C;
    line-height: 55px;
    vertical-align: middle;
    height: 55px;
    background-image: url(../images/h2_bg.jpg);
    background-repeat: no-repeat;
    padding-left: 40px;
}

#contents_r h3{
    background-image: url(../images/h3_bg.jpg);
    background-repeat: no-repeat;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 15px;
    width: 530px;
    padding-right: 5px;
    margin-top: 15px;
    margin-bottom: 5px;
}