@charset "utf-8";

/* ---------------------------------------------------------------------------------------- 

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	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(../img/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;
	line-height:1.4;
}
  
/* Firefox 3用 */

body,x:-moz-broken {
	margin-left:-1px;
}
  
#wrapper {
	margin: 0 auto;
	text-align: left;
	width:900px;
}

a { color: #898989;}
a:hover { color: #febe58;}

/* head
---------------------------------------------------------------------------------------- */
#head{
	position:relative;
	margin-bottom:75px;
}

#logo{
	margin:8px 0 20px; 
}

/* #globalNavi
----------------------------------------------------- */
#globalNavi {
	position: absolute;
	left: 0;
	top: 85px;
}

#globalNavi ul {
	padding-top: 2px;
}

#globalNavi ul li {
	display: inline;
	float: left;
	width: 180px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:122%;
	font-weight: bold;
}

#globalNavi ul li a {
	display: block;
	height: 35px !important;
	height /**/: 40px;
	width: 176px !important;
	width /**/: 180px;
	padding-top: 14px;
	border-bottom: none;
	color: #000;
	text-align: center;
	text-decoration: none;
}

#globalNavi ul li a:hover {
	background: url(../img/navi_bg_over.jpg) repeat-x left -1px;
	text-decoration: none;
}

/* float
----------------------------------------------------- */
.left { float: left;}
.right { float: right;}


/* #container
---------------------------------------------------------------------------------------- */


/* #contents
---------------------------------------------------------------------------------------- */
#contens {
	width:704px;
	margin-left:auto;
	margin-right:auto;
}


/* TOPPAGE
----------------------------------------------------- */

.newsDl dt,
.newsDl dd {
	line-height: 1.6;
}

.newsDl dt{
	background: url(../img/news_icon.gif) no-repeat left 11px;
	padding:3px 10px 0;
}

.newsDl dd {
	margin: -1.6em 0 8px 0;
	padding: 0 0 14px 7em;
	background: url(../img/bot_line.gif) repeat-x left bottom;
}

.newsDl dd span {
	display: block;
	padding: 0 0 0 15px;
}

.newsDl dd span a { text-decoration: none;}

/* headimg
----------------------------------------------------- */
.hImg {
	 margin-bottom:15px;
}

/* h[x]
----------------------------------------------------- */
h1 {
	margin:5px 0;
	font-size:77%;
	color:#000;
}

h2{
	background:url(../img/h2_bg.jpg) no-repeat left top;
	margin-bottom:10px;
	padding:33px 0 28px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 159%;
	font-weight: bold;
	color:#000;
}

h3 {
	background:url(../img/h3_bg.jpg) no-repeat left top;
	margin-bottom:10px;
	padding: 5px 8px 8px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 114%;
	font-weight: bold;
	line-height: 1.5;
}

h4	{
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #cbcbcb;
	font-size: 100%;
	padding: 4px 0;
	margin-bottom:5px;
}

h5 {
	color:#000;
	font-size:77%;
	font-weight:bold;
}

h6 {
	font-size:77%;
	font-weight:bold;
}

/* table
----------------------------------------------------- */

.table01 {
	width: 100%;
	margin-bottom:15px;
}

.table01 th, .table01 td {
	border-bottom: 3px double #cccccc;
	padding: 10px 9px;
	vertical-align: top;
	line-height: 1.5;
}

.table01 th {
	background: url(../img/icon.jpg) no-repeat 0 15px;
	width: 100px;
	font-weight: bold;
}


/* box
----------------------------------------------------- */
.box { margin: 0 0 30px;}

.box238{ width:238px;}

.box430{
	width:430px;
	padding:0 8px;
}

.box274{ width:274px;}

.box420{ width:420px;}

.box450{ width:450px;}

.box704{ width:704px;}

/* section
----------------------------------------------------- */

.section { margin: 0 0 15px;}

/* font 
----------------------------------------------------- */
.fontS {
	font-size: 77%;
}

p {
	margin-bottom: 1.5em;
}

/* img 
----------------------------------------------------- */
.Imgborder{
	border:10px solid #e8e8e8;
	padding:2px;
}

p {
	margin-bottom: 1.5em;
}

/* subNavi
----------------------------------------------------- */


/* #footer
---------------------------------------------------------------------------------------- */

#footer {
	margin: 0 auto;
	margin-top:15px;
	background: url(../img/footer_line.gif) repeat-x left top;
	padding: 20px 0 20px;
}

#footerbox{
	margin: 0 auto;
	width:900px;
}

#footerLogo{
	float:left;
	margin:8px;
}

#footerNavi {
	float:right;
	padding: 2px 0 0 0;
	font-size:77%;
	margin-right:8px;
}

#footerNavi p {
	margin-bottom: 0;
	text-align:right;
}

#footerNavi a {
	text-decoration:none;
}

address{
	text-align:right;
}

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; }
/**/