@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;}


/*******************************
レイアウト
*******************************/
#header, #wrapper, .inner{
margin:0 auto;
width:940px;
}

#wrapper{padding:20px 0;}

#main{
padding-top:20px;
border: 1px solid #ccc;
}

#bottom{
clear:both;
}


/*******************************
/* ヘッダー
*******************************/
#header{
position:relative;
height:100px;
}

#header h1,#header h2, #header p{
	position:absolute;
	top:34px;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	line-height:21px;
}

#header h1{top:0;}

#header p{right:0;}




/*******************************
メイン画像
*******************************/
#mainImage{
margin:1px auto 20px;
text-align:center;
}




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

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

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

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

#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:860px;
padding: 0 30px;
margin:20px auto 30px;
}

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

.boxContainer2{
width:860px;
padding: 0 30px;
margin:20px auto 0;
}

.boxContainer2 h3{
font-weight:bold;
font-size: 18px;
margin:0 0 10px 0;
padding:5px 0;
color:#7d4a0e;
border-bottom: 1px solid #ccc;
}

.boxContainer3{
width:860px;
padding: 0 30px;
margin:0 auto 30px;
}

.boxContainer3 h3{
font-weight:bold;
font-size: 20px;
margin-bottom: 30px;
padding:0 0 5px 30px;
color:#7d4a0e;
border-bottom: 1px solid #ccc;
background:url(images/heading.png) no-repeat 0 10%;
}

.box1{
float: left;
width:410px;
}
.box2{
float: right;
width:410px;
}
.box1 p{
font-size: 15px;
line-height: 2;
}
.box2 p{
font-size: 15px;
line-height: 2;
}

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

/*************
/* 見出し
*************/
#main h2,#sidebar h3,#bottom h3{
font-weight:bold;
font-size: 20px;
margin:0 0 10px 0;
padding:5px 0 5px 30px;
color:#1d538a;
border-bottom: 1px solid #ccc;
background:url(images/heading.png) no-repeat 0 50%;
}

#main h2{
padding-left:35px;
background-image:url(images/heading2.png);
}

/*******************************
/* フッター
*******************************/
#footer{
height:110px;
clear:both;
padding-bottom:10px;
text-align:center;
background:url(images/footer.png) repeat-x 0 0;
}

.inner{
position:relative;
}

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