@charset "utf-8";

/* ------------------------------
 リセット
------------------------------ */
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/* ------------------------------
 ページ全体
------------------------------ */
html,body { 
	height:100%;
	_overflow: auto;
	_height: 100%;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center;
	}
.clear {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
	}
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.b1 { /* 下1行分アキ */
	margin-bottom: 1.7em;
}


/* ------------------------------
 アイコン
------------------------------ */
.icon{ 
	padding-left: 8px;
	background: url(/shared/img/icon01.gif) no-repeat 0 center;
}
.icon01 {
	padding-left: 10px;
	background: url(/shared/img/icon01.gif) no-repeat 0 0.6em;
}
.icon02 {
	padding-right: 13px;
	background: url(/shared/img/icon02.gif) no-repeat right center;
}
.icon03 {
	padding-left: 20px;
	background: url(/shared/img/icon03.gif) no-repeat 0 center;
}
.icon04 {
	padding-left: 13px;
	background: url(/shared/img/icon04.gif) no-repeat 0 center;
}

.icon05 {
	padding-left: 13px;
	background: url(/shared/img/icon05.gif) no-repeat 0 center;
}

.icon06 {
	padding-left: 17px;
	background: url(/shared/img/icon06.gif) no-repeat 0 center;
}
.icon07 {
	padding-left: 17px;
	background: url(/shared/img/icon07.gif) no-repeat 0 center;
}
.icon08 {
	padding-right: 17px;
	background: url(/shared/img/icon06.gif) no-repeat right center;
}
.icon09 {
	padding-left: 19px;
	background: url(/shared/img/icon08.gif) no-repeat 0 0.02em;
}
.icon10 {
	padding-left: 6px;
	background: url(/shared/img/icon09.gif) no-repeat 0 0.25em;
}
.rss{ 
	padding-left: 15px;
	background: url(/shared/img/icon_rss.gif) no-repeat 0 center;
}

.blank { 
	padding-right: 15px;
	background: url(/shared/img/blank_icon.gif) no-repeat right center;
}
.blank02 { 
	padding-left: 15px;
	background: url(/shared/img/blank_icon.gif) no-repeat 0 center;
}



.liketext {
	font-size: 12px;
}

/* ------------------------------
 リンク
------------------------------ */
a:link, a:visited {
	color: #3399cc;
	text-decoration: none;
}
a:active, a:hover {
	color: #3399cc;
	text-decoration: underline;
}

a.black:link, a.black:visited {
	color: #000;
	text-decoration: none;
}
a.black:active, a.black:hover {
	color: #000;
	text-decoration: underline;
}

#crumb a:link, #crumb a:visited {
	color: #666666;
	text-decoration: none;
}
#crumb a:active, #crumb a:hover {
	color: #666666;
	text-decoration: underline;
}


.foot_tp a:link, .foot_tp a:visited {
	color: #666666;
	text-decoration: none;
}
.foot_tp a:active, .foot_tp a:hover {
	color: #666666;
	text-decoration: underline;
}

/* ------------------------------
 フォーム
------------------------------ */
form {
	margin: 0;
	padding: 0;
}

textarea, input, select {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

/* ------------------------------
 コンテナ
------------------------------ */
#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* ------------------------------
 ヘッダ
------------------------------ */
#header {
	width: 100%;
	background: url(/shared/img/bg.gif) repeat-x;
}
#headerIn {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}
#topcopy{
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 10px;
	color: #ededed;
}
#logo { /* ロゴ */
	width: 346px;
	margin: 0;
	float: left;
	height: 88px;
}
#logo img{ /* ロゴ */
	margin-top: 32px;
}
#header_right{ 
	float: right;
	text-align: right;
}
#header_right_top{  /* ●右側上部ボックス */
	float: right;
	padding: 17px 4px 0 0;
	color: #ffffff;
	line-height: 18px;
}

#header_right_top p{ 
	float: left;
}
#header_right_top p.icon{ 
	padding: 0 8px;
	background: url(/shared/img/icon02.gif) no-repeat 0 center;
	font-size: 10px;
}
#header_right_top .spsearch{
	padding: 0 17px 0 4px;
	background: none;
}
#header_right_top .size{
	padding-right: 7px;
	font-size: 10px;
}
#header_right_top a{ 
	color: #ffffff;
}

#header_right_bottom{  /* ●右側下部ボックス */
	float: right;
	padding: 17px 4px 0 0;
	color: #ffffff;
}
#header_right_bottom ul li{ 
	float: left;
	padding-right: 8px;
}
#header_right_bottom ul li img{ 
	vertical-align: top;
}
#header_right_bottom ul li.link{ 
	float: left;
	padding: 5px 8px 0 0;
}
#header_right_bottom ul li.nonepd{ 
	float: left;
	padding-right: 0px;
}
#globalnavi { 
	width: 960px;
	height: 41px;
}
#globalnavi ul li{ 
	float: left;
    line-height: 0px;
	height: 41px;
}
#globalnavi ul li img {
     vertical-align: bottom;
}

#header_right_top .input_s {
	width: 125px;
	height: 12px;
	_height: 18px;
	/margin:-1px 0;
}


#contents {
	width: 100%;
	background: url(/shared/img/shadow_bg.gif) repeat-x;
}
#contentsin {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#crumb {
	width: 960px;
	position: relative;
}

#crumb p {
	line-height: 42px;
}
#btnsout{
	width: 309px;
	text-align: right;
	position: absolute;
	top: 10px;
	left: 692px;
	*left: 688px;
	left: 688px\9;
}

#pickUp{
	width: 210px;
	float: left;
}
#pickUp ul li{
	padding-bottom: 7px;
}

#pickUp ul li img{
     vertical-align: bottom;
}
.spSpecial{
	margin-bottom:4px ;
}
#main{
	width: 730px;
	float: right;
	color: #000;
}
/* --------------▼タイトル-------------- */
.title_nomal {
	line-height: 33px;
	padding-left: 15px;
	background: url(/shared/img/title_nomal_bg.gif);
}
.title_main {
	line-height: 37px;
	padding-left: 22px;
	background: url(/shared/img/title_main_bg.gif);
}
.title_a {
	line-height: 41px;
	padding-left: 22px;
	background: url(/shared/img/title_a_bg.gif) ;
}
.title_b {
	line-height: 41px;
	background: url(/shared/img/title_b_bg.gif) repeat-x bottom;
}
.title_c {
	line-height: 37px;
	padding-left: 15px;
	background: url(/shared/img/title_c_bg.gif);
}
.title_d {
	padding-left: 17px;
	font-weight: bold;
	color: #333;
	background: url(/shared/img/title_d_bg.gif) no-repeat 0 0.35em;
}
.title_f {
	line-height: 30px;
	padding-left: 11px;
	background: url(/shared/img/title_f_bg.gif) no-repeat 0 center;
}
.title_g {
	line-height: 33px;
	padding-left: 11px;
	background: #f4f4f4;
}
.title_i {
	line-height: 33px;
	background: url(/shared/img/dot_bg02.gif) repeat-x bottom;
}
.title_q {
	line-height: 38px;
	padding-left: 62px;
	background:#fff url(/shared/img/title_q_bg.gif) no-repeat bottom;
}
.title_r {
	line-height: 38px;
	padding-left: 15px;
	background: url(/shared/img/title_r_bg.gif) no-repeat bottom;
}
.title_s {
	line-height: 41px;
	padding-left: 22px;
	background: url(/shared/img/title_s_bg.gif) no-repeat bottom;
}

.title_t {
	line-height: 20px;
	padding-left: 13px;
	background: url(/shared/img/title_t_bg.gif) no-repeat 0 center;
}

.title_u {
	line-height: 30px;
	padding-left: 11px;
	background: url(/shared/img/title_f_bg.gif) repeat-y 0 center;
}

/* --------------▲タイトル-------------- */

h1{
	
	font-weight: bold;
}

h2{
	font-weight: bold;
	color: #333;
}

/* ------------------------------
 ローカルナビ
------------------------------ */

#localnavi { /* ローカルナビ */
	padding: 7px;
	margin-bottom: 13px;
	background: #ececec;
}

#localnavi h1 {
	line-height: normal;
	height: auto;
	font-weight: normal;
}

#localnavi ul#seg1 {
	background: #fff;
	border-right: 1px solid #d7cebf;
	border-left: 1px solid #d7cebf;
	border-bottom: 1px solid #d7cebf;
}

#localnavi ul#seg1 li {
	margin: 1px 2px 0;
	font-weight: bold;
	padding-bottom: 2px;
	background: url(/shared/img/localnavi_dot.gif) no-repeat bottom;
	vertical-align: bottom;
}

#localnavi ul#seg1 li.top {
	margin-top :0;
	padding-top: 1px;
}
#localnavi ul#seg1 li.last {
	background: url(/shared/img/localnavi_last.gif) no-repeat bottom;
}

#localnavi ul#seg1 li.stay {
	padding-bottom: 1px;
}

#localnavi ul#seg1 li.stay p {
	background: #ebe8e0;
	margin-bottom: 1px;
	padding-bottom: 1px;
}

#localnavi ul#seg1 li a {
	color: #8b7553;
	padding: 7px 0 8px 19px;
	display: block;
	background: url(/shared/img/local_icon01.gif) 10px center no-repeat;
}

#localnavi ul#seg1 li a:hover {
	background: #ebe8e0 url(/shared/img/local_icon01.gif) 10px center no-repeat;
}

#localnavi ul#seg1 li.noicon a {
	padding: 7px 0 8px 19px;
	display: block;
	background: none;
}

#localnavi ul#seg1 li.noicon a:hover {
	background: #ebe8e0;
}

/* ----- ローカルナビ（第二階層） ----- */

#localnavi ul#seg2 {
	background: #ebe8e0 url(/shared/img/lnavi_bg.gif) repeat;
	padding: 8px 0 8px;
}
#localnavi ul#seg2 li {
	margin: 0 0 2px 0;
	font-weight: normal;
	background: none;
	vertical-align: bottom;
	_line-height: 1.2;
}
#localnavi ul#seg2 li.stay {
	padding: 0 0 0 32px;
	font-weight: bold;
	color: #8b7553;
	background: url(/shared/img/icon04.gif) 17px 0.3em no-repeat;
	line-height: 1.4;
}
#localnavi ul#seg2 li a {
	padding: 0 0 0 32px;
	color: #8b7553;
	background: url(/shared/img/icon04.gif) 17px 0.3em no-repeat;
	line-height: 1.2;
}
:root #localnavi ul#seg2 li a {  
	background: url(/shared/img/icon04.gif) 17px 0.3em no-repeat;
} 

#localnavi ul#seg2 li a:hover {
	background: url(/shared/img/icon04.gif) 17px 0.3em no-repeat;
	color: #8b7553;
}

/* ----- ローカルナビバナー ----- */
#banner_menu {
	width: 210px;
}
#banner_menu ui li {
	margin-bottom: 8px;
}


#esmaimg {
	width: 210px;
	position: relative;
}
#esmaimg .button {
	position: absolute;
	top: 93px;
	left: 9px;
}


/* ------------------------------
 フッタ
------------------------------ */
#pagebottom {
	width: 960px;
	margin: 0 auto;
}
#bottomnavi { /* プライバシーポリシー・サイトマップリンク*/
	width: 450px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#bottomnavi ul li {
	margin-right: 16px;
	float: left;
}
#pagebottom {
	padding-top: 85px;
}
#pagebottomLink {
	float: left;
	padding-bottom: 20px;
}
#pagebottomLink p{
	float: left;
}
#pagetop {
	float: right;
	padding-bottom: 20px;
}
#footer {
	width: 100%;
	text-align: center;
	background: #fff url(/shared/img/foot_bg.gif) ;
}
#footerGrey {
	width: 100%;
	padding: 15px 0 50px 0;
	text-align: center;
	
}
.footerIn {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.foot_tp {
	width:960px;
	border-bottom: solid 1px #d4d4b5;
	padding:10px 0 15px 0;
	text-align: center;
	line-height: 2.2;
}
.foot_bt {
	padding-top:18px;
	text-align: center;
}


.sidepagetop {
	position: fixed;
	bottom:89px;
	right: 0;
	_right: 2px;

}


#staff_blog {
	width: 210px;
	height: 264px;
	position: relative;
}
#staff_blog .link01 {
	position: absolute;
	top: 72px;
	left: 7px;
}


/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs { /* ノースクリプト位置 */
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

#nojs p { /* ノースクリプト */
	width: 100%;
	margin: 0 auto;
	padding: 3px 0;
	color: #fff;
	font-size: small;
	line-height: 1.0;
	text-align: center;
	background: #1eb2e9;
	border-bottom: 1px solid #1eb2e9;
	*font-size: x-small; /* ~WinIE7 */
}



