@charset "utf-8";
/* -------------------------------------
	Reset
------------------------------------- */
html {
	color: #000000;
	background: #ffffff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form,
fieldset, legend, input, button, textarea, p, blockquote, th, td, address, cite {
	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: #000;
}

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 arial, helvetica, clean, sans-serif;
	*font-size: small;
	*font: x-small;
}

select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

/*--------------------------------------
	全体スタイル
---------------------------------------*/
html {}

body {
	background: #e2e2bd;
	color: #000000;
	font-family: monospace, "メイリオ", "Meiryo", arial, sans-serif;
}

/*--------------------------------------
	テキスト
---------------------------------------*/
p {
	margin: 0.5em 10px;
	letter-spacing: 2px;
	color: #000000;
}

h1 {
	margin: 0;
	padding: 20px 0;
	font-size: 189%;
	font-style: italic;
}
h2 { font-size: 122%; }
h3 { font-size: 122%; }
h4 { font-size: 107%; }
h5 { font-size: 107%; }
h6 { font-size: 107%; }

/*--------------------------------------
	Hypertext
---------------------------------------*/
a:link {
	text-decoration: none;
	color: #005585;
}

a:visited {
	text-decoration: none;
	color: #485270;
}

a:hover {
	text-decoration: underline;
	color: #b83800;
}

/*--------------------------------------
	リスト
---------------------------------------*/
ul, ol, dl {
	margin: 1em 20px;
/*	padding: 1px 10px;*/
	list-style-position: inside;
	list-style-type: none;
}

li, dt, dd {
	font-size: 100%;
}

dt {
}

dd {
	color: #000000;
}


/*--------------------------------------
	箱
---------------------------------------*/
#main_container {
	width: 700px;
	margin: 0 auto;
	background-color: #c4c49a;
}

#main_header {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	text-align: left;
	line-height: 80px;
	background-color: #808032;
}

#wrapper {
	width: 100%;
	background-color: #c4c49a;
}

#foot {
	clear: both;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	text-align: right;
	line-height: 60px;
	background-color: #808032;
}

/* サイドバー */
#side {
	float: right;
	width: 25%;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #d2d2b3;
}

	#side_menu {
	}

	#side_word {
	}

/* コンテンツ */
#cont {
/*	width: 75%;*/
	margin-right: 20px;
	margin-left: 10px;
	background-color: #c4c49a;
}

	#cont_kataru {
		width: 74%;
		background-color: #c4c49a;
	}

	#cont_blo {
		width: 74%;
		padding-top: 20px;
		background-color: #c4c49a;
	}

	#cont_twi {
		padding-top: 20px;
		background-color: #c4c49a;
	}

	#cont_chie {
		padding-top: 20px;
		background-color: #c4c49a;
	}

	#cont_news {
		padding-top: 20px;
		background-color: #c4c49a;
	}

/* 行のページ */
	#cont_key_list {
		width: 74%;
		background-color: #c4c49a;
	}

/* TOPページ */
	.cont_top {
		width: 74%;
		background-color: #c4c49a;
	}




/*--------------------------------------
	module
---------------------------------------*/
#path {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#side_menu li {
/*	padding-right: 10px;*/
	padding-bottom: 1em;
}

#side_word li {
/*	padding-right: 10px;*/
	padding-bottom: 1em;
}

#cont dt {
	font-size: 122%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.pd_t15 {
	padding-top: 15px;
	padding-bottom: 15px
}

.col_808032 {
	color: #808032;
}

.h2_same {
	font-size: 144%;
	border-bottom: 1px dotted #808032;
	border-left: 5px solid #808032;
}


/* 行ページ */
#key_list li {
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 115%;
}

/* TOPページ */
#indexbar {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#indexbar ul {
	margin: 0;
	padding: 0;
}

#indexbar li {
	padding-right: 12px;
	display: inline;
}
