@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: #222222;
	font-family: monospace, Osaka, verdana, sans-serif;
}

/*--------------------------------------
	テキスト
---------------------------------------*/
pre,address,cite { margin: 0.5em 20px; }

p {
	margin: 0.5em 20px;
	text-indent: 1em;
	letter-spacing : 3px ;
}

.big { font-size: 122%; }

h2,h3,h4,h5,h6 { margin: 0.5em 20px; }

h1 {
	padding: 20px 0;
	font-size: 189%;
}
h2 {
	font-size: 144%;
	background-color: #e6e6fa;
}
#cont_kataru h2 {
	font-size: 144%;
	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: #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;
}


/*--------------------------------------
	箱
---------------------------------------*/
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
/*	border: 0px 3px solid #7b68ee;*/
}

#header {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 1px solid #7b68ee;
}

#wrapper {
	width: 800px;
	background-color: #ffffff;
}

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	background-color: #ffffff;
	border-top: 1px solid #7b68ee;
}

/* サイドバー */
#side {
	float: right;
	width: 200px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #ffffff;
}

	#side_menu {

	}

	#side_word {

	}

/* コンテンツ */
#cont {
	width: 600px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #ffffff;
}

	#cont_kataru {
		padding: 10px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #e6e6fa;
	}

	#cont_blo {
		padding: 10px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #ffffff;
	}

	#cont_twi {
		padding: 10px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #ffffff;
	}

	#cont_chie {
		padding: 10px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #ffffff;
	}

	#cont_news {
		padding: 10px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #ffffff;
	}

/* 行のページ */
	#cont_key_list {
		padding: 10px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #ffffff;
	}

/* TOPページ */
	#cont_top01 {
		padding: 10px 20px 20px 10px;	/* [上][右][下][左] */
		background-color: #ffffff;
	}




/*--------------------------------------
	module
---------------------------------------*/
#topic_path {
	padding: 10px 10px 10px 0px;
	text-align: right;
	border-bottom: 1px solid #7b68ee;
}

#side_menu dd {
	line-height: 2;
}

#side_word dd {
	line-height: 2;
}

#cont dt {
	font-size: 122%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.font_navy {
	color: #000080;
}

/* 行ページ */
#key_list li {
	border-left: 8px solid #7b68ee;
	border-bottom: 1px solid #7b68ee;
	margin-bottom: 10px;
	padding-left: 20px;
}

/* TOPページ */
#indexbar {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #7b68ee;
}

#indexbar ul {
	margin: 0;
	padding: 0;
}

#indexbar li {
	padding-right: 12px;
	display: inline;
}
