@charset "utf-8";

html{
	height:100%;
}


body{
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
	margin:0;
	text-align: left;
	height:100%;
	line-height:1.5em;
	padding:0px;
	background: #fff url(../images/common/bg_body.jpg) repeat-x left top;
	width:100%;
}
form {
	margin: 0px;
	padding: 0px;
}



li {
	line-height:0;
	}

h1{
	margin:0;
	padding:0;
	display:inline;
	font-size:93%;
	font-weight:normal;
}
strong{
	font-weight: bold;
}
img{border:none;}

a:link {
	color: #333;
}
a:visited {
	color: #333;
} 
a:hover {
	color: #653765;
} 
a:active {
	color: #653765;
}
a {
	line-height:normal;
	text-decoration:none;
	overflow: hidden;
}
p {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

/* ラッパー */
#wrapper {
	margin:0 auto 40px auto;
	width:891px;
}

#wrapper #header {
	width:891px;
	background: #FBFBFB;
	border-top: 3px solid #406AA5;
}

#wrapper #header #header_box {
	width:891px;
	overflow:hidden;
}

/* ヘッダー左ボックス */
#wrapper #header #header_box #left_head {
	padding:0px 0px 0px 25px;
	width:650px;
	float:left;
}

#wrapper #header #header_box #left_head h1 {
	padding:10px 0px 0px 0px;
	color:#5F82B5;
	font-size: 85%;
}

#wrapper #header #header_box #left_head #logo_box {
	width:650px;
	overflow:hidden;
}

#wrapper #header #header_box #left_head #logo_box #logo {
	width:204px;
	height:40px;
	background: url(../images/common/logo.jpg) no-repeat left top;
	float:left;
}

#wrapper #header #header_box #left_head #logo_box #logo a {
	width:204px;
	height:40px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
}

#wrapper #header #header_box #left_head #logo_box #logo_sub {
	width:275px;
	height:40px;
	line-height: 1;
	background: url(../images/common/sub_logo.jpg) no-repeat left top;
	text-indent: -9999px;
	display: block;
	float:left;
}

/* ヘッダー右ボックス */
#wrapper #header #header_box #right_tel {
	width:216px;
	display: block;
	height: 82px;
	float:right;
}

#wrapper #header #header_box #right_tel img {
	display:block;
	margin:0;
	padding:0;
}

/* グローバルメニュー */
#wrapper #global_menu {
	margin:0px 0px 9px 0px;
	padding:1px 1px 1px 1px;
	width:889px;
	height:40px;
	overflow:hidden;
	background: url(../images/common/global_menu.jpg) no-repeat left top;
}

#wrapper #global_menu li {
	height:40px;
	float: left;
	display:block;
}

#wrapper #global_menu li a {
	height:40px;
	display:block;
	line-height: 1;
	text-indent: -9999px;
}

#wrapper #global_menu li#global_li_home {
	width:116px;
}

#wrapper #global_menu li#global_li_home a {
	width:116px;
}

#wrapper #global_menu li#global_li_home a:hover {
	background: url(../images/common/global_menu_r.jpg) no-repeat -1px -1px;
}

#wrapper #global_menu li#global_li_gaiyo {
	width:118px;
}

#wrapper #global_menu li#global_li_gaiyo a {
	width:118px;
}

#wrapper #global_menu li#global_li_gaiyo a:hover {
	width:118px;
	background: url(../images/common/global_menu_r.jpg) no-repeat -117px -1px;
}

#wrapper #global_menu li#global_li_koservi {
	width:182px;
}

#wrapper #global_menu li#global_li_koservi a {
	width:182px;
}

#wrapper #global_menu li#global_li_koservi a:hover {
	width:182px;
	background: url(../images/common/global_menu_r.jpg) no-repeat -235px -1px;
}

#wrapper #global_menu li#global_li_hoservi {
	width:180px;
}

#wrapper #global_menu li#global_li_hoservi a {
	width:180px;
}

#wrapper #global_menu li#global_li_hoservi a:hover {
	width:180px;
	background: url(../images/common/global_menu_r.jpg) no-repeat -417px -1px;
}

#wrapper #global_menu li#global_li_qa {
	width:148px;
}

#wrapper #global_menu li#global_li_qa a {
	width:148px;
}

#wrapper #global_menu li#global_li_qa a:hover {
	width:148px;
	background: url(../images/common/global_menu_r.jpg) no-repeat -597px -1px;
}

#wrapper #global_menu li#global_li_cont {
	width:145px;
}

#wrapper #global_menu li#global_li_cont a {
	width:145px;
}

#wrapper #global_menu li#global_li_cont a:hover {
	width:145px;
	background: url(../images/common/global_menu_r.jpg) no-repeat -745px -1px;
}


/* メインエリア */
#wrapper #main_area {
	width:891px;
}

/* トップ横並びボックス */
#wrapper #main_area #top_over {
	width:891px;
	overflow:hidden;
}

#wrapper #main_area #top_over #left_over {
	width:638px;
	float:left;
}

#wrapper #main_area #top_over #left_over #pankuzu {
	padding:15px 0px 15px 15px;
	text-align:left;
}

#wrapper #main_area #top_over #left_over #pankuzu li {
	margin-right:10px;
	display:inline;
	font-size: 93%;
	color: #333333;
}

#wrapper #main_area #top_over #left_over #pankuzu li a {
	color: #333333;
	text-decoration: underline;
}

#wrapper #main_area #top_over #left_over #pankuzu li#arrow {
	padding:0px 0px 0px 10px;
	background: url(../images/common/icon_pankuzu.jpg) no-repeat left center;	
}

/* 右ボックス */
#wrapper #main_area #top_over #right_over {
	width:239px;
	float:left;
}

#wrapper #main_area #top_over #right_over #right_qa {
	margin:0px 0px 14px 0px;
	width:239px;
	background: url(../images/common/right_qa_on.jpg) no-repeat left top;
}

#wrapper #main_area #top_over #right_over #right_qa a {
	width:239px;
	height:95px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	background: url(../images/common/right_qa.jpg) no-repeat left top;
}

#wrapper #main_area #top_over #right_over #right_qa a:hover {
	background: none;
}

/* お問い合わせタイトル */
#wrapper #main_area #top_over #right_over #stit_contact {
	margin-bottom:15px;
	width:239px;
	height:29px;
	line-height: 1;
	background: url(../images/common/stit_contact.jpg) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

#wrapper #main_area #top_over #right_over #contact_name {
	margin-bottom:5px;
	width:147px;
	height:19px;
	line-height: 1;
	background: url(../images/common/contact_name.jpg) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

#wrapper #main_area #top_over #right_over #bg_contact {
	padding:0px 0px 15px 15px;
	width:226px;
	background: url(../images/common/bg_contact01.jpg) no-repeat right bottom;	
}

#wrapper #main_area #top_over #right_over #bg_contact address {
	margin-bottom:5px;
	font-size: 93%;
	color: #666666;	
}

#wrapper #main_area #top_over #right_over #bg_contact ul {
	font-size: 93%;
}

#wrapper #main_area #top_over #right_over #bg_contact ul li {
	line-height: 1.8em;
	color: #744D0B;
}

#wrapper #main_area #top_over #right_over #txt_tel {
	padding-left:15px;
	font-size: 93%;
	color: #666666;
}

#wrapper #main_area #top_over #right_over #img_tel {
	display: block;
	width:194px;
	height:25px;
}

#wrapper #main_area #top_over #right_over #txt_uketsuke {
	margin-bottom:5px;
	padding:8px 0px 8px 15px;
	width:226px;
	color: #666666;
	font-size: 93%;
	background: url(../images/common/border_bottom.gif) repeat-x left bottom;
}

/* メールでのお問い合わせ */
#wrapper #main_area #top_over #right_over #tit_mail {
	padding-left:15px;
	font-size: 93%;
	color: #666666;
}

#wrapper #main_area #top_over #right_over #txt_mail {
	margin-left:15px;
	padding:3px 0px 20px 20px;
	background: url(../images/common/icon_mail.jpg) no-repeat left 5px;	
}

#wrapper #main_area #top_over #right_over #txt_mail a {
	font-size: 93%;
	color: #2E7CC5;
	text-decoration: underline;
}

/* リンク */
#wrapper #main_area #top_over #right_over #stit_link {
	width:239px;
	height:29px;
	line-height: 1;
	background: url(../images/common/stit_link.jpg) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

#wrapper #main_area #top_over #right_over #ul_link {
	padding:20px 0px 0px 15px;
}

#wrapper #main_area #top_over #right_over #ul_link li {
	padding-left:7px;
	background: url(../images/common/icon_arrow.jpg) no-repeat left center;	
}

#wrapper #main_area #top_over #right_over #ul_link li a {
	font-size: 93%;
	text-decoration: underline;
}




/* フッターリンク */
#footer_link {
	width:100%;
	height:108px;
	background: url(../images/common/bg_footer_link.gif) repeat-x left top;
}

#footer_link #footer_link_box {
	margin: auto;
	width:891px;
	height:108px;
	background: url(../images/common/bg_footer_link_box.jpg) no-repeat right bottom;
}

#footer_link #footer_link_box #page_top {
	margin-bottom:49px;
	margin-left:769px;
	width:113px;
	height:18px;
	background: url(../images/common/btn_page.jpg) no-repeat left top;
}

#footer_link #footer_link_box #page_top a {
	width:113px;
	height:18px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
}

#footer_link #footer_link_box #footer_link_li {
	margin:0px 0px 0px 577px;
	width:208px;
	height:21px;
	background: url(../images/common/btn_footer.jpg) no-repeat left top;
}

#footer_link #footer_link_box #footer_link_li li {
	height:21px;
	float:left;
}

#footer_link #footer_link_box #footer_link_li li a {
	height:21px;
	display:block;
	line-height: 1;
	text-indent: -9999px;
}

#footer_link #footer_link_box #footer_link_li li#link_sitemap {
	width:84px;
}

#footer_link #footer_link_box #footer_link_li li#link_sitemap a {
	width:84px;
}

#footer_link #footer_link_box #footer_link_li li#link_sitemap a:hover {
	background: url(../images/common/btn_footer_on.jpg) no-repeat left top;
}

#footer_link #footer_link_box #footer_link_li li#link_privacy {
	width:124px;
}

#footer_link #footer_link_box #footer_link_li li#link_privacy a {
	width:124px;
}

#footer_link #footer_link_box #footer_link_li li#link_privacy a:hover {
	background: url(../images/common/btn_footer_on.jpg) no-repeat -84px top;
}

/* footer */
#footer {
	width:100%;
	background: url(../images/common/bg_footer.jpg) repeat-x left top;
}

#footer #footer_box {
	margin: auto;
	padding:17px 0px 44px 0px;
	width:891px;
}

#footer #footer_box #ul_footer {
	margin-bottom:53px;
	width:694px;
	height:14px;
	background: url(../images/common/btn_footer_ul.jpg) no-repeat left top;
	display: block;
}

#footer #footer_box #ul_footer li {
	height:14px;
	display:block;
	float:left;
}

#footer #footer_box #ul_footer li a {
	height:14px;
	display:block;
	line-height: 1;
	text-indent: -9999px;
}

#footer #footer_box #ul_footer li#li_home {
	width:76px;
}

#footer #footer_box #ul_footer li#li_home a {
	width:76px;
}

#footer #footer_box #ul_footer li#li_home a:hover {
	background: url(../images/common/btn_footer_ul_on.jpg) no-repeat left top;
}

#footer #footer_box #ul_footer li#li_gaiyo {
	width:91px;
}

#footer #footer_box #ul_footer li#li_gaiyo a {
	width:91px;
}

#footer #footer_box #ul_footer li#li_gaiyo a:hover {
	background: url(../images/common/btn_footer_ul_on.jpg) no-repeat -76px top;
}

#footer #footer_box #ul_footer li#li_kojin {
	width:153px;
}

#footer #footer_box #ul_footer li#li_kojin a {
	width:153px;
}

#footer #footer_box #ul_footer li#li_kojin a:hover {
	background: url(../images/common/btn_footer_ul_on.jpg) no-repeat -167px top;
}

#footer #footer_box #ul_footer li#li_hojin {
	width:152px;
}

#footer #footer_box #ul_footer li#li_hojin a {
	width:152px;
}

#footer #footer_box #ul_footer li#li_hojin a:hover {
	background: url(../images/common/btn_footer_ul_on.jpg) no-repeat -320px top;
}

#footer #footer_box #ul_footer li#li_qa {
	width:118px;
}

#footer #footer_box #ul_footer li#li_qa a {
	width:118px;
}

#footer #footer_box #ul_footer li#li_qa a:hover {
	background: url(../images/common/btn_footer_ul_on.jpg) no-repeat -472px top;
}

#footer #footer_box #ul_footer li#li_contact {
	width:104px;
}

#footer #footer_box #ul_footer li#li_contact a {
	width:104px;
}

#footer #footer_box #ul_footer li#li_contact a:hover {
	background: url(../images/common/btn_footer_ul_on.jpg) no-repeat -590px top;
}

#footer #footer_box #footer_copy {
	margin-left:631px;
	width:260px;
	height:15px;
	line-height: 1;
	background: url(../images/common/footer_copy.jpg) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

}
#stit_news {
	background: url(../images/common/news_midashi.gif) no-repeat;
	height: 44px;
	width: 605px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 15px;
}
.news_date {
	color: #7C7153;
	text-align: right;
	width: 610px;
	font-weight: bold;
}
.news_txt {
	padding: 15px 0px 100px 15px;
}
.news_txt p {
	padding: 0px 0px 10px;
}
#tit_news{
	width:619px;
	height:100px;
	line-height: 1;
	background: url(../images/common/news_tit.jpg) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

.stit_news {
	background: url(../images/common/news_midashi.gif) no-repeat;
	height: 44px;
	width: 605px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 15px;
}
