@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	/*letter-spacing: 0.1em;*/
	background-image: url(../img/contents/bg.gif);
	background-repeat: repeat-x;
	background-color: #f4f4f5;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #404763;
}

/* common */
#wrapper_left {
	padding-left: 10px;
	background-image: url(../img/contents/wrapper_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper_right {
	background-image: url(../img/contents/wrapper_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 10px;
}

#topimg {
	height: auto;
	width: 800px;
	clear: both;
	background-image: none;
}

/* contents */
#cont_left_head {
	padding-left: 16px;
	padding-right: 16px;
	overflow: hidden;
}
#cont_left_head .contents_inner {}
#cont_left_head .contents_inner .contents_box {
	background-image: url(../img/contents/contents.gif);
	background-repeat: repeat-y;
	padding: 15px;
}

/* side menu*/
#cont_right p {
	text-align: right;
	padding-right: 5px;
	line-height: 2em;
	font-size: 11px;
}
#cont_right p a {
	color: #FFFFFF;
}
#cont_right p a:hover {
	text-decoration: underline;
}
.contents_box .sitemap_h4 {
	font-weight: bold;
	font-size: 14px;
}
.contents_inner .contents_box dt {
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;
	text-decoration: underline;
	margin-top: 10px;
	padding-bottom: 5px;
}
.contents_inner .contents_box dd {
	margin-left: 30px;
}

