﻿@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	background: #FFC;
	line-height: 1.7em;
	text-align: center;
}

#page {
	background: #fff url(../image/bk-page.gif) repeat-y center top;
	text-align: left;
	width: 920px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/*----------ヘッダーエリア----------*/

#header-out {
	background: #ffcc66;
	padding-top: 5px;
	margin-top: 5px;
}
#header {
	padding: 10px 20px 20px;
}
#header p {
	font-size: 120%;
}
#header .sinryou-1 {
	text-align: left;
}

#header .sinryou-2 {
	text-align: right;
}

/*印刷用のロゴ。print.cssで表示しています*/
#header #rogo {
	display: none;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*ディスプレイ用のロゴ。index.cssで表示しています*/
#header #rogo2 {
	display: inline;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}


#header #add {
	display: inline;
	float: right;
	margin-right: 10px;
	padding-top: 50px;
	color: #006600;
}


/*----------コンテンツエリア----------*/



#maincontents {
	float: right;
	width: 670px;
	margin-right: 15px;
}


#contents1 {
	width: 670px;
}
#contents1 p {
	line-height: 1.4em;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 140%;
}


/*youbi.htmlで使用*/
#contents1 #sinryo {
	float: left;
	margin-top: 10px;
}

#contents1 #uketuke {
	float: right;
	margin-right: 20px;
}
#contents1 #itiran {
	clear: both;
	padding-top: 20px;
}
/*-------------------*/


/*tokuken.htmlで使用*/
#contents1 #nintei {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}

#contents1 #metabo {
}

#contents1 #kensinBox {
	text-align: center;
	width: 633px;
	clear: both;
}

#contents1 .kensin {
	float: left;
	width: 210px;
	text-align: center;
	padding-right: 1px;
}

#contents1 #taisyou {
	clear: both;
	width: 630px;
	padding-top: 5px;
}
/*-------------------*/


/*osirase.htmlやgaiyou.htmlで使用。イラストの位置調整*/
#contents1 .img {
	text-align: right;
	width: 670px;
	margin-top: -40px;
}

/*bosyuu.htnlで使用。イラストの位置調整*/
#contents1 .img2 {
	text-align: right;
	width: 670px;
	margin-top: -150px;
}
/*-------------------*/


/*tokuken-2.htmlやtokuken-3.htmlで使用*/
#contents1 .link {
	color: #009;
	font-size: 130%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
/*-------------------*/


/*いろいろなページで使用。主に表の中の文字を小さくしている*/
.font-smol {
	font-size: 90%;
}

/*tokuken-3.htmlで表の中の文字を小さくしている*/
.font-smol70 {
	font-size: 70%;
}

/*いろいろなページで使用。文字を赤くする*/
.font-red {
	color: #F00;
}


/*sindanページで使用。<p>に影響されずに文字を大きくするため2019年に作成*/
.font-rage {
	font-size: 130%;
}

/*最新の情報、お知らせで使用。もともとのフォントが太いためfont-weightが効果なし。太字に見せるのにほんの少し大きくする。2021年に作成*/
.font-rage115 {
	font-size: 115%;
}

/*-------------------*/


/*主にtokuken関係以外のページの表で使用*/
.table {
	border: 1px solid #666;
	font-size: 140%;
}

.table th {
	padding: 2px;
	border: 1px solid #666;
	background: #e6e6fa;
	text-align: center;
	vertical-align: middle;
}

.table td {
	padding: 3px;
	border: 1px solid #666;
	height: 30px;
	text-align: center;
}
/*-------------------*/


/*主にtokuken.html、tokuken-2、tokuken-3関係で使用*/
.table2 {
	border: 1px solid #666;
	font-size: 140%;
}

.table2 th {
	padding: 2px;
	border: 1px solid #666;
	background: #e6e6fa;
	text-align: center;
	vertical-align: middle;
}

.table2 td {
	padding: 3px;
	border: 1px solid #666;
	height: 30px;
}
.table2-center {
	text-align: center;
}
/*-------------------*/


/*表の中のセルの背景色として使用*/
.cell-peru {
	background: #cd853f;
}

.cell-plum {
	background: #dda0dd;
}

.cell-gold {
	background: #ffd700;
}
.cell-orange {
	background: #ffcc66;
}

.cell-yellow {
	background: #ffc;
}

.cell-green {
	background: #00cc66;
}

.cell-blue {
	background: #99ccff;
}

.cell-pink {
	background: #FCC;
}

.cell-lightdreen{
	background:#ccff33;
}
/*-------------------*/


/*いろいろなページの、見出しの書式設定として使用*/
h1 {
	font-size: 180%;
	text-align: center;
	border-top: 3px double #ffcc66;
	border-bottom: 3px double #ffcc66;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: #ffffcc;
}


h2 {
	border-bottom: 1px solid #f99;
	border-left: 10px solid #f99;
	padding: 5px;
	font-size: 160%;
	margin-right: 5px;
	background: #fff0f5;
}

h3 {
	padding: 3px 3px 3px 15px;
	font-size: 135%;
	background: url(../image/mark.gif) no-repeat left top;
	line-height: 1.5;
}

/*h4はtokuken.htmlのkensinBoxの中で使用*/
h4 {
	font-size: 119%;
	font-weight: normal;
}
/*-------------------*/


/*主にページの下の部分のコンテンツとして使用。使用していないページも多数*/
#contents2 {
	width: 670px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents2 p {
	font-size: 140%;
	padding-left: 15px;
	margin-right: 15px;
}
/*-------------------*/


/*ページ下部のリンク「ページの先頭へ」で使用*/
.link-right {
	font-size: 140%;
	text-align: right;
}
/*-------------------*/


/*----------サイドコンテンツエリア----------*/

#sidecontents {
	float: left;
	width: 200px;
	margin-left: 15px;
	font-size: 120%;
	margin-bottom: 10px;
}
#sidecontents ul {
	border-top: 13px solid #F99;
	border-right: #F99;
	border-bottom: 13px solid #F99;
	border-left: #F99;
	font-size: 120%;
}

#sidecontents li {
	line-height: 230%;
	text-align: center;
}
#sidecontents a {
	display: block;
	width: 100%;
	color:#333;
}


#sidecontents a:hover {
	background-color:#F99;
	color: #fff;
	font-weight: bold;
}
#upsp {
	border-bottom: 2px solid #fff;
}

#udsp {
	border-top: 2px solid #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}


#select {
	background: #e6e6fa;
	font-weight: bold;
}

.kugiri {
	border-bottom: 1px dotted #F99;
}


/*----------フッターエリア----------*/

#footer {
	background: #ffcc66;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font: bold 90%  "Palatino Linotype", "ＭＳ Ｐゴシック", "Book Antiqua", Palatino, serif;
	clear: both;
}

#footer-navi {
	font-size: 130%;
}

#footer-navi li{
	display:inline;
	list-style: none;
}

#footer-navi li a {
	color:#333;
}

#footer-navi li a:hover{
	color:#fff;
}

