@charset "utf-8";

/* ARIA - blog page

 1.common styles
 2.layout blocks
 3.clearfix
	
-------------------------- */


/* 1.common styles
-------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{  
margin:0;
padding:0;
}

body{
color:#333333;
font:13px/1.231 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ ゴシック","MS Gothic",Sans-Serif;
*font-size:small;
*font:x-small;
text-align:center;
background:#ffffff;
}

a:link{color:#333333;text-decoration:underline;} 
a:visited{color:#333333;text-decoration:underline;} 
a:active{color:#333333;text-decoration:underline;} 
a:hover{color:#333333;text-decoration:none;}
a:focus{outline:none;}

table{
border-collapse:collapse;
border-spacing:0;
border:0;
}

th,td{
font-weight:normal;
text-align:left;
vertical-align:top;
}

img{
vertical-align:top;
border:0;
}

object,
embed{
vertical-align:top;
}

ul{
list-style:none;
}


/* 2.layout blocks 
-------------------------- */

/* container */
#container{
width:920px;
margin:0 auto 0 auto;
background:url(../images/bg_container.gif) repeat-y;
}


/* header */
#header{
position:relative;
width:920px;
height:86px;
text-align:left;
background:url(../images/bg_header.jpg) no-repeat left top;
}

#header h1{
position:absolute;
top:38px;
right:37px;
text-indent:-9999px;
background:url(../images/ttl_h1.gif) no-repeat;
}
#header h1 a{
width:217px;
height:29px;
display:block;
}

#header img.logo{
position:absolute;
top:11px;
left:38px;
}

#header p.goHome{
position:absolute;
top:8px;
right:38px;
font-size:77%;
}
#header p.goHome a{
padding:0 0 0 11px;
text-decoration:none;
background:url(../images/arrow03.gif) no-repeat 0 0;
}


/* contents */
#content{
width:856px;
margin:30px 32px 20px 32px;
text-align:left;
}


/* main */
#main{
width:476px;
margin:0 24px 0 24px;
float:left;
}

#main p{
font-size:93%;
}

#main h3{
width:456px;
font-family:"ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
font-size:108%;
line-height:1.4em;
padding:7px 10px 5px 10px;
border-top:#bd9933 2px solid;
border-bottom:#bd9933 1px solid;
}

#main h3 a{
text-decoration:none;
}

/* meta */
#main .meta{
position:relative;
height:30px;
}

#main .meta p.date{
position:absolute;
top:8px;
left:0;
font-size:93%;
margin:0 0 0 0;
}

#main .meta p.category{
position:absolute;
top:8px;
right:0;
font-size:77%;
margin:0 0 0 0;
padding:0 0 0 0;
}
#main .meta p.category a{
padding:0 5px 0 5px;
}

/* textBody */
#main .textBody{
width:456px;
margin:0 0 30px 0;
padding:0 10px 20px 10px;
background:#f8f4db;
}

#main .textBody p{
position:relative;
font-size:93%;
line-height:3em;
margin:30px 0 0 0;
}
body.list #main .textBody p{
line-height:0 0 3em 0;
}

#main .textBody p a.more-link{
display:block;
position:absolute;
bottom:0;
right:0;
margin:0 0 0 0;
padding:0 0 0 11px;
background:url(../images/arrow01.gif) no-repeat 0 4px;
}

.pageNavi{
position:relative;
height:35px;
}

.pageNavi ul{
position:absolute;
top:0;
right:0;
background:url(/chienowa/images/bg_pagenavi.gif) no-repeat 105px 2px;
}

.pageNavi li{
font-size:93%;
float:left;
}
.pageNavi li a{
display:block;
overflow:hidden;
width:3em;
height:24px;
margin:0 0 0 40px;
background:#fff;
}
.pageNavi li.back a{
padding:0 0 0 1em;
background:url(/chienowa/images/arrow02.gif) no-repeat left 2px;
}
.pageNavi li.next a{
background:url(/chienowa/images/arrow01.gif) no-repeat right 2px;
}

.pageNavi p.index{
position:absolute;
top:0;
left:0;
}
.pageNavi p.index a{
padding:0 0 0 12px;
background:url(/chienowa/images/arrow02.gif) no-repeat 0 2px;
}

/* sideL */
#sideL{
width:166px;
float:left;
}

#sideL h2{
margin:0 0 12px 0;
}

#sideL p{
font-size:77%;
line-height:1.8em;
}


/* sideR */
#sideR{
width:166px;
float:right;
}

#sideR ul{
margin:3px 0 15px 0;
}

#sideR li{
font-size:93%;
line-height:1.4em;
background:url(../images/line_dot.gif) no-repeat left bottom;
}

#sideR li.fst{
background:none;
}
#sideR li a{
display:block;
padding:6px 0 6px 11px;
text-decoration:none;
background:url(../images/arrow01.gif) no-repeat 0 8px;
}

* html #sideR li{
height:1%;
}

* html #sideR li a{
height:1%;
}

/* footer */
#footer{
position:relative;
width:920px;
height:40px;
text-align:right;
background:url(../images/bg_footer.gif) no-repeat 0 0;
}

#footer p.copy{
color:#999;
font-family:Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:77%;
position:absolute;
top:10px;
right:37px;
}

/* -------------------------- //layout blocks */


/* 3.clearfix -------------------------- */

.clr:after{
content:" "; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}

.clr{ /* IE7 */
display:inline-table;
}

/* Hides from IE-mac \*/
*html .clr{height:1%;}
.clr{display:block;}
/* End hide from IE-mac */

/* -------------------------- //clearfix */

.calendar{
text-align:center;
margin:25px 0 0 0;
background:url(/chienowa/images/bg_caption.gif) repeat-x 0 0;
border:#bd9933 1px solid;
}

#wp-calendar{
width:150px;
margin:0 0 0 7px;
}

#wp-calendar caption{
display:none;
}

#wp-calendar thead td{
color:#fff;
padding:3px;
}

#wp-calendar thead td#next,
#wp-calendar thead td#prev{
font-size:108%;
font-family:Arial,"ＭＳ ゴシック","MS Gothic",Sans-Serif;
padding:0 3px;
}

#wp-calendar thead a{
color:#fff;
text-decoration:none;
}

#wp-calendar th{
font-size:93%;
font-weight:bold;
text-align:center;
padding:6px 0 6px 0;
}

#wp-calendar td{
font-size:93%;
padding:0 0 5px 0;
text-align:center;
}

#wp-calendar th.holiday, #wp-calendar td.holiday, #wp-calendar td.holiday a {
color: #e50003;
}
#wp-calendar td.tholiday {
color: #e50003;
}
#wp-calendar td.tholiday a {
color: #e50003;
}
