@charset "UTF-8";

a:link {color: #0099CC; text-decoration: none} 
a:visited {color: #0099CC; text-decoration: none} 
a:active {} 
a:hover {color: #00BDFC; text-decoration: underline}


/* {
--------------------------------------------------------------- */
body {
	background-image: url(../img/top_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font:13px "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
 *font-size:small;
 *font:x-small;
}
#wrapper {
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	font-size:inherit;
	font:100%;
	position: relative;
}
#wrapper h1 {
	background-image: url(../img/top_main.jpg);
	background-repeat: no-repeat;
	height: 307px;
	width: 864px;
	text-indent: -999999px;
}
#wrapper #nav-sub {
	position: absolute;
	left: 662px;
	top: 4px;
	width: 190px;
}
table {
    font-size:inherit;
    font:90%;
}


/* 
--------------------------------------------------------------- */
#wrapper #nav {
	width: 838px;
	height: 34px;
	margin-left: 13px;
	margin-top: 6px;
}
#wrapper #nav li {
	height: 34px;
	float: left;
}
#wrapper #content {
	clear: both;
	width: 838px;
	margin-left: 13px;
	margin-top: 24px;
}
#wrapper #content #sidebar {
	float: right;
	margin-bottom: 27px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6BBCDB;
	border-right-color: #6BBCDB;
	border-bottom-color: #6BBCDB;
	border-left-color: #6BBCDB;
}
#wrapper #content #sidebar dl {
	margin-top: 10px;
	margin-left: 8px;
}
#wrapper #content #sidebar dd {
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
}
#wrapper #content #maincol {
	float: left;
	width: 605px;
	padding-bottom: 27px;
}
#wrapper #content #maincol #kaiki {
	background-image: url(../img/top_kaiki.gif);
	text-indent: -999999px;
	height: 120px;
	width: 605px;
	background-repeat: no-repeat;
}
#wrapper #content #maincol #watsnew {
	margin-top: 23px;
}
#wrapper #content #maincol #watsnew dl {
	margin-top: 17px;
	margin-left: 12px;
}
#wrapper #content #maincol #watsnew dt {
	float: left;
	background-image: url(../img/icon_arrow_red.jpg);
	background-repeat: no-repeat;
	width: 90px;
	padding-left: 22px;
	font-weight: bold;
	color: #3D58BA;
	background-position: 0px 3px;
	line-height: 130%;
}
#wrapper #content #maincol #watsnew dd {
	float: left;
	width: 470px;
	line-height: 130%;
	margin-bottom: 8px;
}
#footer {
	width: 100%;
	clear: both;
	background-color: #009EDB;
	text-align: center;
}
#footer dl {
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#footer dt {
	float: left;
	width: 76px;
}
#footer dd {
	float: left;
	color: #F0FBFB;
	line-height: 130%;
}
#footer img {
	margin-bottom: 54px;
	margin-top: 10px;
}
#copy {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

/* 共通
--------------------------------------------------------------- */
.right {
	text-align: right;
}
.center {
	text-align: center;
}

.underline {
	border-bottom: solid 1px #ff0000;
}
/**/  
.dotline {
border-bottom: dotted 1px #ff0000;
}
/*_*/ 
.doubleline {
border-bottom: double 3px #ff0000;
}
/*d*/  
.rectangle {
border:solid 1px #ff0000;
}
/*lpň͂*/  

.tbl-layout {
 margin: 0px;
 padding: 0px;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}
.tbl-layout td {
	font-size: 100%;
	line-height: 140%;
	vertical-align: top;
}
.float-clear {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

/* clearfix
--------------------------------------------------------------- */
.clearfix:after {
	content: ".";  
	display: block; 
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#end {
	text-align: center;
	margin-top: 25px;
}
