@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 { height: 100%; }

body {
	background-image: url(./bg.gif);	/* 背景 */
	background-repeat: repeat-x;
	color: #000000;
	font-family: monospace, "メイリオ", "Meiryo", arial, sans-serif;
	height: 100%;
}

/*--------------------------------------
	テキスト
---------------------------------------*/
p, pre, address, cite { margin: 0.5em 20px; }

h4, h5, h6 { margin: 0.5em 20px; }

h1 {
	padding: 30px 0;
	font-size: 189%;
	text-align: center;
	color: #ffffff;
}
h2 {
	font-size: 144%;
	background-color: #dcdcdc;
}
h3 { font-size: 122%; }
h4 { font-size: 107%; }
h5 { font-size: 107%; }
h6 { font-size: 107%; }

/*--------------------------------------
	Hypertext
---------------------------------------*/
a:link {
	text-decoration: none;
	color: #808000;
}

a:visited {
	text-decoration: none;
	color: #808000;
}

a:hover {
	text-decoration: underline;
	color: #ff1493;
}

#link a:link {
	text-decoration: none;
	color: #ffffff;
}

#link a:visited {
	text-decoration: none;
	color: #ffffff;
}

#link a:hover {
	text-decoration: underline;
	color: #ffff00;
}

/*--------------------------------------
	リスト
---------------------------------------*/
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;
}

.list_dt {
	margin: 12px 8px 3px 20px;
/*	padding: 1px 10px;*/
	font-size: 120%;
}

.list_dd1 {
	margin: 0px 0px 5px 20px;
	color: #666666;
	font-size: 100%;
}

.list_dd2 {
	margin: 8px 8px 16px 20px;
	color: #666666;
	font-size: 100%;
}


/*--------------------------------------
	箱
---------------------------------------*/
#container {
	width: 640px;
	margin: 0 auto;
	background-color: #f5f5f5;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	height: 100%;
}

#header {
	width: 640px;
	margin: 0 auto;
	text-align: left;
	background-color: #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

#wrapper {
	width: 640px;
	height: *;
	background-color: #f5f5f5;
}

.time_power {
	margin: 0 10px;
}

/* サイドバー */
#side {
	float: right;
	width: 150px;
	margin-right: 10px;
	margin-left: 0px;
	background-color: #f5f5f5;
}

	#side_menu {

	}

	#side_word {

	}

	#footer {
		text-align: center;
		color: #ffffff;
		background-color: #c0c0c0;
		border: 1px dashed #000000;
	}

/* コンテンツ */
#cont {
	width: 480px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #f5f5f5;
}

	#cont_kataru {
		padding: 0px 10px 20px 10px;	/* [上][右][下][左] */
		background-color: #f5f5f5;
	}

	#cont_blo {
		padding: 0px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #f5f5f5;
	}

	#cont_twi {
		padding: 0px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #f5f5f5;
	}

	#cont_chie {
		padding: 0px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #f5f5f5;
	}

	#cont_news {
		padding: 0px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #f5f5f5;
	}

/* 行のページ */
	#cont_key_list {
		padding: 0px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #f5f5f5;
	}

/* TOPページ */
	#cont_top01 {
		padding: 0px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #f5f5f5;
	}




/*--------------------------------------
	module
---------------------------------------*/
#topic_path {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#link {
	width: 420px;
	margin: 0 auto;
/*	margin-right: 10px;
	margin-left: 10px;*/
	padding: 10px 0;
	text-align: center;
	background-color: #c0c0c0;
}


#side ul {
	margin: 1em 0;
}

#side_word li {
	padding-right: 10px;
	padding-bottom: 1em;
}

#side_menu li {
	padding-right: 10px;
	padding-bottom: 1em;
}

#cont dt {
	font-size: 122%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.text_bold {
	font-weight: bold;
}

.color_white {
	color: #ffffff;
}

.mt30 {
	margin-top: 30px;
}
.lett_space {
	letter-spacing: 2px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.c_both {
	clear: both;
}


/* 行ページ */
#key_list dd {
	border-bottom: 1px dashed #c0c0c0;
	margin-bottom: 10px;
	padding-left: 20px;
}

/* TOPページ */
#indexbar {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
}

#indexbar ul {
	margin: 0;
	padding: 0;
}

#indexbar li {
	padding-right: 12px;
	display: inline;
}

#side_word_top li {
	padding-right: 10px;
	padding-bottom: 1em;
	text-align: center;
}
