﻿@charset "utf-8";

/* ---------------------------------------------------------------------------------------- 

	Font-size Adjustment
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

---------------------------------------------------------------------------------------- */

body {
	background: url(../images/head_line.gif) repeat-x left top;
	text-align: center;
	font-size: 13px; /* モダンブラウザ向け */
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE 6以下 */
	color: #666666;
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

/* Firefox 3用 */

body,x:-moz-broken {
	margin-left:-1px;
}
 
#wrapper {
	margin: 0 auto;
	text-align: left;
	width:950px;
}

a { color: #000;}
a:hover { color: #666;background-color: #CCFFFF;}

/* head
---------------------------------------------------------------------------------------- */
#head{
	margin-bottom:10px;
	padding-bottom:25px;
}

#logo{
}

#head_Logo{
	float:left;
	margin-top:15px;
}

#headerContact {
	float:right;
}

#headerContact {
	margin:29px 0 0 0;
}


#headerContact div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:189%;
	font-weight:bold;
	color:#000;
}

#headerContact div span {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	vertical-align: middle;
}

#headerContact p {
	font-size:10px;
	color:#666;
}

/* float
----------------------------------------------------- */
.left { float: left;}
.right {float: right;}


/* #container
---------------------------------------------------------------------------------------- */
#container{
}

/* #contents
---------------------------------------------------------------------------------------- */
#contents{
	float:right;
	width: 735px;
	padding-left: 10px;
}


/* TOPPAGE
----------------------------------------------------- */
#top.newsDl dt,
#top.newsDl dd {
	line-height: 1.5;
}

#top.newsDl dt{
	background: url(../images/news_icon.gif) no-repeat 5px 13px;
	padding:5px 10px 0 15px;
	font-weight:bold;
	color:#000;
}

#top.newsDl dd {
	margin: -1.7em 0 8px 0;
	padding: 2px 0 3px 8em;
}

#top.newsDl dd span {
	display: block;
	padding: 0 0 0 20px;
}

#top.newsDl dd span a { text-decoration: none;}

/* #left
----------------------------------------------------- */
#left {
	float:left;
	width:205px;
}

/*.naviBox {
	margin-bottom: 15px;
	width:195px;
	padding:3px;
	background:#eaeaea;
}

.globalNavi ul {
	padding-top: 0;
}

.globalNavi ul li {
	margin: 0;
	line-height: 85%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}

.globalNavi ul li a {
	display: block;
	height: 15px !important;
	height : 15px;
	padding: 14px 0 0 28px;
	border-bottom: none;
	color: #5C4033;
	text-decoration: none;
	background: url(../images/gnavi.gif) no-repeat left top;
}

.globalNavi ul li a:hover {
	background: url(../images/gnavi_on.gif) no-repeat left top;
	color:#87CEEB;
	text-decoration: underline;
}
.globalNavi ul li.no {
	display: block;
	height: 15px !important;
	height : 15px;
	padding: 14px 0 0 28px;
	border-bottom: none;
	color: #5C4033;
	text-decoration: none;
	background: url(../images/gnavi_no.gif) no-repeat left top;
}

.globalNavi ul li.last a {
	display: block;
	height: 16px !important;
	height : 20px;
	padding: 14px 0 0 28px;
	border-bottom: none;
	color: #5C4033;
	text-decoration: none;
	background: url(../images/gnavi_last.gif) no-repeat left top;
}

.globalNavi ul li.last a:hover {
	background: url(../images/gnavi_last_on.gif) no-repeat left top;
	color:#87CEEB;
	text-decoration: underline;
}

.globalNavi ul li ul li a {
	display: block;
	height: 15px !important;
	height : 16px;
	padding: 5px 0 0 35px;
	border-bottom: none;
	color: #5C4033;
	text-decoration: none;
	background: url(../images/gnavi_ul.gif) no-repeat left top;
}

.globalNavi ul li ul li a:hover {
	background: url(../images/gnavi_ul_on.gif) no-repeat;
	color:#87CEEB;
	text-decoration: underline;
}
*/


/* #left global 改
----------------------------------------------------- */
.menu {
   padding:3px;
   background:#d9d9d9;
}

.menu h2 {
   margin:0 0 2px 0;
   font-size:12px;
   color:#fff;
   line-height:2.0;
   width: 91%;
   text-align:left;
   background:#133f8c url(../images/bg_h2.gif) 0 0 repeat-x;
}

.menu ul {
   margin:0;
   padding:0;
   list-style-type:none;
}

.menu li {
   margin:0;
   padding:0;
   font-size:0.95em;
   color:#333;
   border-bottom:1px solid #ADAEAD;
   background:#FFFAFA url(../images/bg_list.gif) 8px 13px no-repeat;
}

.menu li a {
   display:block;
   padding:6px 0 6px 20px;
   color:#133f8c;
}

.menu li a.current {
   background:#F0FFFF url(../images/bg_list.gif) 8px 13px no-repeat;
}

.menu li a:hover {
   background:#F0FFFF url(../images/bg_list.gif) 8px 13px no-repeat;
}


/* headimg
----------------------------------------------------- */
.hImg{
	margin-bottom:15px;
}
.hImg_h2{
	margin-bottom:5px;
	padding: 7px 5px 3px 5px;
	background: url(../images/h2_img.gif) no-repeat left top;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	height: 47px;
}
.imgBorder{
	border:1px solid #d6d6d6;
	margin: 3px;
}

/* h[x]
----------------------------------------------------- */
h1{
	font-size:77%;
}

h2{
	clear: both;
	font-size: 130%;
	padding:3px 3px 3px 7px;
	margin :5px 0px 10px 2px; 
	width : 97%;
	background-color: #3a86dd;
	color: #ffffff;
	font-weight: bold;
	border-left: 10px ridge #00BFFF ;
	padding-left:5px;
}

h2 span{
	float:right;
	background-color:#87CEEB;
	color:#ffffff;
	padding:3px 5px 1px 4px;
	font-size:13px;
	letter-spacing:2px;
}
h2.blue{
	clear: both;
	font-size: 15px;
	padding:3px 3px 3px 7px;
	margin :5px 0px 10px 2px; 
	width : 97%;
	background-color: #3a86dd;
	color: #ffffff;
	font-weight: bold;
	border-left: 10px ridge #FFB6C1 ;
	padding-left:5px;
}
h2.red{
	clear: both;
	font-size: 15px;
	padding:3px 3px 3px 7px;
	margin :5px 0px 10px 2px; 
	width : 97%;
	background-color: #DC143C;
	color: #ffffff;
	font-weight: bold;
	border-left: 10px ridge #FFB6C1 ;
	padding-left:5px;
}
h2.ye{
	clear: both;
	font-size: 15px;
	padding:3px 3px 3px 7px;
	margin :5px 0px 10px 2px; 
	width : 97%;
	background-color: #FFCC33;
	color: #ffffff;
	font-weight: bold;
	border-left: 10px ridge #FF4500 ;
	padding-left:5px;
}
h2.bio{
	clear: both;
	font-size: 15px;
	padding:3px 3px 3px 7px;
	margin :5px 0px 10px 2px; 
	width : 97%;
	background-color: #DA70D6;
	color: #ffffff;
	font-weight: bold;
	border-left: 10px ridge #DA70D6 ;
	padding-left:5px;
}
h2.gree{
	clear: both;
	font-size: 15px;
	padding:3px 3px 3px 7px;
	margin :5px 0px 10px 2px; 
	width : 97%;
	background-color: #9ACD32;
	color: #ffffff;
	font-weight: bold;
	border-left: 10px ridge #32CD32 ;
	padding-left:5px;
}
h3{
	background:url(../images/h3.gif) no-repeat left top;
	padding:7px 5px 13px 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#000;
}
h3.arrow{
	background:url(../images/h2_y.gif) no-repeat 0 6px;
	padding-left:20px;
	margin:10px 0 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#000;
}

h3.gr{
	background:url(../images/h3_bg.gif) no-repeat left top;
	padding:7px 5px 13px 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#000;
}
h3.l{
	background:url(../images/h3_l.gif) no-repeat left top;
	padding:7px 5px 13px 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#000;
}

h4{
	background:url(../images/h4.gif) no-repeat 8px 0;
	padding-left:15px;
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#666;
}

h4.b{
	background:url(../images/h4.gif) no-repeat 0 0;
	border-bottom:solid 2px #c0c0c0;
	padding-left:15px;
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#666;
	background-color: #FFFACD;
	width:80%;
}

h4.y{
	border-bottom:solid 2px #c0c0c0;
	background:url(../images/h4_y.gif) no-repeat 8px 0;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	padding-top:3px;
	width:80%;
	background-color: #FFFACD;
}

h5{
	padding-left:15px;
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#999;
}

h6{
	padding-left:15px;
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:77%;
	font-weight:bold;
	color:#999;
}


/* table
----------------------------------------------------- */

.table01 {
	width: 100%;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	background: #ffffff;
	margin-bottom:15px;
}

.table01 th,
.table01 td {
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 10px;
	line-height: 1.6;
}

.table01 th {
	background-color: #f0f0f0;
}

/* box
----------------------------------------------------- */

.box{ width:735px;}

.boxDetails{
	background:url(../images/details_icon.gif) no-repeat 0 3px;
	margin-top:15px;
	padding-left:6px;
	font-size:77%;
	color:#000;
}

.box93{ width:93px;}

.box115{ width:115px;}

.box220{ width:220px; padding-left:5px; margin-bottom:3px;}

.box281{ width:281px;}

.box236Border{
	width:236px;
	border:1px solid #d2d2d2;
	margin-right:10px;
}

.box236Border_last{
	width:236px;
	border:1px solid #d2d2d2;
	margin-left:0;
}

.box200{ width:200px;}

.box250{ width:250px;}

.box340{ width:340px;}

.box435{ width:435px;}

.box455{ width:455px;}

.box480{
	width:470px;
	margin-right:10px;
}

.box490{
	width:490px;
	margin-right:10px;
}

/* section
----------------------------------------------------- */

.section { margin: 0 0 15px;}

/* margin
-------------------------------------------- */
.marT10 { margin-top: 10px;}

/* padding
-------------------------------------------- */

.padT15 { padding-top:15px;}

/* font 
----------------------------------------------------- */
.textR{	text-align:right;}
.textC{	text-align:center;}

.fontS{ font-size:77%;}

p{	line-height:170%;
	padding: 5px 10px 10px 10px;
}


/* subNavi
----------------------------------------------------- */


/* #footer
---------------------------------------------------------------------------------------- */

#footer {
	background: url(../images/footer_line.gif) repeat-x left top;
	padding: 20px 0 20px;
	margin-top:15px;
}


#footerNavi {
	padding: 2px 0 0 0;
	font-size:77%;
	margin-right:8px;
	text-align:right;
}

#footerNavi p {
	margin-bottom: 0;
}

#footerNavi a {
	text-decoration:none;
}

address{
}

address a {
	color:#666666;
	text-decoration:none;
}

address a:hover {
	color:#666666;
	text-decoration:none;
}


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

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0.1em;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/
