﻿/* CSS Document */
/** サブページ用共通　**/
/** main Image  **/
#mainimage{
	width:948px;
	height:180px;
	margin: 20px 0px 30px 0px;
	padding: 0;
	position:relative;
}

#LeftColumn{
	width:242px;
	float:left;
}
#RightColumn{
	width:680px;
	float:right;
	margin-bottom:15px;
}



/* Submenu Area
------------------------------------------ */
#submenu{
	width:242px;	
}

#submenu ul{
	list-style-type:none;
}

#submenuTitle{
	display:block;
}

#submenu li a{
	width:242px;
	height:40px;
	background:url(../image/submenu_bak.jpg) no-repeat;
	line-height:40px;
	text-indent:30px;
	font-size:12px;
	display:block;
	overflow:hidden;
}

#submenu li a:hover,#submenu ul li.current a,#submenu ul li.current a:hover{
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
}

#submenu li.current ul li a{
	width:242px;
	height:40px;
	background:url(../image/submenu_bak.jpg) no-repeat;
	line-height:40px;
	text-indent:45px;
	font-size:12px;
	display:block;
	font-weight:normal;
	overflow:hidden;
}

#submenu li.current ul li a:hover,#submenu li.current ul li.current a{
	font-weight:bold;
	color:#333333;
}

.submenu_bottom{
	line-height:10px;
}


.chapter{
	width:100%;	
	padding-bottom:10px;
	clear:both;
}

.chapterImgC{
	text-align:center;
}

.chapterAreaL{
	float:left;
	width:390px;	
}

.chapterArea2R{
	float:right;
	width:330px;
	text-align:center;	
}

.chapterArea2L{
	float:left;
	width:320px;	
}

.chapterAreaR{
	float:right;
	width:260px;
	text-align:center;	
}

.textChapter{
	font-size:14px;
	font-weight:bold;
	padding-bottom:8px;
}
.textSubChapter{
	color:#339;
	font-weight:bold;	
}

