/* ページレイアウト */
html,body{
	height: 100%;
	background-image: url(../img_base/background.gif);
	line-height:140%;
	margin:0;
	padding:0;
}


/* フォントの設定 */

.class10 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 140%;
	color: #666666;
}

.class12 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	color: #666666;
}

.class12green {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	color: #69893D;
	font-weight: bold;
}

.news12 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	padding-left: 10px;
	margin-left: 10px;
}

.class14 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 140%;
	color: #666666;
}

.class12site {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	color: #666666;
}

.subtitle {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	color: #69893D;
	left: 10px;
}

.subtitle2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	color: #F49400;
	left: 10px;
}

.news2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 140%;
	color: #FFFFFF;
	padding-left: 5px;
	_padding-left: 10px;
	_padding-bottom: 2px;
}

.orangeh2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#F49400;
	border-bottom: dotted 1px #F49400;
	padding-bottom: 0.5em;
	background-repeat: repeat-x;
}

.orangeh4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#F49400;
	margin-top:5px;
	margin-bottom:5px;
}



/* サブメニュー メインコンテンツ*/
.sideMenu , .sideMenu ul { margin:0; padding:0;  }  
.sideMenu li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 270%;
	_line-height: 200%;
	color: #666666;
	background-image: url(../img_base/sub_menu_hd.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 15px;
	background-position: 0px;
	_background-position: 0px -5px;
	list-style:none;
}

/* サブメニュー 各ページのトップへ*/
.sideMenu , .sideMenuUnder { margin:0; padding:0;  } 
.sideMenu , .sideMenuUnder ul { margin:0; padding:0;  } 
.sideMenuUnder li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 270%;
	_line-height: 200%;
	color: #666666;
	background-image: url(../img_base/sub_menu_head.gif);
	background-repeat: no-repeat;
	margin-left: 23px;
	padding-left: 23px;
	background-position: 8px;
	_background-position: 8px 7px;
	list-style:none;
}

/* トップページブログコンテンツ*/
.blog , .blog ul { margin:0; padding:0;  }  
.blog li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 180%;
	_line-height: 150%;
	color: #666666;
	background-image: url(../img_top/blog_menu_hd.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
	padding-left: 15px;
	background-position: 0px;
	_background-position: 0px -5px;
	list-style:none;
}

/* サイトマップ*/
.site , .site ul { margin:0; padding:0;  }  
.site li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 270%;
	_line-height: 200%;
	color: #666666;
	background-image: url(../img_base/sub_menu_head.gif);
	background-repeat: no-repeat;
	margin-left: 12px;
	padding-left: 15px;
	background-position: 5px;
	_background-position: 0px 7px;
	list-style:none;
}


/* リンクの設定　*/
li a{
	display:block;
	color:#666666;
	text-decoration: none;
}
li a:hover{
	text-decoration:underline;
	color: #69893D;
}

a{
	/*display:block;*/
	color:#666666;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
	color: #69893D;
}

.news2 a{
	padding-bottom:.1em;
	padding-top:.1em;
	display:block;
	color: #FFFFFF;
	background-image: url(../img_top/kuwashiku_back.gif);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 10px;
	_padding-left: 10px;
	_padding-bottom: 2px;
}
	

.news2 a:hover{
	padding-bottom:.1em;
	padding-top:.1em;
	display:block;
	color: #FFFFFF;
	text-decoration:none;
	background-image: url(../img_top/kuwashiku_back_over.gif);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 10px;
	_padding-left: 10px;
	_padding-bottom: 2px;
}


/* 見出しの設定　*/
h2 {
	color:#69893D;
	border-bottom: dotted 1px #69893D;
	padding-bottom: 0.5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-repeat: repeat-x;
}

h3 {
color:#69893D;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h4 {
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
color:#69893D;
margin-top:5px;
margin-bottom:5px;
}

