/*-------------------------本文エリアレイアウト-------------------------*/
#pagebody{
	position: relative;
}

#pagebody-inner{
	position: static;
	padding:0 0 0 0;
}

#pagebody-inner02{
	position: static;
	padding:0 0 0 0;
}

#contentindex{
	width:530px;
         margin:30px 30px 0 0;
	float:left;
}

#content{
	width:560px;
         margin:30px 30px 0 0;
	float:left;
}

#content-inner{
	width:530px;
}

#content p{
	line-height:1.8;
}

#contentindex p{
	line-height:1.8;
}

#sidenavi{
         margin-top:30px;
	width:180px;
	float:left;
	font-size:90%;
}

#sidenaviindex{
	width:180px;
	margin:30px 30px 0 0;
	float:left;
	font-size:90%;
}



/*-----ページタイトルエリア（トップページ）の設定-----*/
#h1area{
         margin-bottom:20px;
	padding:9px;
	background:#e8e9eb;
}

#h1area h1{
	padding:0 0 18px 0;
}


#h1area p{
	line-height:1.5;
}


/*-----ページタイトルエリア（エントリー詳細ページ）の設定-----*/
#h1area02{
	margin-bottom:20px;
}


#h1area02 h1{
	padding:0 0 0 2px;
	font-size:150%;
	font-weight: bold;
 	border-bottom:1px solid #ccc;
}


#h1area02 .date{
	margin:0;
	text-align:right;
	fot-size:86%;
}


#h1area02 p{
	margin:16px 75px 0 6px;
}



/*-----ページタイトルエリア（アーカイブページ）の設定-----*/
#h1area03{
	margin-bottom:20px;
}


#h1area03 h1{
	padding:0 0 3px 0;
	font-size:120%;
	border-bottom:1px solid #ccc;
}



/*-----エントリー（リスト）の設定-----*/
.entry{
	margin:0 0 0 0;
	padding:2px 2px 5px 2px;
}


.entry h2{
	padding:0 0 3px 0;
	font-size:120%;	line-height:1.34;
}


.entry .date{
	text-align:right;
	font-size:86%;
}

.entry .text{
	margin:2px 0 0 0;
	padding:0;
	line-height:1.5;
}


blockquote{
	margin-bottom:7px;
	line-height:1.5;
}


blockquote.error{
	background:#f2f4f5;
	margin:14px 0;
	line-height:1.5;
}


.entry .text p{
	margin-bottom:14px;
}

.entry .moreinfo{
	text-align:right;
	margin-right:2px;
}


.entry .data{
	font-size:86%;
}



/*-----エントリー（詳細）の設定-----*/
.entry02{
	margin-left:0px;
	width:530px;
}


.entry02 blockquote{
	padding:15px 15px 15px 15px;
	background:#e8e9eb;
	line-height:1.5;
}


.entry02 p{
	margin-bottom:1em;
}


.entry02 .data{
	font-size:86%;
}

.entry02 small{
         margin-left:30px;
         line-height:1.2;
}


.entry02 img{
         border:solid 2px gray;
}


/*-----エントリーナビの設定-----*/
#nextentry{
	clear:both;
	margin:20px 0 0 2px;
}

#backindex{
	margin:25px 0 0 2px;
	padding-right:19px;
	text-align:right;
	background:url("../img_ouchicom/arw_backindex.gif") no-repeat right center;
}



/*-----エントリー（プロフィール）の設定-----*/
h1#profile{
	padding:35px 75px 35px 125px;
	background:url("images/p_logo.jpg") no-repeat left center;
}


#entry .profile img{
	float:right;
	margin:0 0 13px 16px;
}


/*-----サイドナビの設定-----*/
#sidenaviul ul, #sidenaviul-r ul{
	padding:0;
	list-style:none;
}


#sidenaviul li{
	margin:10px 5px 0 0;
	padding:0 0 5px 27px;
	line-height:1.17;
	background:url("../img_ouchicom/arw_navi02.gif") no-repeat 5px top;
}

#sidenaviul-r li{
	margin:0 5px 0 0;
	padding:0 0 5px 107px;
	line-height:1.17;
	background:url("../img_ouchicom/arw_navi02.gif") no-repeat 85px top;
}


/*-----ブログエントリー一覧エリアの設定-----*/
#entrylist, #archive{
	margin:20px 0 10px 0;
}

#entrylist h2, #archive h2{
	padding:5px 2px 5px 2px;
	text-align:right;
	color:#666;
	line-height:1.17;
	border-top:3px solid #bcc8fa;
}

#entrylist ul, #archive ul{
	margin:0 5px 0 0;
	padding:0;
	list-style:none;
}


#entrylist li, #archive li{
	margin-bottom:12px;
	line-height:1.17;
	padding:0;
}


/*-----RSSへのリンクエリアの設定-----*/
#rssarea{
	margin:25px 0 25px 0;
	padding:8px;
	text-align:center;
	font-size:;
	background:#eee;
	border:1px solid #ccc;
}


/*-----MTへのリンクエリアの設定-----*/
#mtarea{
	color:#999;
	font-size:86%;
}

 
