@charset "utf-8";

#grandmenu{
margin-top:10px;
}
#grandmenu li.about{
	background: url(../../shared/img/menu_about.gif) bottom;
	width:176px;
	height:60px;
	text-indent:-9999px;
}

#main {
	margin-top:10px;
	padding-right: 25px;
	padding-left: 25px;
	clear:both;
}


#main_contents {
	float: left;
	width: 515px;
	background:url(../img/pageimage.jpg) left 45px no-repeat;
}
#sub_contents {
	float: right;
	width: 210px;
	padding-left:25px;
}

#main_contents h2 {
	background: url(../img/h2_1.gif) left top no-repeat;
	text-indent:-9999px;
	height:40px;
}
#main_contents h3 {
	margin-top:170px;
	background:url(../img/h3.gif) left top no-repeat;
	text-indent:-9999px;
	height:30px;

}
#main_contents p{
	margin:0px 15px 15px 15px;

}

#sub_contents h2 {
	background: url(../img/h2_sub.gif) left top no-repeat;
	text-indent:-9999px;
	height:40px;
}
#sub_contents .sub_menu{
	margin-top:5px;
}

#sub_contents .sub_menu li,#sub_contents .sub_menu li a{
	height:50px;
}

#sub_contents .menu_1{
	background:url(../img/submenu_1.jpg) right top no-repeat;
	text-indent:-9999px;
}

#sub_contents .menu_2 a{
	background:url(../img/submenu_2.jpg) left top no-repeat;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
#sub_contents .menu_2 a:hover{
	background:url(../img/submenu_2.jpg) right top no-repeat;
	text-indent:-9999px;
}

#sub_contents .menu_3 a{
	background:url(../img/submenu_3.jpg) left top no-repeat;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
#sub_contents .menu_3 a:hover{
	background:url(../img/submenu_3.jpg) right top no-repeat;
	text-indent:-9999px;
}

#sub_contents .menu_4 a{
	background:url(../img/submenu_4.jpg) left top no-repeat;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
#sub_contents .menu_4 a:hover{
	background:url(../img/submenu_4.jpg) right top no-repeat;
	text-indent:-9999px;
}

#sub_contents .menu_5 a{
	background:url(../img/submenu_5.jpg) left top no-repeat;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
#sub_contents .menu_5 a:hover{
	background:url(../img/submenu_5.jpg) right top no-repeat;
	text-indent:-9999px;
}

.page{
	margin:20px 25px 0px 25px;
	padding-bottom:30px;
	clear:both;
}
.page_back{
	float:left;
}
.page_next{
	float:right;
}