﻿@charset "utf-8";
/* CSS Document */

/*******************************
** Base Tags
********************************/

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height:100%;
}

body {
	background: url(../img/common/body_bg.png) repeat top center #EBEBEB;
	margin: 0;
	padding: 20px 0 10px 0;
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 10px auto 0 auto;
}

input,
select,
textarea {
	font-size: 12px;
	line-height: 1.2;
	color: #666;
	vertical-align: middle;
}

address {
	font-style: normal;
}



/*******************************
** Btn/Title-Text
********************************/

.text-none {
	text-indent: -9999px;
	overflow: hidden;
}

.image {
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	background-position: left top;
	background-repeat: no-repeat;
}


/*******************************
** Text Link
********************************/

a:link {
	color: #8CB3FF;
	text-decoration: underline;
}

a:visited {
	color: #8C8CD9;
	text-decoration: underline;
}

a:hover {
	color: #FF8CB3;
	text-decoration: none;
}



/*******************************
** Layout Base
********************************/

div#container {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 1.8;
	color: #333;
	background: url(../img/common/header_bg.png) no-repeat top center;
	text-align: left;
	margin: 10px auto 0 auto;
	padding: 20px 0 10px 0;
	width : 900px;
	height: 100%;
	min-height: 100%;
}

body > div#container { /* FF対策 */
	height: auto;
}

div#contents {
	background: url(../img/common/contents_bg.png) repeat-y left top #FFF;
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 900px;
	overflow: hidden; /* float対策 */
}

div#main-content {
	margin: 20px 0 0 44px;
	padding: 0 0 20px 0;
	width: 612px;
	float: left;
	overflow: hidden; /* float対策 */
	display: inline; /* IE6用ハック */
}

div#main-center {
	margin: 0 auto 0 14px;
	padding: 0;
	width: auto;
	overflow: hidden; /* float対策 */
}

div#sub-content {
	margin: 15px 45px 0 0;
	padding: 0;
	width: 175px;
	float: right;
	display: inline; /* IE6用ハック */
}



/*******************************
** Header
********************************/

div#header {
	background: url(../img/common/contents_bg.png) repeat-y center top;
	margin: 0;
	padding: 15px 0;
	width: 900px;
	overflow: hidden; /* float対策 */
position:relative;
}


/**** site-logo ****/
div#site-logo-base {
	margin: 0 0 0 55px;
	padding: 0;
/*	width: 290px;*/
	width:500px;
	float: left;
	display: inline; /* IE6用ハック */
}

h2#site-catch {
	margin: 0;
	padding: 0;
	font-size:11px;
	line-height:150%;
	color:#666666;
	font-weight:normal;
	position: absolute;
	top: 15px;
}

h1#site-logo {
	background: url(../img/common/site_logo.png) no-repeat left top;
	padding: 0;
	margin:45px 0 0 0; 
}

h1#site-logo a {
	width: 290px;
	height: 50px;
	display: block;
}


/**** topics ****/
/*div#topics-base {
	margin: 0 0 0 30px;
	padding: 0;
	width: 300px;
	float: left;
	overflow: hidden;
}
h3#topics-title {
	background: url(../img/common/topics_title.png) no-repeat left top;
	margin: 0;
	padding: 0 0 5px 0;
	width: 300px;
	height: 16px;
}

div#topics-box {
	margin: 0;
	padding: 5px;
	width: 290px;
	height: 60px;
	overflow: auto;
	clear: both;
}

div.topics {
	margin: 10px 0 0 0;
	padding: 0;
	width: 270px;
	overflow: hidden;
}

div.topics p {
	font-size: 10px;
	line-height: 1.2;
}

div.topics p.date {
	margin: 0;
	padding: 0;
	width: 50px;
	float: left;
}
div.topics p.topics-comment {
	margin: 0;
	padding: 0;
	width: 215px;
	float: right;
}

div.topics p.topics-comment a:link,
div.topics p.topics-comment a:visited {
	color: #666;
	text-decoration: none;
}
div.topics p.topics-comment a:hover {
	color: #666;
	text-decoration: underline;
}
*/
/**** topics ****/
div#topics-base {
width:612px;
}
h3#topics-title {
width:612px;
height:30px;
background:url(../img/common/topics_title.gif) no-repeat left top;
margin:0;padding:0;
}
#topics-base #topics-box{
width:600px;
height:104px;
/*overflow:scroll;kishiro*/
margin:0 0 20px 0;
}
#topics-base dl{
margin:0;
padding:5px 0;
width:580px;
border-bottom:1px solid #fc9;
}
#topics-base dl dt,
#topics-base dl dd{
font-size:12px;
line-height:1.2;
}
#topics-base dl dt{
display:block;
width:80px;
padding:0 0 0 20px;
}
#topics-base dl dd{
margin:-1.2em 0 0 100px;
width:480px;
}
#topics-base dl dd a:link,
#topics-base dl dd a:visited {
color: #666;
text-decoration: none;
}
#topics-base dl dd a:hover {
color: #666;
text-decoration: underline;
}

div#topics-box {
	margin: 0;
	padding: 5px;
	width: 290px;
	height: 60px;
	overflow: auto;
	clear: both;
}

div.topics {
	margin: 10px 0 0 0;
	padding: 0;
	width: 270px;
	overflow: hidden; /* float対策 */
}

div.topics p {
	font-size: 10px;
	line-height: 1.2;
}

div.topics p.date {
	margin: 0;
	padding: 0;
	width: 50px;
	float: left;
}
div.topics p.topics-comment {
	margin: 0;
	padding: 0;
	width: 215px;
	float: right;
}

div.topics p.topics-comment a:link,
div.topics p.topics-comment a:visited {
	color: #666;
	text-decoration: none;
}
div.topics p.topics-comment a:hover {
	color: #666;
	text-decoration: underline;
}



/* header right btn */
/**** sub-btn ****/
/*div#sub-btn-base {
	background-color: #F5F5EB;
	margin: 0 45px 0 0;
	padding: 0;
	width: 150px;
	height: 95px;
	float: right;
	display: inline;
}

div#sub-btn-base a {
	background-position: left top;
	background-repeat: no-repeat;
	margin: 20px auto 0 auto;
	width: 120px;
	height: 19px;
	display: block;
}

a.btn-first {
	background-image: url(../img/common/btn_first.png);
}
a.btn-login {
	background-image: url(../img/common/btn_login.png);
}*/

/* header right btn */
/**** sub-btn ****/
div#sub-btn-base {
	background-color: #F5F5EB;
	margin: 0 45px 0 0;
/*	padding: 0;*/
padding:3px 0 0 0;
	width: 271px;
/*	height: 94px;*/
height:91px;
	float: right;
	display: inline; /* IE6用ハック */
}

div#sub-btn-base a {
	background-position: left top;
	background-repeat: no-repeat;
/*	margin: 0px auto 0 auto;*/
margin:4px auto 0 auto;
	width: 257px;
	height: 24px;
	display: block;
}

a.btn-first {
	background-image: url(../img/common/btn_first.gif);
}
a.btn-login {
	background-image: url(../img/common/btn_login.gif);
}
a.btn-lost {
	background-image: url(../img/common/btn_lost.gif);
}
a.btn-logout {
	background-image: url(../img/common/btn_logout.gif);
}
/* header right btn */



/*******************************
** Site-Navi
********************************/

ul#site-navi-base {
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 813px;
	height: 37px;
	overflow: hidden; /* float対策 */
	list-style: none;
}

ul.sub-navi {
	background-image: url(../img/common/site_navi_bg_sub.png);
}

ul.none {
	background-image: url(../img/common/site_navi_bg.png);
}

ul#site-navi-base li {
	margin: 2px 0 0 0;
	padding: 0;
	height: 28px;
	float: left;
	display: inline; /* IE6用ハック */
}

ul#site-navi-base li.site-navi01 {
	margin: 2px 0 0 2px;
}

ul#site-navi-base li a {
	background-position: left top;
	background-repeat: no-repeat;
	height: 28px;
	display: block;
	overflow: hidden; /* FF対策 */
}

ul#site-navi-base li a:hover,
ul#site-navi-base li a.here {
	background-position: left bottom;
}

ul#site-navi-base li.site-navi01 a {
	background-image: url(../img/common/site_navi01.png);
	width: 79px;
}
ul#site-navi-base li.site-navi02 a {
	background-image: url(../img/common/site_navi02.png);
	width: 146px;
}
ul#site-navi-base li.site-navi03 a {
	background-image: url(../img/common/site_navi03.png);
	width: 152px;
}
ul#site-navi-base li.site-navi04 a {
	background-image: url(../img/common/site_navi04.png);
	width: 151px;
}
ul#site-navi-base li.site-navi05 a {
	background-image: url(../img/common/site_navi05.png);
	width: 147px;
}
ul#site-navi-base li.site-navi06 a {
	background-image: url(../img/common/site_navi06.png);
	width: 134px;
}



/*******************************
** Sub-Navi
********************************/

ul#sub-navi-base {
	background: url(../img/common/sub_navi01_bg.png) no-repeat left top;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 813px;
	height: 25px;
	overflow: hidden; /* float対策 */
	list-style: none;
}

ul#sub-navi-base li {
	margin: 0 0 0 5px;
	padding: 0;
	height: 21px;
	float: left;
	display: inline; /* IE6用ハック */
}

ul#sub-navi-base li a {
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 0;
	height: 21px;
	display: block;
	overflow: hidden; /* FF対策 */
}

ul#sub-navi-base li a:hover,
ul#sub-navi-base li a.here {
	background-position: left bottom;
}


ul#sub-navi-base li.sub-navi-m02-01 a {
	background-image: url(../img/common/sub_navi_m02_01.png);
	width: 111px;
}
ul#sub-navi-base li.sub-navi-m02-02 a {
	background-image: url(../img/common/sub_navi_m02_02.png);
	width: 91px;
}
ul#sub-navi-base li.sub-navi-m02-03 a {
	background-image: url(../img/common/sub_navi_m02_03.png);
	width: 169px;
}
ul#sub-navi-base li.sub-navi-m02-04 a {
	background-image: url(../img/common/sub_navi_m02_04.png);
	width: 133px;
}
ul#sub-navi-base li.sub-navi-m02-05 a {
	background-image: url(http://www.hokenqing.com/img/common/sub_navi_m02_05.png);
	width: 146px;
}

/*******************************
** Sub-Navi-cs2
********************************/

ul#sub-navi-cs2-base {
	background: url(../img/common/sub_navi01_bg.png) no-repeat left top;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 813px;
	height: 25px;
	overflow: hidden; /* float対策 */
	list-style: none;
}

ul#sub-navi-cs2-base li {
	margin: 0 0 0 5px;
	padding: 0;
	height: 21px;
	float: left;
	display: inline; /* IE6用ハック */
}

ul#sub-navi-cs2-base li a {
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 0;
	height: 21px;
	display: block;
	overflow: hidden; /* FF対策 */
}

ul#sub-navi-cs2-base li a:hover,
ul#sub-navi-cs2-base li a.here {
	background-position: left bottom;
}


ul#sub-navi-cs2-base li.sub-navi-cs2-01 a {
	background-image: url(../img/common/sub_navi_cs2_01.png);
	width: 90px;
}
ul#sub-navi-cs2-base li.sub-navi-cs2-02 a {
	background-image: url(../img/common/sub_navi_cs2_02.png);
	width: 116px;
}
ul#sub-navi-cs2-base li.sub-navi-cs2-03 a {
	background-image: url(../img/common/sub_navi_cs2_03.png);
	width: 112px;
}


/*******************************
** Position
********************************/

ul#position-base {
	margin: 5px auto 0 auto;
	padding: 1px 5px 2px 5px;
	background-color: #F5F5F5;
	width: 803px;
	list-style: none;
	overflow: hidden;
}

ul#position-base li {
	font-size: 10px;
	line-height: 1.2;
	color: #999999;
	margin: 0;
	padding: 0 5px 0 10px;
	float: left;
	display: inline; /* IE6用ハック */
}

ul#position-base li a {
	text-decoration: none;
	color: #FFBFBF;
}

ul#position-base li a:hover {
	text-decoration: underline;
}

ul#position-base li.position-top {
	padding: 0 5px 0 0;
}

ul#position-base li.position-other {
	background: url(../img/common/position_arrow.png) no-repeat left top;
}



/*******************************
** P
********************************/

p.comment {
	width: 96%;
}



/*******************************
** Sub-Content
********************************/


div#sub-content a {
	margin: 5px 0 0 0;
	padding: 0;
	width: 175px;
	display: block;
}

div#sub-content a.image {
	background-position: left top;
	background-repeat: no-repeat;
}

div#sub-content a.image:hover {
	background-position: left bottom;
}

a.banner-so {
	background-image: url(../img/common/banner_so.png);
	height: 70px;
}
a.banner-dn {
	background-image: url(../img/common/banner_dn.png);
	height: 66px;
}
a.banner-hl {
	background-image: url(../img/common/banner_hl.png);
	height: 66px;
}
a.banner-for-ag {
	background-image: url(../img/common/banner_for_ag.png);
	height: 49px;
}

/*** about-site ***/

div.ssl-base {
	text-align: center;
	background: url(../img/common/ssl_about.png) no-repeat left top;
	margin: 5px auto 0 auto;
	width: 175px;
	height: 135px;
}

div.ssl-base div.ssl-mark {
	margin: 0 auto;
	padding: 8px 0 0 0;
	width: 115px;
	overflow: hidden; /* float対策 */
}

div#sub-content div.ssl-base div.ssl-mark a {
	margin: 0 auto;
	width: 115px;
	height: 56px;
}

div#sub-content a.pmark-about {
	background: url(../img/common/pmark_about.png) no-repeat left center;
	width: 175px;
	height: 145px;
}


/*******************************
** Contents-Navi
********************************/

div.contents-navi {
	padding: 0 5px 15px 5px;
	width: 612px;
	overflow: hidden; /* float対策 */
}


div.contents-navi a.text-link {
	font-size: 11px;
	background: url(../img/my/text_link_arrow.png) no-repeat left top;
	margin: 5px 0 0 15px;
	padding: 0 0 0 15px;
	display: block;
	float: left;
	display: inline; /* IE6用ハック */
}

div.contents-navi a.link1 {
	width: 260px;
}
div.contents-navi a.link3 {
	width: 260px;
	clear: both;
}


/*******************************
** Btn-Next-base
********************************/

div.btn-next-base {
	margin: 15px auto 0 5px;
	width: 592px;
	overflow: hidden; /* float対策 */
}

div.btn-next-base a.image {
	background-position: left top;
	background-repeat: no-repeat;
	width: 80px;
	height: 18px;
	display: block;
}

div.btn-next-base a.btn-prev {
	background-image: url(../img/common/btn_prev.png);
	float: left;
}

div.btn-next-base a.btn-next {
	background-image: url(../img/common/btn_next.png);
	float: right;
}



/*******************************
** Page-Top
********************************/

div.btn-pagetop-base {
	margin: 0 0 0 40px;
	padding: 0;
	width: 612px;
	border-top: 1px solid #7F7F7F;
	clear: both;
	overflow: hidden; /* float対策 */
}

div.btn-pagetop-base a {
	background: url(../img/common/btn_pagetop.png) no-repeat left top;
	margin: 5px 5px 0 auto;
	padding: 0;
	width: 85px;
	height: 15px;
	display: block;
	float: right;
	display: inline; /* IE6用ハック */
}



/*******************************
** Footer
********************************/

div#footer {
	text-align: center;
	background: url(../img/common/footer_bg.png) no-repeat left top;
	margin: 0 auto;
	padding: 35px 0 0 0;
	width: 900px;
	overflow: hidden; /* float対策 */
}


/**** footer-navi ****/
p.footer-navi-base {
	font-size: 10px;
	line-height: 1.0;
	margin: 10px 0 0 0;
	padding: 0;
}

p.footer-navi-base a {
	padding: 0 5px;
	border-right: 1px solid #999;
}

p.footer-navi-base a.footer-navi01,
p.footer-navi-base a.footer-navi07 {
	border-left: 1px solid #999;
}

p.footer-navi-base a:link,
p.footer-navi-base a:visited {
	color: #999;
	text-decoration: none;
}
p.footer-navi-base a:hover {
	color: #999;
	text-decoration: underline;
}


/**** copyright ****/
p.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
	margin: 10px 0 0 0;
	padding: 0;
}



/*******************************
** Error
********************************/

div.message-base,
div.message-base-none {
	background-color: #FFF2F2;
	margin: 20px auto;
	padding: 20px;
	width: 390px;
	border: 1px dashed #FF7F7F;
}

div.message-base-none {
	margin: 40px auto 60px auto;
}


div.message-base p,
div.message-base-none p {
	margin: 5px 0 0 0;
}

div.message-base p.error,
div.message-base-none p.error {
	color: #FF4040;
}

span.error-num {
	font-size: 10px;
	line-height: 1.0;
	background-color: #FF0000;
	color: #FFFFFF;
	margin: 0 5px 0 0;
	padding: 1px 3px 0 3px;
	vertical-align: middle;
}

