/*-------------------------------------------------------------------

	DEFAULT CSS RESET

-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
} 
table {
	font-size:100%;
	border-collapse:collapse;
} 
fieldset,img {
	border:0;
}
img{
	vertical-align:bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {  
	list-style:none;
}
th,caption {
	text-align:left;
}

/*-------------------------------------------------------------------

	DEFAULT SETTING

-------------------------------------------------------------------*/
html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	text-align:center;
	font-size:80%;
	line-height:1.4;
	color:#333333;
	background: url(/img_cmn/bg_body.jpg) no-repeat center top;
	border-top:3px solid #DF719D;
}
#wrapper_block{
	background:url(/img_cmn/bg_wrapper.gif) center repeat-y;
	padding:5px 0 18px;
	border-bottom:2px solid #D2CFC0;
}
#wrapper_inner_block{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:850px;
}
a:link,
a:visited{
	color:#333333;
}
a:hover,
a:active{
	color:#cc3366;
}

/*-------------------------------------------------------------------

	COMMON CLASS

-------------------------------------------------------------------*/
.readtext{
	font-size:120%;
}
.readtext a:link,
.readtext a:visited{
	color:#DF719D;
}
.readtext a:hover,
.readtext a:active{
	color:#cc3366;
}
.bold{
	font-weight:bold;
}
.text_price{
	font-size:120%;
	font-weight:bold;
}
.text_campaign{
	font-size:160%;
	font-weight:bold;
	color:#993366;
}
.text_comment{
	font-size:80%;
}
ul.circle_icon li{
	padding-left:15px;
	padding-bottom:0.7em;
	background:url(/img_cmn/ic_list.jpg) 0 0.5em no-repeat;
}
.right_item{
	float:right;
	margin-left:10px;
	margin-bottom:20px;
}
.left_item{
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
.center_item{
	float:center;
	margin-bottom:20px;
}
#main_block p.p2, 
#main_block #main_contents p.p2 {
	margin-bottom:0;
}
.clr{
	clear:both;
}
/* table */
table.basic{
	border:1px solid #999999;
	width:100%;
}
table.basic th,
table.basic td{
	border:1px dashed #999999;
	padding:10px 15px;
}
table.basic th{
	background:#F6F4EC;
}
.cell_campaign{
	background:#faddea;
}
.must{
	color:#FF3300;
}
/* clearfix */
.clearfix:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}
* html .clearfix {   
    display: inline-block;   
}
.clearfix {
	zoom:1;
}
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

/*-------------------------------------------------------------------

	HEAD AREA

-------------------------------------------------------------------*/
h1{
	float:left;
	width:333px;
	padding-top:15px;
	font-size:80%;
}
h1 a{
	text-decoration:none;
}
#head_block{
	float:right;
	width:468px;
	padding-bottom:10px;
}
#head_block ul.link{
	border-bottom:1px solid #D2CFC0;
	text-align:right;
}
#head_block ul.link li{
	display:inline;
	text-align:right;
}
#head_block img.telTit{
	padding-top:5px;
}
#head_block ul.contact li{
	display:inline;
}
#head_block ul.contact li.tel img{
	margin-right:6px;
}
#head_block ul.contact li.order img{
	margin-right:4px;
}

/*-------------------------------------------------------------------

	Global Menu

-------------------------------------------------------------------*/
#global_menu{
	clear:both;
	margin-bottom:1px;
	height:40px;
}
#global_menu li{
	display:inline;
}
#gl_1{ background:url(/img_cmn/gl_1_ov.jpg) no-repeat; }
#gl_2{ background:url(/img_cmn/gl_2_ov.jpg) no-repeat; }
#gl_3{ background:url(/img_cmn/gl_3_ov.jpg) no-repeat; }
#gl_4{ background:url(/img_cmn/gl_4_ov.jpg) no-repeat; }
#gl_5{ background:url(/img_cmn/gl_5_ov.jpg) no-repeat; }
#gl_6{ background:url(/img_cmn/gl_6_ov.jpg) no-repeat; }
#gl_7{ background:url(/img_cmn/gl_7_ov.jpg) no-repeat; }

/*-------------------------------------------------------------------

	TopicPath Block

-------------------------------------------------------------------*/
#topicpath_block{
	padding-bottom:18px;
}

/*-------------------------------------------------------------------

	Main Block

-------------------------------------------------------------------*/
#main_block{
	float:left;
	width:634px;
}
#main_block p{
	margin-bottom:0.8em;
	line-height:1.5em;
}
/*-------------------------------------------------------------------

	Side Block

-------------------------------------------------------------------*/
#side_block{
	float:right;
	width:200px;
}
#side_block ul.basic li{
	padding-bottom:6px;
}

/*-------------------------------------------------------------------

	Foot Block

-------------------------------------------------------------------*/
#footer_block{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	padding:18px 0;
	text-align:left;
	width:888px;
}
#footer_block address{
	float:left;
	width:280px;
	font-size:80%;
}
#footer_block address a{
	text-decoration:none;
}
#footer_block ul.link{
	font-size:80%;
	float:right;
	width:600px;
	text-align:right;
}
#footer_block ul.link li{
	display:inline;
	border-right:1px solid #333333;
	padding:0 5px;
}
#footer_block ul.link li.list_end{
	border-right:none;
	padding:0 0 0 5px;
}

