@charset "Shift_JIS";

body {
	margin: 0px 0px 0px 0px;
	background-color: #EFEFEF;
	}

h3, h4, h5{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	font-weight: normal;
	color: #666666;
	}

h2 {
	margin: 30px 0px 0px 0px;
	padding:10px 0px 5px 5px;
	border-bottom: 2px solid #8FC31F;
	background-color: #EEF9D9;
}

p{
	margin: 0px;
	padding: 0px;
	}

ul, ol{
	margin-top:0px;
	margin-bottom:0px;
}

form {
	margin: 0px;
	}

/*----- リンク設定 -----*/
a {
	text-decoration: underline;
	color: #22AC38;
	}

a:hover {
	color: #298FE8;
	}


/*----- ベース枠設定 -----*/
#container {
	line-height: 130%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 730px;
	background-image: url(../img/bg.gif);
	font-size: small;
	}

#container-top {
	line-height: 130%;
	margin: 10px auto 0px auto;
	text-align: right;
	padding: 0px;
	width: 720px;
	font-size: small;
	}

#container-line {
	margin: 0px auto;
	padding: 0px;
	width: 730px;
	}

#container-inner {
	font-size:small;
	text-align: left;
	margin: 0px 0px 0px 20px;
	width: 710px;
	padding: 0px 0px 0px 0px;
	}

#container-flash {
	font-size:small;
	text-align: left;
	margin: 0px 0px 0px 12px;
	width: 726px;
	padding: 0px 0px 0px 0px;
	height: 309px;
	clear: both;
	}


/*----- ヘッダ設定 -----*/
#header {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	width: 720px;
	}

#logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	text-align:left;
	float:left;
	width: 376px;
	}

#search {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-align:left;
	float:right;
	}

#top-img {
	margin: 0px 0px 0px 5px;
	width:720px;
	}



/*----- メニュー設定 -----*/
#menu{
	width: 721px;
	height:44px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
	}

#menu li, #menu a {
	display:block;
	height:44px;
	}

#menu li {
	text-indent: -9999px;
	float:left;
	}
	
#menu a {
	text-decoration: none;
	background:url(../img/menu.gif) no-repeat;
	}

#menu01 a{
	background-position: 0 0;
	width: 102px;
	}

#menu01 a:hover{
	background-position: 0 -44px;
	}
	
#menu01 a:active{
	background-position: 0 -88px;
	}
	
#menu02 a{
	background-position: -102px 0;
	width: 103px;
	}

#menu02 a:hover{
	background-position: -102px -44px;
	}
	
#menu02 a:active{
	background-position: -102px -88px;
	}

#menu03 a{
	background-position: -205px 0;
	width: 103px;
	}

#menu03 a:hover{
	background-position: -205px -44px;
	}
	
#menu03 a:active{
	background-position: -205px -88px;
	}

#menu04 a{
	background-position: -308px 0;
	width: 103px;
	}

#menu04 a:hover{
	background-position: -308px -44px;
	}
	
#menu04 a:active{
	background-position: -308px -88px;
	}

#menu05 a{
	background-position: -411px 0;
	width: 103px;
	}

#menu05 a:hover{
	background-position: -411px -44px;
	}
	
#menu05 a:active{
	background-position: -411px -88px;
	}

#menu06 a{
	background-position: -514px 0;
	width: 103px;
	}

#menu06 a:hover{
	background-position: -514px -44px;
	}
	
#menu06 a:active{
	background-position: -514px -88px;
	}
	
#menu07 a{
	background-position: -617px 0;
	width: 103px;
	}

#menu07 a:hover{
	background-position: -617px -44px;
	}
	
#menu07 a:active{
	background-position: -617px -88px;
	}


/*----- メイン設定 -----*/
#main {
	text-align: left;
	margin: 20px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	width: 680px;
	}

.contents {
	text-align: left;
	margin: 10px 0px 0px 30px;
	padding: 0px 5px 0px 5px;
	width: 640px;
	}

.contents2 {
	text-align: left;
	margin: 10px 0px 0px 30px;
	padding: 10px;
	width: 600px;
	border: 4px solid #003399;
	}

.contents3 {
	text-align: left;
	margin: 10px auto;
	padding: 10px;
	width: 480px;
	border: 3px solid #003399;
	}

.pic-border {
	border:1px solid #CCCCCC;
	padding:4px;
	margin-bottom: 5px;
	}

.pic-text {
	margin: 0;
	padding: 0 0 20px 140px;
	width: 400px;
	}



/*----- フッター設定 -----*/
#footer {
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin: 20px 10px 5px 10px;
	color: #333333;
	clear: both;
	background-color: #F1F1F1;
	font-size: small;
	border-top: 3px solid #8FC31F;
	}

#footer-menu {
	text-align: right;
	font-size: small;
	padding: 0px;
	width: 710px;
	margin: 20px 0px 3px 20px;
	}

#footer-line {
	padding: 0px;
	width: 750px;
	margin: 0px;
	}
	
	
/*----- コンテンツ見出し設定 -----*/
#contents-title {
	margin:0px 0px 0px 12px;
	}


/*----- クラス設定 -----*/
.waku {
	border: 1px dotted;
	border-color:#8FC31F;
	padding:10px;
	margin:50px 0px 0px 0px;
	background-color: #EEF9D9;
	text-align: center;
	}

.waku2 {
	border: 1px dotted;
	border-color:#AAAAAA;
	padding:5px 5px 5px 5px;
	text-align: center;
	}

.waku3 {
	border: 1px solid;
	border-color:#BE9E4B;
	padding:5px 5px 5px 5px;
	}

.waku4 {
	border: 2px solid;
	border-color:#CC0000;
	padding:10px;
	margin:10px auto;
	background-color: #FFFFCC;
	text-align: center;
	width:580px;
	}

.waku5 {
	border: 2px solid;
	border-color:#CC0000;
	padding:10px;
	margin:10px auto 5px auto;
	background-color: #FFFFCC;
	width:580px;
	line-height:150%;
	}

.waku6 {
	padding:0;
	margin:10px auto 5px auto;
	width:600px;
	}


.p-title01{
	padding:15px 0px 0px 0px;
}

.text-underline{
	text-decoration:underline;
}

.banner-space{
	padding-bottom:5px;
}


.tabel-lists ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	line-height:130%;
	list-style-position:outside;
	list-style-type:circle;
	}

.tabel-lists2 ol {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	line-height:130%;
	list-style-position:outside;
	}

.qa-line {
	border-bottom: 1px dotted;
	border-bottom-color:#888888;
	}

.qa-table td{
	padding:5px 5px 5px 5px;
	}


/*----- スペース設定 -----*/
.bottom-space5{
	padding-bottom:5px;
}

.bottom-space10{
	padding-bottom:10px;
}

.bottom-space15{
	padding-bottom:15px;
}

.bottom-space20{
	padding-bottom:20px;
}

.top-space5{
	padding-top:5px;
}

.top-space10{
	padding-top:10px;
}

.top-space15{
	padding-top:15px;
}

.top-space20{
	padding-top:20px;
}

.top-space40{
	padding-top:40px;
}


/*----- テーブルボーダー設定 -----*/
.table-style1 table {
	line-height:130%;
	border-collapse:collapse;
	}

.table-style1 td,
.table-style1 th{
	border: 1px solid;
	border-color:#8FC31F;
	padding:5px 5px 5px 5px;
	}

.table-style1 th{
	background-color:#E4EFCD;
	text-align:center;
	color:#4F7400;
	}

.table-style2 table {
	width: 500px;
	}

.table-style2 td,
.table-style2 th{
	border-bottom: 1px dotted;
	border-bottom-color:#BFBFBF;
	padding:5px 0px 5px 0px;
	}

.table-style3 table {
	width: 500px;
	line-height:130%;
	border-collapse:collapse;
	}

.table-style3 td,
.table-style3 th{
	border-bottom: 1px solid;
	border-bottom-color:#CCCCCC;
	padding:5px 5px 5px 5px;
	}

.table-style3 th{
	color:#0D7200;
	text-align:center;
	}

.table-style3 td.line301{
	padding-top:30px;
	color: #336600;
	}


.table-style4 table {
	width: 500px;
	line-height:130%;
	border-collapse:collapse;
	}

.table-style4 td,

.table-style4 th{
	border: 1px solid;
	border:#CCCCCC;
	padding:5px 5px 5px 5px;
	}

.table-style4 th{
	color:#0D7200;
	text-align:center;
	}


.table-style5 table {
	width: 500px;
	line-height:130%;
	border-collapse:collapse;
	}

.table-style5 td,
.table-style5 th{
	border: 1px solid;
	border-color:#CCCCCC;
	padding:5px 5px 5px 5px;
	}

.table-style5 th{
	border-right:3px double;
	border-right-color:#CCCCCC;
	color:#0D7200;
	text-align:right;
	}

.frame01 {
	margin: 15px 0 0 0;
	padding: 20px 45px;
	border: 15px solid #CC0000;
}

.frame02 {
	margin: 15px 0 0 0;
	padding: 20px 20px;
	border: 15px solid #CC0000;
}



/*----- 右寄せ設定 -----*/
.text-right {
	text-align:right;
	}


/*----- 中央寄せ設定 -----*/
.text-center {
	text-align:center;
	}


/*----- リスト -----*/
.list-right0 li {
	margin-right:-10px;
}


/*----- イメージ設定 -----*/
.img-right {
	padding:5px;
	float:right;
}

.img-left {
	padding:5px;
	float:left;
}

	
/*----- フォント設定 -----*/
.size1	{font-size:smaller;}
.size2	{font-size:small;}
.size3	{font-size:medium;}
.size4	{
    font-size: large;
    line-height: 130%;
    color: #CC0000;
}
.size5	{font-size:larger;}

.saiko {
margin: 15px 0;
text-align: center;
font-size: 30px;
color: #CC0000;
font-weight: bold;
}


/*----- フォントカラー設定 -----*/
.red       { color: #FF0000; }
.red-b     { font-weight: bold; color: #FF0000; }
.red2      { color: #CC0000; }
.red2-b    { font-weight: bold; color: #CC0000; }
.green     { color: #00FF00; }
.green-b   { font-weight: bold; color: #00FF00; }
.green2    { color: #7BB400; }
.green2-b  { font-weight: bold; color: #7BB400; }
.blue      { color: #0000FF; }
.blue-b    { font-weight: bold; color: #0000FF; }
.blue2     { color: #000099; }
.blue2-b   { font-weight: bold; color: #000099; }
.blue3     { color: #2E5DA8; }
.blue3-b   { font-weight: bold; color: #2E5DA8; }
.yellow    { color: #FFFF00; }
.yellow-b  { font-weight: bold; color: #FFFF00; }
.yellow2   { color: #FF8F1D; }
.yellow2-b { font-weight: bold; color: #FF8F1D; }
.white     { color: #FFFFFF; }
.white-b   { font-weight: bold; color: #FFFFFF; }
.gray      { color: #666666; }
.gray-b    { font-weight: bold; color: #666666; }
.brown     { color: #91591C; }
.brown-b   { font-weight: bold; color: #91591C; }
.pink      { color: #F76155; }
.pink-b    { font-weight: bold; color: #F76155; }
