@charset "shift_jis";
/*##################################################################################
目次
	--:--
-----------------------------------------------------
規則
	命名のルール
		単語は（なるべく）略さない。
		単語接続はハイフンを使用。
-----------------------------------------------------
memo

##################################################################################*/
@import "reset.css";
@import "fonts.css";
@import "base.css";


body {
	text-align: center;
	background-image: url(../images/body-bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
/*===================================================
	#header
===================================================*/
#header {
	text-align: left;
	margin: 0 auto;
	width: 740px;
}
/* logo */
#header h1 {
	float: left;
}
	#header h1 a {
		display: block;
		text-indent: -9999px;
		text-decoration: none;
		background-image: url(../images/logo.gif);
		background-repeat: no-repeat;
		width: 253px;
		height: 41px;
		margin: 23px 0 0 0;
	}
/* search */
#search {
	float: right;
	margin-top: 25px;
	padding-right: 20px;
}
	#search .text {
		width: 140px;
	}
	#search label {
		cursor: pointer;
		font-size: 77%;
		color: #999;
		margin-right: 1em;
	}
/* font-size-switch */
#header #font-size-switch {
	float: right;
	margin: 28px 0 0 0;
}
	#header #font-size-switch p {
		float: left;
		background-image: url(../images/font-size-switch-title.gif);
		background-repeat: no-repeat;
		width: 74px;
		height: 14px;
		text-indent: -9999px;
		text-decoration: none;
		margin: 8px 8px 0 0;
	}
	#header #font-size-switch ul {
		float: left;
	}
		#header #font-size-switch li {
			float: left;
		}
			#header #font-size-switch li a {
				display: block;
				text-indent: -9999px;
				text-decoration: none;
				width: 29px;
				height: 29px;
				background-image: url(../images/font-size-switch-btn.gif);
				background-repeat: no-repeat;
			}

/*===================================================
	#gnavi
===================================================*/
#gnavi {
	/*
	background-image: url(../images/gnavi.gif);
	background-repeat: no-repeat;
	height: 63px;
	padding: 0 3px;
	*/
	margin: 15px auto 22px auto;
	text-align: left;
	width: 744px;
}
#gnavi li {
	float: left;
}
#gnavi a,
#gnavi span {
	display: block;
	width: 123px;
	height: 63px;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(../images/gnavi.gif);
	background-repeat: no-repeat;
}
#gnavi01 a,
#gnavi01 span,
#gnavi06 a,
#gnavi06 span {
	width: 126px;
}
#gnavi01 a:link,
#gnavi01 a:visited {
	background-position: 0 0;
}
#gnavi02 a:link,
#gnavi02 a:visited {
	background-position: -126px 0;
}
#gnavi03 a:link,
#gnavi03 a:visited {
	background-position: -249px 0;
}
#gnavi04 a:link,
#gnavi04 a:visited {
	background-position: -372px 0;
}
#gnavi05 a:link,
#gnavi05 a:visited {
	background-position: -495px 0;
}
#gnavi06 a:link,
#gnavi06 a:visited {
	background-position: -618px 0;
}

#gnavi01 a:hover,
#gnavi01 a:visited:hover,
#gnavi01 span {
	background-position: 0 bottom;
}
#gnavi02 a:hover,
#gnavi02 a:visited:hover,
#gnavi02 span {
	background-position: -126px bottom;
}
#gnavi03 a:hover,
#gnavi03 a:visited:hover,
#gnavi03 span {
	background-position: -249px bottom;
}
#gnavi04 a:hover,
#gnavi04 a:visited:hover,
#gnavi04 span {
	background-position: -372px bottom;
}
#gnavi05 a:hover,
#gnavi05 a:visited:hover,
#gnavi05 span {
	background-position: -495px bottom;
}
#gnavi06 a:hover,
#gnavi06 a:visited:hover,
#gnavi06 span {
	background-position: -618px bottom;
}

/*===================================================
	#footer
===================================================*/
#footer {
	color: #666;
	font-size: 77%;
	text-align: left;
	margin: 0 auto;
	width: 740px;
}
#footer .clear {
	margin-bottom: 1em;
}
#footer address {
	border-top: 1px solid #666;
	padding-top: 0.6em;
	padding-bottom: 2em;
	text-align: right;
}
/*===================================================
	.page-top
===================================================*/
.page-top a {
	display: block;
	width: 112px;/* 101 + 11 */
	height: 13px;
	background-image: url(../images/page-top.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
/*===================================================
	#contents
===================================================*/
#contents {
	text-align: left;
	margin: 0 auto 2em auto;
	width: 740px;
}
/*===================================================
	#main
===================================================*/
#main {
	float: left;
	width: 495px;
}
#topic-path {
	background-image: url(../images/icon-home.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	_height: 19px;
	min-height: 19px;
	margin-bottom: 12px;
}
h2.title {
	height: 30px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	margin-bottom: 1.5em;
}
h3.title {
	color: #22c0fe;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.h04 {
	color: #ff7f21;
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* box1 ------------------------------------------ */
.box1 {
	margin-bottom: 1.5em;
}
	.box1 .sect1 {
		background-color: #e9f1b0;
	}
		.box1 .sect1 h3 {
			color: #00561f;
			font-weight: bold;
			background-image: url(../images/box1-h.gif);
			background-repeat: no-repeat;
			padding: 15px 15px 10px 15px;
		}
		.box1 .sect1 .m {
			padding: 0 15px 15px 15px;
		}
		.box1 .sect1 ul {
			margin-bottom: 15px;
		}
		.box1 .sect1 li {
			background-image: url(../images/icon-check.gif);
			background-repeat: no-repeat;
			background-position: left 0.1em;
			padding-left: 15px;
		}
	.box1 .sep {
		text-indent: -9999px;
		text-decoration: none;
		width: 495px;
		height: 26px;
		background-image: url(../images/box1-sep.gif);
		background-repeat: no-repeat;
	}
	.box1 .sect2 {
		background-image: url(../images/box1-sect2-bg.gif);
		background-repeat: repeat-y;
	}
	.box1 .sect2 .f {
		background-image: url(../images/box1-sect2-f.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		padding: 7px 24px 15px 25px;
	}
	.box1 .inner {
		background-color: #d9f7ff;
		background-image: url(../images/box1-inner-f.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		padding-bottom: 10px;
	}
	.box1 .inner .clear {
		background-image: url(../images/box1-inner-h.gif);
		background-repeat: no-repeat;
		padding: 10px 10px 0 10px;
	}
	.box1 .inner .clear h4 {
		color: #333;
		font-weight: bold;
		float: left;
		width: 313px;
	}
	.box1 .inner .clear a {
		float: right;
		display: block;
		background-image: url(../images/box1-inner-btn.gif);
		background-repeat: no-repeat;
		width: 113px;
		height: 19px;
		line-height: 19px;
		text-indent: -9999px;
		text-decoration: none;
	}
	.box1 .inner p {
		padding: 0 10px;
	}
/* box4 ------------------------------------------ */
.box4 {
	position: relative;
	margin-bottom: 2em;
	background-image: url(../images/box1-sect2-bg.gif);
	background-repeat: repeat-y;
}
.box4 .h {
	background-image: url(../images/box1-sect2-h.gif);
	background-repeat: no-repeat;
}
.box4 .f {
	background-image: url(../images/box1-sect2-f.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px 24px 15px 25px;
}
	.box4 .inner {
		background-color: #d9f7ff;
		background-image: url(../images/box1-inner-f.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		padding-bottom: 10px;
	}
	.box4 .inner .clear {
		background-image: url(../images/box1-inner-h.gif);
		background-repeat: no-repeat;
		padding: 10px 10px 0 10px;
	}
	.box4 .inner .clear h4 {
		color: #333;
		font-weight: bold;
		float: left;
		width: 313px;
	}
	.box4 .inner .clear a {
		float: right;
		display: block;
		background-image: url(../images/box1-inner-btn.gif);
		background-repeat: no-repeat;
		width: 113px;
		height: 19px;
		line-height: 19px;
		text-indent: -9999px;
		text-decoration: none;
	}
	.box4 .inner p {
		padding: 0 10px;
	}
	/*
	*/

/* table.tb-a ------------------------------------ */
.tb-a {
	width: 100%;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}
.tb-a td,
.tb-a th {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	vertical-align: middle;
	padding: 0.2em;
}
.tb-a th {
	text-align: center;
}
.tb-a thead th {
	background-color: #ffff99;
}
.tb-a tbody th {
	background-color: #e1f3ff;
}
.tb-a td {
	text-align: right;
}
.tb-a .bg-r {
	background-color: #ffd6d6;
}
/* .general-checkup-btn -------------------------- */
.general-checkup-btn a {
	display: block;
	width: 259px;
	height: 19px;
	line-height: 19px;
	text-indent: -9999px;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/general-checkup-btn.gif);
	background-repeat: no-repeat;
}
.general-checkup-btn.alignC a {
	margin: 0 auto;
}
/* .console -------------------------------------- */
.console .clear .back {
	float: left;
}
.console .clear .next {
	float: right;
}

/*===================================================
	#sub
===================================================*/
#sub {
	float: right;
	width: 200px;
}
	#sub #contents-navi {
		background-image: url(../images/contents-navi-bg.gif);
		padding: 0 10px;
		margin-bottom: 15px;
	}
		#sub #contents-navi li {
			padding: 10px 0;
			border-bottom: 1px solid #ff7f21;
		}
		#sub #contents-navi li.last-child {
			border: none;
		}
			#sub #contents-navi a {
				display: block;
				text-indent: -9999px;
				text-decoration: none;
				background-repeat: no-repeat;
				width: 180px;
				height: 29px;
			}
			#sub #contents-navi-truth a {
				background-image: url(../images/contents-navi-truth.gif);
			}
			#sub #contents-navi-tips a {
				background-image: url(../images/contents-navi-tips.gif);
			}
			#sub #contents-navi-list a {
				background-image: url(../images/contents-navi-list.gif);
			}
	#sub #bnr li {
		margin-bottom: 15px;
	}
		#sub #bnr a {
			display: block;
			text-indent: -9999px;
			text-decoration: none;
			width: 200px;
			background-repeat: no-repeat;
		}
		#sub #bnr-checkup a {
			height: 85px;
			background-image: url(../images/bnr-checkup.gif);
		}
		#sub #bnr-links a {
			height: 36px;
			background-image: url(../images/bnr-links.gif);
		}
