﻿@charset "utf-8";

* { margin: 0; padding: 0; }
body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
}
img {
	vertical-align: top;
	border: 0;
}
.txt01 {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom:5px;
	line-height: 120%;
}
.txt01 a {
	color: #da3291;
	text-decoration: none;
}
.txt01 a:hover {
	color: #000000;
	text-decoration: underline;
}

/*----------------------------------------------------------------
共通部分
-------------------------------------------------------------------*/

#container {
	width: 100%;
}
#wrapper {
	width: 1142px;
	margin: 10px auto;
}





#header {
	width: 1023px;
	height: 94px;
	background: url(../images/common/header_bg.jpg) no-repeat;
}
#logo {
	width: 245px;
	height: 90px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#snavi {
	float: left;
}
#snavi ul {
	list-style-type: none;
	padding: 68px 0px 0px 400px;
}
#snavi li {
	background:url(../images/common/arrow002.gif);
	background-repeat: no-repeat;
	padding: 0px 10px 0px 18px;
	float: left;
	display: inline;
}
#snavi a {
	color: #FFFFFF;
	text-decoration: none;
}
#snavi a:hover {
	color: #CF6116;
	text-decoration: underline;
}
#contents {
	width: 1023px;
	margin-top: 0px;
	padding-bottom: 10px;
	background-image: url(../images/common/bg02.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#topimage {
	width: 1023px;
	height: 200px;
}
#navi {
	width: 1023px;
	height: 50px;
	padding: 0px 0px 0px 0px;
}
#navi ul {
	list-style-type: none;
	padding: 0px 0px 0px 37px;
}
#navi li {
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
}
#maincontents {
	width: 948px;
	margin-top: 4px;
	margin-left: 37px;
	background: url(../images/common/maincont_bg.jpg) repeat-y;

}

#left {
	width: 263px;
	margin-left: 17px;
	float: left;
	display: inline;
}
#left .menu01 {
	width: 263px;
	margin-bottom: 10px;
	background: url(../images/common/menu01_bg.jpg) repeat-y;
}
.menu01 ul {
	width: 243px;
	margin: 12px 0px 0px 10px
}
.menu01 .li01 {
	list-style-type: none;
	background:url(../images/common/arrow003.gif) no-repeat;
	margin-top: 10px;
	padding: 0px 0px 10px 17px;
	font-size: 12px;
	border-bottom: 1px dotted #AAAAAA;
	font-weight: bold;
}
.menu01 .li02 {
	list-style-type: none;
	background:url(../images/common/arrow003.gif) no-repeat;
	margin-top: 10px;
	padding: 0px 0px 5px 17px;
	font-size: 12px;
	font-weight: bold;
}
.menu01 .li03 {
	list-style-type: none;
	background:url(../images/common/arrow003.gif) no-repeat;
	margin-top: 10px;
	padding: 0px 0px 10px 17px;
	font-size: 12px;
	color: #CF6116;
	font-weight: bold;
	border-bottom: 1px dotted #AAAAAA;
}
.menu01 .li04 {
	list-style-type: none;
	background:url(../images/common/arrow003.gif) no-repeat;
	margin-top: 10px;
	padding: 0px 0px 5px 17px;
	font-size: 12px;
	color: #CF6116;
	font-weight: bold;
}
.menu01 a {
	color: #000000;
	text-decoration: none;
}
.menu01 a:hover {
	color: #CF6116;
	text-decoration: underline;
}
#footer {
	width: 100%;
	height: 200px;
	margin-top: 0px;
	background: url(../images/common/footer_bg.jpg) repeat-x;
}
#f_area {
	width: 1023px;
	margin-right: auto;
	margin-left: auto;
	height: 134px;
	margin-top: 0px;
	background: url(../images/common/f_area_bg.jpg) no-repeat;
}
#footer .f_ul01 {
	width: 180px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	float: left;
	display: inline;
}
#footer .f_ul02 {
	width: 140px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	float: left;
	display: inline;
}
#footer .f_ul03 {
	width: 140px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	float: left;
	display: inline;
}
#footer .f_ul04 {
	width: 170px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
	float: left;
	display: inline;
}
#footer li {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CF6116;
	text-decoration: underline;
}

#footer span {
	font-weight: bold;
}
#copyright {
	width: 1023px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	margin-top: 10px;
	color: #121D3D;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.clear {
	clear: both;
}

