@charset "utf-8";

*{margin:0;padding:0;}

body {
font:13px/1.9 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background:#fff;
}

body#top{
background:#fff ;
}

a{color:#777;}
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:1194px;
}

#wrapper{padding:20px 0 30px;}

#main{
float:left;
width:974px;
}

#sidebar{
float:right;
width:220px;
}

#bottom{
clear:both;
}


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

#header h2, #header p{
position:absolute;
top:32px;
}

#header h1{
font-size:12px;
font-weight:normal;
line-height:21px;
}

#header p{
right:0;
}



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


/*******************************
コンテンツ
*******************************/
#main p{margin-bottom:10px;}

.readon{clear:both;}

.readon a{
display:block;
padding-left:22px;
background:url(images/bullet.png) no-repeat 0 50%;
text-decoration:none;
}

.readon a:hover{
background-position:5px 50%;
}

#date{
text-align: right;
padding-bottom:10px;
font-weight:bold;
color:#858585;
font-family:Georgia, "Times New Roman", Times, serif;
}

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

.box_img_border{
   border: 1px solid #cccccc;
   padding: 1px;
  margin: 1px;
}

ul.pagenav{
width:620px;
padding:20px 0 50px;
}

ul.pagenav li{
list-style: none;
float: left;
}

ul.pagenav li a{
padding:0 0 0 20px;
text-decoration:none;
background:url(images/bullet2.png) no-repeat 0 50%;
}

ul.pagenav li.next{
float: right;
}

ul.pagenav li.next a{
padding:0 22px 0 0;
background:url(images/bullet.png) no-repeat 100% 50%;
}


/*************
/* 見出し
*************/
#sidebar h3,#bottom h3{
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
margin:20px 0 10px 0;
padding:5px 0;
color:#222;
border-bottom: 2px solid #ececec;
}

#main h2,#main h3{
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
font-size:14px;
margin:20px 0 10px 0;
padding:5px 0;
color:#222;
border-bottom: 2px solid #ffffff;
}

/*************
/* サイドバー
*************/
#sidebar ul{margin:0 6px 25px;}

#sidebar ul li{
list-style:none;
margin-bottom:10px;
padding-bottom:2px;
border-bottom:1px dotted #ccc;
}

#sidebar ul li a{
display:block;
padding:0 5px 0 22px;
text-decoration:none;
background:url(images/bullet.png) no-repeat 0 50%;
}

#sidebar ul li a:hover{
background-position:5px 50%;
}


/*******************************
/* ボトム
*******************************/
.boxContainer{
overflow:hidden;
color:#333;
}

.boxContainer p{margin-bottom:10px;}

* html .boxContainer{height:1%;}

#bottom .box{
font-size:11px;
float:left;
width:270px;
margin-right:20px;
padding:18px 15px 5px;
}

#bottom .last{margin-right:0;}

#bottom .box img{
float:left;
padding:0 10px 0 0;
}


/*******************************
/* フッター
*******************************/
#footer{
clear:both;
padding-bottom:10px;
text-align:center;
}

.inner{
position:relative;
}

#footer ul{
padding:25px 0 10px;
text-align:center;}

#footer ul li{
display:inline;
padding:0 5px;
}

#footer ul li a{
text-decoration:none;
}

#footer p{
position:absolute;
right:0;
top:15px;
}

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