@charset "utf-8";
@import url("submenu/submenu.css");
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-size: 14px;
	color:#000;
	line-height:150%;
	background-image:url(../index/image/bg_header.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	/*font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	background-color:#FFF;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
}

a{
	overflow:hidden;
	outline:none;
	/*↓ここから下を追加*/
	text-decoration:none;

/*border-bottom: solid 1px #FF8395;*/
/*padding-bottom: 1px;*/ /* ←ここの値を変更して文字との間隔を調整 */
}

a:hover{
	text-decoration:underline;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/*
dwcs4でflashの下に隙間が出来る対策
*/
object {
	display: block;
}

.pc_hide {
	display: none !important;
}

/*
ヘッダー
----------------------------------------------------------------------*/

#header_wrap{
	width:1030px;
	height:101px;
	margin:0px auto;
	overflow:hidden;
}

#header_body{
	width:1030px;
	height:101px;
	position:relative;
	overflow:hidden;
}

/*
ロゴ
*/

#header_body h1{
	width:210px;
	height:66px;
	position:absolute;
	overflow:hidden;
	top:20px;
	left:0px;
}

#header_body h1 a{
	display:block;
	background-image:url(../index/image/logo.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:210px;
	height:66px;
	overflow:hidden;
}

#header_body h1 a span{
	display:none;
}

/*
タグライン
*/

#tag_line{
	width:600px;
	line-height:18px;
	font-size:10px;
	position:absolute;
	top:69px;
	left: 235px;
}

/*
ヘッダーメニュー
*/

#header_menu{
	width:250px;
	line-height:18px;
	position:absolute;
	overflow:hidden;
	right:1px;
	top: 69px;
}

#header_menu li{
	list-style-type:none;
	display:inline;
	float:left;
	margin-left:10px;
	background-image:url(../index/image/head_ico.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
	overflow:hidden;
	font-size:0.9em;
}

/*
ツールブロック
*/

#tool_block{
	background-image:url(../index/image/bg_head_block.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:445px;
	height:49px;
	position:absolute;
	right:0px;
	top:0px;
}

#tool_block_body{
	width:445px;
	height:49px;
	position:relative;
	overflow:hidden;
	line-height:100%;
}

/*
文字サイズ
*/

#text_size{
	width:191px;
	height:24px;
	overflow:hidden;
	position:absolute;
	left: 12px;
	top: 12px;
}

#text_size li{
	list-style-type:none;
}

#text_size li span{
	display:none;
}

#text_size li.item01{
	background-image:url(../index/image/head_block_item01.png);
	background-repeat:no-repeat;
	display:block;
	width:63px;
	height:24px;
	float:left;
}

#text_size li.item02{
	width:39px;
	float:left;
	display:inline;
	margin-left:2px;
}

#text_size li.item02 a{
	display:block;
	background-image:url(../index/image/head_block_bt01.png);
	background-repeat:no-repeat;
	width:39px;
	height:24px;
}

#text_size li.item03{
	width:39px;
	float:left;
	display:inline;
	margin-left:2px;
}

#text_size li.item03 a{
	display:block;
	background-image:url(../index/image/head_block_bt02.png);
	background-repeat:no-repeat;
	width:39px;
	height:24px;
}

#text_size li.item04{
	width:39px;
	float:left;
	display:inline;
	margin-left:2px;
}

#text_size li.item04 a{
	display:block;
	background-image:url(../index/image/head_block_bt03.png);
	background-repeat:no-repeat;
	width:39px;
	height:24px;
}


/*
文字色・背景色
*/

#text_color{
	width:199px;
	height:24px;
	position:absolute;
	left: 223px;
	top: 16px;
}

#text_color li{
	list-style-type:none;
}

#text_color li span{
	display:none;
}

#text_color li.item01{
	background-image:url(../index/image/head_block_item02.png);
	background-repeat:no-repeat;
	display:block;
	width:71px;
	height:24px;
	float:left;
}

#text_color li.item02{
	width:37px;
	float:left;
	display:inline;
	margin-left:2px;
}

#text_color li.item02 a{
	display:block;
	background-image:url(../index/image/head_block_bt04.png);
	background-repeat:no-repeat;
	width:37px;
	height:24px;
}

#text_color li.item03{
	width:37px;
	float:left;
	display:inline;
	margin-left:2px;
}

#text_color li.item03 a{
	display:block;
	background-image:url(../index/image/head_block_bt05.png);
	background-repeat:no-repeat;
	width:37px;
	height:24px;
}

#text_color li.item04{
	width:37px;
	float:left;
	display:inline;
	margin-left:2px;
}

#text_color li.item04 a{
	display:block;
	background-image:url(../index/image/head_block_bt06.png);
	background-repeat:no-repeat;
	width:37px;
	height:24px;
}

/*
サイト内検索
*/

#search_box{
	width:210px;
	height:30px;
	position:absolute;
	overflow:hidden;
	left: 220px;
	top: 12px;
}

#search_box li{
	list-style-type:none;
}

#search_box li.item01{
	list-style-type:none;
	width:160px;
	float:left;
	display:inline;
	overflow:hidden;
}

#search_box li.item01 input{
	width:158px;
	height:24px;
	border:1px solid #CCC;
	background-image:url(../index/image/ico_search.png);
	background-repeat:no-repeat;
	background-position:5px center;
}

#search_box li.item02{
	list-style-type:none;
	width:50px;
	float:right;
	display:inline;
	overflow:hidden;
}

#search_box li.item02 input{
	width:50px;
	height:24px;
}

/*
グローバルナビゲーション
----------------------------------------------------------------------*/

#gnavi{
	width:1030px;
	margin:0px auto;
	overflow:hidden;
}

#gnavi ul{
	width:1030px;
	margin:0px auto;
	overflow:hidden;
}

#gnavi ul li{
	float:left;
	display:inline;
	list-style-type:none;
}

#gnavi ul li a{
	background-position:left top;
}

#gnavi ul li a:hover{
	background-position:left bottom;
}

#gnavi ul li a span{
	display:none;
}

#gnavi ul li#gnavi01 a{
	display:block;
	background-image:url(../index/image/gnavi01.png);
	width:172px;
	height:53px;
}

#gnavi ul li#gnavi02 a{
	display:block;
	background-image:url(../index/image/gnavi02.png);
	width:171px;
	height:53px;
}

#gnavi ul li#gnavi03 a{
	display:block;
	background-image:url(../index/image/gnavi03.png);
	width:172px;
	height:53px;
}

#gnavi ul li#gnavi04 a{
	display:block;
	background-image:url(../index/image/gnavi04.png);
	width:171px;
	height:53px;
}

#gnavi ul li#gnavi05 a{
	display:block;
	background-image:url(../index/image/gnavi05.png);
	width:172px;
	height:53px;
}

#gnavi ul li#gnavi06 a{
	display:block;
	background-image:url(../index/image/gnavi06.png);
	width:172px;
	height:53px;
}

/*
フッター
----------------------------------------------------------------------*/

#footer_wrap{
	clear:both;
	max-width:100%;
	min-width:1030px;
	background-image:url(../index/image/bg_footer.png);
	background-repeat:repeat-x;
	background-position:left top;
	overflow:hidden;
	padding:20px 0px;
}

#footer_body{
	width:1030px;
	margin:0px auto;
	overflow:hidden;
	background-image:url(../index/image/footer_border.png);
	background-repeat:repeat-y;
	background-position:left top;
	color:#4D2600;
	font-size:0.875em;
}

/*
見出し
*/

#footer_body dt{
	margin:5px 0px;
	overflow:hidden;
}

#footer_body dt span{
	display:none;
}

#fsub01{
	display:block;
	background-image:url(../index/image/footer_sub01.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:64px;
	height:17px;
}

#fsub02{
	display:block;
	background-image:url(../index/image/footer_sub02.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:64px;
	height:17px;
}

#fsub03{
	display:block;
	background-image:url(../index/image/footer_sub03.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:64px;
	height:17px;
}

#fsub04{
	display:block;
	background-image:url(../index/image/footer_sub04.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:89px;
	height:17px;
}

#fsub04 a{
	display:block;
	width:89px;
	height:17px;
}

/*
左カラム
*/

#f_left_col{
	width:382px;
	float:left;
	overflow:hidden;
}

#f_photo{
	background-image:url(../index/image/footer_photo.png);
	width:135px;
	height:157px;
	float:left;
}

#f_photo span{
	display:none;
}

#f_left_col .text_col{
	width:225px;
	float:left;
	display:inline;
	margin-left:10px;
	overflow:hidden;
}

#f_left_col .text_col dl{
	margin-bottom:10px;
}

#f_left_col .text_col dl dd address{
	display:block;
	background-image:url(../index/image/footer_tel.png);
	width:211px;
	height:28px;
}

#f_left_col .text_col dl dd address span{
	display:none;
}

/*
中カラム
*/

#f_center_col{
	width:415px;
	float:left;
	overflow:hidden;
}

#f_center_col #access_block{
	width:385px;
	margin:0px auto;
	overflow:hidden;
}

#f_center_col #access_block #f_access_txt{
	width:210px;
	float:left;
	overflow:hidden;
}

#f_center_col #access_block #f_access_txt address{
	font-style:normal;
}

#f_center_col #access_block #f_access_txt ul{
	width:210px;
	overflow:hidden;
}

#f_center_col #access_block #f_access_txt ul li{
	list-style-type:none;
	background-image:url(../index/image/footer_ico.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
}

#f_center_col #access_block #f_access_txt ul li a{
	color:#000;
}


#f_center_col #access_block #f_access_map{
	background-image:url(../index/image/footer_map.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:168px;
	height:155px;
	overflow:hidden;
	float:right;
}

#f_center_col #access_block #f_access_map span{
	display:none;
}

/*
右カラム
*/

#f_right_col{
	overflow:hidden;
	width:230px;
	float:right;
}

#f_right_col dl{
	width:215px;
	margin-left:15px;
}

#f_right_col dl dd{
	width:215px;
	overflow:hidden;
}

#f_right_col dl dd ul{
	width:215px;
	overflow:hidden;
}

#f_right_col dl dd ul li{
	list-style-type:none;
	background-image:url(../index/image/footer_ico.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
}

#f_right_col dl dd ul li a{
	color:#000;
}


/*
コピーライト
----------------------------------------------------------------------*/
#copy{
	display:block;
	max-width:100%;
	min-width:1030px;
	margin:0px auto;
	overflow:hidden;
	background-color:#FFCCC3;
	text-align:center;
}

#copy p{
	display:block;
	width:1030px;
	margin:0px auto;
	text-align:center;
	padding:10px 0px;
}



/*
各コンテンツの入り口ページのナビゲーション
----------------------------------------------------------------------*/


.page_nav_wrap{
	width:221px;
	display:inline;
	overflow:hidden;
}

.page_nav_wrap_ins{
	width:221px;
	overflow:hidden;
	padding-bottom:15px;
}

.page_nav_wrap_ins .page_title_wrap{
	width:221px;
	height:79px;
	background-image:url(../page_navigation/bg_nav.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	overflow:hidden;
}

.page_nav_wrap_ins .page_title_wrap_ins{
	padding-left:30px;
	height:65px;
	overflow:hidden;
}

.page_nav_wrap_ins .page_title_wrap_ins table{
	width:120px;
	float:left;
	/*margin-left:30px;*/
	height:65px;
}

.page_nav_wrap_ins .page_title_wrap_ins table td{
	text-align:left;
	vertical-align:middle;
	line-height:125%
}

/*
.page_nav_wrap_ins .page_title_wrap_ins table td a{
	display:block;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
}


.page_nav_wrap_ins .page_title_wrap_ins table td a:hover{
	color:#F99;
}*/

.page_nav_wrap_ins .bl-hot a{
	display:block;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
}

.page_nav_wrap_ins .bl-hover a{
	color:#F99;
}

.page_nav_wrap_ins .page_title_wrap_ins div{
	width:62px;
	float:right;
	overflow:hidden;
	padding-top:6px;
}

.page_nav_wrap_ins ul{
	width:210px;
	margin-left:10px;
	overflow:hidden;
	padding:10px 0px;
}

.page_nav_wrap_ins ul li{
	background-image:url(../page_navigation/icon_nav.jpg);
	background-repeat:no-repeat;
	background-position:left 0.5em;
	padding-left:10px;
	margin-bottom:5px;
	font-size:12px;
}

.page_nav_wrap_ins ul li a{
	color:#000;
}

.page_nav_wrap_ins ul li a:hover{
	color:#F99;
}

.page_nav_wrap_ins ul li ul{
	margin-left:0px;
}

.page_nav_wrap_ins ul li ul li{
	list-style-type:none;
	padding:0px;
	background-image:none;
	font-size:12px;
}

.f_left{
	float:left;
	margin-left:15px;
	width:221px;
}

.f_right{
	float:right;
	width:221px;
}
