@charset "utf-8";
/* Reset */
html {
	color: #000;
	background: #FFF;
}

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%;
}
/* END */

/*--------------------------------------
	全体スタイル
---------------------------------------*/
html {}

body {
	background-image: url(./bg.gif);	/* 背景 */
	color: #000000;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, verdana, arial, clean, sans-serif;
}

/*--------------------------------------
	テキスト
---------------------------------------*/
p,pre,address,cite { margin: 0.5em 20px; }

h2,h3,h4,h5,h6 { margin: 0.5em 20px; }

h1 {
	margin: 0 20px;
	padding: 20px 0;
	font-size: 189%;
}

h2 {
	font-size: 144%;
	background-color: #ffffff;
}

h3 {
	text-align: center;
	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: 900px;
	margin: 0 auto;
	background-color: #faebd7;
/*	border: 3px solid #608040; */
}

#header {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #d8bfd8;
/*	border: 3px 3px 3px 3px solid #ffe4e1; */
}

#wrapper {
	width: 900px;
	background-color: #faebd7;
}

#footer {
	clear: both;
	width: 890px;
	margin: 0 auto;
	padding: 10px 10px 10px 0;
	text-align: right;
	background-color: #d8bfd8;
}

/* サイドバー */
#side {
	float: right;
	width: 250px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #faebd7;
}

	#side_menu {

	}

	#side_word {

	}

/* コンテンツ */
#cont {
	width: 650px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #faebd7;
}

	#cont_kataru {
		padding: 10px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #faebd7;
	}

	#cont_blo {
		padding: 10px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #faebd7;
	}

	#cont_twi {
		padding: 10px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #faebd7;
	}

	#cont_chie {
		padding: 10px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #faebd7;
	}

	#cont_news {
		padding: 10px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #faebd7;
	}

/* 行のページ */
	#cont_key_list {
		padding: 10px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #faebd7;
	}

/* TOPページ */
	#cont_top01 {
		padding: 10px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #faebd7;
	}




/*--------------------------------------
	module
---------------------------------------*/
#topic_path {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #faebd7;
	border-top: 1px solid #d8bfd8;
	border-bottom: 1px solid #d8bfd8;
}

#side_word li {
	line-height: 2;
}

#side_menu li {
	line-height: 2;
}

#cont dt {
	font-size: 122%;
}

.margin_t {
	margin-top: 12px;
}

.font_001 {
	font-size: 122%;
	color: #666666;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.white {
	color: #ffffff;
}

.aka {
	color: #dc143c;
}

.kara {
	font-size: 144%;
	background-color: #ffffff;
}

.font_60 {
	font-size: 60%;
	padding-left: 30px;
	display: inline;
}

/* 行ページ */
#key_list li {
	border-left: 8px solid #d8bfd8;
/*	border-bottom: 1px solid #608040;*/
	margin-left: 30px;
	margin-bottom: 10px;
	padding-left: 10px;
}

/* TOPページ */
#indexbar {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d8bfd8;
}

#indexbar ul {
	margin: 0;
	padding: 0;
}

#indexbar li {
	padding-right: 12px;
	display: inline;
}
