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


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

/*  ------------------------------basic css */
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 1.4em;
	background-image: url(../pub_img/back.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;  /*  Win IE5.X用 */
	background-repeat: no-repeat;
}

img{
	border: none;
}

.blck img{
	display: block ;
}


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

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

a:hover {
	color: #0000FF;
}



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

h2 {
	line-height: 1em;
	color: #006600;
	padding: 10px;
	border-top: 1px none #006600;
	border-right: 1px none #006600;
	border-bottom: 1px solid #006600;
	border-left: 1px solid #006600;
	font-size: 1em;
	margin-top: 3px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 85px;
}


h3 {
	line-height: 1.5em;
	color: #006600;
	border-top: 1px none #006600;
	border-right: 1px solid #006600;
	border-bottom: 1px solid #006600;
	border-left: 1px none #006600;
	font-size: 0.8em;
	background-color: #EEF2B9;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 85px;
	padding: 5px;
}

h4 {
	line-height: 1.2em;
	color: #006600;
	border-top: 1px none #006600;
	border-right: 1px none #006600;
	border-bottom: 1px solid #006600;
	border-left: 1px none #006600;
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 85px;
	background-color: #C6F7DA;
}
h5 {
	line-height: 1.2em;
	color: #006600;
	border-bottom: 1px solid #006600;
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 90px;
}

#main p {
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 90px;
}

#main2 p {
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 90px;
}

#main3 p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

em{
	color: #330099;
	font-size: 1em;
	font-style: normal;
	line-height: 1.2em;
}

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

.name{
	font-weight: bold;
}


/*  ------------------------------リスト　*/
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: #330099;
	margin-top: 10px;
}

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

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



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

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


/*  ------------------------------メインボディー　*/
#main{
	width: 760px;
	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: #339966;
	font-size: 0.9em;
	padding-left: 10px;
}

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

.cmnt-border-or{
	width: 400px;
	border: 1px solid #006600;
	color: #006600;
	margin-left: 100px;
	margin-bottom: 30px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}


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

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

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

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


.clearright{
	clear: right;
}

.clearleft{
	clear: left;
}





/*  ------------------------------フッター　*/
#footermemo{
	clear: both;
	font-size: 9px;
	width: 960px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #339966;
	border-bottom: 1px solid #339966;
	vertical-align: top;
}

#footer{
	font-size: 10px;
	width: 960px;
	height: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #339966;
	vertical-align: top;
	border-top: 1px solid #339966;
}
p {
	font-size: 13px;
	margin-left: 20px;
}
