@charset "utf-8";

/*
 * サイトスタイル
 */

body {
	background-color : #f2f2f2 ;
	font-size: 76%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
strong{
	font-weight: normal;
}

#wrapper {
	background-color : #fee5e8 ;
	width: 700px;
	margin: 0 auto;
	border: 4px solid #ac0604;
}

/* タイトル部分 */
#wrapper_top {
	color: #fff;
	background-color : #ac0604;

}
#page_title{
	padding: 10px 10px 10px 10px;
	
}

/* メニュー部分 */
#wrapper_menu {
	background-color : #fee5e8 ;
	text-align : center;
	margin: 0px 0px 0px 0px;
	background-color : #fff;
	height:42px !important;
	text-align : center;
	background:url(../images/menu_back_white.gif) repeat-x top center #fff;
}
#wrapper_crumb{
	width: 700px;
	text-align: left;
	float: left;
	margin: 5px 20px 10px 20px;
}
.now_page_cremb{
	font-weight: bold;
}
#page_menu {
	background-color : #fff;
	padding-left: 140px;
}

#page_menu ul {
	list-style-type: none;

	text-align: center;
	vertical-align: middle;
	
	
}
#page_menu li {
	float: left;
	display: inline;
	list-style-type: none;
	font-size: 130%;
	margin: 0px 0px 0px 0px;

}
#page_menu li a{
	display: block;
	color: #ac0604;
	width:140px;
	height:42px !important;
	text-decoration: none;
	padding-top:9px;
	background: url(../images/menu_button_white.gif) no-repeat left top;
}
#page_menu li a:hover{
	display: block;
	color: #fff;
	width:140px;
	height:42px !important;
	padding-top:9px;
	background: url(../images/menu_button_red.gif) no-repeat left top;

}
#page_menu li.current_menu{
	color: #fff;
	padding-top:9px;
	width:140px;
	height:42px !important;
	background: url(../images/menu_button_red.gif) no-repeat left top;
}

/* 本体部分 */
#wrapper_main {
	width: 700px;
	margin-top: 10px;
}
#wrapper_content {

	background-color : #fee5e8 ;
	float: left;
	width: 400px;
	margin-left: 10px;

}
#content {
	padding: 5px 5px 5px 5px;
	font-size: 110%;

}
#content h2 {
	text-indent: 1em;
	font-size: 120%;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ac0604;
	letter-spacing: 4px;

}
#content h3 {
	font-size: 110%;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ac0604;
}

#content p {
	line-height: 180%;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

#wrapper_navi {
	float: left;
	background-color : #fee5e8 ;
	margin: 5px 5px 5px 10px;
	width: 220px;
}
#navi{
	width: auto;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #ac0604;
	padding-left: 20px;
}
#navi ul li{
	margin-left: 10px;
	padding-left: 5px;
	list-style-type: square;
	line-height: 160%;
}

.now_page_navi{
	font-weight: bold;
}

#wrapper_footer {
	clear: both;
	color: #fff;
	background-color : #ac0604;
}
#footer {
	text-align: center;
}
#footer li {
	display: inline;
	line-height: 20px;
}

#footer li a{
	color: #fff;
}
#footer li a:hover{
	color: #fff;
	
}
#copyright {
	text-align: center;
}

ul.square_list {
	margin-left: 20px;
}
ul.square_list li{
	list-style-type: square;
}
.highlight{
	border-bottom: double red 3px;
}
.last_update_date{
	text-align: right;
}
#footer_ad {
	text-align: center;
	margin: 5px 0 5px 0;
}

