@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 {}
body {
	background-image: url(./bg.gif);	/* 背景 */
	background-repeat: repeat-x;
	color: #555555;
	font-family: monospace, arial, helvetica, sans-serif;
}

/* -------------------------------------

	text

------------------------------------- */
h1 {
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
	font-size: 122%;
	text-align: center;
}
h2 {
	padding: 5px 0;
	font-size: 107%;
	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: none; }

/* -------------------------------------

	list

------------------------------------- */
ul, ol, dl {
	margin: 1em 20px;
	list-style-position: inside;
	list-style-type: none;
}
li, dt, dd { font-size: 100%; }

#yoko_menu dd {
	line-height: 2;
	text-align: center;
}
#yoko_word dd { padding-bottom: 1em; }

/* ----- パンくずリスト ----- */
dl.pankuzu {
	margin: 0 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
dl.pankuzu dd { display: inline; }

/* ----- 行ページ ----- */
#cont_keyword dd {
	margin-bottom: 10px;
	padding-left: 20px;
}

/* ----- TOPページ ----- */
#gyo ul {
	margin: 0 0 30px 0;
	padding: 0;
}
#gyo li {
	margin-top: 1em;
}

/* -------------------------------------

	box

------------------------------------- */
#soto_hako {
	margin: 0 auto;
	width: 680px;
}

#naka_hako {
	margin: 0 auto;
	width: 100%;
}

/* ----- サイドバー ----- */
#yoko {
	margin: 0 1em;
	width: 27%;
}
	#yoko_menu {}
	#yoko_word {}
	/* TOPページ行 */
	#gyo {
		padding-top: 10px;
		text-align: center;
	}

/* ----- コンテンツ ----- */
#cont {
	float: right;
	width: 70%;
}
	#cont_kataru {margin: 0 20px;	/* [上下][右左] */ }
	#cont_blo { margin: 30px 20px 0 20px;	/* [上][右][下][左] */ }
	#cont_twi { margin: 30px 20px 0 20px; }
	#cont_chie { margin: 30px 20px 0 20px; }
	#cont_news {
		margin: 30px 20px 0 20px;
		padding-bottom: 30px;
	}
	/* 行のページ */
	#cont_keyword {
		margin: 0 20px;
		padding-bottom: 30px;
	}
	/* TOPページ */
	#cont_top {
		margin: 0 20px;
		padding-bottom: 100%;
	}

/* ----- フッター ----- */
address {
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	font-size: 100%;
	text-align: center;
}

/* -------------------------------------

	color

------------------------------------- */
h1 {
	background-color: #ffffff;
	border-bottom: 3px double #a8b6c1;
}
h2 {
	background: #f7f7f7;
	border-top: 3px solid #d8dfe4;
}
a:link { color: #0000cc; }
a:visited { color: #0000cc; }
a:hover { color: #7f7fe5; }
#soto_hako {}
#cont {}
#cont_keyword dd {
	border-bottom: 1px dotted #a8b6c1;
	border-left: 5px solid #a8b6c1;
}
address { background-color: #c7d2da; }
#yoko p {
	background: #ffe466;
	border-top: 3px solid #ffd100;
}
.yyyymmdd { color: #008000; }

/* -------------------------------------

	module

------------------------------------- */
#yoko p {
	padding: 5px 0;
	font-size: 100%;
	text-align: center;

}
.yyyymmdd { font-size: 85%; }
.clear { clear: both; }
.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_kataru {
	padding: 10px 0;
	letter-spacing: 2px;
	line-height: 16px;
	text-indent: 1em;
}
.p_top {
	padding: 30px 0;
	letter-spacing: 2px;
	line-height: 16px;
	text-indent: 1em;
}
