@charset "UTF-8";

/* 各要素のbackground-colorは確認用に使用したため、コメントにしてあります */

/*----------------------------------------------------------------------------*/
/* 全ページ用																																*/
/*----------------------------------------------------------------------------*/
/* 全ての要素の余白を0に設定 */
* {
		margin:0;
}

body {
font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
margin: 0 auto;
width: 100%;
}

/* ボディ内部全体に対して */
#body_all{
margin: 0 auto;
width: 100%;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #00A9EC;
border-left-color: #00A9EC;
}


/* 各DIVの初期設定　*/

/*----------------------------------------------------------------------------*/
/* ヘッダー全体要素 */
#header{
		font-size:14px;
		height:50px;
/*		background-color:#0CF;*/
/*		padding:5px;*/
}

/* ヘッダーロゴ（会社ロゴイメージ） */
#header_logo{
		width:70px;
		float:left;
}

/* ヘッダーロゴ（会社ロゴイメージ） */
#header_logo_title{
font-size: 1.8rem;
width: 100%;
height: 40px;
padding-top: 10px;
padding-left: 10px;
text-align: center;
}


/* 工事イメージ画像 */
#header_img{
		height:400px;
/*		background-color:#9F9;*/
		clear:both;
		background: url(img/kj_title_img.jpg) no-repeat;
}

#header_img h2{
		color:#00C;
}

#header_img h3{
		margin-top:5px;
		color:#00C;
}

/* ============== カウンター =============== */

#header_cnt{
		float:right;
		height:40px;
}

#header_cnt img{
		margin-top:5px;
}


/*----------------------------------------------------------------------------*/
/*　メニュー */

/* メニューのリンク下線を消す*/
/* 垂直方向にセンタリング	min-heightとline-heightを同じにするとセンタリングになる */
#menu{
		clear:both;
		height:30px;
}

#menu ul{
	margin-left:0px;
	padding-left:0px;
}

#menu li{
		list-style:none;
		float:left;
}

#menu a{
		min-height:30px;
		line-height:30px;
		height:30px;
		text-decoration:none;
		display:block;
		float:left;
		width:160px;
		text-align:center;
		background: url(img/menu_img.jpg) no-repeat;
}

#menu a:hover {
	background: url(img/menu_img.jpg) 0 31px;
	text-decoration: none;
	}


/*----------------------------------------------------------------------------*/
/* TOPページ用																																*/
/*----------------------------------------------------------------------------*/
/* コンテンツ全体用 */
#contents{
/*		background-color:#FF6;*/
		padding:5px;
		font-size:12px;
		overflow:auto;
		clear:both;
}

/* コンテンツ左側全体用 */
#contents_left{
width: 80%;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
/* 枠線 */				
border-top-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-top-style: dotted;
border-bottom-style: dotted;
border-right-style: dotted;
border-left-style: dotted;
border-top-color: #00A9EC;
border-bottom-color: #00A9EC;
border-right-color: #00A9EC;
border-left-color: #00A9EC;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}


/*-----------------------------------*/
/* feed */
#feed{
		width:540px;
		height:auto;
		margin-top:5px;
		padding-top:5px;
		padding-bottom:5px;
		line-height:20px;
}

/* feed文章用 */
#feed dt{
		margin-left:10px;
		line-height:25px;
		background:url(img/midasi.gif) 0 50% no-repeat;
		padding-left:20px;
		color:#00F;
		width:80px;
		clear: left;
		float:left;

		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color:#09F;
}

#feed dd{
		margin-left:110px;
		padding-left:0px;
		color:#060;
		line-height:25px;

		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color:#09F;
}
/*-----------------------------------*/

/*　インフォメーションタイトルバック*/
#information_title{
height: 30px;
background: linear-gradient(to bottom,rgb(51 201 2) 10%,rgb(83 255 26 / 80%) 90%,rgb(83 255 26 / 0%) 100%);
color: #ffffff;
}

/* インフォメーション タイトル*/
#information_title dt{
line-height: 1.5rem;
padding-left: 10px;
font-size: 1.2rem;
float: left;
}

/* インフォメーション　一覧表示ボックス */
#information_title dd{
		line-height:26px;
		margin:2px auto 2px;
		width:100px;
		height:26px;
		text-align:center;
		margin-right:5px;
		background:#F60;
		text-shadow:1px 1px 2px #666666;
		-webkit-box-shadow:2px 2px 3px #000000;
		-moz-box-shadow:2px 2px 3px #000000;
		box-shadow:2px 2px 3px #000000;
		border-radius:2px;
}

/* インフォメーション　一覧表示ボックス 文字色*/
#information_title a{
		color:#03F;
		text-decoration:none;
}

#information_title a:hover {
		color:#F90;
		font-weight:bold;
}

/* インフォメーション説明文 */
#information_exp{
padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
/* [disabled]height: 40px; */
font-size: 1rem;
}

/* コンテンツ右側タイトル用 */
#contents_right h4{
		color:#FFF;
		padding:5px;
		font-size:18px;
		background-image:url(img/titlelogo_right.jpg);
}

/* コンテンツ右側全体用 */
#contents_right{
/*		background-color:#FC0;*/
		float:right;
		width:200px;
		margin-left:10px;
		padding-top:10px;
		padding-left:10px;
		padding-bottom:5px;
		padding-right:10px;

		/* 枠線 */				
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-right-width: 1px;
		border-left-width: 1px;
				
		border-top-style: dotted;
		border-bottom-style: dotted;
		border-right-style: dotted;
		border-left-style: dotted;

		border-top-color: #00A9EC;
		border-bottom-color: #00A9EC;
		border-right-color: #00A9EC;
		border-left-color: #00A9EC;
}

#corp{
		padding-top:5px;
}

#corp h3{
		font-size:14px;
		color:#900;
		margin-top:5px;
		margin-bottom:5px;
}

/*----------------------------------------------------------------------------*/
/* 全ページ用																																*/
/*----------------------------------------------------------------------------*/
/* フッターの最小の高さ、テキストの配置を設定 */
#footer{
		color:#FFF;
		clear:both;
		min-height:1px;
		background-color:#06F;
		margin:0 auto;
		text-align:center;
}

/*----------------------------------------------------------------------------*/
/* 汎用ページ用																																*/
/*----------------------------------------------------------------------------*/

/*　コンテンツタイトル */
#contents_title{
		padding-left:10px;
		padding-top:10px;
		padding-bottom:10px;
		background: rgb(59,103,158); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
		background: linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
		border-radius:5px;

		color:#FFF;
}

/* メニュー用 */
#contents_menu{
		float:left;
		width:145px;
		padding-top:5px;
		padding-bottom:5px;
		line-height:20px;
}

/* メニューの行頭番号を消す */
#contents_menu ul{
		list-style:none;
}

/* メニューの行頭番号をバックグラウンドで表示する設定 */
#contents_menu li{
		padding: 0 0 0 20px;
		background:url(img/midasi.gif) 0 50% no-repeat;
}

/* メニューのリンク下線を消す */
#contents_menu a{
		text-decoration:none;
}

/* 内容の書式 */
#contents_detail{
		width:630px;
		float:right;
		min-height:300px;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:5px;
/*		background-color:#CC0;*/

		/* 枠線 */				
		border-left-width: 1px;
		border-left-style: dotted;
		border-left-color: #00A9EC;

}

/* 内容のタイトル書式 */
#contents_detail h3{
		font-size:16px;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:5px;
}

/* 内容の見出しなどの書式 */
#contents_detail dl{
		padding-top:5px;
		padding-bottom:5px;
		padding-left:15px;
}

/* 各項目の見出し */
#contents_detail dt{
		color:#03F;
		font-size:14px;
}

/* 各項目の内容 */
#contents_detail dd{
		padding-top:5px;
		padding-bottom:5px;
		padding-left:15px;
		color:#930;
}

/* 写真サムネイル表示用 */
.contents_photo{
		margin:5px;
		padding:5px;
		float:left;
		width:290px;
}

.contents_photo img{
		padding-right:5px;
		float:left;
}

.contents_photo_title{
		color:#30F;
		font-weight:bold;
		margin-bottom:5px;
}

.contents_photo img {
	border: 0;
}
	
