/*-----ヘッダー部分-----*/
#header_box{
	width:814px;
	height:76px;
	background-repeat:no-repeat;
}
/*-----上部メニュー部分-----*/
#cellleft01{
	width:6px;
	height:70px;
}
#cell01{
	width:201px;
	height:70px;
}
#cell02{
	width:199px;
	height:70px;
}
#cell03{
	width:199px;
	height:70px;
}
#cell04{
	width:201px;
	height:70px;
}
#cellright01{
	width:8px;
	height:70px;
}

/*-----メインコンテンツ部分-----*/
/*-----大外枠-----*/
#top_box{
	width:814px;
	height:76px;
	overflow:hidden;
	background-image:url('../img/example/top_waku.jpg');
	background-repeat:no-repeat;
}
#mid_box{
	width:814px;
	height:auto;
	background-image:url('../img/all/mid_waku.jpg');
	background-repeat:repeat-y;
}
#btm_box{
	width:814px;
	height:66px;
	overflow:hidden;
	background-image:url('../img/all/btm_waku.jpg');
	background-repeat:no-repeat;
}
#top_box table{
	margin-top:10px;
	margin-left:23px;
}
#top_box h1{
	margin-top:10px;
	margin-left:16px;
}

/*-----サイドメニュー部分-----*/
#side_box{
	margin-top:15px;
	padding-left:22px;
	float:left;
}
#side_btn01{
	margin-bottom:5px;	
}
#side_banner01{
	margin-top:15px;	
	margin-left:4px;
	margin-bottom:8px;
}
#side_banner02{
	margin-left:4px;
	margin-bottom:8px;		
}

/*-----右部メインコンテンツ部分-----*/
#main_contents{
	float:left;
	width:570px;
	margin-left:30px;
}
#photo_box{
	margin-top:10px;
	margin-left:5px;
}
#area01{
	cursor:pointer;
}

#main_contents h2{
	margin-top:25px;
	margin-bottom:15px;
}
#topic01{
	position:relative;
	width:571px;
	height:402px;
	overflow:hidden;
	background-image:url('../img/example/note.jpg');
	background-repeat:no-repeat;
}
#clearlink_box{
	position:absolute;
	left:20px;
	top:50px;
}
#topic01 p{
	position:absolute;
	width:240px;
	font-size:75%;
	line-height:145%;
	text-indent:0%;
	left:303px;
	top:178px;
}
#link_box{
	position:absolute;
	left:395px;
	top:347px;
}

#btm_btn_box{
	clear:both;
	margin-top:5px;
	margin-left:395px;
}
