@charset "utf-8";

*{
	margin:0;padding:0;
}

body{
	font : 12px "メイリオ","Meiryo",arial,"ヒラギノ角ゴ pro w3","hiragino kaku gothic pro",osaka,"ＭＳ Ｐゴシック","ms pgothic",sans-serif;
color:#252525;
background:#fff url(images/header.png) repeat-x 50% 0;
}

a{
	color:#8e8e8e;
text-decoration:none;
font-weight: bold;
}
a:hover{
	color:#363636;text-decoration:none;
}
a:active, a:focus {
	outline: 0;
}
img{
	border:0;
}
.clear{
	clear:both;
}
p{
	margin-bottom: 10px;
  line-height : 1.8;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}


/*************
全体幅
*************/
#header, #container, .inner{
	margin: 0 auto;
width: 960px;
}


/*************
/* ヘッダー
*************/
#header{
	position:relative;
height : 162px;
padding: 0px 0px 30px;
}

#header h1,#header h2, #header h3, #header ul{
	position:absolute;
top:5px;
color: #ffffff;
font-size : 10px;
line-height: 22px;
font-weight: normal;
}

#header h2{
	font-weight: normal;
right:0;
  
}

#header h3{
	top : 48px;
  
  
  
}


/******************
/* ヘッダーナビゲーション
******************/
#header ul{
	top : 108px;
right: 0px;
border-left: 1px solid #ededed;
}

#header ul li{
	
list-style: none;
float:left;
padding: 0 20px;
border-right: 1px solid #ededed;
  
  
  font-size : 12px;
  
}

#header a{
	color:#8e8e8e;text-decoration:none;
}

#header a:hover{
	color:#363636;
}


/*************
メイン画像
*************/
#mainImage{
	margin-bottom: 27px;
}


/*************
コンテンツ全体
*************/
#container{
	padding: 1px 0;
}

.box{
	float: left;
width: 225px;
margin-right: 15px;
padding-bottom: 23px;
line-height: 1.2;
}

/* 最後のbox */
.last{
	margin-right:0;
}

/* H2 見出し */
#container h2{
	font-weight : bold;
font-size: 14px;
margin: 0 0 15px;
padding: 5px 10px 7px 0;
border-bottom: 1px solid #999;
color : #6f5e4f;
}

/* H3 見出し */
#container h3{
	font-weight : bold;
font-size: 18px;
margin: 0 0 15px;
padding: 5px 10px 7px 0;
border-bottom: 1px solid #999;
color : #6f5e4f;
}

/* H4 見出し */
#container h4{
	font-weight : bold;
font-size: 15px;
margin: 0 0 0px;
padding: 5px 10px 0px 0;
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-top: 5px;
padding-bottom: 20px;
font-weight:bold;
color:#858585;
}

#next {
	text-align: center;
padding-top: 50px;
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;
}

.box_img_border{
   border: 4px solid #ededed;
}

table {
    width : 100%;
    margin : 10px 0px;
    border-collapse:collapse;
    border-top-style : dashed;border-bottom-style : dashed;border-top-color : #999999;border-bottom-color : #999999;border-top-width : 1px;border-bottom-width : 1px;
    border-spacing:0;
    line-height:1.8;
  font-size : 12px;
  
}

table th {
    padding : 5px 5px 5px 15px;
    border-top-style : dashed;border-right-style : dashed;border-top-color : #999999;border-right-color : #999999;border-top-width : 0px;border-right-width : 0px;
    
    background : #f9f7f9;
    
    text-align:left;
  border-bottom-width : 1px;
  border-bottom-style : dashed;
  border-bottom-color : #999999;
  width : 20%;
}

table td {
    padding : 5px 5px 5px 15px;
    border-top-style : dashed;border-right-style : dashed;border-bottom-style : dashed;border-left-style : dashed;border-top-color : #999999;border-right-color : #999999;border-bottom-color : #999999;border-left-color : #999999;border-top-width : 0px;border-right-width : 0px;border-bottom-width : 1px;border-left-width : 1px;
    
    text-align:left;
}

/************************
メイン（左側）コンテンツ
************************/
#main {
	float: left;
width: 715px;
padding-bottom:60px;
}


/************************
サイド（右側）コンテンツ
************************/
#sidebar {
	float: right;
width: 225px;
padding-bottom:30px;
}

#sidebar h3{
	font-size: 12px;
margin: 0 0 15px;
padding: 5px 10px 7px 0;
color: #333333;
}

#sidebar ul{
	padding-bottom:10px;
}

/*************
/* フッター
*************/

#footerLower{
	margin-top: 45px;
overflow: hidden;
}

#footerLower .inner{
	position:relative;
min-height: 60px;
color: #999;
}

* html #footerLower .inner{
	height:60px;
}

#footerLower .inner p{
	position:absolute;
top: 10px;
padding-bottom: 5px;
}

#footerLower .inner p#contact{
	right:0;
}