@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2012.06.01
Style Info:     common css
------------------------------------------------------------------------ */  

/*------------------------------------------------------------Header*/
/*HeaderBox*/
#headerarea {
	height: 110px;
	width: 100%;
	min-width: 940px;
	text-align: center;
	clear: both;
	background: #000 url(../img/common_img/bg_hdr.gif) no-repeat center top;
}
#header {
	height: auto;
	width: 940px;
	text-align: center;
	margin: 0 auto;
}
#header_tx {
	font-size: 9px;
	color: #777;
	text-align: left;
	padding: 80px 0 0;
	float: left;
	line-height: 150%;
	width: 390px;
}
/*Logo*/
#logobox {
	float: left;
}
/*HeaderLink*/
#header_link {
	padding: 0 0 17px;
	text-align:right;
}
/*HeaderContact*/
#header_contact {
	text-align: right;
}
/*------------------------------------------------------------Main*/
/*MainPhoto*/
#mainphotoarea {
	text-align: center;
	width: 100%;
	min-width: 940px;
	margin: 0 auto;
	padding: 0 0 10px;
	background: url(../img/common_img/bg_mainphoto.gif) no-repeat center bottom;
}
#mainphoto {
	width: 940px;
	margin: 0 auto;
}
/*ContentareaBox*/
#contentarea {
	width: 100%;
	min-width: 940px;
	margin: 0 auto;
}
#content {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}
/*LeftBox*/
#contentarea_left {
	width: 220px;
	float: left;
}
#content_left {
	text-align: left;
	padding: 20px 0 25px;
}
/*RightBox*/
#contentarea_right {
	width: 700px;
	float: right;
}
#content_right {
	text-align: left;
	padding: 20px 0 35px;
}
.section {
	background: url(../img/common_img/bg_paper.gif) repeat-x left top;
	padding: 20px 20px 0;
}
/*Inq*/
#inq {
	width: 700px;
	height: 170px;
	clear: both;
	margin: 30px 0 0;
	position:relative;
}
#inq #inq_btn {
	position: absolute;
	padding: 75px 0 0 393px;
}
/*------------------------------------------------------------Footer*/
/*FooterBox*/
#footerarea {
	width: 100%;
	min-width: 940px;
	text-align: center;
	clear: both;
	background: #FFF url(../img/common_img/bg_ftr.gif) repeat-x center top;
}
/*PageTop*/
#pagetop {
	text-align: right;
	background: url(../img/common_img/bg_pagetop.gif) no-repeat right top;
}
#footer {
	text-align: center;
	width: 940px;
	margin: 0 auto;
}
/*FooterInfo*/
#footerinfo {
	text-align: left;
	padding: 25px 0 20px;
	float: left;
}
#footerinfo .footer_logo {
	margin-bottom:10px;
}
#footerinfo p {
	line-height: 140%;
	margin: 0 0 8px;
	font-size: 13px;
}
#footerinfo p.title {
	margin: 0;
	font-weight:bold;
}
#footerinfo p.info {
	padding-top:8px;
	border-top:dotted 1px #c3b4b3;
}
/*FooterContact*/
#footer_contact {
	float: right;
	padding: 35px 0 0;
}
/*FooterLink*/
#footerbtm {
	background: #000;
	text-align: center;
	clear: both;
	width: 100%;
	min-width: 940px;
}
#footerlink {
	width: 940px;
	margin: 0 auto;
	padding: 7px 0;
}
#footerlink ul {
	float: left;
}
#footerlink ul li {
	display: inline;
	border-right: 1px solid #FFF;
	padding: 0 5px;
	line-height: 100%;
	font-size: 11px;
}
#footerlink ul li#home {
	border-left: 1px solid #FFF;
}
#footerlink a {
	text-decoration: none;
	color: #FFF;
}
#footerlink a:hover {
	text-decoration: underline;
}
/*Copyright*/
#copyright {
	font-size: 10px;
	color: #FFF;
	text-align: right;
	float: right;
}
/*------------------------------------------------------------Navi*/
/*MainNavi*/
#mainnaviarea {
	width: 100%;
	min-width: 940px;
	height: 90px;
	clear: both;
	background: url(../img/navi_img/bg_navi.gif) repeat-x center top;
}
#mainnavi {
	width: 940px;
	margin: 0 auto;
}
#mainnavi ul {
	list-style-type: none;
}
#mainnavi ul li {
	float: left;
}
/*SubNavi*/
ul.subnavi {
	list-style-type: none;
	width: 220px;
}
ul.subnavi li {
	text-align: left;
	margin: 0 0 10px;
}
ul.subnavi li.bg_white {
	background: #FFF;
}
ul.subnavi li p.shop {
	margin-bottom:2px;
}
ul.subnavi li.facebook {
	height: auto;
	width: 220px;
	margin: 0 0 10px;
}
ul.subnavi li.facebook iframe {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: #FFF;
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
	height: 25px;
	width: 100%;
	clear: both;
}
#pankuzu ol {
	padding: 0;
	list-style: none;
}
#pankuzu ol li {
	float: left;
	font-size: 11px;
	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 #4c3a37;
	border-right: 0 dotted #4c3a37;
	border-bottom: 0 dotted #4c3a37;
	border-left: 0 dotted #4c3a37;
}
hr.line_20 {
	height: 1px;
	clear: both;
	margin: 20px 0;
	border-top: 1px dotted #4c3a37;
	border-right: 0 dotted #4c3a37;
	border-bottom: 0 dotted #4c3a37;
	border-left: 0 dotted #4c3a37;
}
hr.line_30 {
	height: 1px;
	clear: both;
	margin: 30px 0;
	border-top: 1px dotted #4c3a37;
	border-right: 0 dotted #4c3a37;
	border-bottom: 0 dotted #4c3a37;
	border-left: 0 dotted #4c3a37;
}
hr.space_10 {
	height: 10px;
	clear: both;
	border: 0;
}
hr.space_20 {
	height: 20px;
	clear: both;
	border: 0;
}
hr.space_30 {
	height: 30px;
	clear: both;
	border: 0;
}
/*TitleBar*/
.titlebar {
	margin: 0 0 20px;
	padding: 8px 0;
	border-bottom: 1px solid #4c3a37;
	clear: both;
}
/*OnePoint_border*/
.icon_point01 {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	border-left: 4px solid #d68282;
	padding: 1px 0 1px 8px;
	margin: 0 0 10px;
	/* CSS3 */
	text-shadow:1px 1px 1px #F2F2F2;
}
.icon_point01 span {
	font-size: 12px;
	font-weight: normal;
}
/*OnePoint_Arrow*/
.icon_arrow {
	padding: 0 0 0 10px;
	background: url(../img/common_img/arrow.gif) no-repeat 0 5px;
}
/*box_white*/
.box_white {
	background: #FFF;
	padding: 15px;
	/*CSS3*/
	border-radius: 5px;
}
/*------------------------------------------------------------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;
}
/*TextRed*/
.tx_red {
	color: #C33;
}
/*TextRed*/
.tx_big {
	font-size:16px;
	font-weight:bold;
	color: #C33;
}
/*attention*/
.attention {
	font-size: 10px;
	line-height: 150%;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*------------------------------------------------------------Margin*/
/*MarginTop10px*/
.margin_t10 {
	margin: 10px 0 0;
}
/*MarginTop20px*/
.margin_t20 {
	margin: 20px 0 0;
}
/*MarginBottom5px*/
.margin_b05 {
	margin: 0 0 5px;
}
/*MarginBottom10px*/
.margin_b10 {
	margin: 0 0 10px;
}
/*MarginBottom20px*/
.margin_b20 {
	margin: 0 0 20px;
}
/*MarginBottom30px*/
.margin_b30 {
	margin: 0 0 30px;
}
/*MarginRight10px*/
.margin_r10 {
	margin: 0 10px 0 0;
}
/*MarginRight20px*/
.margin_r20 {
	margin: 0 20px 0 0;
}
/*MarginLeft10px*/
.margin_l10 {
	margin: 0 0 0 10px;
}
/*MarginLeft20px*/
.margin_l20 {
	margin: 0 0 0 20px;
}
/*------------------------------------------------------------Padding*/
/*PaddingTop10px*/
.padding_t10 {
	padding: 10px 0 0;
}
/*PaddingBottom10px*/
.padding_b10 {
	padding: 0 0 10px;
}
/*PaddingRight10px*/
.padding_r10 {
	padding: 0 10px 0 0;
}
/*PaddingLeft10px*/
.padding_l10 {
	padding: 0 0 0 10px;
}
/*------------------------------------------------------------ClearFix*/
.clearfix:after {
	content: url(../img/common_img/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------Page Top*/
.pagetop {
	float: right;
	margin: 5px 0 10px;
	padding: 3px 10px 2px;
	border: 1px solid #CCC;
	background: #F2F2F2;
	/* CSS3 */
	border-radius: 12px;
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    -webkit-border-radius: 12px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
    -moz-border-radius: 12px;
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
.pagetop a {
	color: #848484;
	text-decoration: none;
	display: block;
	font-size: 11px;
}
.pagetop:hover {
	background: #DFDFDF;
}
/*------------------------------------------------------------other*/

#sec220{}
#sec220 .fb_iframe_widget iframe{
-o-transform: scale(0.785714286);
-o-transform-origin: 0 0;
-ms-transform: scale(0.785714286);
-ms-transform-origin: 0 0;
-moz-transform: scale(0.785714286);
-moz-transform-origin: 0 0;
-webkit-transform: scale(0.785714286);
-webkit-transform-origin: 0 0;
transform:  scale(0.785714286);
transform-origin: 0 0;
}