@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ";
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}
a img {
	border-style: none;
}


#wrapper {
	width: 760px;
	border: 1px solid #FF99FF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	height: 110px;
	width: 760px;
}
#header ul {
	position: absolute;
	bottom: 15px;
	display: block;
	right: 10px;
}
#header ul li {
	display: inline;
	list-style: none;
	padding-right: 10px;
	border-left: 1px solid #FF99FF;
	padding-left: 10px;
	color: #FF99FF;
}
#header a {
	color: #FF99FF;
	text-decoration: none;
}
#header a:hover {
	color: #669999;
	text-decoration: underline;
}




#content {
	width: 760px;
	position: relative;
}

#main {
	width: 600px;
	float: right;
	padding-right: 7px;
	padding-left: 7px;
}
#main h2 {
	border-top: 3px double #CCCCCC;
	border-right: none #CCCCCC;
	border-bottom: 3px double #CCCCCC;
	border-left: none #CCCCCC;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #666666;
	text-align: center;
	background-color: #CCCCCC;
	height: 18px;
}
#main h3 {
	height: 24px;
	border-top: none #FF99FF;
	border-right: none #FF99FF;
	border-bottom: 1px solid #FF99FF;
	border-left: 8px solid #FF99FF;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #55805F;
	text-align: left;
	padding-left: 15px;

}
#contact {
	clear: both;
	border: 1px dotted #CCCCCC;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
}
#contact table {
	width: 370px;
	font-size: 14px;
}
#contact table tr td {
	padding: 7px 5px 3px;
	border-bottom: 1px solid #CCCCCC;
}

#pagetop {
	text-align: right;
	padding-top: 10px;
	margin-top: 1px;
	padding-bottom: 5px;
}

#side {
	float: left;
	width: 146px;
	background-image: url(../images/side_bc.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
}
#side ul {
	width: 145px;
}
#side ul li {
	height: 28px;
	width: 118px;
	margin-top: 5px;
	padding-left: 20px;
	list-style: none;
	line-height: 28px;
	border-top: 1px solid #FF99FF;
	border-right: 1px solid #FF99FF;
	border-bottom: 1px solid #FF99FF;
	border-left: 1px solid #FF99FF;
	font-family:  "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 13px;
	color: #9966CC;
	background-image: url(../images/side-bc.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	margin-left: 2px;
}
#side ul li a {
	text-decoration: none;
	color: #623193;
	height: 28px;
	width: 118px;
	display: block;
}
#side ul a:hover {
	height: 28px;
	width: 118px;
	color: #FF3300;
}
#footer {
	clear: both;
	height: 60px;
	text-align: center;
	color: #FF66CC;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin-top: 10px;
	background-image: url(../images/footer-bc.jpg);
	background-repeat: repeat-x;
}
#footer ul {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","ＭＳ Ｐゴシック","MS P Gothic" , sans-serif, ;
	padding-top: 10px;
}
#footer ul li {
	display: inline;
	border-left: 1px solid #999999;
	list-style: none;
	padding-right: 8px;
	padding-left: 8px;
	color: #FF66CC;
}
#footer ul li#top {
	border-left-style: none;
}
#footer p {
	margin-top: 15px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #CC3300;
	text-decoration: none;
}
.clearfix:after{
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}

.clearfix{
	display: inline-block;
}
