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

#pagebody-inner{
	position: static;
}


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

#content p{
	line-height:1.5;
}

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

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


/*-----ページタイトルエリアの設定-----*/
#h1area{
	margin-bottom:27px;
	margin-right:30px;
	font-size:150%;
	font-weight: bold; 
	border-bottom:1px solid #ccc;
}

h1{
	padding:0px 10px 0 2px;
	font-size:150%;
}

h1#a02project{
	background:url("images/h1_project.gif") no-repeat left top;
}

h1#a01special{
	background:url("images/h1_special.gif") no-repeat left top;
}

h1#a03work{
	background:url("images/h1_work.gif") no-repeat left top;
}

h1#a04partner{
	background:url("images/h1_partner.gif") no-repeat left top;
}

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

#titlearea{
         margin-bottom:20px;
	padding:9px;
	background:#e8e9eb;
}

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


#titlearea p{
	line-height:1.5;
}



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

.entry h2{
	padding:0 0 13px 1px;
	font-size:117%;
	line-height:1.34;
}


.entrybody img{
	float:left;
	margin:0 12px 7px 0;
	border:1px solid #ccc;
}

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

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

#entry img{
	float:left;
	margin:0 16px 7px 0;
	border:1px solid #ccc;
}

#entry p{
	margin-bottom:1em;
}


/*-----前後エントリーへのナビの設定-----*/
#nextentry{
	clear:both;
	margin:30px 0 0 0;
	padding:10px 2px;	
}

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

#nextentry p, #backindex p{
	margin-bottom:0;
}


/*-----エントリー（プロフィール）の設定-----*/
h1#a05profile{
	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;
	border:1px solid #ccc;
}


/*-----サイドナビの設定-----*/
#sidenaviul h2{
	padding:5px 2px 5px 2px;
	text-align:right;
	color:#666;
	line-height:1.17;
	border-top:3px solid #bcc8fa;
}

#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("http://www.ouchi.com/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("http://www.ouchi.com/img_ouchicom/arw_navi02.gif") no-repeat 85px top;
}



/*-----ブログエントリー一覧エリアの設定-----*/
#entrylist, #archive{
	margin:25px 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%;
}

 
