﻿/* サイト全体の設定 */
body {
	margin: 0px;
        font-family: MS UI Gothic, Arial, sans-serif;
　　　　font-size:12px;
	background-color:#cc9999;

}



/* 各種タグレイアウト */


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:538px;
	display: block;
        text-align:right;
}



h3 {

	padding:4px 10px 4px 10px;
	font-weight:normal;
	background-color:#cc9999;
	font-family:MS UI Gothic;
        font-size:13px;
	color: #FFFFFF;
        text-valign:middle;
}


h2 {

	font-family:MS UI Gothic;
        font-size:10px;
	color: #cccccc;
	font-weight:normal;
	text-align: right;
}





/* リンクのレイアウト */

a,
a:visited{
}


a:hover{
	color: #FF0000;
	text-decoration: none;
}

a img {
    border: 0;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}




/* サイト全体のレイアウト */


#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 h1 a {
	color: #000;
	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: #cc9999;
	height: 100px;
	padding-top: 20px;
}


