@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #F4F4F4;
}
a {
	color: #003399;
}
a:visited {
	color: #3333FF;
}
a:hover {
	color: #0066CC;
}

a.hf:link { text-decoration:none;
					color: #FFF;
}
a.hf:active { text-decoration:none;
					color: #FFF;
}
a.hf:visited { text-decoration:none;
					color: #FFF;
}
a.hf:hover { color: #E9AFD6;
}

a.hb:link { text-decoration:none;
					color: #9900cc;
}
a.hb:active { text-decoration:none;
					color: #9900cc;
}
a.hb:visited { text-decoration:none;
					color: #9900cc;
}
a.hb:hover { color: #ff4d00;
}

#wrapper {
	width: 803px;
	background: #FFFFFF;
	border: 1px solid #999;
}
#header	{
	width: 800px;
	height: 20px;
	background-color: #cccccc;
}
/* ロゴとナビゲーション
---------------------------------------------*/
#logo {
	background-color: #e6f5df;
}
#gnav {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 800px;
	height: 278px;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
}
#globalNav {
	list-style-type: none;
	text-align: center;
	background: url(../images/global_nav_bg.jpg);/*_#666666;*/
}
#globalNav li {
	display: inline;
}
#globalNav li a {
	color: #FFFFFF;
}

/* メインイメージと2段組
---------------------------------------------*/
#content {
	position: absolute;
	top: 265px;
	left: 0px;
	/*overflow: auto !important;
	overflow /**/: hidden;
	width: 803px;
	background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 30px;*/
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#content .chach	{
	font-size: 140%;
	font-weight: normal;
	text-align:center;
	color: #FF4D00;
	margin-bottom: 16px;
}
/*#contena {
	float: left;
	width: 540px;
	margin-top:0;
	margin-left:1em;
}*/
/*#news {
	float: left;
	width: 244px;
	padding-left: 1px;
	margin-right: 5px;
}*/
#footer {
	clear: both;
	color: #FFFFFF;
	background: #333333;
}

/* 本文のレイアウト
---------------------------------------------*/
h1	{ background-color: #eeeeee;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	height: 18px;
}
h2	{ font-size:200%;
}
h3	{ font-size: 140%; height: 27px;
			padding-left: 15px; padding-top: 8px;
			margin-bottom:5px; margin-top: 15px;
}

h4	{ font-size: 140%;}

#about h3, #news h3 {
	color: #FFFFFF;
/*	background: #3452B2 url(../images/title_bg.gif) left top repeat-x;*/
}

#contena .section {
	margin: 0px 18px 0 18px;
	border-bottom: 1px solid #666666;
}
#contena .p {
	margin: 5px 0;
}
#contena .link {
	background: url(images/arrow.gif) left center no-repeat;
	padding-left: 14px;
	margin-left: 20px;
}
#news dl {
	margin: 16px 18px 0 18px;
}
#news dl dt {
	font-size: 90%;
	color: #666666;
	margin-top: 10px;
}

/* テキスト */
.t12	{font-size: 120%;
}
.t14	{font-size: 140%;
}
.t14o	{font-size: 140%;
				color: #ff6600;
}
.t20bb	{font-size: 200%;
				color: #ff0000;
				font-weight: bold;
}

/* ボックス */
.pd10 {padding: 10px;}
.pd010 {padding: 0 10px 10px 10px;}
.pd10LR {padding-left: 10px;
				padding-right: 10px
				}
.pd10B {margin-bottom: 10px;
				}

.box_m	{
		width: 75%;
		padding: 10px;
		border: 2px solid blue;
		background: #FFF;
	}

/* 画像 */
img {
	border: none;
	vertical-align: top;
}
.tih	{ 
		border: 0;
		margin: -3px 0 0 20px;
}
.ir	{ 
		float: right;
		border: 0;
		margin-left: 10px;
}
.il	{ 
		float: left;
		border: 0;
		margin-right: 10px;
}

