﻿/* サイト全体の設定 */
body {
	margin: 0px;
        font-family: MS UI Gothic, Arial, sans-serif;
　　　　font-size:13px;
	background-color:#cc9900;
}
p{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
　　　　font-size:13px;
　　　　line-height:188%;
}
h1  {
	font-size: 8px;
        font-family: MS UI Gothic, Arial, sans-serif;
	color:#ffffff;
        font-weight: normal;
	margin-top:10px;
	margin-bottom:480px;
	display: block;
	text-align: right;
}

h2 {

	padding:4px 10px 4px 10px;
	font-weight:normal;
	background-color:#ff6699;
	font-family:MS UI Gothic;
        font-size:13px;
	color: #FFFFFF;
	text-align: left;
        text-valign:middle;
}
h3 {

	padding:4px 10px 4px 10px;
	font-weight:normal;
	background-color:#ff6699;
	font-family:MS UI Gothic;
        font-size:13px;
	color: #FFFFFF;
	text-align: left;
        text-valign:middle;
}

.main_h4 {

	padding:4px 10px 4px 10px;
	font-weight:normal;
	background-color:#ff6699;
	font-family:MS UI Gothic;
        font-size:13px;
	color: #FFFFFF;
	text-align: left;
        text-valign:middle;
}


.red {

	font-weight:bold;
	font-family:MS UI Gothic;
        font-size:13px;
	color: #FF0000;

}





a,
a:visited{
	color: #0000ff;
	text-decoration: none;
}
a:hover{
	color: #0000ff;
	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:500px;
	width: 798px;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	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: #ffffff;
	text-decoration: none;
	font-weight: normal;
        font-family: MS UI Gothic, Arial, sans-serif;
}


#header p{
	margin-top:485px;
	margin-bottom:10px;
	margin-left:0px;
　　　　font-size:12px;
　　　　line-height:188%;
}



.rb{
color:#f00;
background-color: yellow;
}

/*下線*/
.uline{ text-decoration:underline;}

#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: #ff6699;
	height: 110px;
	padding-top: 20px;
}
