@charset "UTF-8";
/* CSS Document */
/*全体の設定*/
* {
	padding: 0px;
	margin: 0px;
	font: normal 98% "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
}

/*bodyの設定*/
body {
	text-align: center;
	background: url(images/layout/bg_bamboo.png) repeat-x;
}

/*全体の枠*/
#container {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*ヘッダのタイトル部分*/
#header_title {
	float: left;
	height: 50px;
	width: 230px;
	background: url(images/layout/header_title.png) no-repeat;
}
#header_title h1 {
	display: none;
}

/*ヘッダのナビゲーション部分*/
#header_navi {
	float: right;
	height: 50px;
	width: 560px;
}
#header_navi ul {
	float: right;
	height: 2em;
	margin-top: 5px;
	font-size: 0.9em;
}
#header_navi li {
	float: left;
	height: 2em;
	margin-right: 5px;
}
#header_navi li a {
	padding: 0em 0.7em;
	border: 1px outset #999999;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.8em;
	display: block;
	background-color: #ff9933;
}
#header_navi li a:hover {
	background-color: #3366FF;
}

/*ヘッダの画像部分*/
#header_image {
	clear: both;
	height: 100px;
	width: 800px;
	background: url(images/layout/header.png) no-repeat;
}

/*ページのナビゲーション*/
#navigation {
	height: 24px;
	width: 800px;
	background-image: url(images/navigation/navigation_bg.png);
	background-repeat: no-repeat;
}
#navigation ul {
}
#navigation li {
	float: left;
	color: #333333;
	line-height: 24px;
	display: block;
	text-indent: 10px;
}
#navigation li a {
	color: #333333;
	line-height: 24px;
	display: block;
	text-indent: 24px;
	background: url(images/navigation/navigation.png) no-repeat;
}

/*コンテンツの左部分*/
#left_area {
	float: left;
	width: 200px;
}
/*メニュー部分*/
#left_area ul {
	width: 200px;
}
#left_area li {
	font-weight: bold;
}
#left_area li a.main_current {
	height: 40px;
	width: 200px;
	font-weight: bold;
	color: #FFFF00;
	line-height: 40px;
	display: block;
	text-indent: 20px;
	background: url(images/layout/left_menu.png) no-repeat;
}
#left_area li a.main_off {
	height: 40px;
	width: 200px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	display: block;
	text-indent: 20px;
	background: url(images/layout/left_menu.png) no-repeat 0px -40px;
}
#left_area li a.main_off:hover {
	font-size: 1.1em;
}
#left_area li a.sub_current {
	height: 30px;
	width: 200px;
	font-weight: bold;
	color: #FF0000;
	line-height: 30px;
	display: block;
	text-indent: 20px;
	background: url(images/layout/left_menu.png) no-repeat 0px -80px;
}
#left_area li a.sub_off {
	height: 30px;
	width: 200px;
	font-weight: bold;
	color: #666666;
	line-height: 30px;
	display: block;
	text-indent: 20px;
	background: url(images/layout/left_menu.png) no-repeat 0px -110px;
}
#left_area li a.sub_off:hover {
	background: url(images/layout/left_menu.png) no-repeat 0px -140px;
}

/*コンテンツの右部分*/
#right_area {
	float: right;
	width: 590px;
}

/*カウンター部分*/
#counter {
	height: 28px;
	width: 590px;
	text-align: center;
	background: url(images/layout/counter.png) no-repeat;
}

/*フッタ*/
#footer {
	clear: both;
	height: 100px;
	width: 800px;
	background: url(images/layout/footer.png) no-repeat;
}
p.copyright {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #666666;
	line-height: 36px;
	text-align: center;
}
/*見出し*/
h2.main {
	height: 36px;
	width: 590px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	text-indent: 1em;
	background: url(images/h/h2_main.png) no-repeat;
}
h2.sub {
	clear: both;
	height: 24px;
	width: 590px;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #666666;
	font-weight: bold;
	color: #ff0000;
	line-height: 24px;
	text-indent: 26px;
	background: url(images/h/h2_sub.png) no-repeat;
}
h2.home {
	height: 30px;
	width: 590px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	text-indent: 1em;
	background: url(images/h/h2_home.png) no-repeat;
}


h3.sub_browser {
	height: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	text-indent: 24px;
	background: url(../css/images/css_sample/h/h3_browser.png) no-repeat;
}
h3.sub_css {
	height: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	text-indent: 24px;
	background: url(images/css_sample/h/h3_css.png) no-repeat;
}
h3.sub_dw {
	height: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	text-indent: 24px;
	background: url(../css/images/css_sample/h/h3_dw.png) no-repeat;
}
h3.sub_xhtml {
	height: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	text-indent: 24px;
	background: url(images/css_sample/h/h3_xhtml.png) no-repeat;
}

/*段落*/
p.description {
	padding: 0.5em;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
p.indent {
	margin-bottom: 1em;
	text-indent: 1em;
}
p.indent a {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
p.indent a:hover {
	text-decoration: none;
	background: url(images/p/a_hover_blue_dotted.gif) repeat-x 0 100%;
}
p.error {
	height: 280px;
	font-weight: bold;
	color: #666666;
	background: url(images/error/404.png);
}

/*表（木目）*/
table.wood {
	margin: 0.5em;
	border-spacing: 1px;
}
table.wood th {
	padding: 0.5em 1em;
	border: outset 1px #CC6600;
	font-weight: bold;
	text-align: center;
	background: url(images/table/th_wood.png) repeat;
}
table.wood td {
	padding: 0.5em 1em;
	border: outset 1px #FFCC33;
	background: url(images/table/td_wood.png) repeat;
}
table.wood td.right {
	text-align: right;
}
table.wood td.center {
	text-align: center;
}
/*ソースコード用*/
table.source_code {
	margin: 0.5em;
	border-top: 1px ridge #999999;
	border-left: 1px ridge #999999;
}
table.source_code th {
	padding: 0.2em 1em;
	border-right: 1px ridge #999999;
	border-bottom: 1px ridge #999999;
	font-weight: bold;
	background-color: #FFFFCC;
}
table.source_code td {
	padding: 0.2em 1em;
	border-right: 1px ridge #999999;
	border-bottom: 1px ridge #999999;
}
/*カウンター用*/
table.counter {
	height: 28px;
}
table.counter th {
	font-weight: bold;
	color: #FFFF00;
	line-height: 28px;
}
table.counter td {
	padding-right: 1em;
	padding-left: 1em;
}

/*画像*/
img.right {
	float: right;
	margin: 0.5em;
}
img.left {
	float: left;
	margin: 0.5em;
}

/*定義*/
/*自己紹介*/
dl.profile {
	margin-left: 1em;
}
dl.profile dt {
	font-weight: bold;
}
dl.profile dd {
	padding-left: 3em;
}
/*壱岐の地名*/
dl.place_name {
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
dl.place_name dt {
	padding-left: 1em;
	font-weight: bold;
}
dl.place_name dd {
	padding-left: 2em;
}
dl.place_name dd span {
	padding-left: 1em;
	color: #333333;
}
/*方言・言葉の定義*/
dl.dialect {
}
dl.dialect dt {
	margin-left: 1em;
	font-weight: bold;
}
dl.dialect dd {
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 4em;
}
/*リンク集の定義*/
dl.links {
}
dl.links dt {
	padding-left: 1em;
	line-height: 24px;
}
dl.links dt a {
	margin-right: 1em;
	border-bottom-color: #0000FF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-weight: bold;
	color: #0000FF;
}
dl.links dt a:hover {
	background-color: #FFFF99;
}
dl.links dd {
	padding-left: 3em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 0.9em;
	color: #999999;
	line-height: 1em;
}

/*リスト*/
/*ホームの更新情報とご注意*/
ul.home {
	margin-bottom: 0.5em;
	border: 1px solid #00FFFF;
}
ul.home li.date {
	padding-left: 0.5em;
	font-weight: bold;
	color: #006600;
}
ul.home li.text {
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: circle;
}
ul.home li.text a {
	color: #0000FF;	
}
/*サイトマップ*/
ul.sitemap {
	padding: 0.5em;
}
ul.sitemap li.home {
	height: 24px;
	line-height: 24px;
	display: block;
	text-indent: 24px;
	background: url(images/list/home.png) no-repeat;
}
ul.sitemap li.folder {
	height: 24px;
	padding-left: 24px;
	line-height: 24px;
	display: block;
	text-indent: 24px;
	background: url(images/list/folder.png) no-repeat 24px 0px;
}
ul.sitemap li.html {
	height: 24px;
	padding-left: 24px;
	line-height: 24px;
	display: block;
	text-indent: 48px;
	background: url(images/list/html.png) no-repeat 48px 0px;
}
ul.sitemap li a {
	border-bottom-color: #0000FF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #0000FF;
}
/*参考文献*/
ul.reference {
	margin: 0em 1em 1em;
}
ul.reference li {
	margin-bottom: 0.5em;
}

/*ソースコード*/
ol.source_code {
	padding-left: 3em;
	margin: 0.5em 1em;
	border: 1px solid #666666;
}
ol.source_code li {
	padding: 0.2em;
	margin: 1px;
	font-family: Courier;
	white-space: -moz-pre-wrap;
	white-space: pre;
	background-color: #E8E8E8;
	list-style: decimal outside;
}

ol.source_code li.middle {
	white-space: pre;
	white-space: -moz-pre-wrap;
}
strong.source_code {
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-family: "Courier New";
	font-size: 1.1em;
	font-weight: bold;
	color: #FF0000;
}
/*CSSサンプル*/
/*タイプ*/

/*ブロック*/
p.indent_sample01 {
	padding-bottom: 1em;
	text-indent: 1em;
}
p.indent_sample02 {
	padding-left: 1em;
	text-indent: -1em;
}
h2.transform_sample {
	font-size: 1.5em;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}
p.direction_sample {
	text-align: right;
	unicode-bidi: bidi-override;
	direction: rtl;
}
img.middle {
	vertical-align: middle;
}

span.georgia {
	font-family: Georgia;
}
h3.meridian_point {
	background: url(images/h/h3_green.jpg) no-repeat;
	height: 30px;
	text-indent: 24px;
	font: 1.5em/30px Hiragino Mincho Pro, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝";
}
h3.meridian_point span {
	font-size: 1em;
}
dl.meridian_point {
}
dl.meridian_point dt {
	padding: 0.25em;
	border: 1px solid #666666;
	display: inline;
}
p.point {
	text-align: center;
	padding: 0.25em 0.5em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
span.point {
	font-size: 1.6em;
}
span.space {
	padding-left: 1em;
}
