/* CSS Document */
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	background-color: #FF66FF;
}
h1{
	background-color: #FF99FF;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	line-height: 10px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
h2{}
h3{}
p{}
a{
	color: #990000;
}
a:hover{
	color: #FF3300;
}


#header{
	background-color: #fdeff5;
	height: 350px;
	text-align: center;
}

#navi{
	background-image: url(../img/navi/navi_bg.gif);
	background-repeat: repeat-x;
	height: 60px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF99FF;
	border-bottom-color: #FF99FF;
}
#navi table{
	margin-right: auto;
	margin-left: auto;
}

#wrapper{
	background-color: #FFFFFF;
	background-image: url(../img/container_bg.gif);
	background-repeat: repeat-x;
}
#container{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#Main{
	float: left;
	width: 680px;
	padding: 10px;
}
.contents{
	border: 1px solid #FFCCFF;
	margin-bottom: 10px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	background-color: #FFFFFF;
}
.head{}
.tail{
	padding-left: 10px;
}
.pagetop{
	text-align: right;
	font-size: 12px;
	margin-bottom: 100px;
}

#Side{
	padding: 10px;
	width: 180px;
	float: right;
}
#footer{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	padding-top: 5px;
	text-align: center;
	color: #FFFFFF;
}

.clear{
	clear: both;
}
.small{
	font-size: 10px;
}
.small-red{
	font-size: 10px;
	color: #FF0000;
}
