@charset "shift_jis"; 
/* CSS Document */

/*******************************************

Top page Temp

********************************************/
body{
	margin:0;
	padding:0;
	font-size:12px;
	color:#333;
}
#wrapperAll{
	width:801px;
	text-align:center;
	margin:0 auto;
}

#BasicBox{
	border:1px solid #B3B3B3;
	padding-top:11px;
	text-align:left;
	background:#fff url(../img/common/bg_header_bar.jpg) repeat-x 0 0;
}

#HeadBox{
	border-bottom:1px solid #B3B3B3;
	height:75px;
}

#CenterBox{
	background:#fff url(../img/common/bg_main.jpg) repeat-y 0 0;
}

#LeftBox{
	width:179px;
	float:left;
}

#MainBox{
	width:620px;
	float:right;
}

#FootBox{
	text-align:center;
	color:#FFF;
	background-color:#1B7B55;
	background:#7A285A url(../img/common/bg_footer_bar.jpg) repeat-x 0 0;
}


/*******************************************

All Setting

********************************************/

h1{
	float:left;
	margin:0;
	padding:0;
	text-align:right;
	width:445px;
	height:75px;
}

img{
	border:none;
}


/*******************************************

HeadBox Section

********************************************/
#HeadBox .environment{
	text-align:right;	
}
#HeadBox .HeadRight{
	float:right;
	width:353px;
}
#HeadBox .HeadRight form.headserchBox{
	float:left;
	width:250px;
	margin:0;
}
#HeadBox .HeadRight form.headserchBox p{
	margin:0 5px;
}
	#HeadBox .HeadRight form.headserchBox input{
		vertical-align:middle;	
	}
#HeadBox .HeadRight p.backHome{
	float:left;
	width:103px;
	margin:0;
	text-align:center;
}



/*******************************************

LeftBox Section

********************************************/

#LeftBox ul,li{
	margin:0;
	padding:0;
	list-style:none;
}

#LeftBox h2{
	margin:0;
	padding:0;
}

#LeftBox ul.LeftBoxList li{
	margin:5px 10px 5px 30px;
}
#LeftBox p.qrBox{
	text-align:center;	
}
#LeftBox p.bnrBox{
	text-align:center;
	margin:15px;
}

#LeftBox .LeftBoxBnrSpace{
	margin:0 auto 1em;
	text-align:center;
}

#QrText{
	width:150px;
	margin:0 auto 10px;
	padding:0;
	font-size:10px;
}


/*******************************************

MainBox Section

********************************************/

#CanpainBnr{
	margin:0;
	padding:0;
	float:right;
}

#Mainbox #FirstBox{
	width:580px;
	margin:0 auto;
}

#Mainbox #FirstBoxL{
	width:388px;
	float:left;
}

#Mainbox #FirstBoxR{
	width:162px;
	float:right;
}


#Mainbox #PickupBox{
	width:388px;
	border:1px solid #1C7C56;
}
	

/*******************************************

FootBox Section

********************************************/

#FootBox ul{
	list-style:none;
	margin:0 auto;
	padding:10px 0 0;
	text-align:center;
}

#FootBox li{
	display:inline;
	font-size:12px;
}
	
#FootBox p{
	font-size:12px;
	margin:0;
	padding:0 0 5px;
}

#FootBox a:link{ color:#FFF; text-decoration:none;}
#FootBox a:visited{ color:#FFF; text-decoration:none;}
#FootBox a:hover{ color:#FFF; text-decoration:underline;}


/*******************************************

General purpose CSS

********************************************/

.FltLeft{
	float:left;
}

.FltRight{
	float:right;
}

.FltClear{
	clear:both;
}

.FltClear2{
	height:0;
	font-size:0;
	clear:both;
}

.TextInline{
	display:inline;
}

.CenterPos{
	margin:0 auto;
	text-align:center;
}

.TextLeft{
	text-align:left;
}
