/* ----- reset ----- */
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tr,th,td,
p,address,form,div {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
a,strong,em,abbr,span,img {
	border: none;
}
img{
	vertical-align: top;
	margin: 0px;
}
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-size: 12px;
	line-height: 1.6;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #dadada;
	text-align: center;
	margin: 0px;
	height: 100%;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

td,th{
font-size: 100%;
}
h1,h2,h3,h4,h5,h6{
font-weight:normal;
font-size: 1.0em;
}
/* ----- reset ここまで ----- */

/* ----- テキストカラー、サイズ ----- */
a:link {
	color: #F60;
	text-decoration: underline;
}
a:visited {
	color: #F90;
	text-decoration: underline;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
/* ----- テキストカラー、サイズ　ここまで ----- */

/* ----- ベース設定 ----- */
#wrapper {
	width: 1000px;
	background-color: #FFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ff7e00;
	border-left-color: #ff7e00;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#content {
	padding-bottom: 30px;
	width: 970px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}

#path_area {
	margin-bottom: 10px;
}

#path_area .topick_path {
	margin-bottom: 5px;
	float: left;
}
#path_area .topick_path li {
	display: block;
	float: left;
	padding-right: 0.6em;
}

#path_area .support_link {
	float: right;
}
#path_area .support_link li {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
#path_area .support_link li img {
	vertical-align: middle;
}

#path_area .support_link li.last_node {
	padding-right: 0px;
}
.clearfix {
	overflow: hidden;
}
* html .clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
.page_top {
	text-align: right;
	margin-bottom: 20px;
}
/* ----- ベース設定ここまで ----- */

/* ----- ヘッダー ----- */
#header {
	background-image: url(../img/header_bg_bus.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 82px;
	width: 1000px;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 20px;
	top: 10px;
}
#header .navi_main {
	height: 36px;
	position: absolute;
	left: 190px;
	top: 20px;
}
#header .navi_main li {
	float: left;
	width: 140px;
	margin-right: 10px;
}
#header .navi_second {
	position: absolute;
	left: 190px;
	top: 64px;
	height: 32px;
}
#header .navi_second li {
	float: left;
	width: 120px;
	margin-right: 5px;
}
#header .link_willer {
	position: absolute;
	top: 24px;
	right: 15px;
}
#header .bookmark {
	position: absolute;
	top: 64px;
	right: 18px;
}
/* ----- ヘッダー ここまで ----- */

/* ----- WiLLPACK用ヘッダー ----- */
#header_dp {
	background-image: url(../img/header_bg_stay.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 1000px;
	position: relative;
}
#header_dp #logo {
	position: absolute;
	left: 20px;
	top: 10px;
}
#header_dp .navi_main {
	height: 36px;
	position: absolute;
	left: 190px;
	top: 20px;
}
#header_dp .navi_main li {
	float: left;
	width: 140px;
	margin-right: 10px;
}
#header_dp .navi_second {
	position: absolute;
	left: 190px;
	top: 64px;
	height: 32px;
}
#header_dp .navi_second li {
	float: left;
	width: 180px;
	margin-right: 5px;
}
#header_dp .link_willer {
	position: absolute;
	top: 24px;
	right: 15px;
}
#header_dp .bookmark {
	position: absolute;
	top: 64px;
	right: 18px;
}
/* ----- WiLLPACK用ヘッダー ここまで ----- */

/* ----- 下層ページタイトル部分 ----- */
#page_title {
	width: 970px;
	margin-bottom: 15px;
	height: 80px;
}
#page_title h1 {
	float: left;
	width: 800px;
}
#member_login_sec {
	float: right;
	height: 80px;
	width: 160px;
}
#member_login_sec .login_form {
	background-image: url(../img/login_bg_sec.gif);
	background-repeat: repeat-y;
	height: 46px;
	width: 140px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
}
#member_login_sec li.last_node {
	margin-top: 4px;
}
#sub_menu {
	margin-bottom: 20px;
	padding-left: 10px;
}
#sub_menu li {
	display: block;
	padding-right: 2em;
	padding-left: 1.2em;
	background-image: url(../img/list_mark02.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	float: left;
	font-size: 13px;
	white-space: nowrap;
}
/* ----- 下層ページタイトル部分　ここまで ----- */

/* ----- 2カラム設定－右側コンテンツ -----*/ 
#right_side h2,
#fullsize_content h2
{
	margin-bottom: 25px;
	padding-top: 9px;
	padding-left: 45px;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	color: #333;
	height: 21px;
}
#right_side {
	float: right;
	width: 680px;
}
#right_side .section {
	width: 680px;
	margin-bottom: 25px;
}
#right_side .section2 {
	width: 680px;
	margin-bottom: 10px;
}
#right_side h2 {
	background-image: url(../img/subtitle_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#right_side h3.subtitle2 {
	background-image: url(../img/subtitle2_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1em;
	height: 19px;
	padding-left: 22px;
	font-size: 12px;
	color: #F60;
	padding-top: 7px;
	font-weight: bold;
	margin-bottom: 20px;
	clear: both;
}
/* ----- 2カラム設定－右側コンテンツ ここまで ----- */

/* ----- 2カラム設定－左側ナビゲーション ----- */
#left_side {
	float: left;
	width: 280px;
}
#left_side li {
	width: 280px;
	margin-bottom: 5px;
}
#left_side li.last_node {
	margin-bottom: 0px;
}
#left_side .side_navi {
	margin-bottom: 20px;
}
/* ----- 2カラム設定－左側ナビゲーション ここまで ----- */

/* ----- 1段レイアウト ----- */
#fullsize_content {
	width: 970px;
}
#fullsize_content h2 {
	background-image: url(../img/subtitle_bg_full.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#fullsize_content h3.subtitle2 {
	background-image: url(../img/subtitle2_bg_full.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1em;
	height: 19px;
	padding-left: 22px;
	font-size: 12px;
	color: #F60;
	padding-top: 7px;
	font-weight: bold;
	margin-bottom: 25px;
	clear: both;
}
#fullsize_content .section {
	margin-bottom: 25px;
}


/* ----- 1段レイアウト ここまで ----- */

/* ----- willerサイトリンク ----- */
#link_willer {
	height: 650px;
	width: 970px;
	margin-bottom: 30px;
}
#link_willer ol {
	background-image: url(../info/img/link_willer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 950px;
	padding-left: 20px;
	height: 480px;
}
#link_willer ol li {
	width: 300px;
	margin-right: 15px;
	margin-bottom: 0px;
	float: left;
}
#link_willer ul {
	background-image: url(../info/img/link_willer_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 65px;
	width: 765px;
	padding-top: 10px;
	padding-left: 205px;
}
#link_willer ul li {
	float: left;
	margin-right: 80px;
}

/* ----- willerサイトリンク ここまで ----- */

#footer_area {
	text-align: center;
	font-size: 10px;
	padding-bottom: 22px;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
}
#footer_area a:link,
#footer_area a:visited 
{
	color: #333;
}
#footer_area a:hover {
	color: #F30;
}
#footer_area .footer_link {
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#footer_area .footer_link li {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
#footer_area .footer_link li.last_node {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
#footer {
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px;
	width: 970px;
	color: #333;
	padding-top: 8px;
	margin: 0px auto;
}
#footer .footer_link2 {
	margin-bottom: 10px;
}
#footer .footer_link2 li {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#footer .footer_link2 li.last_node {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
address {
	font-style: normal;
}
address.addtop {
	font-style: normal;
	line-height:45px;
}

.txt_red{color:#CC0000;}
#wrapper #content #remove {
	text-align: center;
	margin-bottom: 30px;
}


/* ----- 緊急情報 ----- */

/*通常
#emergency_area {
	background-color: #FFE5EE;
	margin-bottom: 10px;
	padding: 9px;
	border: 1px solid #F06;
	color: #F00;
	line-height: 1.4em;
}*/

/*臨時用*/
#emergency_area {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 9px;
	border: 1px solid #c9cdd0;
	color: #F00;
	line-height: 1.4em;
}

#emergency_area .attention {
	color: #F00;
}

/* ----- 緊急情報 ここまで ----- */

/* ----- 基本メイン ----- */
	
#basic-main {
	width:900px;
	text-align:left;
	margin:5px auto;
	padding:0;
}

/* ----- 基本メインここまで ----- */


/* ----- 統合のお知らせ ----- */

.tougou_info_box{
	border:3px solid #F00;
	padding-bottom:10px;
	margin-bottom:20px;
}

.box860{
	width:860px;
	margin:10px auto 0;
}

.box660{
	width:660px;
	margin:10px auto 0;
}

.tougou_info_box p{
	margin:10px auto 0;
}

.tougou_info_box .ttl{
	font-weight:bold;
	color:#F00;
	font-size:14px;
	text-align:center;
	border-bottom:1px dotted #F00;
}

.tougou_info_box .lead{
	font-weight:bold;
}

a.link_mark{
	background: url(../img/list_mark02.gif) 0 0 no-repeat;
	display:block;
	padding:0 0 3px 17px;
}


#header .info_tougou {
	position: absolute;
	top: 13px;
	right: 15px;
}

#header_dp .info_tougou {
	position: absolute;
	top: 13px;
	right: 15px;
}

.top_willer_link{
	background: url(../img/top_willer_link_bg.gif) 0 0 no-repeat;
	width:970px;
	height:82px;
}

.top_willer_link p{float:left;text-indent:-9999px;}

.top_willer_link a{
	display:block;
	float:right;
	margin:15px 10px 0 0;
}


/* ----- スマホ用 ----- */
.smtphone{
	display:none;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

	.smtphone{
		display:block;
	}
}








