@charset "utf-8";
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style12 {
	font-size: 16px
}
.style13 {
	color: #FF0000;
}
.style18 {
	color: red;
	font-weight: bold;
}
.style21 {
	font-size: 36px;
}
.style22 {
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
}
.style24 {
	color: #333333
}
.style25 {
	color: #CCCCCC
}
.style27 {
	color: #666666
}
a {
	text-decoration:none; /* リンクの下線なし */
	color: #FF0000; /* リンクの文字色 */
}
a:hover{
	background: #FF0000; /* マウスオーバー時の背景色 */
	color: #FFFFFF; /* マウスオーバー時の文字色 */
}
#back {
	background-color: #CCCCCC;
	width: 100%;
	height: 100%;
}
#page {
	background-color: #FFFFFF;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	background-color: #FFFFFF;
	width: 710px;
	padding-top: 10px;
	float: left;
	margin-left: 10px;
}
#right {
	background-color: #FF9900;
	width: 234px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
.banner_area {
	height: auto;
	width: 100%;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.banner_box {
	background-color: #FFFFFF;
	height: 60px;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.banner_box:hover {
	background-color: #FF0000;
}
.site_box {
	width:710px;
	height:auto;
}
.site_right_box {
	width:490px;
	height:auto;
}
.site_box span {
	font-style: italic;
	font-weight: bolder;
	font-size: 24px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
.site_image_box {
	background-color: #FFFFFF;
	padding: 5px;
	height: auto;
	width: 220px;
	margin: 5px;
	float: left;
}
.site_image_box:hover {
	background-color: #FF0000;
}
.maruyasu {
	background-image: url(../img/maruyasu.gif);
	float: left;
	height: 60px;
	width: 60px;
}
.shousai {
	background-image: url(../img/shousai.jpg);
	height: 30px;
	width: 120px;
	margin: 2px;
	float: right;
}
.shousai:hover {
	background-image: url(../img/shousai_hover.jpg);
}

.title  p {
	padding: 0px;
	margin: 0px;
	float: left;
	line-height: 30px;
	font-size: 18px;
	color: #FFFFFF;
}
.text {
	color: #000000;
	width: 450px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	padding: 10px;
	font-size: 16px;
	float: left;
}
.text2 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	padding: 5px;
	width: 450px;
	background-color: #FF9900;
	margin: 5px;
	color: #000000;
	float: left;
}
.text3 {
	font-size: 20px;
	font-weight: bolder;
	color: #FF0000;
	float: left;
	width: 380px;
	height: auto;
	font-style: italic;
}

/*
.text3 {
	font-style: italic;
	font-weight: bolder;
	height: 70px;
	width: auto;
	font-size: 24px;
	font-variant: normal;
	color: #FF0000;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	width:450px;
}
*/
#header {
	background-image: url(../img/parts/header.jpg);
	height: 100px;
	width: 980px;
}
#main  h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-large;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	vertical-align: middle;
	margin: 5px;
}

#main  h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
	vertical-align: middle;
}
#main h3 {
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	vertical-align: middle;
	margin-left: 6px;
}
#main p {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
#menu {
	background-image: url(../img/parts/menu_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 30px;
	width: 100%;
	line-height: 30px;
}

