@charset "utf-8";

body{
	font-size: 14px;
	line-height: 1.5em;
	font-family: "Helvetica Neue", Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin:0px;
	padding:0px;
	}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right-value: 0px;
	padding-bottom: 30px;
	margin-right-value: auto;
	margin-left-value: auto;
}


#header {
	background-image: url(../img/back_header.png);
	background-repeat: no-repeat;
	height: 60px;
	background-position: top;
}

#header p {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
}

#footer {
	background-image: url(../img/back_header.png);
	background-repeat: no-repeat;
	height: 60px;
	background-position: top;
	background-attachment: fixed;
} 


/* --- ぱんくず --- */

ol.topicpath {
	list-style-type: none;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 1em;
	padding-left: 0px;
}

ol.topicpath li {
	display: inline;
}

ol.topicpath li a {
	padding-right: 12px;
	background-image: url(../img/bread_path.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* ---サイドメニュー --- */

#sidemenu {
	float: left;
	width: 250px;
}

.menu {
	padding-top: 10px;
	width: 240px;
	display: block;
	padding-left: 0px;
}

.menu li{
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	list-style-type: none;
	background-color: #F6F6F6;
}
  
.menu li a {
	display:block;
	color: #333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	list-style-type: none;
	text-decoration: none;
	line-height: 24px;
}  

.menu li:first-child {
	border-top-width: 1px;
	border-top-style: dotted;
}

.menu li a:hover {
	background-color: #FFCCCC;
}

.menu_color {
	background-color: #FF9999 !important;
} 

.main_menu {
	line-height: 30px;
	background-image: url(../img/arrow_red.png);
	background-repeat: no-repeat;
	background-position: 0.5em;
	padding-left: 18px;
}
.sub_menu {
	padding-left: 32px !important;
	padding-top: 2px !important;
	padding-right: 3px !important;
	padding-bottom: 2px !important;
	background-image: url(../img/arrow_red_s.gif);
	background-repeat: no-repeat;
	background-position: 1.3em;
	background-color: #FFFFFF;
	;
}

.sub_menu_t {
	padding-left: 18px !important;
	padding-top: 2px !important;
	padding-right: 3px !important;
	padding-bottom: 2px !important;
	background-image: none;
	background-color: #FFFFFF;
	;
	font-weight: bold;
}
.sub_menu_2line {
	padding-left: 32px !important;
	padding-top: 2px !important;
	padding-right: 3px !important;
	padding-bottom: 2px !important;
	background-image: url(../img/arrow_red_s.gif);
	background-repeat: no-repeat;
	background-position: 1.3em 0.8em;
	background-color: #FFFFFF;
	line-height: 1.3em!important;
}
.menu_2line {
	line-height: 1.4em!important;
	padding-left: 18px;
	background-image: url(../img/arrow_red.png);
	background-repeat: no-repeat;
	background-position: 0.5em 1em;
}

/* ---メインメニュー --- */
  
 
#contents {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}


.pagetop {
	text-align: right;
	margin-bottom: 10px;
	font-size: 12px;
}

.pagetop a {
	color: #0066FF;
}


/* ---main--- */

#main {
	width: 650px;
	float: right;
	background-color: #FFF;
} 

.main_top {
	width: 630px;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../img/back_t.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}

.main_bottom {
	background-image: url(../img/back_b.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}

.main_body {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	padding-bottom: 10px;
	width: 598px;
}