@charset "utf-8";

* {
 	font-style: normal;
 	font-weight: normal;
 	font-size:98%;
 	color: #000;
 	list-style: none;
 	margin: 0;
 	padding: 0;
}
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background:#000037;
	color: #000;

}
a:link{
	color:#0066FF;
	text-decoration: none;

}
a:visited{
	color:#0066FF;
	text-decoration: none;
}
a:hover{
	position:relative;
	color:#CC0033;
	text-decoration:underline;
}
a:active{
 	text-decoration:none;
}
img{
 	border: none;
}
input{
 	font-size: 10pt;
}
p{
	margin:0 0 20px;
}
hr {
	visibility:hidden;
	clear:both;
	height:30px;
}

/* ********************************************************************-
リストタグ
******************************************************************** */
ol{
}
ul{

}
li{

}
ol li{
	list-style-position: inside;
	list-style-type: decimal;
}
ul li{
	list-style-position: inside;
	list-style-type: disc;
}
dl{
}
dt{

}
dd{

}
/* ********************************************************************-
レイアウト
 ******************************************************************** */

#container{
	 background-color: #fff;
	 border-right: 3px solid #000;
	 border-left: 3px solid #000;
	 margin: 0 auto;
	 text-align: left;
	 width: 840px;
}
#header{
 background: #fff url("../image/header_03.gif") no-repeat top left;
 margin: 0;
 padding-top: 80px;
 
}
#toplink {
	padding: 2px 10px 14px;
	text-align:right;
	margin:0;
	background:url(../image/toplinkbg_01.gif) repeat-x;
}
#toplink a{
	font-size:90%;
	text-decoration: none;
	color:#000000;
}
#toplink a:hover{
	color:#CC0033;
}
#footer{
	 border-top: 1px solid #666666;
	 clear: both;
	 font-size: 80% !important;
	 line-height:150%;
	 margin: 20px 0 0 0;
	 padding: 20px 0 5px;
	 text-align: center;
}

.imgr {
	float:right;
	margin:0;
	position:relative;
	top:10px;
}
.imgr2 {
	float:right;
	margin:20px 0 20px 20px;
	position:relative;
}
/*装飾関連*/
.bar {
	background:url(../image/bar01.jpg) repeat-x;
	height:38px;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	color:#000033;
	padding:10px 10px;
	margin:auto;
}
.mapimg img{
	width:580px;
}
img.num {
	position:relative;
	top:6px;
}


/*　********************************************************************
ボックス
 ******************************************************************** */
/* 赤枠線 */
.hako {
	border:solid 1px #FF0053;
	background:#F5F5F5;
	font:110%px;
	line-height:150%;
	margin: 20px 0;
	padding:20px;
}
/* 黒枠線 */
.aisatsu {
	background-color: #DCDCDC;
	border: solid #666 2px;
	padding:10px 40px;
	font-size:12px;
}
.white {
	background:#fff;
	margin:10px;
	padding:15px 25px;
}
.gray {
	background-color:#F5F5F5;
	border: solid #ccc 2px;
	padding:20px;
	margin:10px 0 10px;
}
.gray h3{
	font-size:18px;
	font-weight:bold;
	background:none;
	height:10px;
	margin:0 0 10px;
	padding:0 0 10px;
}
.gray p{
	margin:20px 0 0;
	}
/* 横幅短い */
.jirei {
	float:left;
	border:solid 1px #999;
	width:268px;
	height:360px;
	margin:0;
	padding:10px;
} 
.jirei h5 {
	background:#e6e6fa;
	padding:7px;
	color:#CC0000;
}
.jirei p {
	font-size:13px;
}
.jirei img {
	float:left;
	margin:0 10px 10px 0;
	border:#333333 1px solid;
}
.prof {
	border-top:solid 3px #CC0000;
	font-size:100%;
	font-weight:bold;
	line-height:150%;
	background:#F0F0F0;
	margin: 0 0 30px 0;
	padding:20px;
}
.qa {
	border-top:solid 3px #CC0000;
	font:120%;
	font-weight:bold;
	line-height:150%;
	background:#F0F0F0;
	margin: 0 0 30px 0;
	padding:20px;
}
.qa th {
	vertical-align:top;
	background:none;
}
/*　********************************************************************
文字装飾関連
 ******************************************************************** */
.b {
	font-weight:bold;
}
.bb {
	font-weight:bold;
	font-size:larger;
	} 
.br{
	font-weight:bold;
	color:#CC0000;
}
.bbr{
	font-weight:bold;
	color:#CC0000;
	font-size:larger;
}
.headdiscription {
	background-color:#000037;
	color:#FFFFFF;
	font-size:12px;
	padding:3px 0;
}
.smaller {
	font-size:smaller;
	}
.larger {
	font-size:16px;
	}
.y-line {
	background-color:#FFFF33;
}
 /* ********************************************************************-
リスト関連
 ******************************************************************** */
.seminar {
	margin:10px 0;
	}


/* ********************************************************************-
グローバルナビゲーション
 ******************************************************************** */
#gnavigation {
	width: 820px;
	height:28px;
	padding: 5px 10px 0;
	text-align:center;
	margin:0;
	background: #fff url(../image/navi01.gif) repeat-x top;
	overflow:hidden;
	font-size: 13px;
	font-weight:bold;
	color:#FFFFFF;
	position:relative;
	top:-15px;
	border-top:#FF0033 solid 4px;
}
#gnavigation a{
	font-size: 13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
 	margin:0;
}
#gnavigation a:hover{
	color:#FFFF00;
 	margin:0;
}
#gnavigation02 {
	width: 820px;
	height:26px;
	padding: 4px 10px 0;
	text-align:center;
	margin:0;
	background: #fff url(../image/navi02.gif) repeat-x top;
	overflow:hidden;
	font-size: 13px;
	font-weight:bold;
	color:#FFFFFF;
	position:relative;
	top:-21px;
}
#gnavigation02 a{
font-size: 13px;
 font-weight:bold;
 color:#FFFFFF;
 text-decoration:none;
 margin:0;
}
#gnavigation02 a:hover{
 color:#FFFF00;
 margin:0;
}

/* ********************************************************************-
左サイドバー
 ******************************************************************** */
#navigation{
 	width: 200px;
 	float: left;
 	margin: 10px 0 12px 20px;
 	position:relative;
	top:-13px;
}
img.button {
	margin-bottom:10px;
}
a.button:hover img {
filter:alpha(opacity=70);
opacity:0.7;
}
a.button02{
	width:200px;
	height:49px;
}
a.button02:hover img {
filter:alpha(opacity=70);
opacity:0.7;
}

#whatsnew{
	 background: #e6e6e6;
	 border-top: 3px solid #ed1c24;
	 line-height: 1.6;
	 margin: 20px 0 24px;
}
#whatsnew h3 {
	background:url(../image/gfsite_47.gif) no-repeat;
	text-align:left;
	height:27px;
	width:200px;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:4px 0 0 15px;
}
#whatsnew p {
	padding:10px;
}
#navigation #menu{
	 background: #e6e6e6;
	 border-top: 3px solid #ed1c24;
	 line-height: 1.8;
	 margin: 20px 0 24px;
	 padding:0;
}

#navigation #menu h3 {
	background:url(../image/gfsite_47.gif) no-repeat;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	height:27px;
	width:200px;
	margin:0;
	padding:4px 0 0 15px;
}
#navigation #menu ul{
	 margin: 5px 0 0 20px;
	 padding-bottom: 13px;
}
#navigation #menu ul li {
	list-style-type: none;	 
}
#navigation #menu ul li a{
	 background: no-repeat url("../image/list01.gif");
	 font-size: 9pt;
	 margin: 0;
	 padding:0 0 0 13px;
}
#navigation #menu ul li a:hover{
	 color:#CC0033;
}

/* ********************************************************************-
見出しタグ
 ******************************************************************** */
h1{
 float: left;
}
h1#blogdescription{
 display: none;
 text-indent: -40000em;
}

h2{
 font-size: 110%;
 font-weight: bold;
 line-height: 33px;
 color: #fff;
 margin: 0 0 12px 0;
 padding-left: 12px;
}

h5{
 font-weight: bold;
 line-height: 22px;
 color: #000;
 text-align:center;
}

h6{
 font-weight: normal;
 border-bottom: 2px #666 dotted;
 margin: 5px;
}

/* ********************************************************************
main
 ******************************************************************** */
/* main */
#mainpagebody{
 float: right;
 width: 580px;
 margin: 10px 20px 12px 0;
 position:relative;
		top:-13px;
}
#mainpagebody p{
 color: #000;
 line-height: 1.6;
}
/* print */
#printpagebody{
	padding:20px 20px;
	text-align:center;
	 width: 580px;
	 margin: 10px auto;
}
#printpagebody p{
 color: #000;
 line-height: 1.6;
}
/*本文ｺﾝﾃﾝﾂ*/
.contents{
 line-height: 150%;
 margin: 0;
}
h3{
	background: url(../image/gfsite_43.gif) no-repeat top left;
	height:70px;
	width:580px;
	margin:0 0 10px;
	font-size:23px;
	font-weight:bold;
	line-height:130%;
	color:#000000;
	padding:4px 0 0 20px;
}
h4{
	background: url(../image/gfsite_44.gif) no-repeat top left;
	height:39px;
	width:580px;
	margin:0 0 10px;
	font-size:23px;
	font-weight:bold;
	color:#000000;
	padding:9px 0 0 20px;
}

/* ********************************************************************-
フッターに関する処理
******************************************************************** */
#footer ul{
 display: inline;
 margin: 0;
}
#footer ul li{
 display: inline;
 font-size: 9pt;
}
#footer a{
 font-size: 9pt;
}
#copyright{
	background:url(../image/footer.jpg) repeat-x;
	clear: both;
	height:22px;
	text-align:center;
	color:#FFFFFF;
	font-size: 10pt;
	padding-top:8px;
	margin-top: 15px;
	-moz-border-radius-bottomleft: 2;
}


/* ********************************************************************-
テーブルタグ
******************************************************************** */
table{
	border-collapse: separate;
}
caption{

}

thead{

}

tbody{

}

tfoot{

}

tr{
 margin: 0;
}

tr.alt{ /* テーブルの列をストライプで見せたいときの処理 */
 background: #efefef;
}

th{
 background: #e6e6e6;
 text-align: center;
 font-weight: bold;
 width:150px;
 padding: 3px 5px;
}

td{
 padding: 3px 8px;
}
