@charset "utf-8";

/*-----------------------------------すべての要素を初期化*/
/*  
Copyright (c) 2006, Yahoo! Inc. All rights reserved.  
Code licensed under the BSD License:  
http://developer.yahoo.net/yui/license.txt  
version: 0.10.0  
*/  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}  
html { height: 100%; margin-bottom: 1px; }
table{border-collapse:collapse;border-spacing:0;}  
fieldset,img{border:0; vertical-align: top;}  
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}  
ol,ul {list-style:none;}  
caption {text-align:left;}
sup,sub { vertical-align: baseline; position: relative; }
sup { top: -4px }
sub { top: 4px }
th { vertical-align: top; font-weight: normal; text-align: left; }
td { vertical-align: top; }
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
q:before,q:after{content:'';}
hr { display: none;}
/*-----------------------------------clearfixハック*/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
/*-----------------------------------回り込み解除*/
.clearBoth { clear: both; }
/*-----------------------------------基本セッティング*/
body{ font-family: "ＭＳ Ｐゴシック", "Osaka",arial,helvetica,clean,sans-serif; color: #333;
	font-size:83%;
}
table {
    font-size:inherit;
}
a{ outline : 0 ;}
a {	color: #0000FF; text-decoration: none; }
a:hover { color: #0000FF; text-decoration: underline; }
li,p,dl,dd { line-height: 1.5; font-size:100%; }
td,th,h1,h2,h3,h4{ font-size:100%;}
strong,em { font-weight: bold; }
address { line-height: 1.5; }
/*-----------------------------------マージン*/
.marT_30 { margin-top: -30px; }
.marT2 { margin-top: 2px; }
.marT5 { margin-top: 5px; }
.marT10 { margin-top: 10px; }
.marT20 { margin-top: 20px; }
.marB5 { margin-bottom: 5px; }
.marB10 { margin-bottom: 10px; }
.marB20 { margin-bottom: 20px; }
.marR10 { margin-right: 10px; }
.marR20 { margin-right: 20px; }
.marL5 { margin-left: 5px; }
.marL10 { margin-left: 10px; }
.marL15 { margin-left: 15px; }
.marL20 { margin-left: 20px; }
.padT10 {padding-top: 10px; }
.padR10 {padding-right: 10px; }
.padL10 {padding-left: 10px; }
.marflash { margin-left: 286px; }
/*-----------------------------------線*/
.bdr { border: 1px solid #999; }
.bdrBtm { border-bottom: 1px dotted #999; }

/*-----------------------------------テキスト位置*/
.fRight { float: right;}
.fLeft { float: left;}
.txtLeft { text-align: left; }
.txtRight { text-align: right; }
.center { text-align: center; }
.middle {vertical-align: middle; }
.bottom {vertical-align: bottom; }
/*-----------------------------------リスト*/
.list01 li{ list-style-position: outside; list-style-type: disc; margin: 3px 0 0 25px;}
.list02 li{ list-style-position: outside; list-style-type: decimal; margin: 3px 0 0 25px;}
.list03 li{ list-style-position: outside; list-style-image: url(../images/icn01.jpg); margin: 0px 0 0 25px;}
/*-----------------------------------フォント設定*/
.normal { color: #333; font-weight: normal; font-size:small; }
.must { color: #ff1010; font-weight: bold; }
.error li { color: #CC0000; }
.color01 { color: #00a0c6; }
.color02 { color: #ff0000; }
.color03 { color: #00ff00; }
.color04 { color: #0000ff; }
.small { font-size: 83.3%; }
.large { font-size: 116.6%; }
.xlarge { font-size: 133.3%; }
.xxlarge { font-size: 150%; }
.xxxlarge { font-size: 200%; }
/*-----------------------------------imgoverを指マークに*/
.imgover {
	cursor:pointer;
}

/*-----------------------------------外枠*/
#wrapper {
	width:800px;
	margin: 0 auto;
	background-color:#FFFFFF;
	position: relative;
}
#wrapper2 {
	width:800px;
	margin: 0 auto;
	background-color:#FFFFFF;
	position: relative;
}
/*-----------------------------------見出し*/
#copy {
	width:800px;
	position: absolute;
	bottom: 30px;
	margin: 0 auto;
	background-color:#ededed;
	text-align:center;
	padding: 5px 0;
	z-index: 1;
	font-size: 12px;
}

/*-----------------------------------ヘッダー*/
#header {
	width:800px;
	height: 100px;
	border-top: 2px solid #ffffff;
	position: relative;
}
#header #logo{
	position: absolute;
	top: 0px;
	left: 0px;
}
#headerNav {
	width: 103px;
	position: absolute;
	left:697px;
}
#headerNav li{
	float: left;
	margin-right: 10px;
}
#headerNav li a{
	color: #333;
	padding: 0 0 0 0px;
	background: url(../images/point1.png) no-repeat 0px -0px;
}
#headerNav li a:hover{
	background: url(../images/point1.png) no-repeat 0px -50px;
}

#mainnav {
	width: 800px;
	height: 62px;
	position: relative;
}

#mainnav ul{
	width: 800px;
	height: 30px;
	position: relative;
}
#mainnav li{
	height: 30px;
	float: left;
}
#mainnav li a{
	text-decoration: none;
	display: block;
}
/*-----------------------------------サブナビゲーション*/
#subnavBox {
	width:400px;
	margin-top: 5px;
	float: left;
}
#subnavBox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#subnavBox {display: inline-block;}
/* Hides from IE-mac \*/
* html #subnavBox {height: 1%;}
#subnavBox {display: block;}
/* End hide from IE-mac */

#subnav {
	width: 452px;

}
#subnav ul {
	width: 442px;
}
#subnav ul.index {
	background-image : url(../images/subnavulbgindex.png) ;
}
#subnav ul.subcontents1 {
	background-image : url(../images/subnavulbg1.png) ;
}
#subnav ul.subcontents2 {
	background-image : url(../images/subnavulbg2.png) ;
}
#subnav ul.subcontentsbottom {
	background-image : url(../images/subnavulbgbottom.png);
	background-repeat: no-repeat;
}
#subnav li{
	width: 442px;
	margin: 0px 0px 0px 10px;
}
#subnav li a{
	display: block;
	color: #333;
}
#subnav li a:hover{
	text-decoration:none;
	color: #b6083b;
}
#subnav li.indexmsg{
	color: #fff;
}
#subnav li.endli{
	background: none;
}
#subnav span.line10{
	line-height: 1.0;
}
/*-----------------------------------メイン*/
#topmain {
	margin: 0 0 0 412px;
	width: 330px;
}
/*-----------------------------------メインエリア*/
#container {
	width: 370px;
}
#contents {
	width: 370px;
	padding: 5px 0 0 0;
}
#contents1 {
	width: 370px;
	height: 240px;
	padding: 5px 0 0 0;
}
#contents ul {
	width: 370px;
	margin: 0px 5px;
}
#contents ul.contents2 {
	background-image : url(../images/contentsulbg2.png) ;
}
#contents ul.contents3 {
	background-image : url(../images/contentsulbg3.png) ;
}
#contents ul.contents4 {
	background-image : url(../images/contentsulbg4.png) ;
}
#contents ul.contentsbottom {
	background-image : url(../images/contentsulbgbottom.png);
	background-repeat: no-repeat;
}
#contents li{
	width: 370px;
	margin: 0px 5px 0px 5px;
}
#contents li a{
	color: #333;
}
#contents li a:hover{
	text-decoration:none;
	color: #b6083b;
}
#contents li.indexmsg{
	color: #b6083b;
}
#contents li.endli{
	background: none;
}
#contents p.msg{
	width: 250px;
	margin: 0px 0px 0px 0px;
}
/*-----------------------------------ページタイトル*/
#pgtitle {
	background:url(../images/pagetitle.jpg) bottom left;
	border: 1px solid #d9d9d9;
	padding: 10px 0 10px 20px;
	font-size: 133.3%;
	color: #b6083b;
	font-weight: bold;
}

/*-----------------------------------サブタイトル*/
.subtitle {
	border: 1px solid #d9d9d9;
	background:url(../images/subtitle.jpg) bottom left;
	padding: 5px 0 5px 20px;
	font-size: 116.6%;
	color: #b6083b;
	font-weight: bold;
}
.subtitle02 {
	font-size: 116.6%;
	border-bottom: 1px solid #b6083b;
	color: #b6083b;
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 20px 0;
}
/*-----------------------------------テキストエリア*/
#textArea {
	padding: 0 10px;
}
#textArea a{
	text-decoration:underline ;
}
#textArea a:hover{
	text-decoration:none ;
}

.text {
	padding: 15px 10px 20px 10px;
	position: relative;
}
.text02 {
	margin: 20px 0;
	padding: 10px;
	background-color:#f0f0f0;
}

/*-----------------------------------テーブル*/
.table01 {
	border-left: 1px solid #fff;
}
.table01 th{
	padding: 5px 10px;
	text-align: center;
	background-color: #fff2de;
	border-bottom: 5px solid #fff;
	border-right: 1px solid #fff;
}
.table01 td{
	padding: 5px 10px;
	border-bottom: 5px solid #fff;
	border-right: 1px solid #fff;
}

/*-----------------------------------テーブルセル背景*/
.tdBk01 {
	background-color: #e6f5fa;
}
.tdBk02 {
	background-color: #ccecf4;
}
/*-----------------------------------ページトップへ戻る*/
.pagetop {
	text-align: right;
	padding: 0 205px 10px 0;
	width:635px;
}
#privacy .pagetop,
#law .pagetop,
#sitemap .pagetop {
	padding: 10px 5px 10px 0;
	width:800px;
}
/*-----------------------------------フッター*/
#footer {
	width:800px;
	margin: 0 0 0 0;
}
#footerNav {
	text-align: center;
	font-size: 78%;
	margin: 10px 5px 30px 5px;
}
#footer a{
	color: #333;
}
#copyright {
	height: 24px;
	padding-top: 5px;
	color: #b6083b;
	text-align: center;
	font-size: 12px;
}

@media print {
#footerNav {
	text-align: center;
	font-size: 78%;
	margin: 10px 5px 5px 5px;
}
#copy {
	display: none;
}
}
