@charset "UTF-8";

/* =========================================================
Clear
========================================================= */
.clear {
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

.clear hr {
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac ＼*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

/*===================================================
head
===================================================*/
#head_top {
	width: 950px;
	height:50px;
	text-align:left;
	margin:0 auto;
}

#head_logo,#head_logo a {
	width: 186px;
	height:50px;
}
#head_logo {
	float:left;
	padding-right:10px;
}
#head_logo a {
	display:block;
	text-indent:-999em;
	background: url(../images/head_logo.gif) no-repeat 0 0;
}

#head_bun {
	float:left;
	width: 520px;
	height:14px;
	background: url(../images/head_back2.gif) no-repeat 0 bottom;
	font-size: 14px;
	line-height:1;
	text-indent:-.5em;
	padding:32px 0 4px 0;
}

#head_mozisizebox {
	float:left;
	width: 234px;
	height:36px;
	padding:14px 0 0 0;
}

#head_mozisize {
	width: 84px;
	height:18px;
	padding-left:59px;
	margin:0 0 7px auto;
	background: url(../images/head_mozisize.gif) no-repeat 0 center;
}
#head_mozisize ul {
	margin:0;
	padding:0;
}
#head_mozisize li {
	list-style:none;
}

#mozibt01 {
	background-image: url(../images/head_mozibt_s.gif);
}
#mozibt02 {
	background-image: url(../images/head_mozibt_m.gif);
}
#mozibt03 {
	background-image: url(../images/head_mozibt_l.gif);
}

#head_link {
	height:11px;
	font-size: 11px;
	line-height:1;
	text-align:right;
	margin:0;
	padding:0;
}

#head_link a {
	background: url(../images/sankaku2.gif) no-repeat 0 center;
	text-decoration:underline;
	color: #555;
	margin: 0;
	padding: 0 0 0 10px;
}
#head_link a#hl01 {
	border-right:1px solid #999;
	padding:0 7px 0 10px;
	margin-right:7px;
}
#head_link a,#head_link a:visited {
	color: #555;
}
#head_link a:hover {
	color: #F00;
}

/*===================================================
head_btm
===================================================*/
#head_btm {
	height: 30px;
	text-align: center;
	background: url(../images/head_btm_back.gif) repeat-x center 0;
	padding: 0;
	margin:10px auto;
}


/*===================================================
footer
===================================================*/
#footer {
	width: 950px;
	text-align:left;
	padding: 0;
	margin: 0 auto 20px auto;
}
#wrapper #footer {
	margin-top: -24px !important;
}

#totop,#totop a {
	width: 155px;
	height:24px;
}
#totop {
	padding: 0;
	margin: 0 35px 0 auto;
}
#totop a {
	display:block;
	text-indent:-999em;
	background: url(../images/totop.jpg) no-repeat 0 0;
}

.foot_line {
	display:block;
	width: 100%;
	height: 2px;
	font-size: 0;
	line-height:0;
	background-color: #cb074f;
	border: 0;
	padding: 0;
	margin: 0 0 10px 0;
}

.foot_link {
	font-size: 10px;
	line-height: 1;
	text-align:center;
	padding: 0;
	margin: 0 0 10px 0;
}
.foot_link a,.foot_link a:visited {
	color:#da526a;
	text-decoration:none;
}
.foot_link a:hover {
	color:#F00;
	text-decoration: underline;
}

#foot_privacy_link {
	float: left;
	width: 312px;
	padding: 2px 0 0 0;
	margin: 0;
}
#foot_privacy {
	float: left;
	width: 89px;
	margin-right: 30px;
}
#foot_privacy a {
	display: block;
	width: 89px;
	height:9px;
	text-indent:-999em;
	background: url(../images/foot_privacy.gif) no-repeat 0 0;
}

#foot_tokutei {
	float: left;
	width: 193px;
}
#foot_tokutei a {
	display:block;
	width: 193px;
	height:9px;
	text-indent:-999em;
	background: url(../images/foot_tokutei.gif) no-repeat 0 0;
}

#foot_privacy a:hover,
#foot_tokutei a:hover {
	background-position:0 -9px;
}

#foot_home {
	float:left;
	width: 326px;
	padding: 0;
	margin: 0;
}
#foot_home a {
	display:block;
	width: 93px;
	height:45px;
	text-indent:-999em;
	background: url(../images/foot_logo.gif) no-repeat 0 0;
	margin:0 auto;
}
#foot_home a:hover {
	background-position:0 -45px;
}

#foot_copy {
	float:left;
	width: 312px;
	height:12px;
	text-indent:-999em;
	padding: 0;
	margin: 0;
	background: url(../images/foot_copy.jpg) no-repeat right 0;
}

.nobd {
	border: none !important;
}

/*===================================================
pa
===================================================*/

.pa5 {
	padding-bottom: 5px !important;
}

.pa10 {
	padding-bottom: 10px !important;
}

.pa15 {
	padding-bottom: 15px !important;
}

.pa20 {
	padding-bottom: 20px !important;
}

.pa30 {
	padding-bottom: 30px !important;
}

.pal4 {
	padding-left: 4px !important;
}

.pal5 {
	padding-left: 5px !important;
}

.pal10 {
	padding-left: 10px !important;
}
.pal15 {
	padding-left: 15px !important;
}
.pal30 {
	padding-left: 30px !important;
}

.par10 {
	padding-right: 10px !important;
}

.par15 {
	padding-right: 15px !important;
}

.pa_r13 {
	padding-right: 13px !important;
}

.pa_r15 {
	padding-right: 15px !important;
}
.pa_r25 {
	padding-right: 25px !important;
}

.palr5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.pa_al5 {
	padding: 5px !important;
}

.pt00 {
	padding-top: 0 !important;
}

.pr00 {
	padding-right: 0 !important;
}

/*===================================================
ma
===================================================*/

.ma5 {
	margin: 5px !important;
}

.ma_t5 {
	margin-top: 5px !important;
}

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

.ma_t15 {
	margin-top: 15px !important;
}

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

.ma_t30 {
	margin-top: 30px !important;
}

.ma_b5 {
	margin-bottom: 5px !important;
}

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

.ma_b15 {
	margin-bottom: 15px !important;
}

.ma_b20 {
	margin-bottom: 20px !important;
}

.ma_b25 {
	margin-bottom: 25px !important;
}

.ma_b30 {
	margin-bottom: 30px !important;
}

.ma_b40 {
	margin-bottom: 40px !important;
}

.ma_b50 {
	margin-bottom: 50px !important;
}

.ma_r10 {
	margin-right: 10px !important;
}

.ma_r20 {
	margin-right: 20px !important;
}