@charset "utf-8";
/* CSS Document */

p a{text-decoration:none; color:#0000ff;}

a:visited {text-decoration:none; color:#9900ff;}

a:hover {text-decoration:none; color:#c0c0c0;}


body {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","ＭＳ Ｐゴシック",Osaka, "MS PGothic", Sans-serif;
}
#wrapper {
	text-align: left;
	width: 900px;
	padding: 0 25px;
	margin: 0 auto;
	background-color: #FFF;
}


#header_area {
	height: 100px;
	position: relative;
}
#header_area h1 {
	width: 900px;
	text-align: right;
	position: absolute;
	top: 22px;
	right: 0px;
	word-wrap: break-word;
}
#header_area p {
	position: absolute;
	top: 22px;
	left: 0px;
}


#mainimg_area {
	width: 800px;
	margin: auto;
	position: relative;
}

#mainimg_area p.readtext {
	font-size: 120%;
	width: 300px;
	position: absolute;
	top: 70px;
	right: 20px;
	background: rgba(255,255,255,0.7);
	padding: 10px;
}
#pointer_area {
	margin: 15px 0;
}
#pointer_area li {
	display: inline;
}
#container_area {
	margin: 5px 0 0 0;
}


#side_area {
	width: 150px;
}
#side_area dl {
	margin-bottom: 10px;
}
#side_area dt {
	min-height: 22px;
	padding: 8px 0 0 30px;
	background: url(../img/side_title.png) no-repeat 0 0;
	background-size: 100% 100%;
}
#side_area dd {
	padding: 0 9px 10px;
	border-left: 0.5px solid #ebebeb;
	border-right: 0.5px solid #ebebeb;
	border-bottom: 0.5px solid #ebebeb;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#side_area dd li {
	padding: 6px 0 6px 18px;
	background: url(../img/pointer01.png) no-repeat 0 center;
	border-bottom: 1px dashed #CCC;
}


#contents_area {
	width: 580px;
}
.top01 {
	width: 560px;
	background: url(../img/top-pattern.gif) repeat scroll 0 0;
	border-radius: 5px;
	padding: 10px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}
.bgTop01 {
	width: 560px;
	background-color: #FFF;
}
h2, h1.lowLevelTitle {
	height: 32px;
	font-weight: bold;
	padding: 17px 0 0 45px;
	margin: 0 0 8px 0;
	background: url(../img/contents_title.png) no-repeat 0 0;
}
.box01 {
	float: left;
	width: 155px;
	min-height: 110px;
	padding: 0 0 0 120px;
	margin: 0 10px 10px 0;
}
.box01 dt {
	font-weight: bold;
}
.box01 .txt {
	padding: 5px 0 0 0;
}
.box01 .img {
	position: absolute;
	top: 0;
	left: 0;
}
.box02 {}
.box02 dt {}
.box02 dt a {
	font-weight: bold;
	color: #FFF;
}
.box02 dd {}
.box02 .img {}
.box02 .link {
	text-align: center;
}
.box02 .link li {
	display: inline;
	padding: 6px 0 6px 16px;
	margin: 0 3px 0 0;
	background: url(../img/pointer01.png) no-repeat 0 center;
}
.contentsTxt {
	line-height: 180%;
	font-size: 105%;
	padding: 0 22px;
}