@charset "UTF-8";

/*基本設定
---------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

body {
	color: #222222;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

img {
	border: 0;
	vertical-align:top;
}

strong {
	font-weight: bold;
}

a {
	overflow: hidden;
	outline: none;
}

a:link, a:visited {
	color:#383838;
	text-decoration: underline;
}

a:hover, a:active {
	color:#9f9f9f;
	text-decoration: underline;
}

input {
	padding: 3px;
}

ol {
	margin-left: 1.8em;
}


/*container
---------------------------------------------------------- */

#container {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 50px 0;
}




/*header
---------------------------------------------------------- */

#header {
	clear: both;
	width: 950px;
	margin: 0 auto 20px auto;
}

#header #logo{
	float: left;
	width: 93px;
	margin-right:25px;
}



/*menu
---------------------------------------------------------- */

#menu {
	float: left;
	width: 681px;
	border: 1px solid #e6e6e6;
}

#menu ul {
	width:679px;
	border-bottom: 2px solid #f2f2f2;
}

#menu ul li {
	float: left;
	list-style: none;
}


/*btn_lang
---------------------------------------------------------- */

.btn_lang {
	float: right;
	width:144px;
}

.btn_lang ul li {
	float: left;
	list-style: none;
	margin-left: 5px;
}


/*attention
---------------------------------------------------------- */

.attention_block {
	clear: both;
	width:100%;
	margin: 0 auto 20px auto;
	border: 1px solid #d6d6d7;
}

.attention_block th {
	width: 170px;
	padding: 20px 0;
	text-align: center;
	vertical-align:middle;
	background:url(../img/common/attention_bg.gif) center repeat-x;
}

.attention_block td {
	padding: 10px 20px;
	vertical-align: middle;
}

.attention_block td span {
	display:block;
}

/*page top
---------------------------------------------------------- */

#pagetop {
	clear: both;
	width: 980px;
	margin: 0 auto 20px auto;
	text-align: right;
}


/*footer
---------------------------------------------------------- */

#footer {
	clear: both;
	width: 100%;
	min-width: 980px;
	margin: 10px auto 0 auto;
	padding: 20px 0 25px 0;
	background:url(../img/common/bg01.gif) top center repeat;
	border-top: 5px solid #e0e0e0;
	font-size:93%;
	position:relative;
}


#footer a:link,
#footer a:visited {
	text-decoration: none;
}

#footer  a:hover,
#footer a:active {
	text-decoration: underline;
}


#footer .footer_block{
	clear: both;
	width:950px;
	margin: 0 auto;
}

#footer .footer_box01 {
	float: left;
	width:140px;
}

#footer .footer_box01 p {
	margin-bottom: 15px;
}

#footer .footer_box01 .home_back a{
	padding-right: 15px;
	background:url(../img/common/ft_back.gif) right 4px no-repeat;
}

#footer .footer_box02 {
	float: right;
	width:783px;
	background:url(../img/common/ft_line.gif) top left no-repeat;
}

#footer .footer_box02 img {
	margin-left: 5px;
	vertical-align: middle;
}

#footer .footer_box02 ul {
	float: left;
	padding: 0 20px 0 21px;
}

#footer .footer_box02 ul.inner01 {
	width:240px;
}

#footer .footer_box02 ul.inner02 {
	width:187px;
}

#footer .footer_box02 ul.inner03 {
	width:233px;
}

#footer .footer_box02 ul li {
	margin-bottom: 10px;
	list-style: none;
}


/*copyright
---------------------------------------------------------- */

.copyright {
	clear: both;
	width:950px;
	margin: 0 auto;
	padding: 20px 0;
}

.copyright .copy01{
	float: left;
	width:750px;
	_display:inline;
}

.copyright .copy01 p {
	margin-bottom: 8px;
	font-size:85%;
}

.copyright .copy02{
	float: right;
	width:176px;
	_display:inline;
}

.copyright .copy02 li {
	float: left;
	margin-left: 13px;
	list-style: none;
}

.lang_area {
	width: 100%;
	border-top: 3px solid #E2E2E2;
}


/*float
---------------------------------------------------------- */

.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}

.align_c {
	text-align: center;
}

.align_r {
	text-align: right;
}


/*font size
---------------------------------------------------------- */

.font10 {font-size: 77%;}
.font11 {font-size: 85%;}
.font12 {font-size: 93%;}
.font14 {font-size: 108%;}
.font15 {font-size: 116%;}
.font16 {font-size: 123.1%;}
.font17 {font-size: 131%;}
.font18 {font-size: 138.5%;}
.font19 {font-size: 146.5%;}
.font20 {font-size: 153.9%;}
.font21 {font-size: 161.6%;}
.font22 {font-size: 167%;}
.font23 {font-size: 174%;}
.font24 {font-size: 182%;}
.font25 {font-size: 189%;}
.font26 {font-size: 197%;}


/*font color
---------------------------------------------------------- */

.color_red {
	color: #e60012;
}


/*margin
---------------------------------------------------------- */

/*top*/

.mt05{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}


/*bottom*/
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}


/*right*/
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}


/*left*/
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}


/*clearfix
---------------------------------------------------------- */

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/*¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */
