@charset "UTF-8";
@import url(common.css);
@import url(user.css);

/* ---------------------------------------------------------------- *
 bdy > all > wrapper > container > header or menu > contents > main or side
 * ---------------------------------------------------------------- */
 
/* ---------------------------------------------------------------- *
	body & ドキュメント全体に関する設定
 * ---------------------------------------------------------------- */
html,body {
	text-align: center;
	background-color: #301f12;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-x;
	height: 100%;
	font-family:"ＭＳ Ｐゴシック",Arial,sans-serif;
	font-size: 14px;

	*font-size: small;
	*font: x-small;
	color: #333333;
}

a,
a:link {
	color: #FFFFFF;
}

a:visited {
}

a:hover {
	color: #990099;
	text-decoration: underline;
}

a:active {
	color: #A92C32;
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 1px;
	width: 1px;
	margin: 0px;
}


/* ---------------------------------------------------------------- *
	基本フォントの設定
 * ---------------------------------------------------------------- */
 
p {
	font-size: 14px;
	padding: 0px 5px;
	line-height: 1.4;
	margin: 0px 0px 10px;
	letter-spacing: 0.1em; 
	line-height: 140%;
}

* html p {
	margin-top: 0;
}


ul, ol, dl {
	line-height: 1.3;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 5px;
	font-size: 14px;
}

th {
	font-weight:normal;
	text-align: center;
	width: 100px;
	padding: 5px;
}

td {
	font-weight:normal;
	text-align: left;
	padding: 5px;
}

li {
	padding-bottom: 5px;
	font-size: 14px;
}

/* ---------------------------------------------------------------- *
	フォントのサイズ＆色の設定
 * ---------------------------------------------------------------- */
 
.text_ccc {
	color: #CCC;
}


.text_red {
	color: #FF0000;
}

.text_red18 {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}

.text_red24 {
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

.text_red12 {
	color: #FF0000;
	font-size: 12px;
}

.text_14b {
	font-size: 14px;
	font-weight: bold;
}

.text_16b {
	font-size: 16px;
	font-weight: bold;
}

.text_16bg {
	font-size: 16px;
	font-weight: bold;
	color: #F6E8B7;
}

.text_18bg {
	font-size: 18px;
	font-weight: bold;
	color: #F6E8B7;
	line-height: 2em;

}


.text_16by {
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFF00;
	margin-left: 5px;
	margin-right: 5px;
}
.txt_24b {
	font-size: 24px;
	font-weight: bold;
}
.txt_22b {
	font-size: 22px;
	font-weight: bold;
}


.text_12 {
	font-size: 12px;
}

.text_12gr {
	font-size: 12px;
	color: #CCCCCC;
}

.text_14 {
	font-size: 14px;
}

.text_16 {
	font-size: 16px;
}
.txt_24 {
	font-size: 24px;
	margin-left: 10px;
	margin-right: 10px;
}
.txt_24y {
	font-size: 24px;
	background-color: #FFFF00;
	margin-left: 10px;
	margin-right: 10px;
}
.txt_22 {
	font-size: 22px;
}


/* ---------------------------------------------------------------- *
	H1～H6　見出しの設定
 * ---------------------------------------------------------------- */

h2{
	margin: 0px　0px 5px 0px;
	padding: 0px;
}

h3 {
	margin: 0px　0px 10px 0px;
	padding: 0px;
}

h4,h5,h6 {
	/* 見出し 1 のジャンプ率を設定してください */
  	font-size: 125%;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}


/* ---------------------------------------------------------------- *
	all に関する設定 --- サイド部分を含めた背景を設定してください
 * ---------------------------------------------------------------- */

#all {
	width: 920px;
	margin: 0px auto;
	height: 100%;
	min-height: 100%;
}
body > #all {
	height: auto;
}

/* ---------------------------------------------------------------- *
	wrapper に関する設定　--- サイド部分を含めた背景を設定してください 
 * ---------------------------------------------------------------- */
 
#wrapper {
	width: 920px;
	margin: 0 auto;
	padding-left: 1px;
}
* html #wrapper {
	padding-left: 2px;
} 
html>/**/body #wrapper {
	padding-left: 1px;
}

/* ---------------------------------------------------------------- *
	container に関する設定　--- 実質ドキュメント本体の幅を設定してください
 * ---------------------------------------------------------------- */
 
#container {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-x;
}
* html #car #container {
	margin-left: 0px;
}

/* ---------------------------------------------------------------- *
	ヘッダ部分の設定
 * ---------------------------------------------------------------- */

#header {
	color: #FFF;
	padding: 0px;
	text-align: left;
	position: relative;
	width: 900px;
	height: 95px;
}

#header h1{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 10px;
	margin: 0;
	padding: 15px 0 0 0;
	text-indent: 20px;
}
#header p#logo_copy{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	height: 10px;
	margin: 0;
	padding: 15px 0 0 0;
	text-indent: 20px;
}
#logo {
	margin: 0px;
	height: 40px;
	width: 180px;
	position: absolute;
	top: 32px;
	left: 5px;
}

#header .contact_top {
	width: 156px;
	position: absolute;
	left: 649px;
	margin: 0px;
	top: 8px;
	height: 90px;
}

#header .contact {
	width: 156px;
	position: absolute;
	left: 639px;
	margin: 0px;
	top: 8px;
	height: 90px;
}


* html #header img {
	behavior: expression(IEPNGFIX.fix(this));
}

/* ---------------------------------------------------------------- *
	ナビゲーション部分の設定
 * ---------------------------------------------------------------- */

#ID {
	width: 900px;
	height: 30px;
	margin: 5px 0px 20px;
	padding: 0px;
	text-align: left;
	_margin-bottom: 13px;
}
#ID ul { 
margin: 0; 
padding :0; 
list-style-type : none; 
}
#ID li {
	display : inline;
	padding :0;
	margin:0;
	float:left;
	text-indent: -9999px;
}

#ID #menu_a_1 {
	background-image: url(../img/menu_01_on.gif);
	background-repeat:no-repeat;
}
#ID #menu_a_1 a {
	background-image: url(../img/menu_01.gif);
	background-repeat:no-repeat;
	width: 100px;
	height:37px;
	margin:0;
	padding:0;
	display: block;
}
#ID #menu_a_1 a:hover {
	background: none;
}

#ID #menu_a_2 {
	background-image: url(../img/menu_02_on.gif);
	background-repeat:no-repeat;
}
#ID #menu_a_2 a {
	background-image: url(../img/menu_02.gif);
	background-repeat:no-repeat;
	width: 100px;
	height:37px;
	margin:0;
	padding:0;
	display: block;
}
#ID #menu_a_2 a:hover {
	background: none;
}
#syuukyaku #ID #menu_a_2 a {
	background-image: url(../img/menu_02_on.gif);
	background-repeat:no-repeat;
	width: 125px;
	height:37px;
	margin:0;
	padding:0;
	display: block;
}

#ID #menu_a_3 {
	background-image: url(../img/menu_03_on.gif);
	background-repeat:no-repeat;
}
#ID #menu_a_3 a {
	background-image: url(../img/menu_03.gif);
	background-repeat:no-repeat;
	width: 180px;
	height:37px;
	margin:0;
	padding:0;
	display: block;
}
#ID #menu_a_3 a:hover {
	background: none;
}

#ID #menu_a_4 {
	background-image: url(../img/menu_04_on.gif);
	background-repeat:no-repeat;
}
#ID #menu_a_4 a {
	background-image: url(../img/menu_04.gif);
	background-repeat:no-repeat;
	width: 180px;
	height:37px;
	margin:0;
	padding:0;
	display: block;
}
#ID #menu_a_4 a:hover {
	background: none;
}

#ID #menu_a_5 {
	background-image: url(../img/menu_05_on.gif);
	background-repeat:no-repeat;
}
#ID #menu_a_5 a {
	background-image: url(../img/menu_05.gif);
	background-repeat:no-repeat;
	width: 140px;
	height:37px;
	margin:0;
	padding:0;
	display: block;
}
#ID #menu_a_5 a:hover {
	background: none;
}

#ID #menu_a_6 {
	background-image: url(../img/menu_06_on.gif);
	background-repeat:no-repeat;
}
#ID #menu_a_6 a {
	background-image: url(../img/menu_06.gif);
	background-repeat:no-repeat;
	width: 100px;
	height:37px;
	margin:0;
	padding:0;
	display: block;
}
#ID #menu_a_6 a:hover {
	background: none;
}

#ID #menu_a_7 {
	background-image: url(../img/menu_07_on.gif);
	background-repeat:no-repeat;
}
#ID #menu_a_7 a {
	background-image: url(../img/menu_07.gif);
	background-repeat:no-repeat;
	width: 100px;
	height:37px;
	margin:0;
	padding:0;
	display: block;
}
#ID #menu_a_7 a:hover {
	background: none;
}

#ID #menu_a_8 {
	background-image: url(../img/menu_08_on.gif);
	background-repeat:no-repeat;
}
#ID #menu_a_8 a {
	background-image: url(../img/menu_08.gif);
	background-repeat:no-repeat;
	width: 120px;
	height:37px;
	margin:0;
	padding:0;
	display: block;
}
#ID #menu_a_8 a:hover {
	background: none;
}

/* ---------------------------------------------------------------- *
	contents に関する設定　--- main or side　が入ります
 * ---------------------------------------------------------------- */

#contents {
	margin: 0px;
	padding: 0px;
	width: 900px;
	overflow: hidden;
	background-color: #FFFFFF;
}


/*\*/
#contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #contents {
    height: 1em;
    overflow: visible;
}
/**/


/* kane */
#contents_bk {
	color: #FFFFFF;
	background-color: #301f12;
}

/* kane  2014-7 */
.contents_white {
	color: #333333;
	background-color: #FFFFFF;
	padding: 10px 90px;
}


/* ---------------------------------------------------------------- *
	パンくずの設定
 * ---------------------------------------------------------------- */
 
#pan {
	font-size: 12px;
	text-align: left;
	margin: 10px 0px;
}

#pan a {
	color: #CCC;
	text-decoration: none;
}

#pan a:link {
	color: #CCC;
	text-decoration: none;
}

#pan a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#pan a:active {
	color: #CC0000;
	text-decoration: none;
}



/* ---------------------------------------------------------------- *
	main の設定
 * ---------------------------------------------------------------- */

.main {
	width: 650px;
	float: left;
	margin-left: 10px;
	height: auto;
	text-align: left;
	padding: 10px 0px 0px 0px;
	margin-bottom: 30px;
}

.main_1column {
	height: auto;
	text-align: left;
	padding: 10px 0px 0px 0px;
	margin: 0px 10px 30px 10px;
}


.main img{
	margin-bottom: 5px;
}


/* ---------------------------------------------------------------- *
	boxの設定(レイアウトの関係で特別設定)	
 * ---------------------------------------------------------------- */

.box {
	padding: 0px;
	margin: 10px;
	text-align: left;
}

/*\*/
.box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .box {
    height: 1em;
    overflow: visible;
}
/**/

/* kane 追加 */

.box_right {
	padding: 0;
	margin: 10px;
	text-align: right;
}

.box_center {
	text-align: center;
}

.box_center img {
	border: none; 
	padding: 0;
	margin: 0;
	vertical-align: top;
}


.box600c {
	width: 560px;
	height: auto;
	text-align: left;
	margin: auto;
	padding: 10px 20px 10px 20px;
	background: #FCF7EF;
	color: #333333;
}

.box500c {
	width: 460px;
	height: auto;
	text-align: left;
	margin: auto;
	padding: 10px 20px 10px 20px;
	background: #FCF7EF;
	color: #333333;
}

.box_order {
/*	width: 400px; */
	height: auto;
	text-align: left;
	margin: 0;
	padding: 10px 10px 10px 10px;
	background: #FCF7EF;
	color: #333333;
}





/* ---------------------------------------------------------------- *
	サイドメニュー部分の設定
 * ---------------------------------------------------------------- */

#side {
	margin: 0px;
	width: 230px;
	float: right;
	text-align: center;
	display: inline;
	margin-left: 0px;
	padding: 10px 0px 30px;
}
html>/**/body #side {
	margin: 0px;
	width: 230px;
	padding: 10px 0 30px 5px;
}


#side .side_menu {
	background-color: #301F12;
	margin: 0px;
	padding: 0px;
	width: 220px;
	text-align: left;
	margin-bottom: 0px;
}

#side .side_menu img {
	margin: 0 0 1px 0;
	padding: 0px;
}

#side .side_menu a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}




#side .side_menu_top {
	background-color: #301F12;
	padding: 0px;
	margin-bottom: 5px;
}

#side .side_menu_top img {
	margin: 0px;
}

#side .side_menu_top a:hover img {

opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";


/*	background-color: #FDDC9F;  */
}



#side .side_menu_m {
	background-color: #E2EAC8;
	margin: 0px;
	height: auto;
	background-image: url(../img/point_menu.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	margin-bottom: 2px;
	border:  1px solid #a7c462;
	padding: 10px 5px 10px 30px;
}
* html #side .side_menu_m {
	width: 220px;
	padding-bottom: 5px;
}

.side_menu_m a {
	color: #333333;
	text-decoration: none;
}
.side_menu_m a:hover {
	color: #6699CC;
	text-decoration: none;
}



#side .side_menu2 {
	margin: 0 0 0 3px;
	padding: 0px;
	width: 215px;
	margin-bottom: 0px;
}

#side .side_menu img2 {
	margin: 0px;
	padding: 0px;
}



/* ---------------------------------------------------------------- *
	フッタ部分の設定
 * ---------------------------------------------------------------- */


#footer {
	margin-top: 30px;
	margin-bottom: 0px;
	border-top: 1px solid #3c3026;
	text-align: center;
	padding: 10px 0px 10px;
	width: 100%;
	line-height: 1.4;
	color: #D0C1BB;
	font-size: 12px;
	background-color: #301f12;
}

#footer ul {
	margin-bottom: 4px;
	padding: 0;
	border-left: 1px solid #CCCCCC;
}

#footer ul li {
  margin: 0;
  padding: 0 5px;
  border-right: 1px solid #CCCCCC;
  background-image: none;
}
#footer a,
#footer a:link {   /* 必要ならば，リンクテキストに関する設定をしてください */
	text-decoration: none;
	color: #D0C1BB;
}

#footer a:visited {
	/* 必要ならば，訪問済みリンクテキストに関する設定をしてください */
}

#footer a:hover {
	/* 必要ならば，マウスオーバー時のリンクテキストに関する設定をしてください */
	color: #CC0000;
	text-decoration: underline;
}

#footer a:active {
	color: #CC0000;
	text-decoration: underline;
}

#footer2 {
	margin-top: 10px;
	margin-bottom: 0px;
	border-top: 1px solid #3c3026;
	text-align: center;
	padding: 10px 0px 0px;
	width: 100%;
	line-height: 1.4;
	color: #D0C1BB;
}
#footer2 p{
	font-size: 12px;
}

.top_mobile {
	height: auto;
	margin-top: 5px;
}


/* ---------------------------------------------------------------- *
	上部へ戻る設定
 * ---------------------------------------------------------------- */

.return_t{
	text-align:right;
	padding:20px 10px 10px 15px;
/*	font-family:Geneva, Arial, Helvetica, sans-serif; */
	clear: both;
	font-size: 10px;
	margin: 0px;
}

.return_t a{
	text-align:right;
	padding:0 10px 0 15px;
	background:url(../img/return_t.gif) no-repeat left top;
	text-decoration: none;
}

.return_t a:link {   /* 必要ならば，リンクテキストに関する設定をしてください */
	color: #FFFFFF;
}

.return_t a:visited {
	/* 必要ならば，訪問済みリンクテキストに関する設定をしてください */
}

.return_t a:hover {
	/* 必要ならば，マウスオーバー時のリンクテキストに関する設定をしてください */
	color: #CC0000;
	text-decoration: underline;
}

.return_t a:active {
	color: #FFFFFF;
	text-decoration: noneunderline;
}


.return{
	text-align:right;
	padding:20px 10px 10px 15px;
/*	font-family:Geneva, Arial, Helvetica, sans-serif; */
	clear: both;
	font-size: 10px;
	margin: 0px;
}

.return a{
	text-align:right;
	padding:0 10px 0 15px;
	background:url(../img/return_t.gif) no-repeat left top;
	text-decoration: none;
	color: #FFFFFF;
}

.return a:link {   /* 必要ならば，リンクテキストに関する設定をしてください */
	color: #FFFFFF;
}

.return a:visited {
	/* 必要ならば，訪問済みリンクテキストに関する設定をしてください */
}

.return a:hover {
	/* 必要ならば，マウスオーバー時のリンクテキストに関する設定をしてください */
	color: #CC0000;
	text-decoration: underline;
}

.return a:active {
	color: #CC0000;
	text-decoration: noneunderline;
}


/* ---------------------------------------------------------------- *
	リストの設定
 * ---------------------------------------------------------------- */
 
.ul_none {
	list-style-type: none;
	margin-bottom: 5px;
}
.ul_123 {
	list-style-type: decimal;
	margin-bottom: 5px;
}
.ul_123 li {
	padding-bottom: 15px;
}

/* ---------------------------------------------------------------- *
	小窓 add netpartner takashima 2011.10.28
 * ---------------------------------------------------------------- */
#scrollable{
	display:block;
	width:320px;
	height:35px;
	background:#5A463D;
	float:left;
	overflow:auto;
	padding:10px;
	text-align:left;
	margin:10px;
}
#scrollable *{
	font-size:10px;
	color:#ffffff;
	padding:0;
	margin:0;
}
#scrollable h2{
	margin-top:10px;
}
#scrollable h3{
	margin-top:5px;
}
#scrollable p{
	margin:5px;
}
div#txt{
	border-top:1px solid #3C3026;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:auto;
	margin-left:auto;
	width:700px;
	padding:10px 10px 0;
	text-align:left;
	height:60px;
}
#txt h1{
	font-size:12px;
	text-align:left;
	margin:0;
	padding:0;
	font-weight:normal;
	color:#ffffff;
}
#link {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    height: 35px;
    line-height: 19px;
    margin-left: 20px;
    padding-top: 5px;
    width: 310px;
	text-align:left;
}

#link a, #footer a:link {
    color: #D0C1BB;
    text-decoration: none;
}
#link a:visited {
}
#link a:hover {
    color: #CC0000;
    text-decoration: underline;
}
