@charset "utf-8";
body {font:100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin:0px;
	padding:0px;
}

div{
	margin:0;
	padding:0;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl, li{ /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	margin:0;
	border: none;
}

img{vertical-align: bottom;}/*フロートした画像と画像に隙間が勝手にできる時の対処法*/

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */

a:link {
	color:#890611;
	text-decoration: none;
}

a:visited {
	color:#999;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}






#header{
	width:100%;
	height:70px;
	background-image:url(../img/top_line.png);
	background-repeat:repeat-x;
	position:fixed;
	top:0px;
	z-index:1;
}

	
#head_wrap{
	margin:0 auto;
	max-width:1100px;
	min-width:500px;
			/* IE用 */  
		width: expression(document.body.clientWidth < 501? "500px " : document.body.clientWidth > 1101? "1100px" : "auto");  

}
	
	
	
#toprogo{
	float:left;
	margin-left:70px;
}


/* グローバルメニュー*/

	

#gbm{
	float:right;
	width: 498px;
	height:80px;
	margin-right: 52px;
    overflow: hidden;
	position:relative;
}


#gbm ul {
  list-style:none;
  position:relative;
  left:50%;
  float:left;
}

#gbm ul li {
  width: 83px;
  left:-50%;
  position:relative;
  float:left;
}

.gbm ul li a {
  display: block;
  width: 83px;
  height: 80px;
  overflow: hidden;
}



#gbm ul li a:hover,
#news gbm ul li.news a,
#service gbm ul li.service a,
#works gbm ul li.works a,
#adout gbm ul li.adout a,
#contact gbm ul li.contact a, {
  height: 80px;
}
#gbm ul li a:hover img {
  margin-top: -80px;
}

#gbm ul li a:active img {
  margin-top: -80px;
}

#news gbm ul li.news a img,
#service gbm ul li.service a img,
#works gbm ul li.works a img,
#adout gbm ul li.adout a img,
#contact gbm ul li.contact a img, {
  margin-top: -80px;
}

#top_line{
	background-image:url(../img/head_line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}


/*パンくずリスト*/
#pankuzu{
	margin-top:70px;
	width:100%;
	height:43px;
	background-image:url(../img/p_line.png);
	background-repeat:repeat-x;
	z-index:0;
}

#p_wrap{
	margin:10px auto 0;
	width:1100px;
}

#p_txt{
	color:#999;
	font-size:12px;
	float:left;
	margin-top:10px;
	margin-left:120px;
}

#p_delta{
	float:right;
	margin-right:301px;
}


/*　メインコンテンツ　*/

#main {
		margin:0 auto;
		padding:0;
		clear:both;
		min-width: 500px; /* 最小幅 */  
		max-width: 1000px; /* 最大幅 */  
		position: relative;  
		/* IE用 */  
		width: expression(document.body.clientWidth < 501? "500px " : document.body.clientWidth > 1001? "1000px" : "auto");  
} 
/*
#main { 
	width:100%;
	margin:0 auto;
	padding:0;
	clear:both;
}
*/

#works{
	margin-top:60px;
	float:left;
	clear:both;
}


#liquid_wrap{
	float:left;
	clear:both;
	width:100%;
	margin:80px 0;
}

#liquid_box{
	width:320px;
	float:left;
	margin-top:15px;
}









/*　フッター　*/
#footer{
	width:100%;
	clear:both;
	margin-top:200px;
	height:430px;
}

#footbar{
	width:100%;
	height:50px;
	background-image:url(../img/footbar.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#footbar_in{
	width:1100px;
	margin:0 auto;
}

#go_top{
	margin-left:528px;
	list-style:none;
	text-align:center;
	float:left;
}

#fb_btn{
	margin:10px 20px 0 10px;
	list-style:none;
	float:right;
}
/*
#foot_fb{
	margin-top:-47px;
	float:right;
}
*/

#foot_wrap{
	    margin:0 auto;
		min-width: 400px; /* 最小幅 */  
		max-width: 1100px; /* 最大幅 */  
		position: relative;  
		/* IE用 */  
		width: expression(document.body.clientWidth < 401? "400px " : document.body.clientWidth > 1101? "1100px" : "auto");  
		text-align:center;
}

#foottext{
	margin:50px auto 60px;
	clear:both;
	text-align:center
}
#foottext p{
	color:#463835;
	font-size:13px;
	font-weight:400;
	line-height:25px;
}

.f_logo{
	margin-bottom:7px;
}

.f_txt01{
	color:#463835;
	font-size:13px;
	font-weight:100;
	letter-spacing:0.1px;
}


#footinfo{
	margin:60px auto 0px;
	clear:both;
	text-align:center
}
#footinfo p{
	margin:5px;
	color:#463835;
	font-size:13px;
	font-weight:400;
	line-height:20px;
}
.f_txt02{
	color:#463835;
	font-size:12px;
	font-weight:100;
	letter-spacing:0.1px;
}

p#footrogo{
	margin-bottom:100px;
}
#copyright{
    text-align:center;
	color:#463835;
	font-size:10px;
	font-weight:100;
	letter-spacing:0px;
}