@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%; }

/* -------------------------------------

	�S�̃X�^�C��

------------------------------------- */
html {}
body {
	background: #ffffff;
	color: #333333;
	font-family: Meiryo, arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}

/* -------------------------------------

	text

------------------------------------- */
h1 {
	padding-left: 30px;
	font-size: 122%;
	font-weight: 900;
}

h2 {
	font-size: 107%;
	text-align: center;
	border-right: 3px double #ff0000;
	border-left: 3px double #ff0000;
	background-color: #ffffff;
}

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 {
	margin: 1em 20px;
	list-style-position: inside;
	list-style-type: none;
}

dl {
	margin: 2em 20px;
	list-style-position: inside;
	list-style-type: none;
}

li, dt, dd { font-size: 100%; }

dt {}
dd {}

#sidebar li { font-size: 85%; }
	#sidebar_menu li {
		line-height: 2;
		text-align: center;
	}
	#sidebar_word li {
		padding-top: 1em;
		padding-bottom: 1em;
	}
#contents dt { font-size: 107%; }
#contents dd { margin: 5px 0; }
/* �s�y�[�W */
#keyword_list dd {
	margin-bottom: 10px;
	padding-left: 20px;
	border-bottom: 1px dotted #ffffff;
	border-left: 5px solid #ffffff;
}

/* TOP�y�[�W */
#indexbar ul {
	margin: 0;
	padding: 0;
}
#indexbar li {
	padding-right: 12px;
	display: inline;
}

/* -------------------------------------

	box

------------------------------------- */
#container {
	margin: 0 auto;
	width: 700px;
}

#header {
	margin: 0 auto;
	width: 100%;
	height: 80px;
	text-align: left;
	line-height: 80px;	/* �c�Z���^�[�iheight�Ɠ����ɂ����j */
	background-image: url(./bg.gif);
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 30px;
}

#footer {
	clear: both;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	width: 700px;
	height: 30px;
	text-align: center;
	line-height: 30px;	/* �c�Z���^�[�iheight�Ɠ����ɂ����j */
	background-image: url(./bg.gif);
}

/* ----- �T�C�h�o�[ ----- */
#sidebar {
	float: right;
	width: 27%;
	margin-right: 20px;
}

/* ----- �R���e���c ----- */
#contents { width: 70%; }
	#contents_kataru { margin: 0 20px;	/* [�㉺][�E��] */ }
	#contents_blo { margin: 30px 20px 0 20px;	/* [��][�E][��][��] */ }
	#contents_twi { margin: 30px 20px 0 20px;	/* [��][�E][��][��] */ }
	#contents_chie { margin: 30px 20px 0 20px;	/* [��][�E][��][��] */ }
	#contents_news { margin: 30px 20px 30px 20px;	/* [��][�E][��][��] */ }
	/* �s�̃y�[�W */
	#contents_keyword { margin: 0 20px;	/* [�㉺][�E��] */ }
	/* TOP�y�[�W */
	#contents_top { margin: 0 20px;	/* [�㉺][�E��] */ }

/* ----- �p���������X�g ----- */
ol.topic_path li { display: inline; }
/*	ol.topic_path li:first-child:before { content: normal; }	*/
ol.topic_path li:first-child:before { content: ""; }
ol.topic_path li:before { content: "\000020\00003e\000020"; }

/* ----- top�y�[�W ----- */
ol.indexbar li { display: inline; }
ol.indexbar li:first-child:before { content: ""; }
ol.indexbar li:before { content: "\00A0\00A0\00A0"; }

/* -------------------------------------

	color

------------------------------------- */
a:link { color: #0000de; }
a:visited { color: #0000de; }
a:hover { color: #941d55; }
#container {
	background-color: #c0c0c0;
	border-right: 3px double #e0e0e0;
	border-left: 3px double #e0e0e0;
}
.ymd { color: #008000; }

/* -------------------------------------

	module

------------------------------------- */
.ymd { font-size: 85%; }
.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 0;
	letter-spacing: 2px;
	line-height: 16px;
	text-indent: 1em;
}

