@charset "UTF-8";

body {
	background-color: #DEF3EF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/back01.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 12px;
	line-height: 1.4em;
}
h1,h2,h3,h4,h5,a img, img {
	margin:0px;
	padding:0px;
	border:none;
	font-weight: normal;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a {color:#3333FF;text-decoration:none;}
a:active {color:#3333FF;text-decoration:none;}
a:visited {color:#3333FF;text-decoration:none;}
a:hover {color:#999999;text-decoration:underline;}

h1 {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #D70C18;
	margin: 0px;
	padding: 3px 10px;
	text-align: center;
}

/*ヘッダー*/
#header {
	margin: 0px auto;
	padding: 15px 0;
	width: 830px;
}
#header-logo {
	float: left;
	width: 190px;
	text-align: right;
}
#header-menu {
	float: right;
	width: 630px;
	padding-top: 20px;
	text-align: right;
}
.header-menu1 {
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #999999;
}
.header-menu2 {
	padding-right: 35px;
}

/*メインボックス*/
#box {
	margin: 0px auto 20px auto;
	padding: 0px;
	width: 760px;
}

/*フッター*/
#footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #fff6d8;
	background-position: bottom;
	margin: 0px auto;
	padding: 0px;
	width: 830px;
}
#footer .footer-left {
	float: left;
	width: 650px;
	padding: 10px 0;
}
.footer-left a {color:#000000;text-decoration:none;}
.footer-left a:active {color:#000000;text-decoration:none;}
.footer-left a:visited {color:#000000;text-decoration:none;}
.footer-left a:hover {color:#999999;text-decoration:underline;}
#footer .footer-right {
	float: right;
	width: 180px;
	padding: 10px 0;
	text-align: right;
}
.footer-right a {
	padding-right: 35px;
}
.footer-menu0 {
	padding-left: 35px;
}
#copy {
	margin: 10px auto;
	width: 760px;
	padding-bottom: 35px;
	text-align: right;
}

/*トップ以下共通部分*/
h2 {
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 3px solid #FF7B00;
	color: #FF7B00;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #D70C18;
	padding-left: 5px;
	border-left: 5px solid #D70C18;
	margin-bottom: 8px;
}
#sidemenu {
	float: left;
	width: 165px;
}
#main {
	float: right;
	width: 570px;
	padding-bottom: 20px;
}
.menu-banner {
	margin-bottom: 8px;
}
#menu-info {
	background-color: #FFF1C4;
	background-image: url(images/menu_info.jpg);
	background-repeat: no-repeat;
	padding-top: 48px;
	margin-bottom: 8px;
}
#menu-info ul {
	background-image: url(images/menu_bottom2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 5px 10px 10px 10px;
}
#menu-info li {
	background-image: url(images/point_orange.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 13px;
	margin-bottom: 5px;
}
#menu-about {
	background-color: #F0F0F0;
	background-image: url(images/menu_about.gif);
	background-repeat: no-repeat;
	padding-top: 48px;
	margin-bottom: 8px;
}
#menu-special {
	background-color: #F0F0F0;
	background-image: url(images/menu_special.gif);
	background-repeat: no-repeat;
	padding-top: 48px;
	margin-bottom: 8px;
}
#menu-about ul,#menu-special ul {
	background-image: url(images/menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 5px 10px 10px 10px;
}
#menu-about li,#menu-special li {
	background-image: url(images/point_glay.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 13px;
	margin-bottom: 5px;
}
#sidemenu a {color:#000000;text-decoration:none;}
#sidemenu a:active {color:#000000;text-decoration:none;}
#sidemenu a:visited {color:#000000;text-decoration:none;}
#sidemenu a:hover {color:#999999;text-decoration:underline;}
