@charset "UTF-8";

/*--------------------	
Target
	new.html
	campaign.html
	relieved.html
	goods.html
	square.html
	car.html
	profile.html
	question.html
---------------------*/

h2 {
	width: 475px;
	height: 20px;
	color: #FFF;
	font-size: 20px;
	padding: 65px 30px;
}

h2.new { background: url(../img/bg_new.jpg) no-repeat; }
h2.campaign { background: url(../img/bg_campaign.jpg) no-repeat; }
h2.relieved { background: url(../img/bg_relieved.jpg) no-repeat; }
h2.goods { background: url(../img/bg_goods.jpg) no-repeat; }
h2.square { background: url(../img/bg_square.jpg) no-repeat; }
h2.enjoy { background: url(../img/bg_enjoy.jpg) no-repeat; }
h2.car { background: url(../img/bg_car.jpg) no-repeat; }
h2.profile { background: url(../img/bg_profile.jpg) no-repeat; }
h2.event { background: url(../img/bg_event.jpg) no-repeat; }
h2.question { 
	color: #F60;
	background: url(../img/bg_question.jpg) no-repeat; }


.pan {
	padding-top: 10px;
}

#pan_bottom1 {
	width:535px;
	padding-top: 15px;
}

#pan_bottom2 {
	width:535px;
	padding-top: 20px;
}

p.comment {
	line-height: 1.5em;
	margin-bottom: 20px;/*y2KwzRgƍXVeƂ̊ԕ*/
}

h2.title {
	width: 535px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	padding: 17px 0px 17px 15px;
	background: url(../img/bg_title.gif) no-repeat;
}

td.text1 {
	color: #333;
	vertical-align: top;
	padding-top: 5px;
	line-height: 1.5em;

}

.to_top_qu,
.to_topLast {
	width: 535px;
	text-align: right;
	margin: 10px 0px;
	padding-top: 10px;
	background: url(../img/dotline535.gif) no-repeat;
}
.to_top_qu { height: 50px;}
.to_topLast { height: 40px;}

/* ---------------------<<< updata box >>>----------------------- */
div.updata {
	padding-top: 20px;
	background: F7F4F4;
}

td.updata_top { padding-bottom: 10px; }
td.updata_last { padding-top: 10px; }
td.u_icon { padding-left: 10px; }

td.updata a {
	padding: 5px 0px 5px 20px;
	display: block;
}

		
/* ----------------------<<< rightmenu common >>>------------------------- */


td.r_icon {
	width: 9px;
	padding: 13px 5px 0px 8px;
	vertical-align: top;
}

td.r_text {
	width: 178px;
	padding: 10px 10px 10px 0px;
	vertical-align: top;
}

td.r_line { text-align: center; }

div.right_bottom {
	width: 200px;
	height: 7px;
	background: url(../img/r_bottom.gif) no-repeat;
}


td.r_return a {
	padding: 20px 8px 8px 0px;
	text-align: right;
	text-decoration: none;
	display: block;
	
}

		td.r_return a:link {
			color: #8B8B8B;
		}
		
		td.r_return a:visited {
			color: #8B8B8B;
		}
		
		td.r_return a:hover {
			color: #690;
		}
		
div.right_bottom {
	padding-top: 12px;
}

ul.r_banner,
ul.r_event,
ul.r_company {
	width: 200px;
	list-style: none;
}
ul.r_banner li,
ul.r_event li,
ul.r_company li {
	padding-bottom: 2px;
}






