@charset "UTF-8";

/* 共通設定 */
* {
  margin: 0px;
  padding: 0px;
  border: 0;
}

html {
	height:100%;
}

a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

img {
	vertical-align:bottom;
}

/* 共通設定 END */


/* 全体共通 */
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	float: left;
	height: 84px;
	width: 850px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#logo{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 850px;
	height: 28px;
	font-size: 14px;
	font-weight: bolder;
	text-indent: -9999px;
	background-position: right;
	margin-top: 17px;
	margin-bottom: 12px;
}

#utility_navi {
	clear: both;
	height: 16px;
	width: 850px;
}

.utility_navi_list {
	float: right;
	font-size: 12px;
	color: #1D51A4;
	height: 15px;
	width: 185px;
	vertical-align: bottom;
	background-image: url(../images/navi_mail.gif);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}

.utility_navi_list a:link {
  color: #1D51A4;
  text-decoration: none;
}

.utility_navi_list a:visited {
  color: #1D51A4;
  text-decoration: none;
}

.utility_navi_list a:hover {
  color: #1D51A4;
  text-decoration: underline;
}

#global_navi {
	width: 850px;
	height: 37px;
	float: left;
}

.global_navi_list {
	float: left;
}

#return {
	float: left;
	text-align: right;
	height: auto;
	width: 835px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer {
	width: 100%;
	line-height: normal;
	background-color: #F2F2F2;
	margin-bottom: 2px;
	height: 30px;
	padding-top: 10px;
}

#footer_navi {
	text-align: left;
	line-height: normal;
	height: 20px;
	width: 827px;
	margin-right: auto;
	margin-left: auto;
}

.footer_navi_list {
	background-image: url(../images/arrow_red.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-left: 10px;
	margin-right: 15px;
	font-size: 12px;
	color: #333333;
	line-height: normal;
	padding-top: 3px;
}

.footer_navi_logo {
	background-image: url(../images/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	line-height: normal;
	height: 16px;
	width: 144px;
	margin-left: 680px;
}

#copyright {
	width: 100%;
	line-height: normal;
	background-color: #F2F2F2;
	clear: both;
	height: 15%;
	padding-top: 10px;
}

#copyright_img {
	font-size: 11px;
	color: #333333;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-weight: lighter;
}
.f_box1 {
	width:827px;
	margin:0 auto;
}
#foot_left {
	float:left;
	width:50%;
}
#foot_right {
	float:right;
	width:50%;
	text-align:right;
	font-size: 11px;
}
/* 全体共通 END */
