@charset "UTF-8";

@import url("reset.css");
@import url("navi.css");
@import url("deco.css");


a:visited {
	color: #666;
}

body {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
body {
	background: #FFF url(../image/bg_img.gif) no-repeat fixed right bottom;
	text-align: center;
	font-size: 15px;
	font-family:  "Lucida Grande", sans-serif;
	letter-spacing: 0.5px;
}

/* for WinIE6*/
* html body {
	background-attachment: scroll;
	font-size: 90%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	letter-spacing: 0px;
	vertical-align:baseline;
}

/* for WinIE7*/
*:first-child+html body { 
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
	letter-spacing: 0px;
}


#bghead {
	background: url(../image/bg_img_head.gif) no-repeat fixed left top;
	padding: 10px 0;
}
#wrapper {
	background: #FFFFFA;
	border: 1px solid #CCC;
	text-align: left;
	margin: auto;
	width: 750px;
}
#wrapperIn {
	width: 710px;
	padding: 10px 0 10px 20px;
	background: url(../image/bg_body.gif) repeat-y 100px;
/*	background: url(../image/bg_body2.gif);*/
}

#header {
	height: 100px;
	background: url(../image/bg_header.jpg) no-repeat right;
}
#headerText {
	font-size: 85%;
	background: #FFF;
	padding: 0.2em;
}
/* hide from Mac IE \*/
* html #headerText {
	font-size: 75%;
}
/* */

#sitelogo {
	float: left;
	margin-top: 5px;
}
#sitelogo img {
}
#sitemapLink {
	float: right;
	background: #FFF;
	padding: 0.2em;
}


#footer {
	background: url(../image/line_border_dash_1_710.gif) no-repeat center top;
	clear: both;
	font-size: 95%;
	text-align: center;
	margin-top: 20px;
	padding-top: 1em;
}
#footerText {
	font-size: 95%;
}
/* hide from Mac IE \*/
* html #footerText {
	font-size: 85%;
}
/* */

#footer address {
	margin: 0.7em 0 0.5em;
}


#main {
	background: url(../image/bg_vline_dash_6_710.gif) repeat-y;
}
#contents {
	float: right;
	width: 510px;
}
#side {
	float: left;
}


#contents h1 {
	background: url(../image/bg_h2.gif) no-repeat left bottom;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding: 0 0 0.3em 0;
}
.contentsBlock {
	line-height: 1.5em;
	margin-bottom: 2em;
	clear: both;
}
.gotoPagetop {
	font-size: 95%;
	text-align: right;
	padding-top: 2em;
	clear: both;
}













#contents ul, #contents ol {
	margin: 1em 0 1em 1.5em;
}
#contents h2,#contents h3 {
	font-weight: bold;
	margin-bottom: 0.5em;
}
#contents h2 {
	font-size: 120%;
}


#main .column2List dt {
	float: left;
	clear: both;
	margin-left: 1em;
	white-space: nowrap;
}
#main .column2List dd {
	margin-left: 10em;
	margin-bottom: 0.5em;
}


.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}

