@charset "utf-8";


/*--------------------*/
/*---- common.css ----*/
/*--------------------*/
/*
border: 1px solid gray;	
*/

/*--------------------*/
/*------- 共通  ------*/
/*--------------------*/
body {
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 170%;
	text-align: center;
	color: #333333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
/*	font-family: sans-serif;*/
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
a:link,
a:visited {
	color: #132da2;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #a42800;
	text-decoration: underline;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
}
ul,li {
	margin: 0px;
	padding: 0px;
}
li {
	list-style:none;
}
.display_none {
	display:none;
}
img {
	border: 0px;
}
select {
	/*background : #ffffff;*/
	font-size: 14px;
}
input,textarea {
	margin: 0px;
	padding: 0px;
	/*background : #ffffff;*/
	font-size: 14px;
}

/* アクセス解析タグ部分 */
#box_log {
	display : none;
}

/*===clearfix===*/
/*IE以外のモダンブラウザー用*/
.clearfix:after {
	content : ".";
	display : block;
	height : 0px;
	clear : both;
	visibility : hidden;
}

/*IE7、MacIE5用の指定*/
.clearfix { display : inline-block; }

/*IE6以前用の指定*/
/* Hides from IE-mac ＼*/
* html .clearfix { height : 1%; }
.clearfix { display : block; }
/*End hide from IE-mac */
/*===clearfix関連ここまで===*/


/*--------------------*/
/*------ margin / padding ------*/
/*--------------------*/
.m_t_5 {margin-top: 5px;}
.m_t_6 {margin-top: 6px;}
.m_t_10 {margin-top: 10px;}
.m_t_12 {margin-top: 12px;}
.m_t_15 {margin-top: 15px;}
.m_t_20 {margin-top: 20px;}
.m_t_25 {margin-top: 25px;}
.m_t_30 {margin-top: 30px;}
.m_t_33 {margin-top: 33px;}
.m_t_35 {margin-top: 35px;}
.m_t_40 {margin-top: 40px;}
.m_t_45 {margin-top: 45px;}
.m_t_50 {margin-top: 50px;}
.m_t_55 {margin-top: 55px;}
.m_t_60 {margin-top: 60px;}

.m_b_5 {margin-bottom: 5px;}
.m_b_10 {margin-bottom: 10px;}
.m_b_15 {margin-bottom: 15px;}
.m_b_20 {margin-bottom: 20px;}
.m_b_25 {margin-bottom: 25px;}
.m_b_30 {margin-bottom: 30px;}
.m_b_35 {margin-bottom: 35px;}
.m_b_40 {margin-bottom: 40px;}
.m_b_45 {margin-bottom: 45px;}
.m_b_50 {margin-bottom: 50px;}
.m_b_55 {margin-bottom: 55px;}
.m_b_60 {margin-bottom: 60px;}
.m_b_80 {margin-bottom: 80px;}

.m_r_5 {margin-right: 5px;}
.m_r_10 {margin-right: 10px;}
.m_r_15 {margin-right: 15px;}
.m_r_20 {margin-right: 20px;}

.m_l_2 {margin-left: 2px;}
.m_l_3 {margin-left: 3px;}
.m_l_5 {margin-left: 5px;}
.m_l_6 {margin-left: 6px;}
.m_l_10 {margin-left: 10px;}
.m_l_11 {margin-left: 11px;}
.m_l_15 {margin-left: 15px;}
.m_l_20 {margin-left: 20px;}
.m_l_23 {margin-left: 23px;}
.m_l_24 {margin-left: 24px;}
.m_l_25 {margin-left: 25px;}
.m_l_29 {margin-left: 29px;}
.m_l_30 {margin-left: 30px;}
.m_l_35 {margin-left: 35px;}

.p_t_5 {padding-top: 5px;}
.p_t_10 {padding-top: 10px;}
.p_t_15 {padding-top: 15px;}
.p_t_20 {padding-top: 20px;}

.p_b_5 {padding-bottom: 5px;}
.p_b_10 {padding-bottom: 10px;}
.p_b_15 {padding-bottom: 15px;}
.p_b_20 {padding-bottom: 20px;}



/*--------------------*/
/*------ font ------*/
/*--------------------*/
.font_temphead {
	font-size: 12px;
	color: #900
	
}

.font_10 {
	font-size: 10px;
	color: #000
}

.font_12 {
	font-size: 12px;
}
.font_16 {
	font-size: 16px;
}
.font_16_b {
	font-size: 16px;
	font-weight: bold;
}
.font_18 {
	font-size: 18px;
}
.font_18_b {
	font-size: 18px;
	font-weight: bold;
}
.font_18_b_through {
	font-size: 18px;
	font-weight: bold;
	text-decoration: line-through;
}
.font_20 {
	font-size: 20px;
}

/*--------------------*/
/*------ color ------*/
/*--------------------*/
.color_d83b4e {
	color: #d83b4e;
}
.color_e60012 {
	color: #e60012;
}
.color_00995a {
	color: #00995a;
}

/*--------------------*/
/*------ width ------*/
/*--------------------*/
.w_60 {width: 60px;}
.w_100 {width: 100px;}
.w_200 {width: 200px;}
.w_300 {width: 300px;}
.w_350 {width: 350px;}
.w_400 {width: 400px;}



/*--------------------*/
/*------ height ------*/
/*--------------------*/
.h_50 {height: 50px;}
.h_150 {height: 150px;}



/*--------------------*/
/*------ float & text align ------*/
/*--------------------*/
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.im_float_r {
	margin: 2px 0px 20px 20px;
	float: right;
}
.tx_align_r {
	text-align: right;
}
.tx_align_c {
	text-align: center;
}




/*--------------------*/
/*------ wrapper -----*/
/*--------------------*/
#wrapper {
	width: 100%;
	text-align : left;
}
#wrapper_in {
	width: 1000px;
	margin : 0px auto 0px auto;
	text-align : left;
}


/*--------------------*/
/*------ header ------*/
/*--------------------*/
#header {
	position: relative;
	width: 1000px;
	height: 130px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#header #logo {
	position: absolute;
	top: 20px;
	left: 0px;
}
#header #logo a {
	display: block;
	width: 198px;
	height: 52px;
	background-image: url(../common_img/logo.jpg);
	background-repeat: no-repeat;
}
#header #logo a span {
	display: none;
}
#header #header_access {
	position: absolute;
	top: 42px;
	left: 452px;
}
#header #header_place {
	position: absolute;
	top: 42px;
	left: 587px;
}
#header #header_place .place_ul li {
	display: inline;
	margin-right: 15px;
	background-image : url(../common_img/icon_arrow_green.png);
	background-repeat : no-repeat;
	background-position : 4px 6px;
	padding-left : 17px;
	font-size: 12px;
}
#header #header_place .place_ul li a:link,
#header #header_place .place_ul li a:visited {
	color : #333333;
	text-decoration: none;
}
#header #header_place .place_ul li a:hover,
#header #header_place .place_ul li a:active {
	color : #85bf1f;
	text-decoration: none;
}




#header #header_contact {
	position: absolute;
	top: 36px;
	left: 845px;
}
#header #header_contact li {
	float: left;
}
#header #header_contact li a {
	display: block;
	height: 32px;
	background-image: url(../common_img/header_contact.gif);
	background-repeat: no-repeat;
}
#header #header_contact li a span {
	display: none;
}

#contact a {
	width: 155px;
}
#contact a:hover {
	width: 155px;
	background-position: 0px -32px;
}


/*--------------------*/
/*------ global menu ------*/
/*--------------------*/
#header #gMenu {
	position: absolute;
	top: 85px;
	left: 0px;
}
#header #gMenu li {
	float: left;
}
#header #gMenu li a {
	display: block;
	height: 35px;
	background-image: url(../common_img/bg_g_menu.gif);
	background-repeat: no-repeat;
}
#header #gMenu li a span {
	display: none;
}

#gMenu_1 a {
	width: 165px;
}
#gMenu_1 a:hover {
	width: 165px;
	background-position: 0px -35px;
}
#gMenu_1_d a {
	width: 165px;
	background-position: 0px -35px;
}
#gMenu_2 a {
	width: 167px;
	background-position: -165px 0px;
}
#gMenu_2 a:hover {
	width: 167px;
	background-position: -165px -35px;
}
#gMenu_2_d a {
	width: 167px;
	background-position: -165px -35px;
}
#gMenu_3 a {
	width: 167px;
	background-position: -332px 0px;
}
#gMenu_3 a:hover {
	width: 167px;
	background-position: -332px -35px;
}
#gMenu_3_d a {
	width: 167px;
	background-position: -332px -35px;
}
#gMenu_4 a {
	width: 167px;
	background-position: -499px 0px;
}
#gMenu_4 a:hover {
	width: 167px;
	background-position: -499px -35px;
}
#gMenu_4_d a {
	width: 167px;
	background-position: -499px -35px;
}
#gMenu_5 a {
	width: 167px;
	background-position: -666px 0px;
}
#gMenu_5 a:hover {
	width: 167px;
	background-position: -666px -35px;
}
#gMenu_5_d a {
	width: 167px;
	background-position: -666px -35px;
}
#gMenu_6 a {
	width: 167px;
	background-position: -833px 0px;
}
#gMenu_6 a:hover {
	width: 167px;
	background-position: -833px -35px;
}
#gMenu_6_d a {
	width: 167px;
	background-position: -833px -35px;
}



/*--------------------*/
/*------ contents ------*/
/*--------------------*/
#contents {
	position: relative;
	width: 1000px;
	margin: 10px auto 0px auto;
	text-align: left;
}

#contentsIn {
	width: 1000px;
	margin: 20px auto 80px auto;
}

#contentsLeft {
	position: relative;
	width: 737px;
	text-align: left;
	float: left;
}
#contentsRight {
	position: relative;
	width: 240px;
	text-align: left;
	float: right;
}

#snsBox {
    margin:0 1em;
}
#snsBox p {
    margin:1em 0;
    text-align:center;
}
#snsBox ul {
    position:relative; /* 相対配置 */
    left:50%; /* ボタン全体を中央によせる */
    float:left; /* floatでリストを浮遊させる */
}
#snsBox li {
    position:relative; /* 相対配置 */
    left:-50%; /* ボタンの幅の半分だけ左に寄せる */
    float:left; /* ボタン同士を回りこませる */
    margin-left:0.5em; /* ボタン同士の余白 */
    line-height:0; /* いいね！ボタンのズレ防止 */
}
#snsBox li:first-child {
    margin-left:0; /* 最初のボタンは左マージンなし */
}
/* ボタンの幅指定 */
#twitter-widget-0, #pocket-button-0 {
    max-width:88px;
}


/*--------------------*/
/*------ side ------*/
/*--------------------*/
.sideListBox {
	width: 240px;
}
.sideList {
	width: 240px;
	margin-top: 5px;
	padding-bottom: 11px;
	display: block;
	background-image: url(../common_img/line_dot_240.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.arrowSide {
	padding-top: 4px;
	padding-left: 25px;
	background-image: url(../common_img/side_arrow_green.png);
	background-position: 2px 9px;
	background-repeat: no-repeat;
	color: #838383;
}
.arrowSide a:link,
.arrowSide a:visited {
	color : #333333;
	text-decoration: none;
}
.arrowSide a:hover,
.arrowSide a:active {
	color : #333333;
	text-decoration: none;
}

.staffSide {
	padding-top: 4px;
	padding-left: 35px;
	background-image : url(../common_img/icon_arrow_green_l.png);
	background-position : 22px 12px;
	background-repeat: no-repeat;
	color: #bcbbbb;
}
.staffSide a:link,
.staffSide a:visited {
	color : #333333;
	text-decoration: none;
}
.staffSide a:hover,
.staffSide a:active {
	color : #333333;
	text-decoration: none;
}

.sideContactBox {
	width: 224px;
	border: 1px solid #d3cccc;
	padding: 5px 7px 15px 7px;
}
.sideContactBox .txBox {
	padding: 5px 5px 0px 5px;
}
.sideContactBox .place_ul li {
	display: inline;
	margin-right: 5px;
	background-image : url(../common_img/icon_arrow_green.png);
	background-repeat : no-repeat;
	background-position : 4px 6px;
	padding-left : 17px;
	font-size: 12px;
}
.sideContactBox .place_ul li a:link,
.sideContactBox .place_ul li a:visited {
	color : #333333;
	text-decoration: none;
}
.sideContactBox .place_ul li a:hover,
.sideContactBox .place_ul li a:active {
	color : #85bf1f;
	text-decoration: none;
}
.sideContactBox .contact {
	width: 224px;
	height: 32px;
}
.sideContactBox .contact a {
	display: block;
	width: 224px;
	height: 32px;
	background-image: url(../common_img/side_bu_contact.gif);
	background-repeat: no-repeat;
}
.sideContactBox .contact a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}

.sideContactBox .contact a span {
	display: none;
}

.sidePcSns {
	margin-top: 20px;
}
.sidePcSns img {
	margin-bottom: 10px;
}



/*--------------------*/
/*------ footer（アクセス） ------*/
/*--------------------*/
#footerAccess {
	width: 100%;
	background-image: url(../common_img/bg_footer_access.gif);
	background-repeat: repeat-x;
	background-color: #f4f3f3;
	border-bottom: 1px solid #ececec;
}
#footerAccess #footerAccessIn {
	width: 1000px;
	margin: 0px auto 25px auto;
	text-align: left;
	
}
#footerAccess #footerAccessTable {
	width: 1000px;
	background-image: url(../common_img/line_dot_footer_access.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#footerAccess #footerAccessTable td {
	background-image: url(../common_img/line_dot_footer_access.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#footerAccess #footerAccessTable td .boxAccess {
	padding: 6px 10px 0px 28px;
}
#footerAccess .footerAccess_detail li {
	float: left;
}
#footerAccess .footerAccess_detail li a {
	display: block;
	height: 29px;
	background-image: url(../common_img/bu_detail.gif);
	background-repeat: no-repeat;
}
#footerAccess .footerAccess_detail li a span {
	display: none;
}

#footerAccess .detail a {
	width: 197px;
}
#footerAccess .detail a:hover {
	width: 197px;
	background-position: 0px -29px;
}



/*--------------------*/
/*------ footer（お問い合わせ） ------*/
/*--------------------*/
#footerContact {
	width: 100%;
	background-color: #fcfbfb;
	border-bottom: 1px solid #ececec;
}
#footerContactIn {
	width: 1000px;
	margin: 20px auto 20px auto;
	text-align: left;
}
#footerContactIn .box_l {
	width: 500px;
	text-align: left;
}
#footerContactIn .box_r {
	width: 500px;
	text-align: right;
}
#footerContact .footerContact_form li {
	float: left;
}
#footerContact .footerContact_form li a {
	display: block;
	height: 34px;
	background-image: url(../common_img/bu_form.gif);
	background-repeat: no-repeat;
}
#footerContact .footerContact_form li a span {
	display: none;
}

#footerContact .form a {
	width: 279px;
}
#footerContact .form a:hover {
	width: 279px;
	background-position: 0px -34px;
}


/*--------------------*/
/*------ footer（サイトマップ） ------*/
/*--------------------*/
#footer {
	width: 100%;
	background-color: #ffffff;
}
#footerIn {
	width: 1000px;
	margin: 40px auto 0px auto;
	text-align: left;
}

#footerTable {
	width: 1000px;
}

.boxFooterMenu {
	float: left;
	padding-right: 20px;
	font-size: 12px;
}
.boxFooterMenu a:link,
.boxFooterMenu a:visited {
	color: #333333;
	text-decoration: none;
}
.boxFooterMenu a:hover,
.boxFooterMenu a:active {
	color: #333333;
	text-decoration: none;
}
.boxFooterMenu .menuTop {
	margin-bottom: 5px;
	padding-left: 12px;
	background-image: url(../common_img/icon_footer_s.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	line-height: 160%;
}
.boxFooterMenu .menuL {
	margin-bottom: 6px;
	padding-left: 12px;
	background-image: url(../common_img/icon_footer_l.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.boxFooterMenu .menuS {
	margin-left: 8px;
	margin-bottom: 5px;
	padding-left: 14px;
	background-image: url(../common_img/icon_footer_s.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	line-height: 160%;
}


/*--------------------*/
/*------ footer（bottom） ------*/
/*--------------------*/
#footerBottom {
	width: 100%;
	height: 73px;
	background-color: #1d8f59;
}
#footerBottomIn {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
#footerBottom #logo {
	position: absolute;
	top: 20px;
	left: 0px;
}
#footerBottom #logo a {
	display: block;
	width: 143px;
	height: 34px;
	background-image: url(../common_img/footer_logo.jpg);
	background-repeat: no-repeat;
}
#footerBottom #logo a span {
	display: none;
}
#footerBottom #footer_tx {
	position: absolute;
	top: 25px;
	left: 162px;
	color : #ffffff;
}
#footerBottom #footer_place {
	position: absolute;
	top: 25px;
	left: 527px;
}
#footerBottom #footer_place .place_ul li {
	display: inline;
	margin-right: 15px;
	background-image : url(../common_img/icon_arrow_white.png);
	background-repeat : no-repeat;
	background-position : 4px 6px;
	padding-left : 17px;
	font-size: 12px;
	font-weight: bold;
}
#footerBottom #footer_place .place_ul li a:link,
#footerBottom #footer_place .place_ul li a:visited {
	color : #ffffff;
	text-decoration: none;
}
#footerBottom #footer_place .place_ul li a:hover,
#footerBottom #footer_place .place_ul li a:active {
	color : #ffffff;
	text-decoration: none;
}
#footerBottom #buPageTop {
	position: absolute;
	top: 0px;
	left: 919px;
}
#footerBottom #buPageTop a {
	display: block;
	width: 81px;
	height: 73px;
	background-image: url(../common_img/pagetop.gif);
	background-repeat: no-repeat;
}
#footerBottom #buPageTop a span {
	display: none;
}


#footerBottomTx {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #dcdcdc;
}
#footerBottomTxIn {
	width: 1000px;
	margin: 10px auto 10px auto;
	text-align: left;
	position: relative;
	font-size: 12px;
}
#footerBottomTxIn a:link,
#footerBottomTxIn a:visited {
	color: #333333;
	text-decoration: none;
}
#footerBottomTxIn a:hover,
#footerBottomTxIn a:active {
	color: #333333;
	text-decoration: none;
}



