@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;

}
#main {
	width: 600px;
	margin: auto;
	text-align: left;

}
a:link{
	text-decoration:none;
	color:#3366FF;
}
a:visited{
	text-decoration:none;
	color:#333399;
}
a:hover{
	color:#FFFFFF;
	background-color: #101155;
}
a:active{
	text-decoration:none;
	color:#483D8B;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 130%;
}
h3 {
	font-size: 13px;
	line-height: 130%;
}
h4 {
	font-size: 15px;
	color: #101155;
	border-bottom:solid 1px #101155;
} 
.subh2 {
	font-size: 13px;
}
#path {
	font-size: 11px;
	line-height: 130%;
	text-align: left;
	margin: 10px;
}

#navi {
	font-size: 11px;
	line-height: 100%;
	text-align: right;
}

#order {
	font-size: 10px;
	text-align: left;
	line-height: 130%;
	margin: 25px;
}
.small {
	font-size: 11px;
}

#spec {

	font-size: 12px;
	text-align: left;
	line-height: 130%;
}
#honbun {

	font-size: 13px;
	text-align: left;
	line-height: 150%;
}
.dtl {
	font-size: 13px;
	font-weight: bold;
}
.dtl a{
	color:#00BFFF;
}
.dtl a:hover{
	color:#FFFFFF;
}

#news {

	font-size: 11px;
	text-align: left;
	line-height: 120%;
	color: #333333;
}


#footer {
	background-color: #6699CC;
	font-size: 11px;
	line-height: 150%;
	text-align: left;
	padding-left: 10px;
	clear: both;
}
#footer a{
	color:#101155;
}
#footer a:hover{
	color:#FFFFFF;
	background-color: #101155;
}

address {
	font-size: 10px;
	line-height: 150%;
	text-align: right;
	margin-right: 10px;
}
