	/*  適用ページ：「サイトマップ」　*/

h1 {	font-size:23px;
	color:#ff9900;
	border-bottom:0px;
	padding-left:5px;
	line-height:31px;
}

h2	{
	font-size:20px;
	border-bottom:none;
	background:url(../img/c_h2.png) no-repeat;
	padding-left:24px;
}

h3	{
	border-bottom:none;
	text-indent:25px;
}

h4	{
	text-indent:22px;
}

/*　リストの頭を記号「黒丸」に設定。パディングレフトを44pxに設定し、デフォルトの画像
(img/ul_head.gif)を割愛
リストの（頭の）編集は　ulやul liではなく、ulで編集。*/

ul	{
	padding-left:44px;
list-style-type: disc ;
list-style-image:none;
}

/*  全ページ共通  */
body	{  font-family:Meiryo,"メイリオ",sans-serif;
color:#333 ;
font-size:16px;
background-color:#ddf2dd ; line-height:200%;
}

.area_main	{ margin-left:-5px; }


.house_guide ul li	{  background: url(../img/guide.png) no-repeat; }



.house_header	{
	position:relative;
	z-index:1;
}

.area_menu	{
	margin-top:80px;
}

.area_guide	{
	margin-top:-120px;
}

.house_guide	{
	background-color:#ddf2dd;
	/* background-image:url(../img/toi.png) no-repeat; z-index:1; */
}

.area_main	{
	margin-top:75px;
}


/*  ヘッダーの高さ   */
.area_header{ height:213px; }



/*  左カラムの文字設定   */

.column_left .a{ font-size:13px;
	color:#212121;
	line-height:120%;
}

.column_left  .b{ font-size:12px;
	line-height:150%;
}

.column_left  .h{
      font-size:15px;
	color:#1c1c1c;
	line-height:120%;
}



/*  グランドメニュー　*/
.area_menu 	{ height: 60px; background-color:#39b54a; }
.house_menu 	{ height: 50px;
background-color:#39b54a;
border-bottom:5px solid #39b54a;
border-top:5px solid #39b54a;
}

.house_menu ul li	{ float: left;
			overflow: hidden;
/*
			width:160px;
*/
			min-width:150px;
			list-style-image: none;
			font-size:20px;
			 font-weight: normal;
			text-align:center;

 }

/*  隣接セレクタを使用し、最初のメニューボタン「トップページ」は左の縦線なしに設定　*/
.house_menu ul li+li	{ border-left:solid 3px #fff; }


.house_menu ul li a { padding: 0 20px 0; display: block; height: 60px; line-height: 50px; color: #fff; text-decoration: none; }
.house_menu ul li a:hover { color: #77f783; }


.column_main_m	{ width: 740px; }
.column_left	{ width: 203px; padding-left: 10px; padding-right: 10px; }

.column_left, .column_right, .column_main { float: left; padding-left: 10px; padding-right: 5px; }


/* カラムセット  */
.column_main_m .box_m_100 { width:740px; }
.column_main_m	{ width: 730px; }
.column_left	{ width: 203px; padding-left: 4px; padding-right: 7px; }

/* デフォルト
.column_left	{ width: 200px; padding-left: 10px; padding-right: 10px; }
.column_left, .column_right, .column_main { float: left; padding-left: 10px; padding-right: 10px; }
.column_main_m	{ width: 720px; }
*/

/* フッタセット  */
.house_footer a	{ font-size:12px; color: #fff;
}
.house_footer ul li	{ border-left:none; border-right: 1px solid #fff; }
.house_footer ul li.li_1st { border-left:none; border-right: : 1px solid #fff; }

.house_footer ul li.li_last { border-left:none; border-right: 1px solid #fff;}

.house_footer a:hover { text-decoration:none; color:#77f783; }


.footer_text		{ font-size: 12px;
color:#ffffff;
}

/*  テキストリンク　オーバーマウスでアンダーライン　*/

a	{ color:#333; text-decoration:none; }
a:hover	{ color:#333; text-decoration:underline; }

/* フッターとmainエリアの間を縮小　*/
.area_main {
	margin-bottom:-30px;
}


/* p文字は、自動改行設定 */
p{
white-space: normal;
}

/*スマホ対応 */
body {
-webkit-text-size-adjust: 100%;
}

/* フォントサイズの調整　*/
h1,h2,h3,h4,p,ul,ol,th,td {
max-height: 100%;
}
