@charset "UTF-8";

/* ========BASIC======== */
* {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック";
	color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff;
}

br {
	letter-spacing:normal;
	color: #D6D6D6;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#666;
}

img {
   border:0;
   vertical-align:bottom;
}

.imgR {
	float: right;
	margin: 0 10px 5px 0;
}

.imgL {
	float: left;
	margin: 0 10px 10px 5px;
}

.imgC {
	text-align: center; 
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	color: #09F;
	font-size: 12px;
}

/* ========TEMPLATE LAYOUT======== */
div#l-shadow {
   width:790px;
   margin:0 auto;
   background:url(images/bg_contents_left.gif) 0 0 repeat-y;
}

div#r-shadow  {
   width:790px;
   background:url(images/bg_contents_right.gif) 100% 0 repeat-y;
}

div#header {
   position:relative;
   padding:0px;
   height:120px;
   background:url(images/hed.gif) 100% no-repeat;
}

div#pr {
	width:480px;
	position:absolute;
	left:300px;
	top:23px;
	font-family: Tahoma, Geneva, sans-serif;
}

div#contents {
	margin:0 5px;
	padding:0px 20px 0 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

div#main {
	margin-top: 10px;
   float:right;
   width:500px;
}

div#sub {
   float:left;
   width:220px;
}

div#totop {
   clear:both;
   text-align:right;
}

div#footer {
   clear:both;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
	margin:5px 10px;
	padding:0px;
	font-size: 10px;
	color: #696969;
	position: absolute;
	text-align: right;
	width: 750px;
	font-weight: normal;
}
div#header h1 a{
	color:#696969;
}
div#header img {
   margin:28px 0px 0px 10px;
   padding:0px;
}

div#header #pr p {
	margin:38px 0px 0px 0px;
	font-size:12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: bold;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}
div#sub .section img{
   margin:0px 10px 10px 0px;
}

div#sub h4 {
	width:200px;
	height:40px;
   padding:10px;
   font-size:13px;
   font-weight:bold;
   color:#FFF;
   background:url(images/subqa.gif) no-repeat;
}

div#sub ul {
   margin:0px 10px 0 5px;
   padding:0px;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:10px;
   line-height:20px;
   list-style:none;
}

div#sub li a {
   display:block;
   padding-left:40px;
   color:#0CF;
   background:url(images/bg_list.gif) 0 6px no-repeat;
}
div#sub li a:hover {
   color:#ccc;
}
div#sub p {
	margin-top:0px;
	font-size:10px;
	text-align:right;
}
div#sub p a {
	color:#00F;
	background-color:#CCC;
	text-underline-position: above;
}

div#sub p a:hover {
   color:#ccc;
}

/* MENU CUSTOMIZE */
div#contents #sub div#menu ul {
   margin:0 0 20px 0;
   padding:0;
}

div#contents #sub div#menu li {
   margin:0;
   padding:0;
   font-size:0.75em;
   color:#333;
   list-style-type:none;
}

div#contents #sub div#menu li a {
   display:block;
   width:200px;
   color:#333;
   padding:10px 0 10px 20px;
   border-bottom:1px solid #DCDCDC;
   background:url(images/bg_menulist.gif) 0 12px no-repeat;
}

div#contents #sub div#menu li a:hover {
   color:#0096E7;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
div#main a {
   color:#0172AB;
}

div#main a:hover {
   color:#0172AB;
   border-bottom:1px solid #0172AB;
}
div.wakumidashi {
  margin: 0px 0px 10px 0px;
  border: solid 1px #dcdcdc;
}
div.wakumidashi p {
	padding: 0px 7px 0px 17px;
}
div.wakumidashi span {
	padding: 0px 7px 0px 17px;
	color: red;
}
div.wakumidashi dl {
	padding: 0px 7px 0px 17px;
}
div#main h2 {
   margin-bottom:5px;
   padding: 8px 0px 0px 15px;
   height:38px ;
   color:#fff;
   font-size:0.94em;
   font-weight:bold;
   background: #ffffff url(images/bak.gif);
   background-repeat:no-repeat;
}

div#main h3 {
   margin-bottom:5px;
   padding: 8px 0px 0px 15px;
   height:38px ;
   color:#fff;
   font-size:0.94em;
   font-weight:bold;
   background: #ffffff url(images/bak.gif);
   background-repeat:no-repeat;
}
div#main span.ore {
	margin:0 0 2em 0;
	font-size:16px;
	text-decoration: underline;
	color: #F60;
	font-weight:bold;
}
div#main span.aka {
	margin:0 0 2em 0;
	font-size:12px;
	text-decoration: underline;
	color: red;
	font-weight:bold;
}
div#main span.ao {
	margin:5px 0px;
	font-size:14px;
	text-decoration: underline;
	color: #06C;
	font-weight:bold;
}
div#main p {
	margin:0 0 1em 0;
	font-size:12px;
}

div#main ul,ol,dl {
   font-size:0.75em;
}

div#main dt {
	margin-bottom:6px;
	color:#03C;
	font-size: 12px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:10px;
   background:#f1f1f1;
}

div#main div.icatch {
   margin-bottom:20px;
}

div#main table.box2 {
	font-size:12px;
	width: 95%;
	margin: 20px;
}

div#main table.box2 th {
	font-weight: normal;
	vertical-align: center;
	width: 100px;
	padding: 5px 10px 12px 2px;
	background: url(img/bg_table_th.gif) no-repeat right bottom;
	color: #666;
}

div#main table.box2 td {
	padding: 5px 10px 12px 10px;
	background: url(img/bg_table_td.gif) repeat-x right bottom;
	color: #000000;
	text-align:center;
}
/* areaタブ */
        ul.tabs{
            margin:0;
            padding:0;
        }
        ul.tabs li{
            margin:0;
            padding:4px 20px;
            list-style:none;
            display: -moz-inline-box;   
            display: inline-block;   
            /display: inline;   
            /zoom: 1;
        }
        div.panel{
            padding:0 16px;
        }
		div.panel p{
			text-align:right;
		}
		ul.list{
			list-style:none;
		}
		ul.list li {
			background:url(images/list.gif) 0 50% no-repeat;
			padding-left:18px;
			float:left;
			width:120px;
		}
        ul.tabs li,
        div.panel{
            border-style:solid;
            border-width:1px;
            border-color:#a9a9a9;
            background:#ffffff;
        }
        ul.tabs li{
			font-weight:bold;
            border-bottom-width:0;
            background:#e0ffff;
        }
        ul.tabs li.tab-active{
			color:#06C;
			font-weight:bold;
            background:#ffffff;
        }
		/* Step.2 */
        ul.tabs{
            margin-bottom:-1px;
        }
        ul.tabs li{
            margin-right:-1px;
        }
        /* Step.3 */
        ul.tabs li.tab-active{
            position:relative;
            z-index:1;
        }
        div.panel{
            position:relative;
            z-index:0;
        }

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div{
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
   color: red;
   font-weight:bold;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}


/* ========TOTOP CUSTOMIZE======== */
div#box{
	margin-bottom:20px;
	height:2em;
}

div#box p{
	margin:0px 10px 10px 10px;
	position:relative;
	font-size:10px;
	color:#999;
}

div#totop p{
   position:relative;
   top:10px;
   right:7px;
   margin:0;
   font-size:10px;
}

div#totop p a {
   padding-left:8px;
   background: url(images/bg_totop.gif) 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footer h4 {
	margin-top:15px;
	padding: 5px 0px 0px 10px;
	color:#F90;
	font-size:10px;
	font-weight:normal;
	background:url(images/bg_dotline.gif) 0 0 repeat-x;
}

div#footMenu ul {
   margin:100px 0 5px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url(images/bg_dotline.gif) 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url(images/bg_footmenu.gif) 0 50% no-repeat;
}

/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 10px;
}
th, td	{
	padding: 10px 20px;
	color: #1D5C79;
}


/* サンプル9
----------------------------------------------------------- */
.area th	{
	border-bottom: 1px solid #06F;
	font-size:10px;
	width:100px;
	color: #666;
}
.area td	{
	border-bottom: 1px solid #06F;
	font-size:10px;
	color:#09C;
}
.area td a{
	color:#09C;
}


/* ========FOOTER CUSTOMIZE======== */
address {
	margin:0 10px;
	padding:5px 0;
	font-size:9px;
	color:#696969;
	text-align:right;
}
address a {
	color:#696969;
}.qa {
	padding-top: 15px;
	padding-bottom: 15px;
	list-style-image: url(images/q.gif);
}
/*SiteMapの部分
------------------------------------------------------------------*/
#main ul#map li {
	margin: 0 0 0 10px;
	padding: 2px 5px 0 20px;
	background: url(img/home.gif) no-repeat 0 4px;
	line-height: 160%;
	font-size:12px;
	list-style-type:none;
}
#main ul#map li ul {
	background: url(img/ic_bk.gif) no-repeat 17px 0;　// ul の背景に点線の画像を設定
}
#main ul#map li ul.category li {
	background: url(img/tree.gif) no-repeat 1px -283px;　// 長さ 300px あるのでマイナスで位置調整
}
#main ul#map li ul.page li {
	background: url(img/tree.gif) no-repeat 1px -283px;
}
