@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 {
	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-image: url(./bg.gif);	/* 背景 */
	color: #000000;
	font-family: "メイリオ", "Meiryo", monospace, arial, sans-serif;
}

/*--------------------------------------
	テキスト
---------------------------------------*/
p,pre,address,cite { margin: 0.5em 20px; }

h4,h5,h6 { margin: 0.5em 20px; }

h1 {
	margin: 0;
	padding: 20px 0;
	color: #ff00ff;
	font-size: 189%;
}

h2 {
	padding: 3px 0;
	font-size: 144%;
	background-color: #fff2f9;
	border-top: #ff00ff 1px solid;
	border-bottom: #ff00ff 1px solid;
}
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: #666666;
}


/*--------------------------------------
	箱
---------------------------------------*/
#main_box {
	width: 800px;
	margin: 0 auto;
	background-color: #f5f5f5;
}

#head {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #f5f5f5;
/*	border-bottom: 1px solid #608040;*/
}

#wrapper {
	width: 800px;
	background-color: #f5f5f5;
}

#foot {
	clear: both;
	width: 800px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	background-color: #f5f5f5;
/*	border-top: 1px solid #608040;*/
}

/* サイドバー */
#sidebar {
	float: left;
	width: 240px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #f5f5f5;
}

	#sidebar_menu {

	}

	#sidbare_word {

	}

/* コンテンツ */
#cont {
	float: left;
	width: 560px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #000000;
}

	#kataru {
		padding: 0px 20px 20px 10px;	/* [上][右][下][左] */
		background-image: url(./bg.gif);
/*		background-color: #fff2f9;*/
	}

	#cont_blo {
		padding: 0px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #dcdcdc;
	}

	#cont_twi {
		padding: 0px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #d5d5d5;
	}

	#cont_chie {
		padding: 0px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #cbcbcb;
	}

	#cont_news {
		padding: 0px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #c1c1c1;
	}

/* 行のページ */
	#cont_key_list {
		padding: 0px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #fff2f9;
	}

/* TOPページ */
	#cont_top01 {
		padding: 0px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #dcdcdc;
	}

/*--------------------------------------
	module
---------------------------------------*/
#t_path {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #f5f5f5;
/*	border-bottom: 1px solid #608040;*/
}

#sidebar_menu li {
	padding-bottom: 12px;
}

#sidebar_word li {
	padding-bottom: 12px;
}

#cont dt {
	font-size: 122%;
}

.list_li {
/*	border-left: 3px solid #808000;
	border-bottom: 1px solid #808000;*/
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.color_mediumblue {
	color: #0000cd;
}

.pad_b {
	padding-bottom: 10px;
}

.let_space {
	margin: 0.5em 10px;
	text-indent: 1em;
	letter-spacing : 2px;
}

.font_bold {
	font-weight: bold;
}

.font_italic {
	font-style: italic;
}

.h3_class {
	padding: 3px 0;
	font-size: 107%;
	text-align: center;
	background-color: #fff2f9;
	border-top: #ff00ff 1px solid;
	border-bottom: #ff00ff 1px solid;
}

.font_60 {
	font-size: 60%;
	padding-left: 30px;
/*	display: inline;*/
}
.font_80 {
	font-size: 80%;
}


/* 行ページ */
#key_list li {
	border-left: 1px solid #608040;
	border-bottom: 1px solid #608040;
	margin-bottom: 10px;
	padding-left: 20px;
}

/* TOPページ */
#indexbar {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #608040;
}

#indexbar ul {
	margin: 0;
	padding: 0;
}

#indexbar li {
	padding-right: 12px;
	display: inline;
}
