@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: #ffffff;
	color: #333333;
	font-family: Meiryo, arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}


/* -------------------------------------

	text

------------------------------------- */
h1 {
	font-size: 189%;
	padding-left: 30px;
}

h2 {
	font-size: 144%;
	text-align: center;
	background-color: #ffffff;
}

h3 {
	font-size: 122%;
}

h4 {
	font-size: 107%;
}

h5 {
	font-size: 107%;
}

h6 {
	font-size: 107%;
}

/* -------------------------------------

	hypertext

------------------------------------- */
a:link {
	text-decoration: none;
	color: #0000de;
}

a:visited {
	text-decoration: none;
	color: #0000de;
}

a:hover {
	text-decoration: underline;
	color: #941d55;
}

/* -------------------------------------

	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 {
}


/* -------------------------------------

	box

------------------------------------- */
#container {
	width: 780px;
	margin: 0 auto;
	background-color: #c0c0c0;
	border-right: 3px double #e0e0e0;
	border-left: 3px double #e0e0e0;
}

#header {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	text-align: left;
	line-height: 120px;	/* 縦センター（heightと同じにする） */
	background-image: url(./bg.gif);
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #c0c0c0;
}

#footer {
	clear: both;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;	/* 縦センター（heightと同じにする） */
	background-image: url(./bg.gif);
}

/* ----- サイドバー ----- */
#sidebar {
	float: right;
	width: 27%;
	margin-right: 20px;
	background-color: #c0c0c0;
}

	#sidebar_menu {
	}

	#sidebar_word {
	}

/* ----- コンテンツ ----- */
#contents {
	width: 70%;
	background-color: #c0c0c0;
}

	#contents_kataru {
		margin: 0 20px;	/* [上下][右左] */
		background-color: #c0c0c0;
	}

	#contents_blo {
		margin: 30px 20px 0 20px;	/* [上][右][下][左] */
		background-color: #c0c0c0;
	}

	#contents_twi {
		margin: 30px 20px 0 20px;	/* [上][右][下][左] */
		background-color: #c0c0c0;
	}

	#contents_chie {
		margin: 30px 20px 0 20px;	/* [上][右][下][左] */
		background-color: #c0c0c0;
	}

	#contents_news {
		margin: 30px 20px 30px 20px;	/* [上][右][下][左] */
		background-color: #c0c0c0;
	}

/* ----- 行のページ ----- */
	#contents_keyword {
		margin: 0 20px;	/* [上下][右左] */
		background-color: #c0c0c0;
	}

/* ----- TOPページ ----- */
	.contents_top {
		margin: 0 20px;	/* [上下][右左] */
		background-color: #c0c0c0;
	}

/* ----- ぱんくずリスト ----- */
#topic_path {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* ----- TOPページあかさたな ----- */
#indexbar {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}


/* -------------------------------------

	module

------------------------------------- */
#sidebar li {
	line-height: 2;
}

#contents dt {
	font-size: 107%;
}

#contents dd {
	margin: 5px 0;
}

.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; }
.col_green { color: #008000; }

.p_cls {
	padding: 10px 0;
	letter-spacing: 2px;
	line-height: 16px;
	text-indent: 1em;
}

/* ----- 行ページ ----- */
#keyword_list li {
	margin-bottom: 10px;
	padding-left: 20px;
	border-bottom: 1px dotted #ffffff;
	border-left: 5px solid #ffffff;
}

/* ----- TOPページ ----- */
#indexbar ul {
	margin: 0;
	padding: 0;
}

#indexbar li {
	padding-right: 12px;
	display: inline;
}
