@charset "UTF-8";

* {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	text-decoration:none;
	font-size: 100%;
}
img {
	border:0;
}


/********************共通*******************/	
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333;
	font-size:100%;
	height:100%;
background-image:url(../img/common/bg_header.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
/*Internet Explorlorer 6 or sooner */
*html body {
	font-size:90%;
	height:100%;

	}

a {
	color:#333;
	}
	
a:hover {
	color:#666;
	text-decoration:underline;
	}



/*パンくず*/	
#bcnav{
font-size:10px;
color:#00A73C;
margin:0px 0px 10px 0px;
}

#bcnav a{
color:#333;
}


#bcnav a:hover{
color:#0099FF;
text-decoration:underline;
}


.clear {
	visibility:hidden;
	clear:both;
	}



/*クリア*/	
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}





/*ヘッダー*/


#head_wrapper{
	border-bottom:#ccc 3px solid;
	background-image:url(../img/common/bg_header.gif);
	background-repeat:repeat-x;
	}


#con_head{
	width:800px;
	margin:0px auto;
	padding:0px 0px 0px 3px;
	}



#con_head #headlogo{
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	}
	
	
	
	
#con_head h1{
	float:left;
	margin-top:2px;
	margin-bottom:0px;
	font-size:10px;
	font-weight:normal;
	}
	
	
	
#con_head ul#head_info{
	float:right;
	list-style:none;
	}
	

#head_wrapper #head_info li{
	float:left;
	margin-bottom:0px;
	padding-bottom:0px;
	}

	
#con_head ul#head_menu{
	clear:both;
	list-style:none;	
	height:59px;
	}
	

#head_wrapper #head_menu li{
	float:left;
	margin-bottom:-5px;
	padding-bottom:0px;
	}



/******コンテンツ******/	

/*コンテンツ共通*/	
	
#mod_wrapper{
	clear:both;
width:800px;
margin:0px auto;
padding:0px;
}

#con_main{
width:800px;
margin:0px auto;
padding:0px;
}

/*右メニュー共通*/	

#con_right{
	float:right;
	width:150px;
	margin-left:0px;
	}


#con_right .right_menu{
	background-image:url(../img/common/bg_right_menu.gif);
	background-repeat:no-repeat;
	padding:5px 5px 3px 5px;
	font-size:80%;
	}

	
#con_right .right_menu h2{
	background-image:url(../img/common/bg_right_h2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:3px 5px;
	font-weight:bold;
	margin-bottom:10px;
	}	
	
#con_right .right_menu p{
	margin-bottom:5px;
	}	
	
#con_right .right_menu .btn{
	text-align:center;
	margin-bottom:5px;
	}	
	
#con_right .right_menu_end{
	background-image:url(../img/common/bg_right_menu3.gif);
	background-repeat:no-repeat;
	height:10px;
	margin-bottom:15px;
	}

#con_right .link_banner{
	padding:5px;
	font-size:80%;
	text-align:center;
	}
	
#con_right .link_banner h2{
	text-align:left;
	border-bottom:1px #666 solid;
	padding-bottom:3px;
	padding-left:15px;
	background-image:url(../img/common/icn_gold_sq.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
	margin-bottom:10px;
	}


#con_right .link_banner img{
	margin-bottom:5px;
	}
	

	a.linksm{
	font-size: 10px;
	margin-bottom: 5px;
	display: block;
}
	
/*コンテンツ共通*/	


#con_left{
	float:left;
	width:630px;
	margin-bottom:30px;
	}


#top_back{
	clear:both;
	text-align:center;
	padding-bottom:10px;
	margin-top:20px;
	border-bottom:#ccc 3px solid;
	}



/*フッター*/	

#mod_wrapper #top_back{
text-align:center;
vertical-align:middle;
margin:20px 0px;
}

#mod_wrapper #top_back img{
margin-right:3px;
}

#mod_wrapper #top_back a{
color:#0068B6;
text-decoration:none;
}


#footer{
width:800px;
height:35px;
margin:0px auto;
padding:10px;
text-align:left;
font-size:11px;
}



#footer .foot_list{
	list-style:none;
}

#footer .foot_list li{
	float:left;
	margin-right:10px;
	}
	
#footer .foot_list li.main_con{
	background-image:url(../img/common/icn_green_sq.gif);
	background-position: left 3px;
	_background-position: left 1px;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-bottom:3px;
	}
	
#footer .foot_list li.company_con{
	background-image:url(../img/common/icn_gray_sq.gif);
	background-position: left 3px;
	_background-position: left top;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-bottom:3px;
	}

/*IE7*/
*:first-child+html #footer .foot_list li.company_con{
	background-position: left top;
	}

#footer .foot_list li.company_con#br{
	clear:both;
	}



#footer #copyright{
	float:right;
	}



