@charset "UTF-8";
/*--------------------------------------

Date: 2009.07.23
Order of description:
__Default_style_clear
__Font
__Body
__Header
__Navi
__Pr
__Info
--------------------------------------*/

/*---------------------------
__Default_style_clear
---------------------------*/
@import url(reset.css);



/*---------------------------
__Font
---------------------------*/
body {
	font: 12px/1.231 arial,helvetica,clean,sans-serif; /* 基本文字設定 */
	*font-size: small; /* Win IE7およびWin IE6標準準拠モード向け */
	*font: x-small; /* Win IE 5-5.5､6(後方互換モード)向け */
}

table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}

image {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 0px;
	vertical-align: bottom;
	line-height: 0px;
}

/*---------------------------
__Body
---------------------------*/
body{
	color:#333;
}

*html body{
	text-align:center;
}


.clear{
	clear:both;
}

.clear02 {
	clear: both;
	padding: 15px 0px;
}

a {
	color:#2757A3;
	text-decoration: none;
}

a:hover {
	color:#2757A3;
	text-decoration: underline;
}

#bg {
	width: 832px;
	margin: 0px auto;
	padding: 0px 0px 0px 2px;
	background: url("../img/bg.jpg") repeat-y;
	text-align: left;
}



/*---------------------------
__Header
---------------------------*/
#header {
	width: 828px;
/*	height: 149px;
	background: url("../img/head_bg.jpg") no-repeat;
*/
	position: relative;
	border-top: 25px solid #EF0000;
	padding-top:5px;
}

h1 {
/*	position: absolute;
	top: 22px;
	left: 28px;*/
}

#header p {
	position: absolute;
	top: -20px;
	left: 10px;
	font-size: 11px;
	*font-size: 9px;
	color:#fff;
}

#header ul {
	position: absolute;
	top: 2px;
	left: 665px;
	font-size: 11px;
	*font-size: 9px;
}

#header ul li {
	display: inline;
	list-style-type: none;
}

#header ul li a {
	background: url("../img/arrow.jpg") no-repeat;
	padding: 0px 10px 0px 10px;
	*padding: 3px 10px 0px 10px;
}



/*---------------------------
__Navi
---------------------------*/
#navi {
	padding-top:1px;
	width: 828px;
	height: 29px;
	background: #E00;
}



/*---------------------------
__Pr
---------------------------*/
#pr {
	width: 828px;
}

#pr ul.pan {
	height:20px;
	margin:15px 10px;
}

#pr ul.pan li {
	float:left;
}

#pr_left {
	float: left;
	width: 380px;
	padding: 15px 0px 15px 30px;
}

#pr_right {
	float: right;
	width: 380px;
	padding: 15px 30px 15px 0px;
}



/*---------------------------
__Main
---------------------------*/
#main {
	clear: both;
	width: 828px;
}



/*---------------------------
__Contents
---------------------------*/
#contents {
	float: left;
/*	width: 599px;
*/	margin: 0px 0px 50px 14px;
	_margin: 0px 0px 50px 7px;
	overflow:hidden;
}

#contents h2 {
	margin-bottom:15px;
	background:url(../img/BG_h2_contents.jpg) no-repeat;
	line-height:30px;
	text-indent:15px;
	font-weight:bold;
}



/*---------------------------
__Side
---------------------------*/
#side {
	float: left;
	width: 200px;
	margin: 0px;
	margin-bottom:30px;
	padding: 0px 0px 50px 0px;
	background: #F7F7F7;
	overflow:hidden;
}

#bnr {
	width: 200px;
	padding: 0;
	text-align:center;
}

#bnr li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#notice {
	width: 200px;
	margin: 0px 0px 5px 0px;
	background: url("../img/side_bg.jpg") no-repeat bottom;
}

#notice ul {
	width: 190px;
	padding: 0px 0px 0px 5px;
}

#notice li {
	padding: 10px 5px;
	line-height: 150%;
	background: url("../img/side_line.jpg") no-repeat bottom;
}

#notice li.notice_end {
	padding: 5px;
	line-height: 150%;
	background: none;
}

#notice li h4 {
	text-align: center;
	background: none;
	padding-left: 0px;
	margin-bottom: 0px;
	line-height: 0px;
}

#notice li a {
	color: #333;
	text-decoration: none;
}

#notice li a:hover {
	color:#2757A3;
	text-decoration: underline;
}

#rank {
	width: 200px;
	margin: 0px 0px 5px 0px;
	background: url("../img/side_bg.jpg") no-repeat bottom;
}

#rank ul {
	width: 190px;
	padding: 0px 0px 0px 5px;
}

#rank li {
	padding: 3px 5px;
	line-height: 150%;
}

#rank li.li01 {
	background:#f9f9f9;
}

#rank li a {
	color: #333;
	text-decoration: none;
}

#rank li a:hover {
	color:#2757A3;
	text-decoration: underline;
}

#word {
	width: 200px;
	margin: 0px 0px 5px 0px;
	background:url("../img/y_side_bg.jpg") no-repeat bottom;
}

#word ul {
	width: 190px;
	padding: 0px 0px 5px 10px;
}

#word li {
	padding: 3px 5px;
	line-height: 150%;
}

#word li a {
	background:#FFFFCC url("../img/y_c_arrow.jpg") no-repeat;
	padding: 0px 0px 0px 15px;
}



/*---------------------------
__Footer
---------------------------*/
#footer {
	clear: both;
	width: 800px;
	height: 100px;
	margin: 0px 0px 0px 14px;
	background: url("../img/footer_bg.jpg") repeat-x top;
	font-size: 11px;
	*font-size: 9px;
	position: relative;
}

ul#f01 {
	position: absolute;
	top: 18px;
	left: 8px;
}

ul#f01 li {
	display: inline;
	padding: 0px 10px 0px 0px;
}

ul#f01 li a {
	color: #333;
	text-decoration: none;
	background: url("../img/arrow.jpg") no-repeat;
	padding: 0px 0px 0px 10px;
	*padding: 3px 0px 0px 10px;
}

ul#f01 li a:hover {
	color:#2757A3;
	text-decoration: underline;
}

ul#f02 {
	position: absolute;
	top: 18px;
	left: 404px;
}

ul#f02 li {
	display: inline;
	padding: 0px 10px 0px 0px;
}

ul#f02 li a {
	background: url("../img/arrow.jpg") no-repeat;
	padding: 0px 0px 0px 10px;
	*padding: 3px 0px 0px 10px;
}

#footer p {
	position: absolute;
	top: 56px;
	left: 487px;
}


/*---------------------------
__Top
---------------------------*/
#top01 {
	width: 599px;
	overflow:hidden;
	font-size:1.05em;
}

#top01 li {
	float: left;
	display: block;
	width: 289px;
	height: 100px;
	background: url("../img/know_bg.jpg") no-repeat;
	margin: 0px 10px 10px 0px;
	position: relative;
}

#top01 li img {
	position: absolute;
	top: 17px;
	left: 9px;
}

#top01 li dl {
	margin:15px 5px 5px 83px;
}

#top01 li dt {
/*	position: absolute;
	top: 12px;
	left: 83px;
*/
	margin-bottom:5px;
	font-weight: bold;
}

#top01 li dt a {
	background: url("../img/k_arrow.jpg") no-repeat;
	padding: 0px 0px 0px 15px;
	*padding: 1px 0px 0px 15px;

}

#top01 li dd {
/*
	position: absolute;
	top: 34px;
	left: 83px;
*/
	color:#2757A3;
	width: 195px;
	line-height: 150%;
}
#top01_01 {
	padding-right:10px;
	width: 589px;
	overflow:hidden;
	clear:both;
	text-align:right;
	margin-right:15px;
}
#top02 {
	width: 599px;
	overflow:hidden;
	clear: both;
	width: 599px;
	padding: 30px 0px 0px 0px;
	font-size:1.05em;
}

#top02 h3 {
	padding: 0px 0px 10px 0px;
}

#top02 li {
	float: left;
	display: block;
	width: 287px;
	height: 84px;
	background: url("../img/sel_bg.jpg") no-repeat bottom;
	margin: 0px 10px 10px 0px;
	position: relative;
}

#top02 li dd {
	font-size: 14px;
	color:#2757A3;
	line-height: 150%;
	padding: 5px 15px;
}

#top03 {
	width: 599px;
	overflow:hidden;
	clear: both;
	width: 599px;
	padding: 30px 0px 0px 0px;
	font-size:1.05em;
}

#top04 {
	width: 599px;
	overflow:hidden;
	clear: both;
	width: 599px;
	padding: 30px 0px 0px 0px;
	font-size:1.05em;
}

#top04 th {
	width:120px !important;
}

#top03 ul {
	width: 576px;
	padding: 0px 0px 0px 12px;
}

#top03 li {
	padding: 0px 0px 10px 0px;
}

#top03 li a {
	padding: 0px 0px 0px 15px;
	background: url("../img/c_arrow.jpg") no-repeat;
}

a.a001 {
	padding: 0px 0px 0px 15px;
	background: url("../img/c_arrow.jpg") no-repeat;
}
a.maru {
	padding: 0px 0px 0px 15px;
	background: url("../img/maru.jpg") no-repeat;
}

#pan {
	margin:10px 20px;
}

#pan ul {
	background: url("../img/arrow.jpg") no-repeat;
}

#pan ul li {
	display: inline;
	list-style-type: none;
}

#pan ul li a {
	padding: 0px 10px 0px 10px;
	*padding: 3px 10px 0px 10px;
}



.single {
	margin:0 auto;
	_margin-left:0px;
/*	margin: 0px 0px 0px 5px;
*/	width: 803px;
	border-collapse: collapse;
	line-height:1.5;
	font-size:1.1em;
	overflow:hidden;
}

.single h2 {
	margin-bottom:15px;
	background:url(./BG_h2.jpg) no-repeat !important;
	line-height:30px;
	text-indent:15px;
	font-weight:bold;
}

.single .tabs {
}

.single .tabs_bd {
	width:760px;
	margin:0 auto 20px;
	*margin-top:-2px;
	padding:20px;
	border: 1px solid #CCC;
	line-height:1.5;
}

.single .tabs_bd p {
	font-size:108%;
}

.single .tabs_bd div {
	margin-top:10px;
	width:759px;
}

.single .tabs_bd div table {
	width:758px;
	border-collapse: collapse;
}

.single .tabs_bd div table th {
	border: 1px solid #CCC;
	border-right: none;
	border-collapse: collapse;
}

.single .tabs_bd div table td {
	border: 1px solid #CCC;
	border-collapse: collapse;
}

.single .tabs_bd div table tr.fast td {
	text-align:center;
	padding:7px 5px;
	background:#FFF4E8;
}

.single .tabs_bd div table td {
	text-align:center;
	padding:7px 5px;
}

.single .tabs_bd div table td.entry {
	text-align: right;
	border-left: none;
}

.single .tabs_bd div table td span {
/*	font-size:2.5em;
	_font-size:1em;
*/
}
.single .tabs_bd div table td a {
	color:#2757A1;
	text-decoration:none;
}

.single .tabs_bd div table td a:hover {
	text-decoration:underline;
}

.single .tabs_bd div table th {
	text-align:center;
	padding:7px 5px;
}

.single .tabs_bd div table a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}

.glossary {
	width:574px;
	overflow:hidden;
	padding:5px 15px 5px 10px;
	line-height:1.5;
	font-size:1.1em;
}

.glossary ul li {
	display: inline;
	list-style-type: none;
}

.glossary ul li a {
	background: url("../img/arrow.jpg") no-repeat;
	padding: 0px 10px 0px 10px;
	*padding: 3px 10px 0px 10px;
	line-height:30px;
}

.glossary h3 {
	margin-bottom:15px;
	padding:5px 10px 5px 17px;
	font-size:123.1%;
	font-weight:bold;
	background:url(../img/BG_h3.gif) no-repeat left center;
	border-bottom:1px solid #ccc;
}

.back {
	line-height:50px;
	text-align:right;
}

.back a {
	padding-right:17px;
	background:url(../img/back.gif) no-repeat left center;
	padding-left:15px;
}

h4 {
	padding-left:25px;
	font-weight:bold;
	margin-bottom:15px;
	background:url(../img/BG_h4.jpg) no-repeat;
	line-height:28px;
}

.news th {
	padding:2px 5px 8px;
}
.news td {
/*	background:url(../img/BG_h3.gif) no-repeat left center;
*/	padding:2px 5px 8px;
}
.news td a {
	padding-left:20px;
	display:block;
	background:url(../img/BG_h3.gif) no-repeat left center;
}

.news {
	margin-top:10px;
	padding:5px 15px 5px 10px;
	width:574px;
	_width:600px;
	overflow:hidden;
	line-height:1.5;
/*	font-size:1.1em;	*/
	position:relative;
	font-size:1.15em;
}

.news h3 {
	margin-top:10px;
}

.news span {
	position:absolute;
	left:22px;
	*left:17px;
	top:-3px;
	*top:-10px;
	padding:1px;
/*	background:#ededed;	*/
}

.news ul li {
	display: inline;
	list-style-type: none;
}

.news ul li a {
	background: url("../img/arrow.jpg") no-repeat;
	padding: 0px 10px 0px 10px;
	*padding: 3px 10px 0px 10px;
	line-height:30px;
}

.news h3 {
	margin-bottom:15px;
	padding:5px 15px 5px 17px;
	width:535px;
	font-size:123.1%;
	font-weight:bold;
	background:url(../img/BG_h3.gif) no-repeat left center;
	border-bottom:1px solid #ccc;
}

.news p {
	text-indent:5px;
}

.comp_list {
	padding:5px 15px 5px 10px;
	line-height:1.5;
	font-size:1.1em;
	width:574px;
	_width:600px;
	overflow:hidden;
}

.comp_list td{
	padding:15px;
}

.comp_list dt {
	font-weight:bold;
	margin-bottom:10px;
}

.comp_list dd {
	line-height:1.5;
	margin-bottom:10px;
}
.comp_list dd.entry {
	text-align:right;
}

.comp_list dd.entry a{
	margin-right:10px;
}



/*---------------------------
__Info
---------------------------*/
p.info_read {
	padding: 0px 10px 20px 10px;
}

p.info_read span {
	color: #EC0000;
	padding-right: 5px;
}

table#info_tbl {
	width: 588px;
	border-collapse: collapse;
}

table#info_tbl th {
	width: 120px;
	background: #FFF4E8;
	font-weight: normal;
	color: #2757A1;
	border: 1px solid #CCC;
	border-collapse: collapse;
	padding: 10px;
}

table#info_tbl th span {
	color: #EC0000;
	padding-left: 5px;
}

table#info_tbl td {
	border: 1px solid #CCC;
	border-collapse: collapse;
	padding: 10px;
}

table#info_tbl td input.inq_add {
	display: block;
	margin-top: 4px;
}

table#info_tbl td textarea {
	width: 400px;
	height: 100px;
}

button#info_btn01 {
	margin: 15px 0px 0px 252px;
	width: 63px;
	height: 21px;
	display: block;
	border: none;
	background: url("../img/info_btn01.jpg") no-repeat;
	cursor: pointer;
	text-indent: -99999px;
}

button#info_btn01:hover {
	background: url("../img/info_btn01.jpg") no-repeat bottom;
}
button#info_btn002 {
	margin: 15px 0px 0px 252px;
	width: 50px;
	height: 21px;
	display: block;
	border: none;
	background: url("../img/info_btn001.jpg") no-repeat;
	cursor: pointer;
	text-indent: -99999px;
}

button#info_btn002:hover {
	background: url("../img/info_btn001.jpg") no-repeat bottom;
}

#info_btn {
	width: 588px;
	height: 24px;
	position: relative;
	margin: 15px 0px;
}

button#info_btn02 {
	position: absolute;
	top: 0px;
	left: 204px;
	width: 85px;
	height: 24px;
	display: block;
	border: none;
	background: url("../img/info_btn02.jpg") no-repeat;
	cursor: pointer;
	text-indent: -99999px;
}

button#info_btn02:hover {
	background: url("../img/info_btn02.jpg") no-repeat bottom;
}

#info_btn03 {
	position: absolute;
	top: 0px;
	left: 299px;
	width: 85px;
	height: 24px;
	background: url("../img/info_btn03.jpg") no-repeat;
}

#info_btn03 a:hover img {
	filter: alpha(opacity=0);
	opacity: 0;
}





.tree ul {
	padding:0;
	margin:0;
	background-position: -9px 15px; 
}
.tree li {
	font-size: 1em;
	font-weight:bold;
	margin: 0px; 
	padding: 3px 0 3px 24px;
	list-style-type: none;
}
.tree li a {
	text-decoration:none;
}
.tree li a:hover {
	text-decoration:underline;
}
.tree ul li a {
	font-weight:bold;
	text-decoration:underline;
}
.tree ul li a:hover {
	text-decoration:none;
}
.tree ul ul li a {
	font-size:1em;
	color:#666;
}
.tree ul ul ul li a {
	font-size:0.8em;
	color:#999;
	text-decoration:none;
}


#top04 {
	margin-top:15px;
}

#top04 th {
	width:100px;
}
#top04 td,
#top04 th {
	border-bottom:5px solid #fff;
}

b {
	font-size:14px;
	color:#2757A3;
	margin-bottom:5px;
	font-weight:bold;
}

u {
	text-decoration:underline;
}

/* IE6用 */
*html hr {
   display :list-item;
   width:0;
   margin-left:-10px;
   list-style :url(hr_line.jpg) inside;
}

hr {
   border:0;
   height: 3px;
   background:url(hr_line.jpg) 50% 0  no-repeat;
}

td.align-left {
	text-align:left !important;
}


.info {
	width: 599px;
	overflow:hidden;
}
.sitemap {
	width: 599px;
	overflow:hidden;
}
.red {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}

.f-l {
	font-size:110%;
}

.f-s {
	font-size:90%;
}

.side01 {
	margin-bottom:10px;
	padding:5px;
	border:1px solid #ccc;
}

.side01 li {
	padding:2px 0;
	background:url(li.jpg) no-repeat bottom;
}

.side01 li a {
	padding-left:15px;
	background:url(a.gif) no-repeat center left;
}