@charset "Shift_JIS";
/* 一括で全ての要素の余白をゼロに指定 */
* {
	padding: 0;
	margin: 0;
}
/*########################################

[1]全体のリンク指定 */

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
/*########################################

[2]CSS.DesignSampleへのリンク指定 */

#container #cds {
	font-size: 90%;
	text-align: left;
	clear: both;
	color: #666666;
}
#container #cds a, #container #cds a:hover {
	text-decoration: none;
	color: #666666;
}
/*########################################

[3]レイアウトに関する指定 */

body {
	font-size: 80%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
}
/*-- 全体を囲んでいます --*/
#wrapper {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 930px;
	background-color: #CCC;
}
/*-- description --*/
.description {
	text-align: right;
	background: url(img/bg-description.jpg) no-repeat 0 0;
	height: 80px;
}
/*-- ヘッダー部分 --*/
#header {
	height: 70px;
	background-image: url(img/bg-header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 36px;
　
}
#header a:link {
	text-decoration: none;
}
#header a:visited {
	text-decoration: none;
}
#header a:hover {
	text-decoration: none;
}
#header a:active {
	text-decoration: none;
}
-->


/*-- contents と left-sidebar を囲む枠 --*/
#container {
	width: 928px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #CCC;
}
/*-- コンテンツ部分 --*/
#contents {
	width: 700px;
	float: right;
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
}
/*-- サイドバー部分 --*/
#sidebar {
	width: 210px;
	float: left;
	background-color: #CCC;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 0px;
}
/*-- フッター部分 --*/
#footer {
	clear: both;
	padding: 1em 0 0.5em;
	color: #FFF;
	background-color: #036;
	background-repeat: no-repeat;
	background-position: 0 100%;
}
/*########################################

[4]ヘッダー部分 */

/* -- キーワード -- */
h1 {
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 0.5em;
}
/* -- タイトル -- */
.logo {
	font-size: 36px;
	font-weight: bold;
	color: #001C1C;
}

/* -- ページの概要 -- */
.description {
	text-align: left;
	font-size: 18px;
	color: #001C1C;
}
/*########################################

[5]コンテンツ内の各部分指定 */

/* 見出し */
h2 {
	font-size: 24px;
	margin-bottom: 0em;
	background-repeat: no-repeat;
	background-position: 0 50%;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 20px;
}
h3 {
	margin-top: 0em;
	font-size: 12px;
	margin-bottom: 1em;
	padding: 0.5em 0 0.5em 2em;
	background-repeat: no-repeat;
	background-position: 0 50%;
	border-top-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-weight: bold;
}
/* -- 文字 -- */
#contents p {
	line-height: 1.6em;
	margin-bottom: 0.5em;
	text-align: left;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-left: 20px;

}


#contents .p_box1 {
	line-height: 1.6em;
	margin-bottom: 0.5em;
	text-align: left;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-left: 20px;
	background-image: url(img/jhk1bg.png);
	background-repeat: repeat-x;
}
/* -- リスト -- */
#contents ul {
	margin: 1em 0 1em 20px;
}
#contents ol {
	margin: 1em 0 1em 25px;
}
#contents li {
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
/*########################################

[6]サイドバー内の各部分指定

/* サイドバータイトル */
#sidebar .p_sidetitle {
	text-align: left;
	margin: 0;
	border: 0px none #F90;
	background-image: url(img/side.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 210px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font-size: 20px;
	vertical-align: middle;
}
/* サイドバー内の文字(P) */
#sidebar p {
	text-align: left;
	margin: 1em 0;
	padding: 0;
	padding: 0;
	line-height:1.5em;
}
/* リスト/サイドバーメニュー */
#sidebar .localnavi {
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
/* サイトマップ */
#sidebar .sitemap {
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
	color: #00F;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
/* box */
#sidebar .box {
	border: 2px none #000;
	background-color: #FFF;
	height: 130px;
	width: 200px;
	padding: 5px;
	background-image: url(img/jhk_dbg.png);
	background-repeat: no-repeat;
}
#sidebar .localnavi li {
	display: inline;
}
#sidebar .localnavi li a {
	width: 150px;
	display: block;
	color: #666;
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-weight: normal;
	font-style: normal;
	border: 0px solid #CCC;
	font-size: 14px;
	text-align: left;
	background-image: url(img/libg.png);
	height: 35px;
	margin-top: 0px;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}

/* リスト */
#sidebar ul {
	margin: 2em 0 2em 10px;
}
#sidebar li {
	margin-bottom: 0.5em;
}
/*########################################

[7]フッター内の各部分指定 */

#footer p {
	text-align: right;
}


#footer a:link {
	color: #fff;
	text-decoration: underline;
}
#footer a:visited {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
}
#wrapper #container #sidebar .box strong {
	color: #F00;
}
#wrapper #container #sidebar .box strong br {
	color: #F00;
}
#wrapper #container #sidebar .box {
	font-weight: bold;
}
#wrapper #container #sidebar .box {
	font-weight: normal;
	font-size: 12px;
}
.h3ex {
	color: #F00;
}
.link {
	color: #00F;
	text-align: left;
}
#wrapper #container #contents table tr td p strong {
	font-weight: bold;
}
#bun {
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	color: #000;
}
#wrapper #container #contents table tr td h3 strong {
	font-size: 16px;
}
#wrapper #container #contents div h3 strong {
	font-size: 16px;
}
#wrapper #container #contents blockquote blockquote p strong {
	font-size: 16px;
}
