@charset "utf-8";
/*___________ 基本設定 ___________ */


body {
	margin:0;
	padding:0;
	text-align:center;
	color:  #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#WRAP {
	width:900px;
	color:  #333333;
	height: auto;
	background-position: center center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-left-style: solid;
}

#TITLE {
	position: absolute;
	top: 29px;
	left:233px;
	width: 318px;
	height: 28px;
	padding-left: 10px;
}
#TITLE p {
	font-size: 25px;
	color: #339A31;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 30px;
}


div,td {
	text-align:left;
}

p {
	margin:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
}

li {
	margin: 0;
	list-style-type: none;
}

ol, ul {
	margin: 0;
	padding:0;
	text-decoration: none;
}


dl {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
dl dt {
	float: left;
	width: 35px;
	line-height: 150%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
dl dd {
	border-bottom: 1px #CCCCCC solid;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0em;
	margin: 0px;
	line-height: 180%;
}



a {
	color: #5F0E14;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}

from{
	margin: 0px;
	padding: 0px;
}

/********メイン********/
h1 {
	font-size:10px;
	line-height:12px;
	margin: 0;
	color:  #FFFFFF;
	background-color: #F39907;
	font-weight: normal;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#TOP {
	width: 900px;
	margin: 0;
	padding: 0px;
	height: 450px;
	position: relative;
}

#LOCALTITLE {
	position: absolute;
	top: 24px;
	left:9px;
	width: 855px;
	height: 34px;
	padding-left: 5px;
}
#LOCALTITLE p {
	font-size: 35px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	line-height: 35px;
}



#TOP2 {
	width: 900px;
	padding: 0px;
	height: 470px;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}


#LOCALTITLE2 {
	position: absolute;
	top: 42px;
	left:35px;
	width: 665px;
	height: 34px;
	padding-left: 5px;
}
#LOCALTITLE2 p {
	font-size: 35px;
	color: #570102;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	line-height: 35px;
}



#MENU {
	width: 800px;
	height:25px;
	float:left;
	background-color: #000099;
}

#MENULINK {
	width: 743px;
	position: absolute;
	top: 290px;
	left:99px;
	height: 48px;
}



.menu {
	float:left;
}

/********メインコンテンツ********/
#MAINWRAP {
	width:900px;
	float:left;
	margin-top: 10px;
}

#CONTENTS {
	width:670px;
	float:right;
	margin-right: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.con_mar {
	padding: 0px;
	margin: 0px;
}


.pan{
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}

.pan p{
	font-size: 12px;
}


#CONTENTS h2 {
	font-size:16px;
	line-height:46px;
	color: #333333;
	background-image: url(../image/h2.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#CONTENTS h3 {
	font-size:16px;
	line-height:30px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EE7413;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}


#CONTENTS h3 a,
#CONTENTS h3 a:hover,
#CONTENTS h3 a:active, 		/* for IE (Keyboard) */
#CONTENTS h3 a:focus {		/* for Netscape (Keyboard) */
	color: #333333;
	text-decoration: underline;
	width: 600px;
	font-weight: bold;
}




#CONTENTS h4 {
	font-size:16px;
	line-height:30px;
	color: #000000;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FA9600;
}

#CONTENTS p {
	margin-right: 10px;
	margin-left: 15px;
	font-size: 14px;
	line-height: 30px;
}

.bg-yell {
	font-size: 12px;
	line-height: 16px;
	background-color: #FFFFCC;
	border: 4px outset #CC0000;
}

.order-d {
	background-color: #FFFFFF;
	border: 8px outset #FF9900;
	margin: 10px 40px 20px 40px;
}

.order-page {
	background-color: #FFFFE6;
	border: 4px outset #CC0000;
	padding: 0 0 6px 30px;
	margin: 0 40px 0 40px;
}


.check-wrap {
	background-color: #FFEEEE;
	border: 4px outset #CC0000;
	margin: 10px 40px 20px 40px;
}

.co-wrap {
	background-color: #FFFFFF;
	border: 3px outset #006699;
	margin: 10px 40px 20px 40px;
}



#CONTENTS form {
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.company {
	margin: 10px;
}

.tokutei {
	margin: 10px;
}

.tokutei p {
	font-size: 12px;
}

.pad-t {
	padding-top: 20px;
}

#CONTENTS table {
	font-size: 14px;
	background-color: #FFFFFF;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
}

.t-t {
	background-color: #E1E1E1;
	color: #000000;
	font-weight: bold;
}

#CONTENTS td {
	color: #000000;
}

#CONTENTS th {
	color: #333333;
	background-color: #FFFF66;
}

.txt2{
	background-color:#FFCCCC;
	width:589px;
	margin:0px;
	padding:0px;
}

.txt2imag{
	margin-bottom:10px;
	margin-top:10px;
	text-align:right;
}

.background1{
		background-color:#FFCCCC;
}	

/********LEFTMENU********/
#LEFT,
#LEFT2,
#LEFT3 {
	width:200px;
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.menu-left {
	font-size: 12px;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: normal;
	text-align: center;
	line-height: 32px;
}

.left-waku {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
}

.left_img{
	margin-bottom: 10px;
}

.left-waku h2{
	font-size: 15px;
	text-align: center;
	background-color: #F39907;
	line-height: 30px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 200px;
	font-weight: normal;
}


.left-waku p{
	font-size: 12px;
	margin: 0px;
	line-height: 35px;
	text-indent: 20px;
	padding: 0px;
}

.left-waku a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: normal;
	background-repeat: no-repeat;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding: 0px;
	margin: 0px;
	background-image: url(../image/menu1.jpg);
	text-indent: 35px;
}

.menu1 {		
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../image/menu-2.gif);
	display: block;
	font-weight: bold;
	background-repeat: no-repeat;
	width: 180px;
}


.left-waku a:hover,
.left-waku a:active, 		/* for IE (Keyboard) */
.left-waku a:focus {		/* for Netscape (Keyboard) */
	color: #666666;
	text-decoration: none;
	background-image: url(../image/menu1-a.jpg);
	text-indent: 35px;
}

.left-waku2 a {
	color: #FF0000;
	text-decoration: none;
	display: block;
	font-weight: bold;
	background-repeat: no-repeat;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding: 0px;
	margin: 0px;
}

.left-waku3 a {
	color: #E38800;
	text-decoration: none;
	display: block;
	font-weight: normal;
	background-repeat: no-repeat;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding: 0px;
	margin: 0px;
	background-image: url(../image/menu2.jpg);
	text-indent: 45px;
	background-position: 10px;
}

.left-waku2 a:hover,
.left-waku2 a:active, 		
.left-waku2 a:focus, 
.left-waku3 a:hover,
.left-waku3 a:active, 		
.left-waku3 a:focus {
	color: #FF0000;
	text-decoration: none;
}


.left-d {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	width: 200px;
}

.left-d p {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
}

.left-d a {
	color: #5F0E14;
}

/********FOOTER********/

#FOOTER1 {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	width: 870px;
}

#FOOTER1 p {
	font-size:12px;
	line-height:23px;
	color: #666666;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#FOOTER1 a {
	color: #333333;
	text-decoration: underline;
}


#FOOTER1 a:hover,
#FOOTER1 a:active, 		/* for IE (Keyboard) */
#FOOTER1 a:focus {		/* for Netscape (Keyboard) */
	color:#FF6600;
	text-decoration: underline;
}

#FOOTER2 {
	text-align: center;
	background-color: #F49807;
	width: 900px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#FOOTER2 p {
	font-size:12px;
	line-height:12px;
	color: #FFFFFF;
}


#FOOTER2 a {
	color: #666666;
	text-decoration: none;
}

#FOOTER2 a:hover,
#FOOTER2 a:active, 		/* for IE (Keyboard) */
#FOOTER2 a:focus {		/* for Netscape (Keyboard) */
	text-decoration: underline;
}


.clear {
	clear:both;
}


/**** ****/


em {
	font-style: normal;
	font-weight: bold;
}
span.bld {
	font-weight: bold;
}

.u {
	text-decoration: underline;
}

.f14 {
	font-size: 14px;
	line-height:18px;
	font-weight: bold;
}


.text_right {
	text-align: right;
}
.center {
	text-align: center;
}
.center2 {
	width:590px;
	text-align: center;
}




/**** F ****/
span.red {
	color: #CC0000;
	background-color: #FFFFFF;
	font-weight: normal;
}

span.buru{
	color:#0033FF;
	font-weight: bold;
}

span.kiiro{
	color:#FF9900;
	font-weight:bold
}

span.backkiiro{
	background-color: #FFFF99;
}

.red{
	color: #DD0000;
}


/**** image ****/
img {
	border:0;
}

.img_right{
	float: right;
}

.img_center{
	text-align:center;
}

.img_left{
	text-align:left;
	}


.onmouseover{
	text-align: center;
}
.onmouseover a{
}

.onmouseover a:hover{
	filter: alpha(opacity=60);
	opacity: 0.5;
}




/**** stepmall ****/

.step{
	background-image: url(../image/step.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 305px;
}



/**** ql̐p ****/

.waku_ab{
	float: left;
	margin-bottom: 10px;
}

.waku_a{
	width: 660px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
}

.waku_b{
	width: 320px;
	float: left;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	height: 280px;
}

.waku_b img{
	float: left;
}


/****merumagȃ****/

.toppege{
	font-size: 12px;
	text-align: right;
	color: #FF6600;
}

.waku{
	border: 1px solid #CCCCCC;
	margin-left: 10px;
}

.image_waku{
	height: auto;
	width: auto;
	text-align: center;
	border: 1px solid #CCCCCC;
}

.merumaga{
	background-image: url(../image/haikei_rain.jpg);
	background-repeat: repeat-y;
}



/****footermenu****/

.footermenu1{
	float: left;
	width: 290px;
}



/****burakku****/

.burakku{
	background-image: url(../image/yajirushi.jpg);
	background-repeat: no-repeat;
	text-indent: 25px;
	font-weight: bold;
}


/****otoiawase****/


#OTOIAWASE {
	width: 670px;
	margin: 0;
	padding: 0px;
	height: 300px;
	position: relative;
	background-image: url(../image/otoiawase.gif);
	background-repeat: no-repeat;
	float: none;
}

.OTOIAWASE {
	width: 670px;
	margin: 0;
	padding: 0px;
	height: 300px;
	position: relative;
	background-image: url(../image/otoiawase.gif);
	background-repeat: no-repeat;
	float: none;
}


#OTOIAWASEBOTAN {
	position: absolute;
	top: 223px;
	left:1px;
}


.OTOIAWASEBOTAN {

}

/****各サンクスページのCSS****/
#THANKS{
	float: none;
	height: auto;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
}

.thanks_contents{
	margin: 10px;
	padding: 5px;
}

.thanks_contents h2{
	font-size: 17px;
	background-image: url(../image/thanks_h2.jpg);
	line-height: 38px;
	background-repeat: repeat-x;
	color: #333333;
	text-indent: 10px;
	margin: 0px;
	padding: 0px;
}

.thanks_contents p{
	color: #336633;
	font-weight: bold;
}

.thanks_contents_waku{
	border: 1px dashed #B9DEBF;
	padding: 5px;
}

/****更新情報のCSS****/

#KOUSHIN{
	width:200px;
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#KOUSHIN2{
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 660px;
}


#KOUSHIN h2{
	background-image: none;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-indent: 10px;
	color: #FFFFFF;
	background-color: #6A1E11;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
}

.koushin_h2{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


#KOUSHIN li {
	list-style-type: none;
	font-size: 12px;
	display: list-item;
	list-style-position: inside;
	margin-top: 10px;
	margin-right: 5;
	margin-bottom: 0px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 18px;
}

#KOUSHIN2 li {
	list-style-type: none;
	font-size: 12px;
	display: list-item;
	list-style-position: inside;
	margin-top: 10px;
	margin-right: 5;
	margin-bottom: 0px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 18px;
}


#KOUSHIN ol, ul {
	margin: 0;
	padding:0;
	text-decoration: none;
}

/****質問のCSS****/

.qanda{
	margin: 5px;
	height: 240px;
}


.qanda_main{
	float: left;
	width: 410px;
	border: 1px solid #999999;
	height: 238px;
}

.qanda_sidemenu{
	width: 236px;
	float: right;
	height: 48px;
	background-image: url(../image/qanda_saimuseiri.gif);
	background-repeat: no-repeat;
}

.qanda_kabaraiseikyu{
	width: 236px;
	float: right;
	height: 48px;
	background-image: url(../image/qanda_kabaraiseikyu.gif);
	background-repeat: no-repeat;
}

.qanda_niniseiri{
	width: 236px;
	float: right;
	height: 48px;
	background-image: url(../image/qanda_niniseiri.gif);
	background-repeat: no-repeat;
}
.qanda_jikohasan{
	width: 236px;
	float: right;
	height: 48px;
	background-image: url(../image/qanda_jikohasan.gif);
	background-repeat: no-repeat;
}
.qanda_minjisaisei{
	width: 236px;
	float: right;
	height: 48px;
	background-image: url(../image/qanda_minjisaisei.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.qanda_sidemenu p,
.qanda_kabaraiseikyu p,
.qanda_niniseiri p,
.qanda_jikohasan p,
.qanda_minjisaisei p{
	text-indent: 10px;
	padding: 0px;
	margin-top: 10px;
}

.qanda_sidemenu a,
.qanda_kabaraiseikyu a,
.qanda_niniseiri a,
.qanda_jikohasan a,
.qanda_minjisaisei a {
	text-decoration: none;
	font-weight: bold;
}


.qanda_sidemenu a:hover,
.qanda_kabaraiseikyu a:hover,
.qanda_niniseiri a:hover,
.qanda_jikohasan a:hover,
.qanda_minjisaisei a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}


.mokuji {
	width : 650px;
	height: 100px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
} 

.mokuji_menu {
	width : 216px;
	padding : 0px;
	float: left;
	height: auto;
} 


.mokuji_menu ul {
	float : left;
}


.mokuji_menu li {
	padding-bottom : 5px;
	font-size: 14px;
	text-decoration: none;
	text-indent: 20px;
	padding-top: 5px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 18px;
} 

.qanda_font,
.qanda_font a {
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

.qanda_q {
	color: #3366CC;
	font-weight: bold;
	font-size: 16px;
}

.kabaraicheck{
	text-align: center;
}
.kabaraicheck a{
}

.kabaraicheck a:hover{
	filter: alpha(opacity=80);
	opacity: 0.5;
}



.saimushitumon_q{
	background-image:url(../image/shitumon_q.jpg);
	height: 90px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}


.saimushitumon_q p{
	font-size: 18px;
	line-height: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 60px;
}




.saimushitumon_a{
	background-image:url(../image/shitumon_a.jpg);
	background-repeat: no-repeat;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}


.saimushitumon_a p{
	font-size: 18px;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 85px;
}

