/* サイト全体の設定 */
body {
	margin: 0px;
        font-family: MS UI Gothic, Arial, sans-serif;
　　　　font-size:12px;

}




/* 各種タグレイアウト */


p{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
　　　　font-size:12px;
　　　　line-height:140%;
}



h1  {
	font-size: 10px;
        font-family: MS UI Gothic, Arial, sans-serif;
	color:#000000;
        font-weight: normal;
	margin-top:0px;
	margin-bottom:0px;
	display: block;
        text-align:right;
}



h3 {

	padding:4px 10px 4px 10px;
	font-weight:normal;
	background-color: #85e3be;
	font-family:MS UI Gothic;
        font-size:13px;
	color: #000000;
	text-align: left;
        text-valign:middle;
}


h2 {

	font-family:MS UI Gothic;
        font-size:10px;
	color: #999999;
	font-weight:normal;
	text-align: right;
}








/* リンクのレイアウト */

a,
a:visited{
	color: #000000;
	text-decoration: none;
}


a:hover{
	color: #000000;
	text-decoration: none;
}


#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}




/* サイト全体のレイアウト */


#box {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 810px;
	background-image: url(img/box-back.jpg);
	background-repeat: repeat-y;
	background-position: 0px;
}





/* ヘッダーの設定 */

#header {
	height:800px;
	width: 798px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}




#header h1 a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
        font-family: MS UI Gothic, Arial, sans-serif;
}

#header .next{
padding-top:730px;
text-align:left;
padding-left:200px;
font-weight:bold;
font-size:16px;
}




/* コンテンツレイアウト */

#contents {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	background-color: #FFFFFF;
}

#contents-main {
	width: 730px;
	height: 100%;
	position: static;
	margin-top: 0px;
	margin-right: 10px;
	display: inline;
}

/*トップリンクの設定*/
#toplink{
    font-size:12px;
    padding:20px 20px;
    line-height:100%;
}

#toplink p{
    line-height:100%;
}

#toplink a:link, a:visited{
    color: #000000;
    text-decoration: none;
}


/* フッターの設定 */

#footer {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #000000;
	font-size: 12px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #85e3be;
	height: 50px;
	padding-top: 20px;
}



