/* 全ページ共通
----------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	outline: none;
	background-image: url(../images/body_bg.gif);
	background-repeat:repeat;
}
a {
	color: #333;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #333;
	text-decoration: none;
	outline: none;
}
a:hover img {
  opacity: 0.70;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  -ms-filter: "alpha(opacity=70)";
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.bold{
	font-weight:bold;
}
.green{
	color:#39A31E;
}
.red{
	color:#ff0000;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mr10{
	margin-right:10px;
}
.mr20{
	margin-right:20px;
}
.mr30{
	margin-right:30px;
}
.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}
.ml30{
	margin-left:30px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.clearfix {
  display: block;
  clear: both;
  content: "";
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*　ヘッダー　*/
#header_copy_space{
	width:100%;
	background-color:#00B285;
	height:20px;
}
#header_copy_set{
	width: 900px;
	height: 16px;
	margin: 0 auto;
}
#header_copy{
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: left;
	color: #333;
	height: 16px;
	float: left;
}
#header_space{
	width: 100%;
	height: 120px;
	margin: 0 auto;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}
h1{
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	font-weight:normal;
}
header {
	width: 900px;
	height: 120px;
	margin: 0 auto;
}
#h1_privacy{
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: right;
	margin-right: 10px;
	color: #fff;
	height: 16px;
	float: right;
}
#h1_privacy a{
	color: #333;
}
#h1_privacy a:hover {
	color: #333;
}

/*　グローバルメニュー　*/
nav {
	width: 900px;
	height: 45px;
	margin: 0 auto;
}
nav ul{
	line-height:0;
}
nav li{
	float:left;
}

/*　パンくず　*/
#pan{
	margin: 10px auto;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: left;
	width: 860px;
}
#pan a {
	color: #333;
	text-decoration: underline;
	outline: none;
}
#pan a:hover {
	color: #333;
	text-decoration: none;
	outline: none;
}

/*　サイドメニュー　*/
aside {
	width: 210px;
	margin-bottom: 30px;
	background-color: #BCDAFD;
	float: right;
	padding: 10px;
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: left;
	position: relative;
}
aside ul li {
	margin-bottom: 10px;
}
/*　フッター　*/
footer {
	width: 100%;
	height: 100px;
	color: #333;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: left;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
}
#footer_set{
	margin: 0 auto;
	width: 900px;
	height: 100px;
}
#footer_menu{
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	margin: 0 auto;
	text-align: center;
	width: 900px;
	color: #333;
	margin-bottom: 10px;
}
#footer_menu a {
	color: #333;
	text-decoration: underline;
	outline: none;
}
#footer_menu a:hover {
	color: #333;
	text-decoration: none;
	outline: none;
}
#footer_info{
	text-align: left;
	margin-top: 15px;
	margin-left:10px;
	float:left;
}
#footer_copylight{
	float: right;
	text-align: right;
	margin-top: 15px;
	margin-right: 10px;
	color: #FFFFFF;
}

/*　プライバシーポリシー　*/
#copylight{
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	color: #333;
	text-align: center;
	margin-top: 10px;
}
#modal_wrap {
	text-align: left;
}
#privacy_bg{
	background-color: #fff;
	width: 620px;
}
#privacy_title{
	padding-top: 5px;
	background-color: #0075FD;
	width: 600px;
	height: 30px;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	border-radius: 4px;
	color: #fff;
}
#privacy_txt{
	margin-top: 10px;
	width: 580px;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: left;
	padding-left: 20px;
}

/*　エラーページ　*/
#err_title{
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	font-weight:bold;
	text-align: center;
	color:#ff2626;
	padding-top:200px;
	padding-bottom:50px;
}
#err_message{
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: center;
	color:#ff2626;
	padding-bottom:200px;
}

/*　タイトル部分　*/
#main_title_space{
	width: 900px;
	height: 100px;
}
#main_title{
	width:900px;
	height:100px;
	margin:0px auto 0 auto;
}

/*　コンテンツ　*/
#stage{
	width:900px;
	background-image: url(../images/content_bg.gif);
	background-repeat:repeat;
	margin:0 auto 0 auto;
}
article {
	margin: 0 auto;
	width: 860px;
	background-image: url(../images/bg.png);
	background-position:bottom;
}
section {
	width: 600px;
	margin-bottom: 30px;
	float: left;
}
.title{
	height: 35px;
	width: 600px;
	text-align: left;
	background-image: url(../images/title_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 7px;
}
.title_txt{
	margin-left: 10px;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	color: #333;
}
h2{
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.4pt;
	font-weight: bold;
	text-align: left;
}
.stitle{
	margin: 20px auto 0 auto;
	height: 35px;
	width: 580px;
	background-image: url(../images/stitle_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 7px;
}
.stitle_txt{
	margin-left: 10px;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	font-weight: bold;
	text-align: left;
	color: #333;
}
h3{
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0.4pt;
	font-weight: bold;
	text-align: left;
}

/* ページトップへ */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 50px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
}
