@charset "UTF-8";

/*
========================================== 

	共通

========================================== 
*/
* html body { background: url(null) fixed; }

/*　テキストリンク　*/
a:active,
a:focus { outline:none; }

a:link {
	color: #006BB5;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a:visited { text-decoration: none; }

.left { float:left; }

.right { float:right; }

/* クリアー */
.clear { clear: both; }

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.img_l {
	float:left;
	margin:0 10px 10px 0;
}

.img_r {
	float:right;
	margin:0 0 10px 10px;
}

/*
========================================== 

	レイアウト

========================================== 
*/
#wrapper { width: 100%; }

#header {
	width: 100%;
	background: #111;
	border-bottom: 1px solid #CCC;
	color: #FFF;
	position: fixed;
	top:0;
	left:0;
}

#footer {
	width: 100%;
	padding:5px 0;
	color:#FFFFFF;
	background-color:#111;
	font-size:85%;
	clear:both;
}

.mainContent {
	width:940px;
	margin:0 auto;
	padding:60px 0 0 0;
}

.h3content {
	width:906px;
	padding:15px;
	margin-bottom:30px;
	background-color:#FFFFFF;
	border: solid 2px #006BB5;
	border-top:none;
}

#wrapper,
#jisseki,
#hp,
#print,
#contact {
	padding:60px 0 0 0;
	margin:-60px 0 0 0;
}

/*
========================================== 

	ヘッダー

========================================== 
*/
* html div#header { position: absolute; top: expression(eval(document.documentElement.scrollTop+0));
}

/*
========================================== 

	フッター

========================================== 
*/
#footer p {
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	margin:0;
}

/*
========================================== 

	ナビ

========================================== 
*/
#gnav {
	width:940px;
	margin:0 auto;
}

#gnav ul { width:940px; }

#gnav ul li {
	width:188px;
	margin:0;
	float:left;
	text-align:center;
	font-size:110%;
}

#gnav ul li a {
	width:168px;
	display:block;
	color:#fff;
	padding:10px;
	margin:0;
}

#gnav ul li a:hover {
	background-color:#006BB5;
	text-decoration:none;
}

/*
========================================== 

	メイン

========================================== 
*/
h1 {
	text-align: center;
	margin-bottom:15px;
}

h2 {
	text-align: center;
	margin-bottom:15px;
}

h3 {
	color:#fff;
	font-size:180%;
	padding:5px;
	background-color:#006BB5;
	text-align:center;
}

h4 {
	font-size:150%;
	margin-bottom:8px;
	color:#006BB5;
	border-bottom: solid 1px #006BB5;
}

h5 {
	font-size:130%;
	margin-bottom:8px;
	border-left: solid 6px #006BB5;
	padding-left:5px;
}

.h3content ul {
	padding-left:2em;
	margin-bottom:1.5em;
}

.h3content ul li {
	list-style-type:disc;
	margin:0;
	font-size:116%;
}

.h3content dl { padding-bottom:1em; }

.h3content dl dt {
	font-size:140%;
	font-weight:bold;
	color:#CC0000;
}

.h3content dl dd {
	font-size:116%;
	margin-bottom:1em;
}

p {
	text-align:justify;
	text-justify: inter-ideograph;
	margin-bottom:1.6em;
	font-size:116%;
}

p.txt_r { text-align:right; }

p.txt_c { text-align: center; }

span.strong {
	font-weight:bold;
	color:#CC0000;
}
p.contact {
	width:322px;
	height:63px;
	margin:0 auto 30px auto;
	background: url(../images/btn_contact.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
}

p.contact a:hover { background-position:0 -63px; }

p.contact a:active { background-position:0 -126px; }

/*
========================================== 

	フォーム

========================================== 
*/
#container h3 {
	font-size:180%;
	border-bottom:solid 1px #006BB5;
	padding-bottom:2px;
	margin-bottom:15px;
}

#container span.red {
	color:#CC0000;
	font-weight:bold;
}

#container p { margin-bottom:1em; }
