/*  ------------------------------style reset*/
*  {
	margin:  0;
	padding:  0;
}


/*  ------------------------------レイアウト確認用ボーダー
*  {
	border:  1px solid #f00;
} */

/*  ------------------------------basic css */
body{
	font-size:small;
	font-family: sans-serif;
	color:#333333;
	line-height:1.4em;
	background-image: url(../pub_img/gbg.gif) ;
	background-repeat: repeat-y ;
	background-position: center ;
	margin-top: 0px ;
	margin-bottom: 0px ;
	text-align:  center;  /*  Win IE5.X用 */
}

img{
	border: none;
}

.blck img{
	display: block ;
}


/*  ------------------------------リンクスタイル */
a:link {
	color:#ff8c00 ;
	text-decoration: none;
}

a:visited {
	color:#4392d6 ;
	text-decoration: none;
}

a:hover {
	color:#69baff ;
}



/*  ------------------------------汎用タイトル */

h2, h3 {
	font-size: 1.1em ;
	line-height:1em;
	color: #003f94 ;
	border:solid 1px #003f94;
	margin: 3px 30px 5px 90px;
	padding: 10px;
}


#main p {
	margin: 0px 50px 10px 100px;
}


em{
	color: #003f94;
	font-size: 0.9em;
	font-style: normal;
	line-height:1.2em;
}

strong{
	color: #003f94;
	font-size: 1.1em ;
	font-weight: bold ;
}

.name{
	font-weight: bold ;
	font-size: 1.1em ;
}


/*  ------------------------------リスト　*/
ol{
	font-size: 1em;
	line-height:1.5em;
	margin-top: 5px;
	list-style-position: outside;
}

ul li{
	line-height:1.5em;
	margin-bottom: 5px ;
	list-style-position: outside;
}

dl{
	font-size: 1em;
	line-height:1.5em;
	margin: 10px 30px 0px 100px;
}

dt{
	font-weight: bold;
	color: #003f94;
	margin-top: 10px;
}

dd{
	font-size: 0.9em;
	margin: 0px 30px 0px 30px;
}

/*  ------------------------------構造上のID　*/
#container{
	margin-right: auto;
	margin-left: auto;
	width: 760px ;
	text-align: left;   /*  Win IE5.X用 */
	vertical-align: top;
	background-image: url(../pub_img/bg_grd.jpg) ;
	background-repeat: repeat-y ;
}



/*  ------------------------------サブメニュー　*/
#leftmenu{
	width: 183px ;
	vertical-align: top;
}

/*  ------------------------------装飾用ライン　*/
#line{
	width: 47px ;
	vertical-align: top;
}


/*  ------------------------------メインボディー　*/
#main{
	width: 530px ;
	vertical-align: top;
}



/*  ------------------------------トッピックパス　*/
.path{
	font-size: 10px ;
	color: #003f94;
	text-align: right;
	margin: 10px 30px 10px 0;
}

.path a:link{
	color: orange;
	text-decoration: none;
}
.path a:visited{
	color: darkorange;
	text-decoration: none;
}
.path a:hover{
	color: #41617a;
}
.path a:active{
	color: #41617a;
}




/*  ------------------------------コメント　*/
.cmnt{
	color: #003f94;
	font-size:0.9em;
}

.cmnt-r{
	float: right;
	margin: 10px 30px 20px 10px;
}

.cmnt-border-or{
	width: 250px ;
	border: solid 1px darkorange;
	color: #003f94 ;
	font-size: 10px;
	margin-left: 150px ;
	margin-bottom: 30px ;
	padding: 10px;
}


.cmnt-border-bl{
	width: 250px ;
	border: solid 1px #003f94;
	color: #003f94 ;
	font-size: 10px;
	margin-left: 150px ;
	margin-bottom: 30px ;
	padding: 10px;
}

.cmnt-news{
	border:solid 1px #69baff;
	background-color:#002d6a;
	color:#69baff ;
	font-size:10px;
	margin: 30px 10px 5px 10px;
	padding: 5px;
}

/*  ------------------------------イラスト・画像の左右配置＆回り込み設定　*/
.img_r{
	float: right;
	margin: 20px 30px 0px 10px;
}

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


.clearright{
	clear: right;
}

.clearleft{
	clear: left;
}





/*  ------------------------------フッター　*/
#footer{
	font-size:10px;
	width: 760px ;
	height: 40px ;
	text-align: center;
	padding-top: 10px ;
	padding-bottom: 10px ;
	border-top: solid 1px #003f94;
	border-bottom: solid 1px #003f94;
	vertical-align: top;
}


