@charset "utf-8";
/*
==================================================

    CSS File Name - layout.css
    Last-updated: 2010-05-14
	
    +1: Formatting Reset
    +2: Redefine
	+3: Float, Clear, Align Set, Valign Set
	+4: body
	+5: #wrap
	+6: #container
	+7: #header
	+8: #mainBody
	+9: #footer

==================================================
*/


/*--------------------------------------------------
+1: Formatting Reset
==================================================*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset {
	display: block;
	margin: 0;
	padding: 0;
}
p {
	text-align: justify;
}
strong,
em {
	font-weight: bold;
}
ol,
ul {
	list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}
address,
em {
	font-style: normal;
}
img {
	border: none;
	vertical-align: bottom;
}
table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
tr {
	display: table-row;
}
th,
td {
	display: table-cell;
}
caption {
	display: table-caption;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}
input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
}
button {
	cursor: pointer;
}


/*----------------------------------------------------------------------*/
/*html {
	overflow-x: visible;
}*/
/*--------------------------------------------------
+2: Redefine
==================================================*/
a {
	text-decoration:underline;
	color:#59C6E3;
}

a:link {
	text-decoration:underline;
	color:#59C6E3;
}

a:visited {
	text-decoration:underline;
	color:#59C6E3;
}

a:hover {
	text-decoration:none;
	color:#59C6E3;
}

a:active {
	text-decoration:underline;
	color:#59C6E3;
}


/* clearfix
-------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/* alpha
-------------------------------------------------*/
a.alpha:hover img {  
	opacity:0.8;  
	filter: alpha(opacity=80);  
	-ms-filter: "alpha( opacity=80 )";  
	background: #fff;  
} 

/*--------------------------------------------------
+3: Float, Clear, Align Set, Valign Set
==================================================*/
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
.left{
	float:left;
	display:inline;
}

.right{
	float:right;
	display:inline;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.valignTop {
	vertical-align: top;
}
.valignMiddle {
	vertical-align: middle;
}
.valignBottom {
	vertical-align: bottom;
}
/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+4: body
==================================================*/
/* Font-size Setting

80%  = 10px	    |	130% = 16px	|	180% = 22px
90%  = 11px(*)	|	140% = 17px	|	190% = 23px
100% = 12px     |	150% = 18px	|	200% = 24px
105% = 13px	    |	160% = 19px	|	210% = 25px
115% = 14px	    |	165% = 20px	|	215% = 26px
125% = 15px	    |	175% = 21px	| 
/* font 
---------------------------------------------------*/

body {
	color: #756757;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.5;
}
/*--------------------------------------------------
+5: #wrap
==================================================*/
div#wrap {
	width:100%;
	margin:0 auto;
	background:url(../images/bg_wrap.png) repeat-x left top;
}
/*--------------------------------------------------
+6: #container
==================================================*/

div#container{
	width:1070px;
	margin:0 auto;
	background:url(../images/bg_container.jpg) repeat-y left top;
}
/*----------------------------------------------------------------------*/

/*--------------------------------------------------
+7: #header
==================================================*/
div#header {
	position:relative;
}
/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+8: #mainBody
==================================================*/

div#mainBody {
	width:1070px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background:url(../images/bg_mainbody.jpg) no-repeat left top;
	padding-bottom:55px;
}
div#mainBody div.mainContent {
	width:860px;
	float:right;
}
div.searchtop {
	float:right;
	padding:18px 0 0 0;
	width:262px;
}
div.searchtop p.tit {
	float:left;
	color:#fff;
	font-size:9px;
	padding:2px 5px 0 0 ;
}
div.searchtop p.txtbg {
	width:115px;
	height:17px;
	background:url(../images/searchtop_bg.gif) no-repeat left top;
	float:left;
	padding:2px 1px 1px 25px;
}
div.searchtop p.txtbg #text {
	background:none;
	border:none;
	font-size:10px;
	color:#999;
	outline:none;
}
div.searchtop input {
	float:left;
}
ul.hnavi {
	color:#FFF;
	font-size:10px;
	padding:20px 0 0 12px;
	height:45px;
}
ul.hnavi li {
	display:inline;
}
ul.pnavi {
	padding:0 0 0 42px;
	height:42px;
	font-size:11px;
}
h1 {
	padding:0 0 0 42px;
	height:47px;
}
ul.pnavi li {
	display:inline;
}
div#mainBody div.subContent {
	width:210px;
	float:left;
}
#logo {
	text-align:center;
	padding-bottom:5px;
}
ul#navi {
	width:310px;
	overflow:hidden;
	clear:both;
	padding-bottom:7px;
	position: relative;
}
ul#navi li{
	width:210px;
	padding:0;
	margin:0;
	line-height:0;
}

ul#navi ul{
	position: absolute;
	top: 108px;
	left: 210px;
}

ul#navi ul li {
	width:100px;
	list-style-type: none;
}

div#mainBody div.subContent h2.btn {
	width:210px;
	height:30px;
	overflow:hidden;
}
div#mainBody div.subContent h2 span {
	display:block;
	position:relative;
	top:-22px;
	right:28px;
	float:right;
	background:#FFF;
}
div.sbox {
	width:162px;
	clear:both;
	background:url(../images/sub_bg_mid.png) repeat-y left top;
	padding:8px 24px 0 24px;
}
div.sbox.top {
	z-index:9999;
}
div.sbox p.searchtit {
	clear:both;
	padding:5px 0 2px 0;
}
div.sbox div#input1 {
	position:relative;
	height:24px;
	clear:both;
	z-index:99999;
}
div.sbox div#input2 {
	position:relative;
	height:24px;
	clear:both;
	z-index:9999;
}
#input1 div.tag_select{
	display:block;
	color:#000;
	width:140px;
	height:22px;
	background:transparent url("../images/selectbg.gif") no-repeat 0 0;
	padding:0 10px;
	line-height:22px;
}
#input1 div.tag_select_hover{
	display:block;
	color:#000;
	width:140px;
	height:22px;
	background:transparent url("../images/selectbg.gif") no-repeat 0 -23px;
	padding:0 10px;
	line-height:22px;
}
#input1 div.tag_select_open{
	display:block;
	color:#000;
	width:140px;
	height:22px;
	background:transparent url("../images/selectbg.gif") no-repeat 0 -46px;
	padding:0 10px;
	line-height:22px;
}
#input1 ul.tag_options{
	position:absolute;
	list-style:none;
	background:transparent url("../images/selectbg.gif") no-repeat left bottom;
	margin:0;
	width:135px;
	padding-bottom:1px;
}
#input1 ul.tag_options li{
	background:transparent url("../images/selectbg.gif") repeat-y -162px 0;
	display:block;
	width:115px;
	padding:0 10px;
	height:22px;
	text-decoration:none;
	line-height:22px;
	color:#000;
}
#input1 ul.tag_options li.open_hover{
	background:transparent url("../images/selectbg.gif") no-repeat 0 -91px;
	color:#000;
}
#input1 ul.tag_options li.open_selected{
	background:transparent url("../images/selectbg.gif") no-repeat 0 -69px;
	color:#FFF;
}

#input2 div.tag_select{
	display:block;
	color:#000;
	width:140px;
	height:22px;
	background:transparent url("../images/selectbg.gif") no-repeat 0 0;
	padding:0 10px;
	line-height:22px;
}
#input2 div.tag_select_hover{
	display:block;
	color:#000;
	width:140px;
	height:22px;
	background:transparent url("../images/selectbg.gif") no-repeat 0 -23px;
	padding:0 10px;
	line-height:22px;
}
#input2 div.tag_select_open{
	display:block;
	color:#000;
	width:140px;
	height:22px;
	background:transparent url("../images/selectbg.gif") no-repeat 0 -46px;
	padding:0 10px;
	line-height:22px;
}
#input2 ul.tag_options{
	position:absolute;
	list-style:none;
	background:transparent url("../images/selectbg.gif") no-repeat left bottom;
	margin:0;
	width:135px;
	padding-bottom:1px;
}
#input2 ul.tag_options li{
	background:transparent url("../images/selectbg.gif") repeat-y -162px 0;
	display:block;
	width:115px;
	padding:0 10px;
	height:22px;
	text-decoration:none;
	line-height:22px;
	color:#000;
}
#input2 ul.tag_options li.open_hover{
	background:transparent url("../images/selectbg.gif") no-repeat 0 -91px;
	color:#000;
}
#input2 ul.tag_options li.open_selected{
	background:transparent url("../images/selectbg.gif") no-repeat 0 -69px;
	color:#FFF;
}


div.sbox p.btn {
	padding:8px 0 0 0;
}
div.sbox dl {
	padding-top:8px;
	line-height:1.3;
}
div.sbox dl.top {
	padding-top:0px;
}
div.sbox dl dd a,
div.sbox dl dd a:visited,
div.sbox dl dd a:active {
	color:#333;
}
/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+9: #footer
==================================================*/
div#footer {
	width:100%;
	background:url(../images/bg_footer.jpg) repeat-x left top;
	margin:0 auto;
	clear:both;
}
div#finner {
	width:1070px;
	height:320px;
	background:url(../images/bg_finner.jpg) no-repeat left top;
	position:relative;
	margin:0 auto;
	clear:both;
}
div#finner p.gotop {
	position:absolute;
	top:-15px;
	right:0px;
}
div#finner ul.btn {
	position:absolute;
	top:31px;
	left:4px;
}
div#finner ul.btn li {
	float:left;
	background-color:#FFF;
	margin-right:8px;
}
div#finner ul.btn li.last {
	margin-right:0px;
}
div#finner ul.fnavi {
	position:absolute;
	top:160px;
	left:5px;
	width:660px;
}
div#finner ul.fnavi li {
	width:110px;
	float:left;
	padding-bottom:3px;
}
div#finner ul.fnavi li a {
	color:#FFF;
	font-size:10px;
	text-decoration:none;
}
div#finner ul.fnavi li a:hover {
	text-decoration:underline;
}
div#finner dl {
	position:absolute;
	top:220px;
	left:5px;
	color:#FFF;
	font-size:10px;
	line-height:1.2;
}
div#finner dl dt {
	padding-bottom:4px;
}
div#finner dl dd a {
	color:#FFF;
	text-decoration:none;
}
div#finner dl dd a:hover {
	text-decoration:underline;
}
div#finner p.copyright {
	position:absolute;
	top:280px;
	left:5px;
	font-size:11px;
	color:#FFF;
}