@charset "shift_jis";

/*font-family setting --------------------------- */
*{
	font-family: 'ＭＳ Ｐゴシック','MS PGothic','メイリオ',Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
}

/*body setting --------------------------- */
body {
	margin: 0 auto;
	background: #ffffff;
	text-align:center;
	font-size: 1pt;
}

/*a setting --------------------------- */
a {
	text-decoration:none;
}

a img {
	border: 0px;
}

/*wrapper setting --------------------------- */
#outborder {
	border: 1px solid #666666;
	display:block;
	clear: both;
	margin: 0 auto;
	padding: 0px;
	width: 950px;
	text-align:center;
}

#wrap {
	width: 950px;
	height: 600px;
	margin: 0 auto;
	padding: 0px;
	background: #ffffff;
	text-align:center;
}


/*maincontent setting --------------------------- */
#content {
	width: 950px;
	height: 530px;
	margin: 0 auto;
	padding: 0px;
	background: #ffffff;
	text-align:center;
	display:block;
	clear: both;
}

/*footer setting --------------------------- */
#footer {
	width: 950px;
	height: 70px;
	margin: 0 auto;
	padding: 0px;
	background: #ffffff;
	text-align:center;
	display:block;
	clear: both;
}

#footer #upper {
	width: 950px;
	height: 32px;
	margin: 0 auto;
	border-top: solid 2px #7fbbd8;
	border-bottom: solid 2px #7fbbd8;
	text-align:left;
	display:block;
	clear: both;
}

#footer #upper .about {
	font-size: 9pt;
	color: #000000;
	position: relative;
	top: 11px;
	left: 20px;
	display:inline;
	float: left;
}

#footer #upper .search {
	color: #000000;
	position: relative;
	top: 6px;
	right: 20px;
	display:inline;
	float: right;
}

#footer #lower {
	width: 950px;
	height: 34px;
	margin: 0 auto;
	text-align:left;
	display:block;
	clear: both;
}

#footer #lower #links {
	margin: 0 auto;
	padding-right: 0px;
	text-align:left;
	color: #000000;
	position: relative;
	left: 15px;
	display:block;
	float: left;
}

#footer #lower #links a {
	color: #000000;
}

#footer #lower #links a:hover {
	color: #0099cc;
	text-decoration: underline;
}


#footer #lower #links .links_left {
	margin: 0 auto;
	height: 34px;
	text-align:left;
	display:block;
	float: left;
}

#footer #lower #links .links_left h3 {
	font-size: 8.5pt;
	line-height: 12px;
	font-weight: normal;
	padding: 0px 5px 0px 0px;
	position: relative;
	top: 13px;
	float: left;
}


#footer #lower #links .links_mid {
	margin: 0 auto;
	height: 34px;
	border-left: solid 1px #7fbbd8;
	text-align:left;
	display:block;
	float: left;
}

#footer #lower #links .links_mid h3 {
	font-size: 8.5pt;
	line-height: 12px;
	font-weight: normal;
	padding: 0px 6px;
	position: relative;
	top: 13px;
	float: left;
}

#footer #lower #links .links_right {
	margin: 0 auto;
	height: 34px;
	border-left: solid 1px #7fbbd8;
	text-align:left;
	display:block;
	float: left;
}

#footer #lower #links .links_right h3 {
	font-size: 8.5pt;
	line-height: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 6px;
	position: relative;
	top: 13px;
	float: left;
}

#footer #lower .oab {
	text-align:left;
	padding-right: 15px;
	position: relative;
	top: 4px;
	display:block;
	float: right;
}

#footer #lower .copyright {
	font-size: 8.5px;
	line-height: 12px;
	font-weight: normal;
	text-align:left;
	padding-right: 10px;
	position: relative;
	top: 5px;
	display:block;
	float: right;
}

#footer #lower .logo {
	text-align:left;
	padding-right: 10px;
	position: relative;
	top: 5px;
	display:block;
	float: right;
}


/*Hx setting --------------------------- */
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}

/*listtag setting --------------------------- */
dl,dt,dd,ul,ol,li{
	margin:0;
	padding:0;
	list-style: none;
	text-align:left;
	text-indent: 0px;
	display:block;
}

