@charset "UTF-8";

@import url( base.css);

/* イメージ写真 */
#imgphoto {
	width:800px;
	height:158px;
	margin-top:10px;
}

/* メニューバー */
#menubar {
	width:800px;
	height:40px;
	margin-top:10px;
}

#menubar1 {
	width:16px;
	float:left;
}

#menubar2 {
	width:115px;
	float:left;
}

#menubar3 {
	width:87px;
	float:left;
}

#menubar4 {
	width:135px;
	float:left;
}

#menubar5 {
	width:121px;
	float:left;
}

#menubar6 {
	width:123px;
	float:left;
}

#menubar7 {
	width:100px;
	float:left;
}

#menubar8 {
	width:92px;
	float:left;
}

#menubar9 {
	width:11px;
	float:left;
}

/* メインコンテンツ領域 */
#maincontents {
	width:800px;
	margin-top:10px;
}

#maincontentsleft	{
	width:210px;
	padding:10px;
	float:left;
	border-right:#A7B1BE solid 2px;
}

#maincontentsright {
	width:548px;
	padding:10px;
	float:left;
}


