@charset "utf-8";

*{margin:0;padding:0;}

body{
	color:#252525;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	background-position: 50% 0;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 15px;
	line-height: 1.5em;
}

body#sub {
	background-image: url(images/header_sub.png);
	background-repeat: repeat-x;
	background-position: 50% 0;
}

a{
	color:#069;
	text-decoration:none;
}
a:hover{
	color:#00356A;
	text-decoration:none;
}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
p{margin-bottom: 10px;}
.center{text-align:center;}
.right{text-align:right;}


/*************
ロールオーバー
*************/
a:hover img {
-moz-opacity:0.6;
opacity:0.6;
filter: alpha(opacity=60);
}

/*************
全体幅
*************/
#header, #container, .inner{
margin: 0 auto;
width: 960px;
}


/*************
/* ヘッダー
*************/
#header{
position:relative;
height: 106px;
padding: 0px 0px 15px;
}

#header h1,#header h2, #header h3, #header ul{
position:absolute;
top:5px;
color: #221815;
font-size: 11px;
line-height: 20px;
font-weight: normal;
}

#header h2{
font-weight: normal;
right:0;
}

#header h3{top: 38px;}


/******************
/* ヘッダーナビゲーション
******************/
#header ul{
top: 69px;
right: 0px;
border-right: 1px solid #e2e2e2;
border-left: 1px solid #fff;
}

#header ul li{
list-style: none;
float:left;
padding: 0 20px;
font-size:12px;
border-right: 1px solid #fff;
border-left: 1px solid #e2e2e2;
}

#header a{
	color:#069;
	text-decoration:none;
}

#header a:hover{color:#00356A;}


/*************
メイン画像
*************/
#mainImage{
padding: 0;
}


/*************
コンテンツ全体
*************/
#container{
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

.box{
	float: left;
	width: 225px;
	margin-right: 15px;
	padding-bottom: 23px;
	line-height: 1.2;
}
.box2 {
	float: left;
	width: 350px;
	margin-right: 20px;
	padding-bottom: 23px;
	height: auto;
	margin-left: 20px;
	text-align: center;
}
.box3 {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
.box4 {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 230px;
}




/* 最後のbox */
.last{margin-right:0;}

/* 横に長いbox */
.long{width:960px;}

/* 画像を左に回りこみ */
.long img{
float:left;
margin: 0 10px 10px 0;
}

/* H2 見出し */
#container h2{
font-size: 14px;
margin: 0 0 15px;
padding: 5px 10px 7px 0;
border-bottom: 1px solid #cecece;
color: #333333;
}

/* H3 見出し */
#container h3{
font-size: 14px;
margin: 0 0 15px;
padding: 5px 10px 7px 0;
border-bottom: 1px solid #e2e2e2;
color: #333333;
}

#container ul, .inner ul{margin-left: 5px;}

#container ul li, .inner ul li{
list-style: none;
margin-bottom: 7px;
padding-left: 17px;
background:url(images/bullet.png) no-repeat 0 3px;
}

.inner ul li{background-image:url(images/bullet.png);}

#date {
text-align: right;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

.text_down {
	margin-bottom: 10px;
}

/************************
メイン（左側）コンテンツ
************************/
#main {

width: 960px;
padding-bottom:15px;
}


/************************
サイド（右側）コンテンツ
************************/
#sidebar {
float: right;
width: 225px;
padding-bottom:30px;
}

#sidebar h3{
font-size: 14px;
margin: 0 0 15px;
padding: 5px 10px 7px 0;
border-bottom: 1px solid #cecece;
color: #333333;
}

#sidebar ul{
padding-bottom:10px;
}

/*************
/* フッター
*************/
#footerUpper{
	clear:both;
	margin-top: 10px;
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #9b9b9b;
	background-color: #FFF;
}

#footerUpper a{
	color:#069;
	text-decoration:none;
}

#footerUpper a:hover{color:#00356A;}

#footerUpper .inner{
	overflow: hidden;
	background-color: #FFF;
}

#footerLower{
	overflow: hidden;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #069;
}

#footerLower .inner{
	position:relative;
	min-height: 60px;
	color: #069;
	font-size:13px;
}

* html #footerLower .inner{height:60px;}

#footerLower .inner p{
position:absolute;
top: 10px;
padding-bottom: 15px;
}

#footerLower .inner p#contact{right:0;}

/*2012.06.21 km*/
/*会社概要テーブル*/

table {	
	border: 1px solid #eee;
	border-collapse: collapse;
	width:100%;
}
th.t_top {
    border-top: #d5759e 4px solid;
}
th {
    background: #eee;
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top: #ccc 4px solid;
}
td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}

#area{
	width:100%;
}

#area-box{
	float:left;	
	margin-left:40px;
}
