/*class----------------------------------------------------*/

.align_left{
	text-align: left !important;
}

.align_center{
	text-align: center !important;
}

.align_right{
	text-align: right !important;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.float_none{
	float: none;
}

.clear_both{
	clear: both !important;
}

.display_none{
	display: none !important;
}

.display_inline{
	display: inline !important;
}

.mt_0px{
	margin-top: 0px !important;
}

.mt_10px{
	margin-top: 10px !important;
}

.mt_20px{
	margin-top: 20px !important;
}

.mb_10px{
	margin-bottom: 10px !important;
}

.width_auto{
	width: auto !important;
}

.m_auto{
	margin-right: auto !important;
	margin-left: auto !important;
}

.font_color_red{
	color: #FF0000 !important;
}

.font_color_blue{
	color: #0000FF !important;
}

.font_color_yellow{
	color: #FFCC00!important;
}

.border_none{
	border: none !important;
}

.nowrap{
	white-space: nowrap;	/*行内容を折り返さない */
}


h1.popup a,
h2.popup a,
h3.popup a,
h4.popup a,
h5.popup a,
p.popup a,
li.popup a,
dt.popup a,
dd.popup a{
	background-image: url(../img/popup.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}


/*img---*/

.img_left,
.img_right{
	border: #EBEBEB solid 1px;
	background-color: #FFFFFF;
}

.img_left p,
.img_right p{
	margin: 0 !important;
	padding: 0 !important;
}

.img_left img,
.img_right img{
	padding: 1px;
	vertical-align: bottom;
}

.img_left{
	float: left;
	margin-right: 5px !important;
}

.img_right{
	float: right;
	margin-left: 5px !important;
}

.img_center img{
	margin: 0 auto 0 auto;
	vertical-align: bottom;
}

a img{
	border: none;
}

a:hover img{
    filter: Alpha(opacity=80); /* IE系 */
    opacity:0.8; /* Mozzila系 */
	-moz-opacity:0.8;
}

/*clearfix----------------------------------------------------*/

.clearfix:after,
h2:after,
h3:after,
div:after,
ul:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix,
h2,
h3,
div,
ul{
	display: inline-table;
	min-height: 1%;
}

/*Hides from lE-mac*/

*html .clearfix,
*html h2,
*html h3,
*html div,
*html ul{
	height: 1%;
}

.clearfix,
h2,
h3,
div,
ul{
	display: block;
}

/*End hide from IE-mac */



/*font-size----------------------------------------------------*/

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table{
	color: #888888;
}

p,ul,ol,dl,table{
	font-size: 0.75em;
	line-height: 1.5em;
}

table ul,table ol,table dl,table table,ul ul,ul ol,ul dl,ol ul,ol ol,ol dl,dl ul,dl ol,dl dl,tt{
	font-size: 1em;
}



/*----------------------------------------------------*/

html{

}

body{
	margin: 0;
	padding: 0;
}

#WRAPPER{
	margin: 0;
	padding: 0;
}

#HEADER{
	margin: 0;
	padding: 0;
	position:relative;
}

#HEADER-TITLE{
	padding: 15px 0 13px 0;
	background-image: url(../img/title-bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#HEADER-TITLE p{
	width: 831px;
	margin: 0 auto;
	padding: 0 31px 0 0;
	text-indent: -9999px;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
}

#HEADER-TITLE p a {
	display: block;
	width: 234px;
	height: 52px;
	overflow: hidden;
}

#HEADER-LINK{
	width:800px;
	text-align:right;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-400px
}

#HEADER-LINK a{
	color:#fff;
}

#HEADER-LINK a:link{
	text-decoration:none;
}

#HEADER-LINK a:hover{
	text-decoration:underline;
}

#HEADER-MENU{
	text-align: right;
	margin: 0 0 0 0;
	padding: 8px 0 12px 0;
	background-image: url(../img/header-bg.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	border-color: #EBEBEB;
	border-style: solid;
	border-width: 1px 0 0 0;
}

#HEADER-MENU ul{
	width: 840px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#HEADER-MENU ul li{
	margin: 0;
	padding: 0 20px 0 20px;
	display: inline;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 0 0 1px;
}

#HEADER-MENU ul li a{
	color: #888888;
}


#CONTENTS{
	margin: 15px auto 0 auto;
	padding: 0;
	width: 800px;
}

#CONTENTS-MAIN{
	margin: 0;
	padding: 0;
	float: right;
	width: 600px;
}

#CONTENTS-MAIN h1{
	background-image: url(../img/main-h1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 0 0 0;
	padding: 3px 0 0 15px;
	font-size: 1.4em;
	line-height: 1em;
	clear: both;
}

#CONTENTS-MAIN h2{
	margin: 40px 0 0 0;
	padding: 10px 0 10px 30px;
	font-size: 0.95em;
	background-image: url(../img/main-h2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-color: #EBEBEB;
	border-style: solid;
	border-width: 1px 1px 3px 1px;
	clear: both;
}

#CONTENTS-MAIN h3{
	background-image: url(../img/main-h3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 20px 0 0 0;
	padding: 8px 0 6px 20px;
	font-size: 0.9em;
	border-color: #EBEBEB;
	border-style: solid;
	border-width: 0 0 1px 0;
}

#CONTENTS-MAIN h4{
	background-image: url(../img/main-h4.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 0.85em;
	line-height: 1em;
}

#CONTENTS-MAIN h5{
	background-image: url(../img/main-h5.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 0.8em;
	line-height: 1em;
}

#CONTENTS-MAIN p{
	margin: 10px 0 0 0;
	padding: 0;
}

#CONTENTS-MAIN dl{
	margin: 0;
	padding: 10px 0 0 0;
}

#CONTENTS-MAIN dl dt{
	margin: 10px 0 0 0;
	padding: 0 0 0 13px;
	background-image: url(../img/li-01.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}

#CONTENTS-MAIN dl dd{
	margin: 0;
	padding: 0 0 0 1em;
}

#CONTENTS-MAIN ul{
	margin: 7px 0 0 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

#CONTENTS-MAIN ul li{
	margin: 0;
	padding: 3px 0 3px 20px;
	background-image: url(../img/li-01.png);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}

#CONTENTS-MAIN ul li ul{
	margin: 0 0 0 20px;
}




#CONTENTS-MAIN ul.main-menu{
	margin: 0 auto 20px auto;
	padding: 5px;
	list-style-type: none;
	text-align: center;
	background-color: #F6F6F6;
}

#CONTENTS-MAIN ul.main-menu li{
	margin: 0;
	padding: 0 15px 0 15px;
	background-image: url(../img/li-02.png);
	background-position: 5px 0.35em;
	display: inline;
}


#CONTENTS-MAIN #bnrarea,
#CONTENTS-MAIN #bnrarea2{
	margin:15px 0;
}

#CONTENTS-MAIN #bnrarea img{
	display:block;
	margin-bottom:15px;
}

#CONTENTS-MAIN ul#bnrarea2{
	padding:0;
}

#CONTENTS-MAIN ul#bnrarea2 li{
	margin:0;
	padding:0;
	background:none;
	width:295px;
	float:left;
}

#CONTENTS-MAIN ul#bnrarea2 li.mr10{
	margin-right:10px;
}


#CONTENTS-MAIN table{
	margin: 10px 0 0 0;
	padding: 0;
	border-collapse:collapse;
}

#CONTENTS-MAIN table tr{

}

#CONTENTS-MAIN table tr th{
	background-color: #F6F6F6;
	white-space: nowrap;
}

#CONTENTS-MAIN table tr td{
	vertical-align: top;
}

#CONTENTS-MAIN table tr td.vertical-align-middle{
	vertical-align: middle;
}

#CONTENTS-MAIN table tr td.th{
	vertical-align: middle;
	background-color: #F6F6F6;
	text-align: center;
	font-weight: bold;
}

#CONTENTS-MAIN table tr th,
#CONTENTS-MAIN table tr td{
	border-color: #EBEBEB;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	empty-cells: hide;
}

#CONTENTS-MAIN form{
	margin: 0 0 0 0;
	padding: 0;
}

#CONTENTS-MAIN iframe{
	margin: 10px 0 0 0;
	padding: 0;
	border-color: #EBEBEB;
	border-style: solid;
	border-width: 1px;
}

#CONTENTS-MAIN iframe.estimate{
	margin: 10px 0 0 0;
	padding: 0;
	border-style: none;
	width: 600px;
	height: 100px;
}





#CONTENTS-MENU {
	float: left;
	width: 180px;
}

#CONTENTS-MENU a{
	color: #888;
}

#CONTENTS-MENU div{
	border-color: #EBEBEB;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	margin: 0 0 0 0;
	padding: 0;
}

#CONTENTS-MENU h2{
	margin: 0;
	padding: 10px;
	font-size: 0.8em;
	border-color: #EBEBEB;
	border-style: solid;
	border-width: 1px 0 0 0;
	text-align: center;
}

#CONTENTS-MENU ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #F9F9F9;
}

#CONTENTS-MENU ul li{
	margin: 0;
	padding: 6px 0 6px 30px;
	background-image: url(../img/li-01.png);
	background-repeat: no-repeat;
	background-position: 10px 0.8em;
	border-color: #EBEBEB;
	border-style: solid;
	border-width: 1px 0 0 0;
}

#CONTENTS-MENU ul li ul{
	margin: 0;
	padding: 0;

}

#CONTENTS-MENU ul li ul li{
	margin: 0;
	padding: 2px 0 2px 12px;
	background-image: url(../img/li-02.png);
	background-repeat: no-repeat;
	background-position: 0 0.7em;
	border-width: 0;
}

#CONTENTS-MENU p{
	margin: 20px 0 0 0;
	padding: 0;
}

#CONTENTS-MENU p a{

}

#FOOTER{
	margin: 20px 0 0 0;
	font-size: 1em;
	border-color: #EBEBEB;
	border-style: solid;
	border-width: 1px 0 0 0;
}

#FOOTER a{
	color: #888;
}

#FOOTER ul{
	width: 800px;
	margin: 0 auto;
	padding: 15px 0;
	list-style-type: none;
}

#FOOTER ul li{
	margin: 0;
	padding: 0 30px 0 10px;
	display: inline;
	background-image: url(../img/li-02.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}

#FOOTER p{
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#FOOTER div.address{
	width: 800px;
	margin:0 auto;
	padding: 0;
}

#FOOTER div.address p{
	width: 260px;
	margin-right:10px;
	float:left;	
}

#FOOTER div.address p.w400{
	width: 400px;	
}
















#CONTENTS-CART{}

#CONTENTS-CART div.cart-top{
	margin: 20px 0 20px 0;
	padding: 5px 10px;
	background-color: #F6F6F6;
}

#CONTENTS-CART div.cart-top p{
	margin: 0;
	padding: 0;
}

#CONTENTS-CART div.cart-sort{
	margin: 0 0 0 0;
	padding: 5px;
	text-align: right;
}

#CONTENTS-CART div.cart-page{
	text-align: center;
}

#CONTENTS-CART div.cart-page p{
	margin: 0;
	padding: 0;
}


#CONTENTS-CART div.cart-item{
	float: left;
	width: 130px;
	margin: 0;
	padding: 10px;
}

#CONTENTS-CART div.cart-item p{
	margin: 0;
	padding: 0;
}

#CONTENTS-CART div.cart-img{
	margin: 0;
	padding: 0;
	float: left;
}

#CONTENTS-CART div.cart-img p.float_left{
	padding: 0 10px 0 0;
}

#CONTENTS-CART div.cart-tume{
	margin: 10px 0 0 20px;
	padding: 0 10px 10px 10px;
	background-color: #F6F6F6;
	height: 432px;
	width: 160px;
	float: right;
}

#CONTENTS-CART div.cart-tume table{
	font-size: 0.7em;
}

#CONTENTS-CART div.cart-tume table tr th,
#CONTENTS-CART div.cart-tume table tr td{
	border-style: none;
	padding: 0 10px 10px 0;
}

#CONTENTS-CART div.cart-tume table img{
	display: block;
	padding: 0 0 0 0;
}


#CONTENTS-CART div.cart-form{
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
}

#CONTENTS-CART div.cart-form p{

}

#CONTENTS-CART div.cart-form table{
	margin: 10px auto;
	width: 400px;
}

#CONTENTS-CART div.cart-form FORM{
	margin: 10px auto;
}

#CONTENTS-CART div.cart-form FORM p{
	text-align: center;
}













#REVIEW{}

#REVIEW #CONTENTS-MAIN{
	margin: 0;
	padding: 20px;
	float: none;
	width: 540px;
}

#iframe{

}

#iframe #CONTENTS-MAIN{
	margin: 0;
	padding: 0;
	float: none;
}
















#BLOG{}

#BLOG .jgm_entry_desc_mark,.entry_more{
	color: #888888;
	font-size: 0.75em;
	line-height: 1.5em;
}

#BLOG .entry_navi{
	margin: 0 auto 20px auto;
	padding: 5px;
	list-style-type: none;
	text-align: center;
	background-color: #F6F6F6;
}

#BLOG .entry_navi p{
	margin: 0;
}

#BLOG #main{
	float: left;
	width: 430px;
	margin: 0;
	padding: 0 20px 0 0;
}

#BLOG #main h2{
	margin: 20px 0 0 0;
	padding: 10px 0 10px 30px;
	font-size: 0.95em;
	background-image: url(../img/main-h2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-color: #EBEBEB;
	border-style: solid;
	border-width: 1px 1px 3px 1px;
	clear: both;
}

#BLOG #main img{
	max-width: 430px;	
}

#BLOG #side{
	float: right;
	width: 148px;
	margin: 0;
	padding: 0 0 5px 0;
	border-color: #EBEBEB;
	border-style: solid;
	border-width: 1px;
}

#BLOG #side h3{
	background-image: url(../img/main-h3.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 0 0 0;
	padding: 8px 0 6px 20px;
	font-size: 0.9em;
	border-color: #EBEBEB;
	border-style: solid;
	border-width: 0 0 1px 0;
}

#BLOG #side ul{
	margin: 7px 0 0 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

#BLOG #side ul li{
	margin: 0;
	padding: 3px 0 3px 10px;
	background-image: url(../img/li-02.png);
	background-repeat: no-repeat;
	background-position: 0 0.7em;
}





.boxL240{
	width:240px;
	float:left;
}

ul.participation li{
	background-image:none !important;
	padding-left:0 !important;	
}

p.address {
	
}

#jq_map {
	width:600px;
	height:200px;
	margin-bottom:20px;
}



