@charset "utf-8";
/* CSS Document */

/* 基本設定  //////////////////////////////////////////////////*/

html{
	margin:0;
	padding:0;
	overflow:scroll;
	width:100%;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 135%;
	color: #333;
	background-color: #fff;
	background-image: url(../img/bg_img.gif);
	background-repeat: repeat-x;
	background-position: top;
}


/* 余白設定 */
div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin:0px;
	padding:0px;
}


li img,
dt img{
	vertical-align: bottom;
}

/* 回り込み解除 */
.clear{clear:both;}

/* 回り込み解除2 */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline-table; }
.clearfix{ overflow:hidden;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* 画像リンク時、ボーダーを消す */
a img {border-style:none;}

/* ボタン余白設定 */
ol , ul {
margin:0px;
padding:0px;
}
/* リスト指定 */
li{list-style: none;}
img{vertical-align:bottom;}

/* リンク */
a:link {text-decoration:none; color:#333;}
a:visited {text-decoration:none; color:#333;}
a:hover {text-decoration:none; color:#00A5E8;}


/*ヘッダー共通//////////////////////////////////////////////////////*/
#header{
	width: 800px;
	height: 200px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/head_bg_img.gif);
	background-repeat: repeat-x;
	background-position: top;
	/* [disabled]padding-bottom: 5px; */
}

#head_info{
	/* [disabled]height: 20px; */
	background-color: #FFF;
	margin-top: 3px;
}
#content_right h3 {
	background-image: url(../img/side_h_img.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	padding-left: 10px;
	height: 25px;
	line-height: 26px;
}
#content_right .h3_img {
	background-image: url(../img/side_h_img.gif);
	background-repeat: no-repeat;
}
.side_menu {
	font-size: 14px;
	height: 50px;
	width: 200px;
}
#content_right ul .side_menu li a {
	background-image: url(../img/side_menu_link.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	display: block;
	padding-top: 16px;
	padding-left: 40px;
}
#content_right ul .side_menu li a:hover {
	background-image: url(../img/side_menu_over.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	display: block;
	padding-top: 16px;
	padding-left: 40px;
}




#header p {
	color: #FFF;
}
#head_info p{
	color: #000;

}



#main_img{
	height: 110px;
	margin-bottom: 5px;
	
}

/*メニュー共通/////////////////////////////////////////////////////*/

#gNav{
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	width: 603px;
	text-align: center;
}

#gNav li{
	float: left;
	list-style: none;
	height: 45px;
	width: 201px;
}

#gNav ul .nav_active {
	background-image: url(../img/nav_active.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#gNav ul .nav_link {
	background-image: url(../img/nav_link.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#gNav ul .nav_active_end {
	background-image: url(../img/nav_active_end.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 201px;
}

#gNav ul .nav_link_end {
	background-image: url(../img/nav_link_end.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 201px;
}


#gNav ul a  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	display: block;
}
#gNav ul a:hover  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	color: #000;
	background-image: url(../img/nav_active.gif);
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 201px;
}

#gNav ul .nav_link_end a:hover  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	color: #000;
	height: 45px;
	width: 201px;
	background-image: url(../img/nav_active_end.gif);
	background-repeat: no-repeat;
	display: block;
}


/*コンテンツ共通////////////////////////////////////////////////////*/

#content_wrapper{
	width: 823px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#content_left {
	float: left;
	width: 575px;
	margin-right: 20px;
	padding-bottom: 20px;
}

#content_right {
	float: left;
	width: 200px;
}



/*フッター共通//////////////////////////////////////////////////////*/
#footer{
	height: 120px;
	background-color: #0073B9;
	clear: both;
}

#footer_info {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}


#footer_nav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	overflow: hidden;
	
}

#footer ul li{
	margin-right: 10px;
}
#footer_nav ul li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: x-small;
	color: #FFF;
}
#footer_nav ul li a:hover {
	color: #0CF;
}


#footer_nav_left {
	float: left;
	width: 110px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
}

#footer_nav_center{
	float: left;
	width: 150px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
}

#footer_nav_right{
	width: 150px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
}

#footer_info {
	width: 270px;
	float: left;
	/* [disabled]padding-top: 10px; */
	padding-left: 10px;
	
}
#copy {
	text-align: right;
	clear: both;
	width: 790px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	color: #FFF;
}

#footer p {
	font-size: x-small;
	color: #FFF;
	clear: both;
}
