@charset "utf-8";

*{margin:0;padding:0;}

html{background:#fff;}

body{
font:14px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background:#ffffff url(images/bg.png) repeat-x;
}

a{color:#777777;}
a:hover{color:#919191;text-decoration:none;}
a:active, a:focus {outline:0;}

img{border:0;}
.clear{clear:both;}
.center{text-align:center;}
.mt20{margin-top:20px;}

/*******************************
レイアウト
*******************************/
#header, #wrapper, .inner{
margin:0 auto;
width:100%;
}
#wrapper{padding:20px 0;}
#main{
padding:0 10px;
}

#bottom{
clear:both;
}


/*******************************
/* ヘッダー
*******************************/
#header{
height:100px;
background-color: #cb9f54;
}
#header h1,#header h2, #header p{
	font-size:11px;
	font-weight:normal;
	color:#fff;
	line-height:21px;
}

#header h1{top:0;}
#header h2{
	line-height:60px;
font-size:8vw;
text-align:center;
}


/*******************************
/* 会社案内table
*******************************/

#main #tab table{
border-top: #cacdc2 1px solid;
border-left: #cacdc2 1px solid;
width:100%;
}

#tab th{
border-bottom: #cacdc2 1px solid;
border-right: #cacdc2 1px solid;
background-color: #e8e8e7;
padding:5px;
}

#tab td{
border-bottom: #cacdc2 1px solid;
border-right: #cacdc2 1px solid;
padding:5px;
}

#tab p{
line-height: 4px;
}

td .yubin{
line-height: 1.6;
}

/*************************
/* ボックスの囲み
/* .boxContainer
/* 背景画像でボックスの高さを調整
/* 
/* 各ボックス
/* .box1 1番目の2つのbox
/* .box2 2番目の3つのbox（画像）
/* .box3 3番目の2つのbox
/* .box4 4,5番目の1つのbox
/* #sidebar .box1 サイドバーのbox
*************************/
.boxContainer{
width:100%;


}

.boxContainer h3{
font-weight:bold;
font-size: 20px;
margin:20px 0;
padding:5px 0;
color:#1d538a;
border-bottom: 1px solid #ccc;
}

.boxContainer2{
width:100%;

}

.boxContainer2 h3{
font-weight:bold;
font-size: 18px;
margin:20px 0;
color:#1d538a;
border-bottom: 1px solid #ccc;
}

.boxContainer3{
width:100%;

}

.boxContainer3 h3{
font-weight:bold;
font-size: 20px;
margin:20px 0;
color:#1d538a;
border-bottom: 1px solid #ccc;

}
iframe {border:none;}

.box1{

}
.box2{

}
.box1 p{
font-size: 15px;
line-height: 1.8;
}
.box2 p{
font-size: 15px;
line-height: 1.8;
}

/* 画像を中央表示 */
.box1 .center{padding-bottom:10px;}

/*************
/* 見出し
*************/
#main h2,#sidebar h3,#bottom h3{
font-weight:bold;
font-size: 20px;

color:#1d538a;
border-bottom: 1px solid #ccc;
background:url(images/heading.png) no-repeat 0 50%;
}

#main h2{

background-image:url(images/heading2.png);
}

/*******************************
/* フッター
*******************************/
#footer{
height:110px;
clear:both;
text-align:center;
}

.inner{
position:relative;
}
.inner img{
margin-bottom:20px;
}

address{
font-style:normal;
font-size:12px;
}

