@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Last up date:   2014.04.18
Style Info:     common css
------------------------------------------------------------------------ */  

/*------------------------------------------------------------Header*/
/*HeaderBox*/
#header {
	height: 100px;
	width: 980px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#hdr_tx {
	font-size: 11px;
	line-height: 130%;
	color: #aaa;
	padding: 20px 0 0;
	text-align: right;
}
#logobox {
	float: left;
	padding: 19px 0 0;
}
/*HeaderNavi*/
ul#headernavi {
	background: #f2f2f2;
	padding: 7px 0 7px 14px;
	list-style-type: none;
	overflow: hidden;
	position: absolute;
	top: 50px;
	right: 0;
}
ul#headernavi li {
	font-size: 12px;
	line-height: 12px;
	display: inline;
	background: url(../img/common_img/arrow01.gif) no-repeat left center;
	padding: 0 14px;
}
ul#headernavi li a {
	text-decoration: none;
	color: #333;
}
ul#headernavi li a:hover {
	text-decoration: underline;
	color: #888;
}
/*------------------------------------------------------------MainNavi*/
#mainnavi {
	background: #333;
	width: 100%;
	min-width: 980px;
	height: 50px;
	clear: both;
	overflow: hidden;
}
#mainnavi ul {
	width: 980px;
	margin: 0 auto;
	list-style-type: none;
}
#mainnavi ul li.home {
	width: 194px;
	border-left: 1px dotted #fff;
}
#mainnavi ul li {
	width: 195px;
	text-align: center;
	float: left;
	border-right: 1px dotted #fff;
}
#mainnavi ul li a {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
	padding: 8px 0 10px;
	display: block;
}
#mainnavi ul li a span, #mainnavi ul li.active span {
	font-size: 9px;
	line-height: 12px;
	color: #a0dc00;
}
#mainnavi ul li a:hover, #mainnavi ul li.active {
	background: #727272;
}
/*------------------------------------------------------------AccountArea*/
#accountarea {
	background: #eee url(../img/common_img/bg_account.gif) repeat-x center bottom;
	width: 100%;
	min-width: 980px;
	margin: 0 0 20px;
}
#accountbox {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#accountbox p {
	float: left;
	padding: 10px 0;
}
#accountbox #btn_mypage a, #accountbox #btn_logout a {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 -1px 0 #999;
	display: block;
	padding: 8px 30px;
}
#accountbox #btn_mypage, #accountbox #btn_logout {
	float: right;
	border-radius: 5px 5px 0 0;
	position: absolute;
	bottom: 0;
}
#accountbox #btn_mypage {
	right: 125px;
	background: #a0dc00;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#a0dc00), to(#71cb00));
	/* Firefox */
	background: -moz-linear-gradient(top, #a0dc00, #71cb00);
	/* IE10 */  
	background: linear-gradient(to bottom, #a0dc00, #71cb00);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0dc00', endColorstr='#71cb00', GradientType=0 );
	zoom: 1;
}
#accountbox #btn_logout {
	right: 0;
	background: #aaa;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#808080));
	/* Firefox */
	background: -moz-linear-gradient(top, #aaaaaa, #808080);
	/* IE10 */  
	background: linear-gradient(to bottom, #aaaaaa, #808080);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#808080', GradientType=0 );
	zoom: 1;
}
/*------------------------------------------------------------MainPhoto*/
#mainphotoarea {
	text-align: center;
	width: 100%;
	min-width: 980px;
	margin: 0 auto;
}
#mainphoto {
	width: 980px;
	margin: 0 auto;
}
/*------------------------------------------------------------Contentarea*/
#contentarea {
	width: 100%;
	min-width: 980px;
	margin: 0 auto;
}
#content {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
/*------------------------------------------------------------Left*/
#contentarea_left {
	width: 230px;
	float: left;
}
#content_left {
	text-align: left;
	padding: 40px 0;
}
#content_left .titlebar02 {
	margin: 0;
}
/*BannerList*/
ul.bnlist {
	list-style-type: none;
	width: 230px;
}
ul.bnlist li {
	text-align: center;
}
/*SubNavi*/
ul.subnavi {
	list-style-type: none;
	width: 230px;
}
ul.subnavi li {
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	border-bottom: 1px dotted #333;
}
ul.subnavi li a {
	text-decoration: none;
	color: #333;
	display: block;
	background: url(../img/common_img/arrow01.gif) no-repeat left center;
	padding: 10px 0 10px 17px;
}
ul.subnavi li a:hover, ul.subnavi li.active {
	background: #eee url(../img/common_img/arrow01.gif) no-repeat left center;
}
/*------------------------------------------------------------Right*/
#contentarea_right {
	width: 720px;
	float: right;
}
#content_right {
	text-align: left;
	padding: 40px 0;
}
/*------------------------------------------------------------Footer*/
/*pagetop*/
#pagetop {
	position: fixed;
	right: 36px;
	bottom: 36px;
	cursor: pointer;
	clear: both;
}
/*FooterBox*/
#footerarea {
	width: 100%;
	min-width: 980px;
	text-align: center;
	clear: both;
	border-top: 1px solid #333;
}
#footer {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}
/*FooterLink*/
.ftrnavbox {
	float: left;
}
#footer ul {
	width: 160px;
	background: url(../img/common_img/ftr_hr.gif) no-repeat left top;
}
#footer ul li {
	font-size: 11px;
	line-height: 130%;
	padding: 3px 8px 3px 15px;
}
#footer ul li.category {
	font-weight: bold;
	line-height: 15px;
	padding: 0 8px 5px 15px;
}
#footer ul li.single {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	padding: 0 8px 0 15px;
}
#footer ul li a {
	text-decoration: none;
	color: #333;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #999;
}
/*Copyright*/
#copyright {
	font-size: 10px;
	line-height: 35px;
	text-align: center;
	width: 100%;
	min-width: 980px;
	border-top: 1px solid #333;
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
	height: 25px;
	width: 100%;
	clear: both;
}
#pankuzu ol {
	padding: 0;
	list-style: none;
}
#pankuzu ol li {
	display: inline;
	font-size: 10px;
	padding: 0 7px 0 10px;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li.home {
	padding-left: 0;
	background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
	text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
	text-decoration: underline;
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_10 {
	height: 1px;
	clear: both;
	margin: 10px 0;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
hr.line_15 {
	height: 1px;
	clear: both;
	margin: 15px 0;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
hr.line_20 {
	height: 1px;
	clear: both;
	margin: 20px 0;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
hr.line_25 {
	height: 1px;
	clear: both;
	margin: 25px 0;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
hr.line_30 {
	height: 1px;
	clear: both;
	margin: 30px 0;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_15 {
	height: 15px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_25 {
	height: 25px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_15 hr, .space_20 hr, .space_25 hr, .space_30 hr {
	display: none;
}
/*Title*/
.titlebar {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #333 url(../img/common_img/titlebar.gif) no-repeat left bottom;
	margin: 0 0 9px;
	padding: 8px 12px 15px;
}
.titlebar span /*��ʸ���Υ���ץ����*/ {
	font-size: 10px;
	font-weight: normal;
}
.titlebar span.eng /*����ʸ���αѻ�*/ {
	font-size: 11px;
	font-weight: normal;
	color: #a0dc00;
}
.titlebar02 {
	font-weight: bold;
	padding: 8px 0;
	margin: 0 0 12px;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
}
.titlebar02 span {
	font-size: 10px;
	font-weight: normal;
	color: #999;
}
/*OnePoint_img*/
.icon_point01 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 35px;
	background: url(../img/common_img/point_01.gif) no-repeat 0 5px;
	/* CSS3 */
	text-shadow: 1px 1px 1px #F2F2F2;
}
.icon_point01 span {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
/*OnePoint_border*/
.icon_point02 {
	font-size: 14px;
	font-weight: bold;
	border-left: 4px solid #40ADE7;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
	/* CSS3 */
	text-shadow: 1px 1px 1px #F2F2F2;
}
.icon_point02 span {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
/*OnePoint_Arrow*/
.icon_arrow {
	padding: 3px 0 3px 10px;
	background: url(../img/common_img/arrow.gif) no-repeat 0 9px;
}
/*------------------------------------------------------------Text*/
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-weight: bold;
}
/*TextColor*/
.tx_red {
	color: #C33;
}
/*attention*/
.attention {
	font-size: 11px;
}
/*accent*/
.accent {
	font-size: 14px;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
.clearboth hr {
	display: none;
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t15 {
	margin-top: 15px;
}
.margin_t20 {
	margin-top: 20px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b15 {
	margin-bottom: 15px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b25 {
	margin-bottom: 25px;
}
.margin_b30 {
	margin-bottom: 30px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 5px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*------------------------------------------------------------Padding*/
/*PaddingTop*/
.padding_t05 {
	padding-top: 5px;
}
.padding_t10 {
	padding-top: 10px;
}
.padding_t15 {
	padding-top: 15px;
}
.padding_t20 {
	padding-top: 20px;
}
/*PaddingBottom*/
.padding_b05 {
	padding-bottom: 05px;
}
.padding_b10 {
	padding-bottom: 10px;
}
.padding_b15 {
	padding-bottom: 15px;
}
.padding_b20 {
	padding-bottom: 20px;
}
/*PaddingRight*/
.padding_r05 {
	padding-right: 5px;
}
.padding_r10 {
	padding-right: 10px;
}
.padding_r15 {
	padding-right: 15px;
}
.padding_r20 {
	padding-right: 20px;
}
/*PaddingLeft*/
.padding_l05 {
	padding-left: 5px;
}
.padding_l10 {
	padding-left: 10px;
}
.padding_l15 {
	padding-left: 15px;
}
.padding_l20 {
	padding-left: 20px;
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
