@charset "utf-8";

/*===================================================================================================================*/
/*===== ↓ 基本設定 ↓ ==============================================================================================*/

html,body,div,table,tr,th,td,h1,h2,h3,p,form,ul,ol,li,dl,dt,dd,hr,img,strong,em,span,a,address
	{
	 color: #883300;
	 font-style: normal;
	 font-variant: normal;
	 font-weight: normal;
	 font-size: 14px;
	 font-family: "Meiryo" , "メイリオ" , "Osaka" , "MS P Gothic" , "ＭＳ Ｐゴシック" , sans-serif;
	 line-height: 23px;
	 letter-spacing: 1px;
	 text-align: left;
	 text-decoration: none;
	 list-style-type: none;
	 border: 0px;
	 margin: 0px;
	 padding: 0px;
	}

input,textarea,button
	{
	 color: #883300;
	 font-size: 14px;
	 font-family: "Meiryo" , "メイリオ" , "Osaka" , "MS P Gothic" , "ＭＳ Ｐゴシック" , sans-serif;
	}

body,
div#header,
div#main,
div#footer
	{
	 text-align: center;
	}

div#main a,
div#footer a
	{
	 color: #883300;
	 text-decoration: underline;
	 overflow: hidden;
	 outline: none;
	}

div#main a:hover,
div#footer a:hover
	{
	 text-decoration: none;
	}

/*======================================================================================*/
/*===== ↓ ヘッダー ↓ =================================================================*/

body
	{
	 background-color: #ffffff;
	}

div#header
	{
	 border-top: 8px #883300 solid;
	 padding: 0px 0px 10px 0px;
	}

div#header table
	{
	 border-collapse: collapse;
	 width: 950px;
	 margin: 0px auto 0px auto;
	}

div#header table tr th
	{
	 color: #f6eeaa;
	 text-align: left;
	 vertical-align: middle;
	}

div#header table tr td
	{
	 text-align: center;
	 vertical-align: middle;
	 width: 210px;
	 border-left: 2px #cc7722 dotted;
	 border-right: 2px #cc7722 dotted;
	}

div#header table tr td.wide
	{
	 width: 310px;
	}

div#header table tr th#smenu
	{
	 text-align: right;
	}

div#header table tr th#smenu a
	{
	 color: #555555;
	 letter-spacing: 2px;
	 margin: 0px 5px 0px 5px;
	}

div#header table tr th#smenu a:hover
	{
	 text-decoration: underline;
	}

div#header table tr td a
	{
	 color: #663300;
	 font-weight: bold;
	 font-size: 15px;
	 line-height: 24px;
	 letter-spacing: 2px;
	 text-align: center;
	 display: block;
	 padding: 8px 0px 8px 0px;
	}

div#header table tr td.long a
	{
	 font-size: 12px;
	 line-height: 24px;
	 letter-spacing: 1px;
	}

div#header table tr td a:hover
	{
	 background-color: #ffffee;
	}

div#header div#gmenu
	{
	 background-color: #fffae0;
	 padding-bottom: 5px;
	}

/*======================================================================================*/
/*===== ↓ メイン ↓ ===================================================================*/

div#bg
	{
/*	 background-image: url("_img/bg.png");
	 background-position: center top;
	 background-repeat: repeat-y;
*/	}

div#main
	{
	 width: 950px;
	 margin: 0px auto 0px auto;
	 padding-top: 2px;
	 padding-bottom: 4px;
	}

/*========================================================*/
/*===== ↓ 罫線 ↓ =======================================*/

div#main hr
	{
	 border-bottom: 2px #cc7722 dotted;
	 width: 930px;
	 margin: 10px auto 10px auto;
	}

/*========================================================*/
/*===== ↓ ベースパーツ ↓ ===============================*/

div#main h2
	{
	 color: #663300;
	 font-weight: bold;
	 font-size: 15px;
	 line-height: 24px;
	 letter-spacing: 4px;
	 background-color: #fffae0;
	 border: 1px #883300 solid;
	 border-top-left-radius: 6px;
	 border-top-right-radius: 6px;
	 border-bottom: none;
	 padding: 5px 0px 5px 10px;
	}

div#main div h3
	{
	 color: #663300;
	 font-weight: bold;
	 font-size: 15px;
	 line-height: 24px;
	 letter-spacing: 4px;
	 margin: 0px 0px 0px 0px;
	}

div#main div
	{
	 background-color: #ffffff;
	 border: 1px #883300 solid;
	 border-bottom-left-radius: 6px;
	 border-bottom-right-radius: 6px;
	 border-top: none;
	 margin: 0px 0px 8px 0px;
	 padding: 10px;
	}

div#main div p
	{
	 margin: 0px 0px 10px 0px;
	}

div#main div ul li
	{
	 border-bottom: 1px #cc7722 dotted;
	 margin: 0px 5px 5px 0px;
	 padding-bottom: 4px;
	}

div#main div dl dd
	{
	 border-bottom: 1px #cc7722 dotted;
	 margin: -23px 3px 7px 0px;
	 padding: 0px 0px 5px 150px;
	}

div#main div p#button
	{
	 text-align: center;
	 margin: 30px 0px 30px 0px;
	}

div#main div ul#security
	{
	 background-image: url("_img/security.png");
	 background-position: right bottom;
	 background-repeat: no-repeat;
	 padding: 15px 0px 100px 0px;
	}

div#main div ul#security li
	{
	 margin: 0px 350px 5px 0px;
	}

div#main div table.proitem
	{
	 border-collapse: collapse;
	 border: 1px #cccccc solid;
	 margin: 0px 0px 20px 15px;
	}

div#main div table.proitem tr th,
div#main div table.proitem tr td
	{
	 color: #555555;
	 font-size: 15px;
	 line-height: 24px;
	 letter-spacing: 2px;
	 border-collapse: collapse;
	 border: 1px #cccccc solid;
	 margin: 0px 0px 0px 0px;
	 padding: 8px 5px 8px 8px;
	}

div#main div table.proitem tr td.photo
	{width: auto;
	 padding: 0px;
	}

div#main div table.proitem tr td img
	{
	 display: block;
	}

div#main div table.proitem tr th
	{width: 90px;
	 color: #333333;
	 background-color: #f6f6f6;
	}

div#main div table.proitem tr td
	{width: 450px;
	}

/*========================================================*/
/*===== ↓ 専用パーツ ↓ =================================*/

div#main div#banner
	{
	 text-indent: -9999px;
	 background-image: url("_img/banner.png");
	 background-position: center;
	 background-repeat: no-repeat;
	 border: 1px #883300 solid;
	 border-radius: 6px;
	 height: 400px;
	 padding: 0px;
	}

div#main div#greeting
	{
	 background-image: url("_img/greeting_01.png");
	 background-position: 630px 30px;
	 background-repeat: no-repeat;
	}

div#main div dl#news
	{
	 overflow: auto;
	 height: 100px;
	}

div#main div h3
	{
	 font-weight: bold;
	 font-size: 15px;
	 line-height: 24px;
	 letter-spacing: 4px;
	 margin-bottom: 10px;
	}

div#main div h3 em
	{
	 color: #ff3333;
	 font-weight: bold;
	 font-size: 15px;
	 line-height: 24px;
	 letter-spacing: 4px;
	 margin-bottom: 10px;
	}

div#main div p em.fcp
	{
	 color: #ff2277;
	}

div#main div p em.fcg
	{
	 color: #00bb33;
	}

div#main div p em.fcb
	{
	 color: #0033bb;
	}

div#main div p em.fcr1
	{
	 text-decoration: underline;
	 color: #ff3333;
	}

div#main div p em.fcr2
	{
	 color: #ff3333;
	}

div#main div p#sign
	{
	 font-weight: bold;
	 font-size: 15px;
	 line-height: 24px;
	 letter-spacing: 4px;
	 text-align: right;
	}

div#main div form dl dt em
	{
	 color: #ff3333;
	 margin-left: 5px;
	}

div#main div form dd:last-child
	{
	 border-bottom: 1px #cc7722 dotted;
	 margin: -23px 3px 7px 0px;
	 padding: 0px 0px 5px 150px;
	}

/*========================================================*/
/*===== ↓ フォーム専用部品 ↓ ===========================*/

div#main div p#info
	{
	 color: #2266ff;
	 text-indent: 5px;
	 background-color: #eaf9ff;
	 margin: 0px 0px 10px 0px;
	}

div#main div p#fin
	{
	 text-align: center;
	 margin: 0px 0px 0px 0px;
	 padding: 150px 0px 150px 0px;
	}

div#main div ul#error
	{
	 background-color: #ffeeee;
	 margin: 0px 0px 20px 0px;
	}

div#main div ul#error li
	{
	 color: #ff3333;
	 text-indent: 5px;
	}

div#main div form dl dd input.normal
	{
	 width: 280px;
	}

div#main div form dl dd input.short
	{
	 width: 120px;
	}

div#main div form dl dd input.long
	{
	 width: 500px;
	}
div#main div form dl dd textarea
	{
	 width: 680px;
	 height: 250px;
	}

div#main form p#submit
	{
	 text-align: center;
	 margin: 0px 0px 10px 0px;
	}

div#main form p#submit input
	{
	 letter-spacing: 10px;
	 width: 300px;
	 margin: 5px 0px 0px 0px;
	 padding: 3px 10px 2px 20px;
	}

/*========================================================*/
/*===== ↓ 最終行の調整 ↓ ===============================*/

div#main div p:last-child,
div#main div li:last-child,
div#main div dd:last-child
	{
	 border-bottom: none;
	 margin-bottom: 0px;
	 padding-bottom: 0px;
	}

/*======================================================================================*/
/*===== ↓ フッター ↓ =================================================================*/

div#footer
	{
	 background-color: #fffae0;
	 border-bottom: 8px #883300 solid;
	}

div#footer p
	{
	 text-align: center;
	 margin: 0px auto 0px auto;
	 padding: 20px 0px 5px 0px;
	}

div#footer address
	{
	 text-align: center;
	 margin: 0px auto 0px auto;
	 padding: 0px 0px 20px 0px;
	}

/*======================================================================================*/
/*===== ↓ SNSボタン ↓ ================================================================*/
/*
#wrap{
	width:960px;
	margin:10px auto;
}

#social_box{
	background:#transparent;
	width:60px;
	padding:15px;
	margin-left:-100px;
	text-align:center;
	position:fixed;
bottom: 30;
  left: 30;
	list-style-type:none;
}

#main2{
	width:660px;
	float:left;
}

#side{
	width:300px;
	float:left;
}
*/

#social_box{
	text-align:left;
	position:fixed;
bottom: 30px;
  left: 30px;
}
