body {
	background-color : #DC4A03;
}

img {
	border : none;
}

#body {
	margin-left : auto;
	margin-right : auto;
	background-color : #ffffff;
}

/* 汎用テキストスタイル */
.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}


/* ヘッダー部 */
#logo {
	margin : 5px;
	float : left;
}

#headerMenu {
	height : 1em;
	text-align : right;
}

#headerMenu ul {
	list-style-type : none;
	margin : 0px;
	padding : 0px;
}

#headerMenu li {
	display : inline; /*　リスト横並び  */
	margin : 0px;
}

#headerMenu a:link, #headerMenu a:visited, #headerMenu a:active {
	color : #000000;
	text-decoration : none;	/*　下線非表示 */
	border-left : #DC4A03 solid 1px;
	border-right : #DC4A03 solid 1px;
	padding : 0px 15px;
	margin : 0px 5px 0px 0px;
}
	
#headerMenu a:hover {
	border-left : #DC4A03 solid 1px;
	border-right : #DC4A03 solid 1px;
	color : #000000;
	text-decoration : none;  /*　下線非表示  */
	padding : 0px 15px;
	margin : 0px 5px 0px 0px;
	background : #cccccc;
}

#headerMenu2 {
	clear : left;
	background : #DC4A03;
	height : 1.5em;
	text-align : center;
}

#headerMenu2 li {
	display : inline; /*　リスト横並び  */
	margin:0px;
}

#headerMenu2 ul {
	list-style-type : none;
	margin : 0px;
	padding : 0px;
}

#headerMenu2 a:link, #headerMenu2 a:visited, #headerMenu2 a:active {
	color : #FFFFFF;
	font-size : 90%;
	text-decoration : none;	/*　下線非表示 */
	padding : 0px 15px;
	border:#ffd11a solid 1px;
}
	
#headerMenu2 a:hover {
	color : #FFFFFF;
	font-size : 90%;
	text-decoration : underline;  /*　下線表示  */
	padding : 0px 15px;
	border:#ffd11a solid 1px;
}

#headerMessage {
	padding : 5px 150px;
	background : #F9AD81;
}

#headerMessage p {
	font-size : 80%;
	color : #000000;
	margin:0px;
}


#headerLoginBox {
	padding : 10px 20px;
	background:#FFFFFF;
	text-align:center;
}

#headerLoginBox p {
	font-size : 70%;
	color : #000000;
	margin : 0px;
}

/* フッター部 */
#footer address {
	clear : both;
	font-style:normal;
	font-size:75%;
	color: #000000;
	text-align: center;
}

#footer address a:link, #footer address a:visited, #footer address a:active{
	color: #000000;
}
	
#footer address a:hover{
	color: #000000;
}

/* レイアウト用ボックス */
#main {
	clear : left;
	vertical-align:top;
	margin-top:10px;
}

#searchBox {
	width : 150px;
}

#categoryBox {
	width : 150px;
}

#bannerBox {
	width : 150px;
}

#rankingBox {
	width : 150px;
}

#announceBox {
	text-align:left;
	width: 150px;
}

/* default style */
/* form */
form fieldset {
	border : 1px solid #000000;
	background-color : #ffffff;
	padding : 5px;
}

form legend {
	border : 1px solid #000000;
	background-color : #ffffff;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-right : 50px;
	padding-left : 5px;
	font-weight : bold;
	margin-left :5px;
}

form label {
	margin-left : 2px;
	font-weight : bold;
	line-height : 1.8em;
	border-bottom : 1px dotted #a1a5a9;
	padding : 2px;
	text-align:left;
}

form .firstGroup {
	text-align:left;
	padding: 3px;
	border-top : 1px solid #a1a5a9;
	border-bottom : 1px solid #a1a5a9;
}

form .group {
	text-align:left;
	padding: 3px;
	border-bottom : 1px solid #a1a5a9;
}

form .lastGroup {
	padding: 3px;
	border-bottom : 1px solid #a1a5a9;
	background-color : #eeeeee;
	text-align : right;
}

form .item {
	margin-left : 25%;
	line-height : 1.8em;
	text-align:left;
}


/* table */
table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-spacing : 1px;
	background-color : #ffffff;
	border : 1px solid #000000;
	border-collapse: collapse;
}

th, td {
	font-size : 90%;
	padding : 5px;
	border : 1px solid #000000;
}

table td.num {
	text-align: right;
}


/* 各表示コンポーネント基底クラス */
.box {
	background : #EEEEEE;
	margin-bottom : 10px;
	margin-left : 10px;
	margin-right : 10px;
	padding : 5px;
	border : 1px solid #000;
	text-align : left;
	overflow : auto;
}

/*変更中*/
.box h5 {
	text-align : center;
	margin-top : 0px;
}

.box ul {
	text-align : left;
	list-style-type : none;
	margin-top : -1em;
	margin-right : 0px;
	margin-left : 0px;
	margin-left : 0px;
	padding : 0px;
}
#categoryBox.box a:link, #categoryBox.box.box a:visited, #categoryBox.box.box a:active{
	color:#000000;
	font-size:90%;
	text-decoration:underline;
	padding:0px 0px 0px 0px;
}
	
#categoryBox.box.box a:hover {
	color:#FF2611;
	font-size:90%;
	text-decoration:underline;
	padding:0px;
	padding:0px 0px 0px 0px;
}

.box a:link, .box a:visited, .box a:active{
	color:#000000;
	font-size:110%;
	text-decoration:underline;
	padding:0px 0px 0px 0px;
}
	
.box a:hover {
	color:#FF2611;
	font-size:110%;
	text-decoration:underline;
	padding:0px;
	padding:0px 0px 0px 0px;
}

#rankingBox.box a:link, #rankingBox.box a:visited, #rankingBox.box a:active{
	color:#000000;
	font-size:80%;
	text-decoration:underline;
	padding:0px 0px 0px 0px;
}
	
#rankingBox.box a:hover {
	color:#FF2611;
	font-size:80%;
	text-decoration:underline;
	padding:0px;
	padding:0px 0px 0px 0px;
}

.productMatrixBox table {
	margin-left : auto;
	margin-right : auto;
	border-spacing : 5px;
	border-collapse: separate;
	border: 1px;
	background-color: #eee;
}

.productMatrixBox table td {
	background-color : #ffffff;
	padding : 5px;
	border : 1px solid #000000;
	vertical-align : top;
	font-size : 90%;
}

.productMatrixBox table td img {
	float : left;
	padding-right : 5px;
	padding-bottom : 5px;
}

.productMatrixBox table td h5 {
	text-align : left;
	margin-top : 0px;
	margin-bottom : 0px;
	font-size : 100%;
}

.productMatrixBox table td p {
	margin-top : 0px;
}

/* content-box背景#EEEEEE用リンクカラー */
#content-box a:link, #content-box a:visited, #content-box a:active{
	color:#000000;
	font-size:80%;
	text-decoration:underline;
	padding:0px 5px 0px 5px;
	}
	
#content-box a:hover {
	color:#FF2611;
	font-size:80%;
	text-decoration:underline;
	padding:0px 5px 0px 5px;
}

/* 検索ボックス */
#searchBox #searchForm {
	display : block;
	
}

#searchBox form {
	text-align : center;
	display : block;
	width : 150px;
	margin-left : auto;
	margin-right : auto;
}

/* バナー */
#bannerBox .box {
	background : #EEEEEE;
	margin-bottom : 10px;
	margin-left : 10px;
	margin-right : 10px;
	padding : 5px;
	border : 1px solid #000;
	width : 150px;
	clear : left;
}

#bannerBox .productImage {
	float : left;
	margin-right : 5px;
	margin-left: 5px;
	margin-top: 5px;
}

#bannerBox p {
	margin-top : 0px;
	font-size : 75%;
	line-height : 130%;
}

/* サイドバーお知らせ */
#announceBox ul {
	text-align : left;
	list-style-type : disc;
	margin-top : -1em;
	padding : 5px;
}

#announceBox li {
	margin-left: 10px;
	font-size: 90%;
}

/* おすすめ */
#recommendsBox {
	text-align : center;
	overflow:hidden;
}
#recommendsBox.box{
	background:#DC4A03;
/*	background:#F9AD81;*/
	}

#recommendsBox.box h3{
	color:#FFF;
	}

#recommendsBox table {
	text-align : center;
	margin-left :0px;
	margin-right : 0px;
	table-Layout:fixed;
	padding-top:5px;
	border-spacing : 5px;
}

#recommendsBox td {
	vertical-align:top;
}

/* カテゴリの一押し */
#categoryRecommendBox h3 {
	text-align : center;
	width : 100%;
	margin: 0px; 
	padding : 5px 0px 0px 0px;
}

#categoryRecommendBox img {
	margin-right : 5px;
	margin-bottom : 0px;
	float : left;
}

/* 更新された商品 */

#updatedProductBox.box {
	background: #f9ad81;
}
	
#updatedProductBox h3 {
	text-align : center;
}

#updatedProductBox img {
	margin-right :2px;
}

#updatedProductBox table {
	background : #f9ad81;
	margin-left : auto;
	margin-right : auto;
	width : auto;
	border-spacing : 5px;
	table-Layout:fixed;
	border : 1px solid #f9ad81;
}


#updatedProductBox table td {
	background-color : #ffffff;
	padding : 5px;
	border : 1px solid #000000;
	vertical-align : top;
	font-size : 80%;
}

#updatedProductBox table td img {
	float : left;
	padding-right : 5px;
	padding-bottom : 5px;
}

#updatedProductBox table td h4 {
	text-align : left;
	margin-top : 0px;
	margin-bottom : 0px;
}

#updatedProductBox table td p {
	margin-top : 0px;
}

/* 商品一覧 */
#productListBox h3 {
	text-align : center;
}

#productListBox h4 {
	font-size:100%;
	line-height:150%;
	color:#000000;
	margin:20px 15px 5px 5px;
	padding:0px 10px 0px 10px;
	text-align:left;
	border-left:20px solid #DC4A03;
	border-bottom:2px solid #DC4A03;
}

#productListBox img{
	margin-left:2px;
	margin-right:2px;
	margin-top:2px;
	margin-bottom:0px;
	padding:0px;
	}

#categoryProductListBox h3 {
	text-align : center;
}




#productSummaryBox table, .productSummaryBox table {
	margin-left : auto;
	margin-right : auto;
	border-spacing : 10px;
	background-color : #ffffff;
	border : 1px solid #000000;
	width : 518px;
	text-align:left;
}

#productSummaryBox table td {
	vertical-align : top;
}

#productSummaryBox table td img, #productDetailBox table td img, .productSummaryBox table td img {
	margin-bottom : 5px;
	padding:5px;
}

#productSummaryBox .orderNotes {
	border : 1px solid #000000;
	background-color : #ffffff;
	margin-bottom : 1em;
}

#productDetailTable table {
	margin-top : 10px;
	margin-left : auto;
	margin-right : auto;
	border-spacing : 5px;
	background-color : #ffffff;
	border : 1px solid #000000;
	border-collapse: separate
}

#productDetailTable table th {
	width : 5em;
	padding : 5px;
	text-align : left;
}

#productDetailTable table th.caption {
	width : auto;
	text-align : center;
	border :1px;
}

#productDetailTable table td {
	text-align:left;
	width : auto;
	border : 1px solid #000000;
	vertical-align : top;
	padding : 5px;
}

.pagingNaviBox {
	text-align : center;
	font-size :100%;
}

/* カートの内容表 */
#cartDisplayBox table {
	margin-left : auto;
	margin-right : auto;
	width : 100%;
	border-spacing : 1px;
	background-color : #ffffff;
	border : 1px solid #000000;
	border-collapse: collapse;
}

#cartDisplayBox table th, #cartDisplayBox table td {
	font-size : 90%;
	padding : 5px;
	border : 1px solid #000000;
}

#cartDisplayBox table th {
	text-align : center;
}

#cartDisplayBox table .num {
	text-align : right;
	white-space: nowrap;
}

.productName{
	text-align:left;
	}
	
.systemMessage {
	color : #FF3300;
    font-weight : bold;
    border : 2px dotted orangered;
    padding : 2px;
    width : 95%;
    text-align : center;
    line-height : 150%;
	margin-left : auto;
	margin-right : auto;
}

/* 注文画面 */
#orderBox {
	padding: 10px;
}

#orderCustomerBox p{
	padding-left:100px;
	padding-right:100px;
	}
#orderCustomerBox h3{
	text-align:left;
	}
#orderDeliveryBox h3, #orderDeliveryBox h4{
	text-align:left;
	}

#orderConfirmBox h3, #orderConfirmBox h4{
	text-align:left;
	}

/* 別送付先一覧 */
div#addressBookListBox table {

}

/* お客様の声 */
.reviewDisplayBox {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 5px;
	margin-bottom: 10px;
	overflow : auto;
	text-align:left;
}

.productSummaryBox {
	margin-bottom: 10px;
}

/* 生産者の声 */
.producerReview {
	line-height: 180%;
}

#producersVoice.box H3{
	background: #DC4A03;
	margin: 4px;
	padding: 3px;
	color: #FFFFFF;
}

.producerReview H4{
	color: #01aa8a;
	text-align: left;
	font-size: 120%;
	margin: 20px 0px 0px 10px;
	padding-bottom:0px;
	}
	
.producerReview img{
	margin:5px;
	}

/* 事務局情報 */
#companyInformationBox {
	text-align: center;
}
#companyInformationBox.box {
	background:#FFFFFF;
}


#companyInformationBox h3 {
	text-align: center;
}

#companyInformationBox p {
	text-align: left;
	font-size: 80%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/* 特定商取引法に関する表示、販売事業者に関する表示, 配送料 */
#regulationBox h3, #entrepreneurBox h3,
#regulationBox p, #entrepreneurBox p {
	text-align: center;
}

#regulationBox table, #entrepreneurBox table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-spacing : 1px;
	background-color : #ffffff;
	border : 1px solid #000000;
	border-collapse: collapse;
}

#regulationBox table th, #regulationBox table td,
#entrepreneurBox table th, #entrepreneurBox table td {
	font-size : 90%;
	padding : 5px;
	border : 1px solid #000000;
}

#regulationBox table th, #entrepreneurBox table th {
	text-align : left;
}


#shippingBox table{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-spacing : 1px;
	background-color : #ffffff;
	border : 1px solid #000000;
	border-collapse: collapse;
}

#shippingBox table th, #shippingBox table td {
	font-size : 90%;
	padding : 5px;
	border : 1px solid #000000;
}

#shippingBox table td{
	text-align: right;
}

#shippingBox dl dt, #souryo dl ,#souryo dt, #souryo dd{
	font-weight: bold;
	text-align:left;
}

#shippingBox p {
	line-height: 180%;
	font-size: 90%;
}

/* 会員登録、会員情報、購入履歴 */
#memberRegisterBox table, #memberInformationBox table, #memberPurchaseLogBox table,
#memberAddressBookBox table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-spacing : 1px;
	background-color : #ffffff;
	border : 1px solid #000000;
	border-collapse: collapse;
}

#memberRegisterBox th, #memberRegisterBox td, #memberPurchaseLogBox th, #memberPurchaseLogBox, td,
#memberInformationBox th, #memberInformationBox td,
#memberAddressBookBox th, #memberAddressBookBox td {
	font-size : 90%;
	padding : 5px;
	border : 1px solid #000000;
}

#memberRegisterButtonBox {
	text-align: center;
	width:150px;
}

#memberRegisterRegulationsBox {
	width : 400px;
	height: 200px;
	overflow: scroll;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}

#memberSidebar {
	width: 150px;
	float: left;
}

#memberAddressBookListBox {
	margin-top: 10px;
}

#sidebarLessBox{
	width:100%;
	background-color: #eeeeee;
	text-align: center;
}
	
#omoiBox.box{
	text-align: center;
	width : 600px;
	height:auto;
	margin-left:150px;
	background-color : #ffffff;
}
#omoiBox.box p{
	width:600px;
	text-align: left;
	}


	
#rankingBox.box h5,#searchBox.box h5,#categoryBox.box h5,#announceBox.box h5{
   position: relative;
   width: 100%;
   width: auto;
   
   	text-align:center;
   margin-top: 0;
   margin-bottom:10px;
   border-left: 5px solid #F9AD81;
   padding: 5px;
   color: #fff;
   background: #DC4A03;
   font-size: 110%;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
/*	font-size:110%;*/
	}
#categoryBox.box ul{
    margin-top:5px;
	}
#x{
	padding-top:10px;
	}
#bannerBox.box table{
	margin-left : auto;
	margin-right : auto;
	border: 0px;
	background-color: #eee;
}

#header{
	background:url("/test/Design/header.jpg");
	}
table　#orderAddressBox.box{
	border:1px;
	}
td　#orderAddressBox.box{
	border:1px;
	text-align:left;
	}
#orderAddressBox h3, #orderAddressBox h4{
	text-align:left;
	}

/*　目利き委員会 */
#mekikiBox.box h3{
	font-size:130%;
	text-align:center;
	}
p.mekikiHearder{
	margin-left:50px;
	margin-right:50px;
	}
p.toYamagatayaBlog{
	text-align:center;
	}
	
#mekikiBox.box{
	width:600px;
	margin-left:100px;
	margin-right:100px;
	}
p.mekikiPerson img{
	float:left;
	}
p.mekikiName{
	vertical-align:top;
	font-size:130%;
	}
p.mekikiPost{
	font-size:120%;
	}

/*　プライバシーポリシー */

#privacyPolicyBox.box {
	margin-left:100px;
	margin-right:100px;
	padding-left:5px;
	padding-right:5px;
	background:#FFFFFF;
	}
#privacyPolicyBox.box h3{
	text-align:center;
	}
#privacyPolicyBox.box ul{
	list-style-type:cjk-ideographic;
	padding-left:30px;
	}

/* 買い物かご修正 */

.spLink{
	padding:10px 0px 5px 0px;
	width:100%;
	}
P.toOrderLink{
	text-align:right;
	margin-right:5px;
	/*margin-left:380px;   オリジナル*/  
	float:right;　/*　新規*/
	}
#orderSubmitButton{
	text-align:right;
	margin-right:5px;
	margin-left:380px;  

	}

P.shoppingLink{
	text-align:left;
	margin-left:5px;
	float:left;

	}
P.toOrderLink a:link, P.toOrderLink a:visited, P.toOrderLink a:active,
#orderSubmitButton a:link, #orderSubmitButton a:visited, #orderSubmitButton a:active,
P.alignCenter a:link, P.alignCenter a:visited, P.alignCenter a:active{
	color : #000000;
	text-decoration : none;	/*　下線非表示 */
	border: #DC4A03 solid 1px;
	padding : 5px 15px;
	margin : 0px 5px 0px 0px;
	background:#FFcc00;
	line-height:250%;
}


	
P.toOrderLink a:hover, #orderSubmitButton a:hover, P.alignCenter a:hover,P.shoppingLink a:hover{
	border: #DC4A03 solid 1px;
	color : #000000;
	text-decoration : none;  /*　下線非表示  */
	padding : 5px 15px;
	margin : 0px 5px 0px 0px;
	background : #cccccc;
	line-height:250%;
}
P.shoppingLink a:link, P.shoppingLink a:visited, P.shoppingLink a:active{
	color : #000000;
	text-decoration : none;	/*　下線非表示 */
	border: #DC4A03 solid 1px;
	padding : 5px 15px;
	margin : 0px 5px 0px 0px;
	background:#6DCFF6;
	line-height:250%;
}


#orderPaymentBox{
	/*margin-left:100px;*/
	}
#orderPaymentBox h3{
	text-align:left;
	}
	
p.toCategoryList{
	text-align:right;
	margin: 0px;
	padding: 0px;
}


	
#orderCompletedEnqueteBox form .item {
    margin-left: 0px;
}

#orderCompletedEnqueteBox table {
    margin-left: 0px;
    border-width: 0px;
}

#orderCompletedEnqueteBox td {
    border-width: 0px;
} 

 #cartDisplayBoxInOrder {
	margin-left:100px;
	margin-right:100px;
	}
	
#shippingBox.box{
	margin-left:100px;
	margin-right:100px;
	}
span[class="warningMessage"] {	/* 指定属性値を使用している該当要素へ適用 */
	float:left;
	margin-left:20px;
	width:100%;
}

#kanazawayaBanner.box, #kyotodaysBanner.box, #memberRegisterButtonBox.box, #searchBox.box{
	text-align:center;
	overflow:hidden;
	width:150px;
	}
#kanazawayaBanner.box img, #kyotodaysBanner.box img {
	margin:0px;
	padding:0px;
	
	}

#MemberToroku.box{
	margin:0px 100px;
	}


#souryo.box{
	font-size:85%;
	line-height:140%;
	width:400px;
	margin-right:auto;
	margin-left:auto;
	padding:10px;
	background:#FFFFFF;
	clear:both;
	}
	
#shoppingCartBox.box table{
	width: 500px;
	margin-left: 0px;
	text-align:left;
	}
#shoppingCartBox.box form {
    margin-left: 0px;
}

#cartDisplayBox form{
	padding:0px;
	margin:0px;
	}

/* お客様の声 */
#customerReviewBox {
	text-align:left;
	background: #FFFFFF;
	border: 1px solid #000;
	margin: auto;
}

p.cust {
	font-size: 80%;
	line-height: 170%;
	text-align: left;
	margin: 10px;
	overflow: auto;
}

h2.custh2 {
	background: #FFFFFF;
	margin: 4px;
	padding: 3px;
	color: #DC4A03;
	font-weight: lighter;
	text-align:left;
}

#reviewLeftBox {
	float : left;
	height : 37px;
}

#reviewRightBox {
	float : left;
	height : 37px;
}

#reviewBottomBox {
	text-align:left;
	clear : left;
}

/* 生産者レビュー */
#producerReviewBox {
	background: #FFFFFF;
	border: 1px solid #000;
	margin: auto;
	overflow: auto;
	height: 100%;
}

#producerReviewBox img {
	margin:3px;
}

h3.revh3 {
	color: #01aa8a;
	text-align: left;
	font-size: 120%;
	margin: 20px 0px 0px 10px;
	padding-bottom:0px;
}

h2.revh2 {
	background: #DC4A03;
	margin: 4px;
	padding: 3px;
	color: #FFFFFF;
	text-align: center;
	font-weight: lighter;
}
	
#revleft {
	float: left;
}

#revright {
	float: right;
}

p.rev {
	font-size: 95%;
	line-height: 170%;
	text-align: left;
	margin: 10px;
}

/* 商品一覧のテーブル無し */
.productMatrixBoxLeft {
	text-align:left;
	float : left;
	width: 90px;
}

.productMatrixBoxRight {
	text-align:left;
	float : left;
	width: 150px;
}

.productMatrixBoxUnder {
	text-align:left;
	clear : left;
	width: 240px;
}

/* バナーのテーブル無し */
.bannerBoxLeft {
	float : left;
	width: 60px;
}

.bannerBoxRight {
	float : left;
	width: 90px;
}

/* 更新された商品のテーブル無し */
.updateBoxLeft {
	float : left;
}

.updateBoxRight {
	float : left;
	width: 150px;
}

.updateBoxUnder {
	clear : left;
}

/* 一押しのテーブル無し */
.categoryRecommendBoxLeft {
	float : left;
}

.categoryRecommendBoxRight {
	float : left;
	text-align:left;
	width: 430px;
}

.categoryRecommendBoxUnder {
	text-align:left;
	clear : left;
}

/* お客様の声 */
.reviewDisplayBoxLeft {
	float : left;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size : 80%;
	width : 150px;
}

.reviewDisplayBoxRight {
	float : left;
	width : 330px;
}

.reviewDisplayBoxUnder {
	clear : left;
}

/* キャンペーンバナー用 */
#campaignBannerBox {
	padding-bottom: 5px;
}

#campaignBox {
	background: #ffffff;
}
#campaignBanner {
	padding-bottom: 5px;
}
#campaignBox img {
}
#campaignBox table {
	width: 530px;
	text-align: left;
}
#campaignBox table td {
	padding: 10px;
	vertical-align: top;
	width: 510px;
	height: 826px;
}
#campaignBox H3 {
	padding-top: 10px;
	color: #FF00FF;
}
#campaignBox p {
	font-size: 80%;
}
.campaignNormalFont {
	font-size: 100% ! important;
}
.campaignNormalFontColor1 {
	color: #FF33FF;
}
.campaignNormalFontColor2 {
	color: #CC0033;
}
.campaignNormalFontColor3 {
	color: #0000FF;
}
.campaignNormalFontColor4 {
	color: #FF0000;
	font-weight: bold;
}
.campaignNormalFontColor5 {
	color: #FF0000;
	font-weight: bold;
	font-size: 130% ! important;
}
#campaignBoxLeftBox {
	float: left;
	width: 240px;
	text-align: left;
	padding-left: 20px;
}
#campaignBoxRightBox {
	float: left;
	width: 240px;
	text-align: left;
}
#campaignBoxBottomBox {
	clear: left;
}
#campaignBox h1{
	color:#DC4A03;
	font-size:20px;
	font-weight:700;
	text-align:center;
}
#zisshi{
	margin:5px 20px;
	padding:0px;
	border:2px solid #DC4A03;
	background:#F9AD81;
}
#zisshi li{
	font-weight:400;
}
#zisshi h2{
	margin:5px;
	padding:2px;
	text-align:center;
}
#kikan{
	text-align:center;
	background:#DC4A03;
	color:#FFFFFF;
	font-weight:400;
	margin:0;
	width:100%;
}

#mainContent h4, #mainContent li{
	text-align:left;
	}
	
#orderMultiAddressBox.box h3, #orderMultiAddressBox.box h4{
text-align:left;
}

/* 090630 */
.imagebanner {margin: 0pt 10px 10px;}
