@charset "utf-8";
/* -------------------------------------

	Reset

------------------------------------- */
html { color: #000000; background: #ffffff; }
address, body, cite, code, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: inherit; font-weight: inherit; }
del, ins { text-decoration: none; }
li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; font-variant: normal; }
sup { vertical-align: baseline; }
sub { vertical-align: baseline; }
legend { color: #000000; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
input, button, textarea, select { *font-size: 100%; }
/* ----- Fonts ----- */
body { font: 13px/1.231 monospace, sans-serif, serif; *font-size: small; *font: x-small; }
select, input, button, textarea, button { font: 99% monospace, sans-serif, serif; }
table { font-size: inherit; font: 100%; }
pre, code, kbd, samp, tt { font-family: monospace; *font-size: 108%; line-height: 100%; }

/* -------------------------------------

	全体スタイル

------------------------------------- */
html { background-image: url(./bg.gif);	/* 背景 */ }
body {
	color: #555555;
	font-family: Meiryo, monospace, arial, sans-serif;
}

/* -------------------------------------

	text

------------------------------------- */
h1 {
	margin: 0 auto;
	width: 100%;
	height: 80px;
	font-size: 144%;
	font-weight: bold;
	text-align: center;
	line-height: 80px;	/* 縦センター（heightと同じにする） */

}
h2 {
	padding: 5px 0;
	font-size: 107%;
	font-weight: bold;
	text-align: center;
}
h3, h4, h5, h6 { font-size: 100%; }

/* -------------------------------------

	hypertext

------------------------------------- */
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

/* -------------------------------------

	list

------------------------------------- */
ul, ol, dl {
	margin: 1em 20px;
	list-style-position: inside;
	list-style-type: none;
}
li, dt, dd { font-size: 100%; }
#side_menu dl {
	margin: 1em 0;
	list-style-position: inside;
	list-style-type: none;
}
#side_menu dd { line-height: 2; }
#sidebar_word ul {
	margin: 1.5em 5px;
	list-style-position: inside;
	list-style-type: none;
}
#sidebar_word li { padding-bottom: 1em; }
.dt_modoki {
	padding-top: 10px;
	font-size: 107%;
}
/* 行ページ */
#keyword dd {
	margin-bottom: 10px;
	padding-left: 10px;
}
/* TOPページ */
#sidebar_gyo dl {
	margin: 1.5em 5px;
	text-align: center;
	list-style-position: inside;
	list-style-type: none;
}
#sidebar_gyo dd { padding-bottom: 1em; }

/* -------------------------------------

	box

------------------------------------- */
#soto {
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	text-align: left;
	line-height: 120px;	/* 縦センター（heightと同じにする） */
}

#naka {
	width: 100%;
	margin: 0 auto;
}

/* ----- サイドバー ----- */
#side_menu {
	float: left;
	width: 12%;
	margin-left: 20px;
}

#sidebar_word {
	float: right;
	width: 18%;
	margin-right: 20px;
}
/* topページ */
#sidebar_gyo {
	float: right;
	width: 18%;
	margin-right: 20px;
}

/* ----- コンテンツ ----- */
#contents {
	float: left;
	width: 64%;
}
	#contents_kataru { margin: 0 20px;	/* [上下][右左] */ }
	#contents_blo { margin: 30px 20px 0 20px;	/* [上][右][下][左] */ }
	#contents_twi { margin: 30px 20px 0 20px;	/* [上][右][下][左] */ }
	#contents_chie { margin: 30px 20px 0 20px;	/* [上][右][下][左] */ }
	#contents_news { margin: 30px 20px 30px 20px;	/* [上][右][下][左] */ }
	/* 行のページ */
	#keyword {
		margin: 0 20px 30px 20px;	/* [上下][右左] */
		padding-bottom: 15px;
	}
	/* TOPページ */
	#contents_top { margin: 0 20px;	/* [上下][右左] */ }

/* ----- パンくずリスト ----- */
ol.pankuzu_list li {
	display: inline;
	font-size: 85%;
}
ol.pankuzu_list li:first-child:before { content: ""; }
ol.pankuzu_list li:before { content: "\00003e\000020"; }
/* ----- TOPページ行 ----- */
#indexbar {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

/* -------------------------------------

	color

------------------------------------- */
/* text */
h1 {
	border-top: 5px solid #f76b1f;
	border-bottom: 2px solid #d8d7d3;
	background-color: #f4f2ec;
	color: #f76b1f;
}
h2 { background-color: #fdefc5; }
/* hypertext */
a:link { color: #0066cc; }
a:visited { color: #0066cc; }
a:hover { color: #0066cc; }
/* list */
#keyword dd {
	border-bottom: 1px dotted #f76b1f;
	border-left: 3px solid #f76b1f;
}
/* box */
#contents_kataru { background-color: #ffffff; }
#contents_blo { background-color: #ffffff; }
#contents_twi { background-color: #ffffff; }
#contents_chie { background-color: #ffffff; }
#contents_news { background-color: #ffffff; }
#side_menu { background-color: #ffffff; }
#sidebar_word { background-color: #ffffff; }
/* 行ページ */
#keyword { background-color: #ffffff; }
/* TOPページ */
#sidebar_gyo { background-color: #ffffff; }
/* module */
.nichiji { color: #f76b1f; }
.p_footer {
	background-color: #f4f2ec;
	border-top: 2px solid #d8d7d3;
	color: #f76b1f;
}

/* -------------------------------------

	module

------------------------------------- */
.nichiji {
	font-size: 85%;
	text-indent: 1em;
}
.fs85 { font-size: 85%; }
.center { text-align: center; }
.right { text-align: right; }
.mt10 { margin-top: 10px; }
.mr10 { margin-right: 10px; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left: 10px; }
.txt_ind3em { text-indent: 3em; }

.p_cls {
	padding: 10px 1em;
	letter-spacing: 2px;
	line-height: 16px;
	text-indent: 1em;
}

.p_footer {
	clear: both;
	margin: 0 auto;
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 80%;
	line-height: 30px;	/* 縦センター（heightと同じにする） */
}
