@charset "utf-8";

html {
	height: 100%;
}

/* CSS Document */

body {
	font-size: 14px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #CCC;
	background-attachment: fixed;
	background-image: url(bodyback.gif);
	color: #0C0C5A;
}


img {
border:0;}

table {
	border: 2px solid #000;
	margin: 0 auto;
	width: 90%;
	padding: 0;
}
td {
	border: 1px solid #000;
	padding: 0;
	margin: 0;

}
td p {
	padding: 5px;

}


#drop{
	width:830px;
	background-image: url(drop.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#wholewrap {
	width: 800px;
	margin: 10px auto;
	background-color: #C6F;
	background-image: url(wholeback.png);
	text-align: ceneter;
	padding-bottom: 50px;
	border: 5px solid #6F12B4;

}
#centerwrap {
	width: 775px;
	margin: 0 auto;
}
#wholewrap:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;

}




#header {
	width: 800px;
	margin: 20px auto;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 309px;
	background-position: center;
	padding: 0px 0 0 0;
}

#main {
	float: left;
	margin: 0px;
	width: 480px;
	background-color: #FFF;
	
}


#main a {
	color: #00C;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin: 10px 0 0 0;
	width: 100%;
	color: #00C;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	color: #6C3;
	background-color: #fff;
	padding: 10px 0;
	border-top: 2px dotted #6c3;
	border-bottom: 2px dotted #6c3;
}
h3 {
	color: #6C3;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 3px double #6C3;
	width: 90%;
	margin-left: 20px;
}
p {
	padding: 0 10px;
}
li {


}
strong {




}

#next {
	text-align: center;
	margin: 0 auto 30px auto;
	width: 90%;
	border: 3px dotted #f99;
	padding: 10px;
}


#navi {
	width: 280px;
	background-color: #FBD9FF;
	float: right;

}


.navicat a {
	display: block;
	font-weight: bold;
	color: #90F;
	padding: 15px 0px 15px 20px;
	background-image: url(icon.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 10px;
}
.tokusyu{
font-size:15px;
font-weight:bold;
margin-bottom:15px;
}

.tokusyu a{
color:#0000FF;
text-decoration:underline;
}
.tokusyu a:hover{
color: #FF0000;
text-decoration:none;
}

.navicat a:hover {
	text-decoration: none;
	color: #C977FF;
}
.footer {
	clear: both;
	height: 0px;
}
.big {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.color {
	color: #58BF1A;

}

