/* Base Weblog (base-weblog.css) */

/* basic elements */

body{
	background:#FFFFFF;
	margin: 0;
	padding: 0;
	color:#262626;/* 基本文字色 */
	}

h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd,a {
	font-size:1em;
	line-height:1.1em;
	margin:0;
	padding:0;
	}
img {border: none;
vertical-align:bottom;
}

/* リンク用カラー */
a:link{
text-decoration:none;
color:#000000;
}
a:visited{
text-decoration:none;
color:#000000;
}

a:active   { text-decoration: none; }
a:hover   { color: #01637F; text-decoration: underline; }

/* 下付き文字 */
sub {
	font-size:0.75em;
	vertical-align:baseline;}

/* 共用クラス */
.clear {clear: both;}
.hdn {display:none;}

/* clear FIX */
.pkg:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.pkg{display:inline-table;zoom:1;}
/* \*/
* html .pkg{height:1%;}
.pkg{display:block;}
/* */



/*  */
#container{
	/*width:1163px;
margin:0 auto;*/
border-top:9px solid #00262F;
border-bottom: 13px solid #3E7899;
}

#container-inner{
}

.NewArticle{
margin-bottom:16px;
}

/* ヘッダ */
#banner{
background:url(/lib/blog/bg_head.gif) no-repeat center top;
width:100% !important;
}

#banner-inner{
position:relative;
width:923px;
height:307px;
margin:0 auto;
}

#HeadNavi{
width:750px;
position:absolute;
top:26px;
left:70px;
}

#HeadNavi ul{
list-style:none;
}

#HeadNavi li{
display:inline-block;
float:left;
margin:0 5px 0 0;
}

#CopLogo{
position:absolute;
top:26px;
right:80px;
}

#banner-header{
position:absolute;
top:155px;
left:160px;
}

#banner-description{
position:absolute;
top:80px;
right:80px;
}

.date-header{
color:#01637F;
font-size:16px;
}

.top_date-header{
float:left;
}

.categorytag{
float:right;
}

#alpha{
width:751px;
margin:0 auto;
}

/* エントリー */
.entry{
margin:20px 0 32px 0;
}

.entry-header{
}

.entry-header-ttl ,.archive-entry{
background:url(/lib/blog/bg_hukidasi-top.gif) no-repeat;
width:751px !important;
overflow:hidden;
}

.entry-header-ttl h2 ,.entry-header-ttl h3{
/*background:url(/lib/blog/bg_hukidasi-bottom.gif) no-repeat bottom;*/
font-size:22px !important;
line-height:1.3em !important;
}

.entry-header-ttl_in{
background:url(/lib/blog/bg_hukidasi-bottom.gif) no-repeat bottom left !important;
padding:18px 23px 40px 60px;
width:668px;
}

.entry-header-ttl h2 a ,.entry-header-ttl h3 a ,.archive-entry-header-ttl h3 a{
line-height:1.3em !important;
}

.entry-content{
width:640px;
margin:33px auto 0 auto;
}

.entry-content p{
margin-bottom:1em;
}

.entry-body{
}

.entry-tags{
background:url(/lib/blog/bg_sen-bottom.gif) no-repeat top;
color:#01637F;
font-size:0.9em;
padding:10px 0 0 33px;
}

.entry-tags a{
/*color:#01637F;*/
}

.entry-tags-header{
float:left;
}

.entry-tags-list{
list-style:none;
float:left;
padding:0 0 0 2px;
}

.content-nav{
text-align:center;
}



/* フッタ */
#footer{
width:923px;
margin:12px auto 0 auto;
padding:17px 0;
border-top:solid 1px #999999;
}

.footlink{
float:left;
}

.footcopy{
float:right;
font-size:0.9em;
color:#09376D;
}


/* カテゴリーアーカイブ */
#archive-title{
font-size:18px;
margin-bottom:16px;
}

.archive-entry-header-ttl{
background:url(/lib/blog/bg_hukidasi-bottom.gif) no-repeat bottom;
padding:0 0 31px 0;
width:100% !important;
}

.archive-entry-header-ttl h3{
padding:13px 23px 11px 60px;
font-size:22px;
margin:0px;
}

.archive-entry-header{
}

.archive-entry-inner{
padding:0 52px;
}

.extended ,.entry-more-link{
text-align:right;
}


/* ランキングボタンを押して吹き出し用 */
.U-hukidasi{
width:540px;
margin:30px auto;
}

.U-hukidasi-left{
width:410px;
float:left;
}

.U-hukidasi-right{
width:127px;
float:left;
}

/* 月と年 */
.module-archives{
width:923px;
margin:30px auto 40px auto;
padding:0;
}

.module-archives ul{
margin:0 auto;
text-align:center !important;
}

.module-archives ul li{
display:inline;
list-style:none;
margin:0 5px 0 0;
}

.module-list-iteml{
}


/* 検索結果 */
.module-search-feed ,.module-tags{
width:640px;
margin:25px auto 0 auto;
}

