/* ------------------------------
common
------------------------------ */

p {
	margin-bottom: 15px;
	margin-top: 0px;
}
hr {
	border-style: dashed none none none;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	height: 1px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#pagetop {
	width: 100%;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 10px;
	clear: both;
}


#common_li li {
	list-style-type: none;
	background-image: url(../image/common/icon.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 5px;
}
#red_li li {
	list-style-type: none;
	list-style-position: outside;
	font-size: 12px;
	line-height: 150%;
	vertical-align: middle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	background: url(../image/common/dot_red.gif) no-repeat 0px 0em;

}
#orange_li li {
	list-style-type: none;
	list-style-position: outside;
	font-size: 12px;
	line-height: 150%;
	vertical-align: middle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	background: url(../image/common/dot_orange.gif) no-repeat 0px 0em;

}
#gray_li li {
	list-style-type: none;
	list-style-position: outside;
	font-size: 12px;
	line-height: 150%;
	vertical-align: middle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	background: url(../image/common/dot_gray.gif) no-repeat 0px 0em;

}

#table_soliddash table{
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
}
#table_soliddash table th {
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
	background-color: #E9E4DE;
	padding: 5px;
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C6B8A8;
	border-bottom-color: #C6B8A8;
}
#table_soliddash table td {
	padding: 5px;
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #C6B8A8;
	border-bottom-color: #C6B8A8;
}

#table_solid_1 table{
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
	margin-top: 10px;
}
#table_solid_1 table th {
	padding: 5px;
	white-space: nowrap;	
	background-color: #FCF3C2;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #EDDABC;
}
#table_solid_1 table td {
	padding: 5px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #EDDABC;
}

#table_solid_2 table{
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
	margin-top: 10px;
}
#table_solid_2 table th {
	padding: 5px;
	white-space: nowrap;	
	background-color: #FEFDF5;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #EDDABC;
}
#table_solid_2 table td {
	padding: 5px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #EDDABC;
}


.margin_b5 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_l15 {
	margin-left: 15px;
}

.margin_l20 {
	margin-left: 20px;
}
.margin_l30 {
	margin-left: 30px;
}


.margin_b20 {
	margin-bottom: 20px;
}

.bg_FEFDF5 {
	background-color: #FEFDF5;
}
.bg_FDF7D7 {
	background-color: #FDF7D7;
}


/* ------------------------------
text
------------------------------ */

h2 {
}
h3 {
	font-weight: bold;
	font-size: 16px;
	color: #000000;	
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:#34A031;
	padding-left:6px;
	margin:0px 0px 10px 0px;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	color: #34A031;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #044EA8;	
}

/*
h2 {
	font-weight: bold;
	font-size: 16px;
	color: #000000;	
	border-left-width:5px;
	border-left-style:solid;
	border-left-color:#34A031;
	padding-left:6px;
	margin:0px 0px 10px 0px;	
}
h3 {
	font-weight: bold;
	font-size: 14px;
	color: #34A031;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #044EA8;	
}
h5 {
}
*/




.size10px {
	font-size: 10px;
}

.size14px_FF3333_bold {
	font-size: 14px;
	color: #FF3333;
	font-weight: bold;	
}

.size15px_FF3333_bold {
	font-size: 15px;
	color: #FF3333;
	font-weight: bold;	
}

.FF3333 {
	color: #FF3333;
}





/* ------------------------------
index
------------------------------ */

#box_osusume {
	width: 548px;
	border: 1px solid #D32121;
	margin-bottom: 15px;
	padding-top: 15px;
	clear: both;
	padding-left: 15px;
	overflow: hidden;
}
#box_osusume_yoko {
	width: 540px;
	clear: both;
}
#box_osusume_set {
	width: 120px;
	margin-right: 15px;
	float: left;
	font-size: 10px;
	line-height: 1.2em;
	padding-bottom: 15px;
}
#box_osusume_shopname {
	font-weight: bold;
	font-size: 10px;
	padding-top: 3px;
	line-height: 1.2em;
	padding-bottom: 2px;
}
#box_osusume_title {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2em;
	padding-bottom: 2px;
}
#box_osusume_text {
}
#box_topics {
	width: 563px;
	border: 1px solid #389B35;
	margin-bottom: 20px;
}

/* ------------------------------
index (RSS)
------------------------------ */

#box_blog {
	font-size: 12px;
	line-height: 1.4em;
	width: 533px;
	border: 1px solid #389B35;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 15px;
}
.rss-box li{
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 1.2em;
	list-style-type: none;
}
.rss-box li a {
	font-weight: bold;
}
.rss-date {
	font-size: 10px;
	color: #CC0000;
}


/* ------------------------------
shopping
------------------------------ */

#shopping_top {
	width: 404px;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 10px;
	clear: left;
	float: left;
}
#pagetop_shopping {
	width: 146px;
	text-align: right;
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 10px;
	float: right;
}


#box_articles {
	width: 533px;
	font-size: 12px;
	clear: both;
	background-color: #FFFFEA;
	padding: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: 1px dashed #FF7A22;
	line-height: 1.4em;
}


#box_about_order {
	width: 533px;
	font-size: 12px;
	clear: both;
	background-color: #FEFBEC;
	padding: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #E3C79B;
	line-height: 1.4em;
}



#box_tejun_1 {
	width: 506px;
	clear: both;
	text-align: left;
	background-image: url(../image/common_shopping/icon_1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 27px;
	margin-bottom: 10px;
	line-height: 1.6em;
}
#box_tejun_2 {
	width: 506px;
	clear: both;
	text-align: left;
	background-image: url(../image/common_shopping/icon_2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 27px;
	margin-bottom: 10px;
	line-height: 1.6em;
}
#box_tejun_3 {
	width: 506px;
	clear: both;
	text-align: left;
	background-image: url(../image/common_shopping/icon_3.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 27px;
	margin-bottom: 10px;
	line-height: 1.6em;
}
#box_tejun_4 {
	width: 506px;
	clear: both;
	text-align: left;
	background-image: url(../image/common_shopping/icon_4.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 27px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
#box_tejun_5 {
	width: 506px;
	clear: both;
	text-align: left;
	background-image: url(../image/common_shopping/icon_5.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 27px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
#box_tejun_6 {
	width: 506px;
	clear: both;
	text-align: left;
	background-image: url(../image/common_shopping/icon_6.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 27px;
	margin-bottom: 10px;
	line-height: 1.4em;
}


.articles_image {
	margin-right: 10px;
	margin-bottom: 10px;
}
.articles_image2 {
	margin-right: 10px;
}



#box_shopping_top {
	width: 549px;
	border: 1px dashed #FF7A22;
	padding-top: 14px;
	clear: both;
	padding-left: 14px;
	overflow: hidden;
	background-color: #FFFFEA;	
}
#box_shopping_top_bnr {
	width: 173px;
	margin-right: 8px;
	float: left;
	font-size: 12px;
	line-height: 1.2em;
	padding-bottom: 15px;
	text-align: center;
}

#bg_shopping_top {
	width: 565px;
	clear: both;
	background-image: url(../image/shopping/bg_hokkaido.gif);
	background-repeat: no-repeat;
	background-position: right top;
}



/* ------------------------------
symons_registration
------------------------------ */

#cgi-card {
	border: 1px solid #CC3300;
	padding: 15px;	
	background-color: #FFFFEA;	
}

#box_txt440 {
	width: 440px;
	clear: both;
	text-align: left;
	margin-left: 30px;	
}

