@charset "Shift_JIS";
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	border: none;
	outline: none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #eaebec;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Osaka,sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
	/* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
ol {
	list-style: none;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.cl {
	clear: both;
}

.t-left {
	text-align: left;
}

.t-center {
	text-align: center;
}

.t-right {
	text-align: right;
}

.mt20 {
	margin-top: 20px;
}

.mt24 {
	margin-top: 24px;
}

sup,
sub {
	height: 0;
	line-height: 1;
	_vertical-align: bottom;
	vertical-align: baseline;
	position: relative;
	top: -1ex;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

#wrap {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

.common_footer_logo {
	text-align: left;
	padding: 14px 0px;
}

/**
 * clearfix 
 */

/* clearfix (Firefox)
------------------------------- */
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* WinIE7
------------------------------- */
.clearfix{
	display:inline-block;
}

/* WinIE6
------------------------------- */
/* Hides from IE-mac \*/
* html .clearfix{
	height:1px;
}

.clearfix{
	display:block;
}

/**
 * common style 
 */
.contents-inner {
	background: #f6f6f6;
	margin: 15px auto 0;
}
.contents-inner .content {
	text-align:center;
}
.contents-inner .contents-main {
	width:760px;
	text-align:center;
}
.contents-inner .contents-main .txt {
	padding:25px 0 29px;
}
.contents-footer {
	width:760px;
	padding-bottom:33px;
	margin:0 auto;
}