﻿/* サイト全体の設定 */
body {
	margin: 0px;
        font-family: MS UI Gothic, Arial, sans-serif;
　　　　font-size:12px;
	background-color: #ff66cc;

}






/* 各種タグレイアウト */


p{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
　　　　font-size:12px;
　　　　line-height:188%;
}




h1  {
	font-size: 10px;
        font-family: MS UI Gothic, Arial, sans-serif;
	color:#000000;
        font-weight: normal;
	margin-top:0px;
	margin-bottom:450px;
	display: block;
        text-align:right;
}

h2 {

	font-family:MS UI Gothic;
        font-size:12px;
	color: #000000;
	font-weight:normal;
	text-align: right;
}

h3 {

	padding:4px 10px 4px 10px;
	font-weight:normal;
	background-color:#ff66cc;
	font-family:MS UI Gothic;
        font-size:12px;
	color: #FFFFFF;
	text-align: left;
        text-valign:middle;
}


hh {

	padding:4px 10px 4px 10px;
	font-weight:normal;
	background-color:#ff66cc;
	font-family:MS UI Gothic;
        font-size:12px;
	color: #FFFFFF;
	text-align: left;
        text-valign:middle;
}




/* リンクのレイアウト */

a,
a:visited{
}


a:hover{
	color: #FF0000;
	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(images/box-back.jpg);
	background-repeat: repeat-y;
	background-position: 0px;
}





/* ヘッダーの設定 */

#header {
	height:600px;
	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(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}



#header p {
	display: block;
	text-align: center;
	width: auto;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	margin-right: 0px;
	padding-top: 435px;
	padding-bottom: 5px;
        font-family: MS UI Gothic, Arial, sans-serif;
}

#header h1 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
        font-family: MS UI Gothic, Arial, sans-serif;
}






/* コンテンツレイアウト */

#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;
}




/* フッターの設定 */

#footer {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ff66cc;
	height: 110px;
	padding-top: 20px;
}

