﻿@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	font-size: 14px;
	line-height: 18px;
}

body {
	margin:0;
	padding:0;
	letter-spacing:1px;
	background:#fff url("image/bg_body1.gif");
	border-top: 7px solid #6cb3f1;
	background-repeat: repeat-x;
}

br {
   letter-spacing:normal;
}

a {
	color:#0000de;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color:#F06;
}

img {
	border:0;
	vertical-align:bottom;
	padding-bottom: 1px;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#headWrap {
	position:relative;
	width:100%;
	margin:0 auto;
	padding:10px 0;
	background:#fff url(image/bg_body1.gif);
	height: 170px;
}

div#header {
	position:relative;
	width:800px;
	margin:0 auto;
	background:#fff url(image/bg_body1.gif);
	height: 150px;
}

div#pr {
	position:absolute;
	left:0;
	top:0;
	width:500px;
}

div#navi {
	position:absolute;
	top:-25px;
	right:0px;
	height: 93px;
	width: 290px;
}



div#menu {
	width:100%;
	float:left;
	background-color: #333;
	border-top: 3px solid #6cb3f1;
	background-image: url(image/bg_menu.gif);
}






		

div#contents {
	width:800px;
	margin:0 auto;
	padding:20px 0;
	background:#fff;
}





div#main {
	float:right;
	width:500px;
	margin: 0 auto;
	padding-right: 5px;
	margin-right: 5px;
}

div#sub {
	float:left;
	width:260px;
	padding-left: 5px;
	margin: 0 auto;
}

.red {
	color:#F03;
	font-size:105%;
	font-weight:bold;
}

.pes {
	color:#F30;
	font-size:12px;
	font-weight:bold;
	line-height: 18px;
	margin: 0 9px 1px;
}



div#totop {
   clear:both;
	text-align: left;
}

div#footMenu {
   width:787px;
   margin:0 auto;
}

div#footer {
	background:#EBEADD;
	border-bottom:5px solid #6cb3f1;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
	margin:0;
	padding-top:25px;
	font-size:200%;/* 32px相当 */
	color:#fff;
	line-height:50px;
}

div#header h1 a {
   color:#9B0000;
}

div#header h1 a:hover {
   color:#D30000;
}

div#header #pr p {
	margin:0;
	font-size:85%;/* 12px相当 */
}

div#navi ul {
   list-style:none;
}

div#navi li {
   float:left;
   margin:0 0 0 22px;
   padding:0 0 0 20px;
   font-size:82%;/* 13px相当 */
}

div#navi li.sitemap {
	
}

div#navi li.contact {
  
}

div#navi li.feed {
   background:url(images/icon_feed.gif) 0 50% no-repeat;
}

div#navi li a {
   border-bottom:1px solid #CECFCE;
}



div#header a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
	width:800px;
	margin:0 auto;
	padding:0;
}

div#menu li {
   float:left;
   font-size:75%;/* 12px相当 */
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
	display:block;
	width:157px;
	color:#333;
	line-height:60px;
	border-right:1px solid #D8D8D8;
}

div#menu li.home a {
   border-left:1px solid #D8D8D8;
}

div#menu li a:hover {
	color:#000;
	background:#fff url("image/bg_menu.gif") 0 -60px repeat-x;
	z-index:100;
}







/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
	font-size: 12px;
	text-decoration: underline;
}


div#main a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

div#main h2 {
	margin-bottom:8px;
	padding:0 0 0 30px;
	color:#FFF;
	font-size:16px;/* 15px相当 */
	font-weight:bold;
	line-height:30px;
	border:1px solid #D8D8D8;
	background:url("image/bg_h2.gif") 0 0 no-repeat;
	margin-top: 4px;
}

div#main h3 {
	margin-bottom:8px;
	padding:0 0 0  30px;
	color:#FFF;
	font-size:14px;/* 15px相当 */
	font-weight:bold;
	line-height:30px;
	border:1px solid #D8D8D8;
	background:url("image/bg_h3.gif") 0 0 no-repeat;
}


div#main h4 {
	font-size:88%;/* 14px相当 */
	margin-bottom:8px;
	padding:0 0 0  30px;
	color:#FFF;
	font-size:14px;/* 15px相当 */
	font-weight:bold;
	line-height:30px;
	border:1px solid #D8D8D8;
	background:url("image/bg_h4.gif") 0 0 no-repeat;
}

div#main h5 {
	margin-bottom:2px;
	font-size:75%;/* 12px相当 */
	margin-bottom:8px;
	padding:0 0 0  30px;
	color:#FFF;
	font-size:14px;/* 15px相当 */
	font-weight:bold;
	line-height:30px;
	border:1px solid #D8D8D8;
	background:url("image/bg_h5.gif") 0 0 no-repeat;
}

div#main h6 {
	margin-bottom:2px;
	font-size:75%;/* 12px相当 */
	margin-bottom:8px;
	padding:0 0 0  30px;
	color:#FFF;
	font-size:14px;/* 15px相当 */
	font-weight:bold;
	line-height:30px;
	border:1px solid #D8D8D8;
	background:url("image/bg_h6.gif") 0 0 no-repeat;
}

div#main p {
	margin:0 0 1em 0;
	font-size:12px;/* 12px相当 */
	line-height: normal;
	padding-left: 2px;
}

div#main ul,ol,dl {
   font-size:75%;/* 12px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* 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;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

/* tableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 500px;
	margin-bottom: 10px;
}
th, td	{
	padding: 2px 10px;
	color: #666;
	line-height: 20px;
	font-size: 12px;
	
}


table.toptable{
	background-color:#ffffff;
	empty-cells:show;
	margin-bottom: 2px;
}
.toptable th{
	text-align:left;
	font-size: 10px;
	line-height: 15px;
}
.toptable td{
	border-right:1px solid #99cc99;
	border-bottom:1px solid #99cc99;
	padding:1px;
	background-color: #FFF;
	font-size: 11px;
}

.toptable p{
	fontsize:10px
}





/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
	margin-bottom:25px;
	
}

div#sub h2 {
	padding:3px;
	font-size:14px;
	color:#fff;
	padding-left:30px;
	background:#333333;
	border-bottom:1px solid #C1C1C1;
	border-right:1px solid #C1C1C1;
	background-image: url(image/subh2_bg.gif);
	padding-top: 5px;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:75%;/* 12px相当 */
   line-height:1.4;
   list-style:none;
   background:url("image/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
	display:block;
	padding-left:12px;
	background:url("image/bg_list.gif") 0 6px no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#sub .section2 {
	margin-bottom:5px;
	background-color: f8f4f4;
	border: 1px solid #c1c1c1;
	padding-left: 0px;

}


/*サブコンテンツ内のテーブル（左の一番上）
------------------------------------------------------------------*/
div#sub .waku1 {
	border: 1px solid #cccccc;
	padding: 5px;
	background: #f5f5f5;
	margin-bottom: 20px;
	background-image: url(image/waku_bg.gif);
}

div#sub .waku1 img {      /*サブの中の画像をセンターへ　blockが重要---*/
	display:block;
	text-align:center;
	margin: 5px auto;
}

div#sub .waku1 p {
	font-size: 12px;
	padding: 0 10px;
	line-height: 15px;
}

div#sub h4 {
	font-size: 100%;
	border: 1px solid #666666;
	text-align: center;
	background: #999999 url(image/h3_bg.gif) no-repeat bottom;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 25px;
	width: 222px;
	margin-left: 3px;
}


/*サブコンテンツ内のテーブル
------------------------------------------------------------------*/
div#sub .waku {
	border: 1px solid #cccccc;
	padding: 5px;
	background: #f5f5f5;
	margin-bottom: 15px;
	background-image: url(image/waku_bg.gif);
}

div#sub .waku img {      /*サブの中の画像をセンターへ　blockが重要---*/
	display:block;
	margin: 5px 1px;
}

div#sub h4 {
	font-size: 100%;
	border: 1px solid #666666;
	text-align: center;
	background: #999999 url(image/h3_bg.gif) no-repeat bottom;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 25px;
	width: 222px;
	margin-left: 10px;
}




/* ========TOTOP CUSTOMIZE========= */
div#totop {
	margin:0 10px;
	text-align:right;
	font-size:70%;/* 11px相当 */
	background-color: #CCC;
	background-color: #CCC;
	background-image: url(image/111.gif);
}

div#totop a {
   padding-left:8px;
   background: url("image/bg_totop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url("image/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
	padding:30px 0;
	font-size:85%;/* 11px相当 */
	font-style:normal;
	color:#333;
	text-align:center;
}

