@charset "utf-8";

body {
	background-color: #e9e7e7;
}

/* Container
---------------------------------- */
#wrapper {
	margin: 0 auto;
	width: 972px;
}
#wrapper_2nd {
	margin: 0 auto;
	width: 772px;
}
#header {
	padding-top: 5px;
}
#content_2nd {
	margin-top: 30px;
	padding: 30px;
	min-height: 600px;
	background: #fff;
}

#footer {
	margin-top: 10px;
	padding-bottom: 30px;
	text-align: right;
}

/* Text
---------------------------------- */
a {
	text-decoration: none;
}
a,a:visited {
	color: #383f41;
}
a:hover {
	color: #980706;
	text-decoration: underline;
}
a.icon {
	padding-left: 8px;
	background: url(../images/common/icon_link.png) no-repeat 0 center;
}
a .icon_blank {
	padding-left: 3px;
}
.size_s {
	font-size: 0.93em;
}
.size_m {
	font-size: 1.08em;
}
.size_l {
	font-size: 1.231em;
}
strong {
	font-weight: bold;
}
.txteng {
	font-family: Times, "Times New Roman", Georgia, serif;
	color: #31200f;
	font-style: italic;
}

/* Common Parts
---------------------------------- */
#head_h1 {
	float: left;
	height: 90px;
}
#head_banner {
	float: right;
	height: 90px;
	overflow: hidden;
}
#head_banner li {
	float: left;
}
#head_banner li a {
	display: block;
	font-size: 0;
}
#head_how {
	float: right;
}
#social {
	margin-bottom: 4px;
	height: 20px;
	text-align: right;
	overflow: hidden;
}
#social ul {
	float: right;
	list-style: none;
}
#social ul li {
	float: right;
	margin-left: 10px;
	overflow: hidden;
}
/*#so_tw { width: 112px; }
#so_fb { width: 130px; }*/

#foot_inner {
	padding: 12px 0 0 0;
	height: 20px;
	background: transparent url(../images/common/foot.gif) no-repeat scroll right 12px;
	clear: right;
}
#foot_inner dl {
	float: left;
	width: 400px;
}
#foot_inner dl dt,
#foot_inner dl dd {
	float: left;
	padding-right: 6px;
	font-size: 0.77em;
	line-height: 1.2;
	text-align: left;
	vertical-align: top;
}
#foot_inner dl dd {
	padding-right: 12px;
}
#foot_r {
	float: right;
	margin-right: 130px;
	width: 200px;
	text-align: right;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
	font-size: 0.77em;
}
#footer ul li a {
	padding: 0 1px;
}
#footer span {
	display: block;
	font-size: 0.77em;
}
#h1_2nd {
	text-align: center;
	clear: both;
}
#close_btn_2nd {
	width: 48px;
	margin-top: -15px;
	float: right;
}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}

.ti_1 {
	padding-left: 1em;
	text-indent: -1em;
}