/*  */
body {
	text-align: center;
	margin: 0;
	padding: 0px;
	color:#3c3c3c;
	font-size: 90%;
	line-height:130%;
	background-image: url(../parts/body-bg.gif);
	background-repeat: repeat;
	background-position:left top;
}

p{padding:0px;
margin:0px;}

hr{width:95%;
}

a:link,a:visited {color:#3c3c3c;
text-decoration:none;}

a:hover{color:#4473DF;
text-decoration:underline;
}


h1 { color:#000066; font-size: 14px; margin: 0 auto; text-align: center; padding: 5px 0;
}

h2{font-size:13px;
margin:0px;
padding:0px;
line-height:130%;}

h3 {
    background:url(../parts/h3-bg.gif) repeat-x center top;
	text-align: center;
	font-size:15px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom:14px;
	padding-left:0px;
	margin:10px 0px 3px 0px;
	width:100%;
	}

h4{
line-height:100%;
}

h5 { font-size: 14px; margin: 0px;}


img { border: none;}


/* ヘッダー */
#head {
	width: 850px;
	height: 150px;
	background-image:url(../parts/head.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:left;
	padding:0;
	margin:0;
}
	


/* 段組 */
#wrapper {
	background:url(./parts/wrapper-bg.gif) no-repeat;
	width: 850px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background:#fff;
	background-position: left top;
	border:
; 	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009999;
	border-right-color: #009999;
	border-bottom-color: #009999;
	border-left-color: #009999;
}

/* トップメニュー */

#menu {
	width: 850px;
	font-size: 14px;
	text-align: center;
	vertical-align: baseline;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom:8px;
	background-color:#009DA5;
	clear:both;
}

#menu a:link, #menu a:visited { text-decoration: none; color:#fff;font-weight:bold;
}

#menu a:hover { color:#B3FDFF; font-weight:bold;
}



/* メイン */
#main {
	text-align: left;
	float: left;
	width: 820px;
	padding:0px 15px;
	margin:0px;
}


/* フッター */
#foot {
	clear: both;
	width: 850px;
	height:40px;
	text-align: center;
	margin: 0;
	padding-top:15px;
	padding-bottom:15px;
	font-size: 14px;
	background-color: #009DA5;
}


#foot a {
 text-decoration: underline; color:#fff;font-weight:bold; text-decoration:none;
}
#foot a:hover { color:#B3FDFF; font-weight:bold;
}

.copy {
	font-size: 12px;
	margin-top: 5px;
	font-style: normal;
    color:#C8C57D;
}




/* その他 */

#main .img-left { margin: 0px 10px 10px 0px; float: left;}
#main .img-right { margin: 0px 3px 10px 8px; float: right;}

.right { text-align: right;}
.left { text-align: left;}
.center { text-align: center;}

.left-fl { float: left;}
.right-fl { float: right;}

.clear {
	clear: both;
}

.clear2 {
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #009900;
}
.right {
	text-align: right;
	padding-right: 1em;
}


/* 文字 -------------------------------------*/

.font-red{color:#FF0000; font-weight:bold;}

.font-touroku{color:#0099CC; font-weight:bold;}

.bold{font-weight:bold;}

#copy {
	font-size: 12px;
	margin-top: 5px;
	font-style: normal;
	color:#fff;
}


/* 箇条書き -------------------------------------*/


.pagetop{clear:both;
text-align:right;
padding:5px 10px;
font-size:14px;
}


