@charset "utf-8";
/* CSS Document */

	
	@import url('../css/style.css');

	/* ------========================================
	   		  * 01. 初期設定 - 基本設定 -
	========================================----- */
	
		* {
			font : normal normal 12px/1.5 "Lucida Grande", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Arial, Helvetica, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif; 
			margin: 0;
			padding: 0;
		}
		
		body {
			font-size: 0.8em;
			text-align: center;
		}
		
		ul {
			list-style: none;
		}
		
		li {
			list-style-type: none;
		}
		
		h1 {
			padding-top: 34px;
			text-indent: -999em;
		}
		
		h1 a {
			background: url(../image/logo.png) no-repeat;
			display: block;
			height: 50px;
			width: 80px;
		}
		
		img {
			border: 0px;
		}
		
		a {
			color: #333333;
		}
		
		a:hover {
			text-decoration: underline;
		}
		
		a:hover img {
			filter: Alpha(opacity=80);
    		opacity:0.8;
		}
		
		/*--===== ページトップ =====--*/
		#pagetop {
			text-align: right;
		}
		
		.clearfix:after {
			clear: both;
			content: ".";
			display: block;
			height: 0;
			line-height: 0; /* CSS HACK: Safari */
			font-size: 0; /* CSS HACK: Firefox3 */
			visibility: hidden;
		}
	
		.clearfix { 
			display : block; 
		} 
	
	
		* html .clearfix { 
			height : 1%; 
		} 
		
		.b {
			font-weight: bold;
		}
		
		.co2 {
			position: absolute;
			left: 5px;
			top: 105px;
		}
		
		
	/* ------========================================
	   		  * 01-01. 初期設定 - 幅・高さ -
	========================================----- */
	
		.w8 {
			background: url(../image/arrow.gif) no-repeat left center;
			display: block;
			padding-left: 5px;
			width: 80px;
		}
		
		.w9 {
			width: 90px;
		}
		
	/* ------========================================
	   		  * 01-02. 初期設定 - 空白 -
	========================================----- */
	
		.pl {
			margin-right:5px;
		}
		
		.pl1 {
			padding-left: 20px;
			padding-right: 20px;
			padding-top: 55px;
		}
		
		.pl2 {
			padding: 10px;
		}
		
		.pl3 {
			padding-left: 20px;
		}
		
		.pl4 {
			padding-left: 40px;
		}
		
		.p1 {
			padding-bottom: 20px;
		}
	
	/* ------========================================
	   		  * 01-03. 初期設定 - 位置 -
	========================================----- */
	
		#center {
			text-align: center;
		}
		
	
	/* ------========================================
	   		  * 01-04. 初期設定 - 色 -
	========================================----- */
	
		.gray {
			background: #efefef;
		}
		

	/* ------========================================
	   		  * 02. 領域設定
	========================================----- */
	
		#head {
			background: url(../image/bg_head.gif) repeat-x;
			display: block;
			height: 100px;
		}
		
		#head_in {
			margin: 0 auto;
			position: relative;
			text-align: left;
			width: 950px;
		}
		
		#head_navi {
			position: absolute;
			right: 10px;
			top: 3px;
		}
		
		#gnavi {
			background: url(../image/bg_gnavi.gif) repeat-x;
			display: block;
			height: 250px;
		}
		
		#gnavi_in {
			margin: 0 auto;
			position: relative;
			width: 950px;
		}
		
		#pan {
			font-size: 0.9em;
			height: 35px;
			text-align: left;
			text-decoration: none;
			width: 680px;
		}
		
		#pan a {
			font-size: 0.9em;
			text-decoration: none;
		}
		
		#wrap {
			padding-bottom: 10px;
			padding-top: 10px;
		}
		
		#contents {
			float: left;
			text-align: left;
			width: 680px;
		}
		
		#side {
			float: right;
			width: 250px;
			margin-left: 10px;
		}
		
		.inner {
			margin: 0 auto;
			position: relative;
			width: 950px;
		}
		
		#foot {
			background: url(../image/bg_foot.gif) repeat-x;
			height: 200px;
			position: relative;
			text-align: left;
		}
		
		
	/* ------========================================
	   		  * 03. グローバルメニュー
	========================================----- */
	
		
		#gnavi_in ul li {
			display: inline;
			float: left;
		}
		
		#gnavi_in ul li a {
			background: url(../image/gnavi.gif) no-repeat;
			display:block;
			height: 47px;
 			text-indent: -999em;
		}
		
		#gnavi_in ul li.nav01 a {
			background-position: 0px 0px;
			width: 150px;
		}
		
		#gnavi_in ul li.nav02 a {
			background-position: -150px 0px;
			width: 150px;
		}
		
		#gnavi_in ul li.nav03 a {
			background-position: -300px 0px;
			width: 180px;
		}
		
		#gnavi_in ul li.nav04 a {
			background-position: -480px 0px;
			width: 150px;
		}
		
		#gnavi_in ul li.nav05 a {
			background-position: -630px 0px;
			width: 140px;
		}
		
		#gnavi_in ul li.nav06 a {
			background-position: -770px 0px;
			width: 180px;
		}
		
		
		#gnavi_in ul li.nav01 a:hover {
			background-position: 0px -47px;
			width: 150px;
		}
		
		#gnavi_in ul li.nav02 a:hover {
			background-position: -150px -47px;
			width: 150px;
		}
		
		#gnavi_in ul li.nav03 a:hover {
			background-position: -300px -47px;
			width: 180px;
		}
		
		#gnavi_in ul li.nav04 a:hover {
			background-position: -480px -47px;
			width: 150px;
		}
		
		#gnavi_in ul li.nav05 a:hover {
			background-position: -630px -47px;
			width: 140px;
		}
		
		#gnavi_in ul li.nav06 a:hover {
			background-position: -770px -47px;
			width: 180px;
		}
		

	/* ------========================================
	   		  * 04. コンテンツ領域
	========================================----- */
	
		#head_navi a {
			font-size: 0.9em;
			text-decoration: none;
		}
		
		#tel {
			background: url(../image/tel.gif) no-repeat;
			clear: both;
			display: block;
			height: 100px;
			position: relative;
			vertical-align: bottom;
			width: 680px;
		}
		
		.tel {
			text-indent: -999em;
		}
		
		.tel a {
			background: url(../image/mailform.gif) no-repeat;
			display: block;
			height: 40px;
			position: absolute;
			right: 40px;
			top: 30px;
			width: 270px;
		}
		
		.tel a:hover {
			background: url(../image/mailform_hover.gif) no-repeat;
		}
		
		.estimate {
			text-indent: -999em;
		}
		
		.estimate a {
			background: url(../image/estimateform.gif) no-repeat;
			display: block;
			height: 40px;
			position: absolute;
			right: 40px;
			top: 30px;
			width: 270px;
		}
		
		.estimate a:hover {
			background: url(../image/estimateform_hover.gif) no-repeat;
		}
	
	/* ------========================================
	   		  * 04-01. トップページ
	========================================----- */
	
		#mainimg {
			left: 0px;
			position: absolute;
			top: 47px;
		}
		
		.topics table tr td {
			border-bottom: 1px #cdcdcd dotted;
			padding: 5px;
		}
		
		#feed ul {
			width: 650px;
			margin-left: 17px;
			margin-top: 5px;
		}
		
		#feed ul li {
			float: left;
			border-bottom: 1px #cdcdcd dotted;
			padding: 5px;
		}
		
		#catch1 {
			background: url(../image/catch1.gif) no-repeat bottom;
			clear: both;
			height: 190px;
			width: 680px;
		}
		
		#tp_head {
			background: url(../image/topics.gif) no-repeat;
			height: 40px;
			position: relative;
			width: 680px;
		}
		
		#bt_head {
			background: url(../image/blogtopics.gif) no-repeat;
			height: 40px;
			position: relative;
			width: 680px;
		}
		
		.list {
			position: absolute;
			right: 25px;
			text-indent: -999em;
			top: 10px;
		}
		
		.list a {
			background: url(../image/list.gif) no-repeat;
			display: block;
			height: 17px;
			width: 50px;
		}
		
		.list a:hover {
			background: url(../image/list_hover.gif) no-repeat;
		}
	
	/* ------========================================
	   		  * 05. サイド領域
	========================================----- */
	
		.side_inquiry {
			text-indent: -999em;
		}
		
		.side_inquiry a {
			background: url(../image/side_contact.gif) no-repeat;
			display: block;
			height: 53px;
			width: 250px;
		}
		
		.side_inquiry a:hover {
			background: url(../image/side_contact_hover.gif) no-repeat;
		}
	
		.side_estimate {
			text-indent: -999em;
		}
		
		.side_estimate a {
			background: url(../image/side_estimate.gif) no-repeat;
			display: block;
			height: 53px;
			width: 250px;
		}
		
		.side_estimate a:hover {
			background: url(../image/side_estimate_hover.gif) no-repeat;
		}
		
		.side_blog {
			text-indent: -999em;
		}
		
		.side_blog a {
			background: url(../image/side_blog.gif) no-repeat;
			display: block;
			height: 53px;
			width: 250px;
		}
		
		.side_blog a:hover {
			background: url(../image/side_blog_hover.gif) no-repeat;
		}
		
	/* ------========================================
	   		  * 05. フッター領域
	========================================----- */
	
		#foot_navi {
			font-size: 0.9em;
			position: absolute;
			top: 10px;
			/top: 12px;
		}
	
		#foot_navi a {
			font-size: 0.9em;
			text-decoration: none;
		}
		
		#copyright {
			color: #FFFFFF;
			font-size: 0.9em;
			position: absolute;
			right: 10px;
			top: 170px;
		}
		
		.catch1 {
			color: #CCCCCC;
			font-size: 0.8em;
			text-align: right;
			/padding-top: 5px;
		}