@charset "utf-8";
/* -------------------------------------

	Reset

------------------------------------- */
html {
	color: #000000;
	background: #d0e2ed;
}

address, body, cite, code, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 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: #000000;
}

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 monospace, sans-serif, serif;
	*font-size: small;
	*font: x-small;
}

select, input, button, textarea, button {
	font: 99% monospace, sans-serif, serif;
}

table {
	font-size: inherit;
	font: 100%;
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}


/* -------------------------------------

	全体スタイル

------------------------------------- */

body {
	background: #d0e2ed;
	color: #333333;
	font-family: Meiryo, arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}


/* -------------------------------------

	text

------------------------------------- */
h1 {
	font-size: 122%;
	padding-left: 30px;
}

h2 {
	font-size: 107%;
}

h3 {
	font-size: 107%;
}

h4 {
	font-size: 107%;
}

h5 {
	font-size: 107%;
}

h6 {
	font-size: 107%;
}

/* -------------------------------------

	hypertext

------------------------------------- */
a:link {
	text-decoration: none;
	color: #0000de;
}

a:visited {
	text-decoration: none;
	color: #0000de;
}

a:hover {
	text-decoration: underline;
	color: #a60000;
}
#article-link a {
	color: #e46421;
}

#article-link a:hover {
	text-decoration: underline;
	color: #a60000;
}

/* -------------------------------------

	list

------------------------------------- */
ul, ol {
	padding-top: 1em;
	padding-bottom: 1em;
	list-style-position: inside;
	list-style-type: none;
}

dl {
	margin: 2em 20px;
	list-style-position: inside;
	list-style-type: none;
}

li, dt, dd {
	font-size: 100%;
}


/* -------------------------------------

	box

------------------------------------- */
#base {
	width: 700px;
	margin: 20px auto;
	background-color: #ffffff;
	border-top: 3px double #727b82;
	border-bottom: 3px double #727b82;
}

#article-title {
	width: 100%;
	height: 85px;
	margin: 0 auto;
	line-height: 120px;	/* 縦センター（heightと同じにする） */
	background-color: #727b82;
}

#article-wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}

#footer {
	clear: both;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;	/* 縦センター（heightと同じにする） */
	background-color: #727b82;
}

/* ----- サイドバー ----- */
#navigation {
	float: right;
	width: 20%;
	margin-right: 20px;
}

	#navigation_menu {
		background-color: #ffffff;
	}

	#navigation_word {
		background-color: #ffffff;
	}

/* ----- コンテンツ ----- */
#article-main {
	margin-top: 30px;
	width: 77%;
	background-color: #ffffff;
}

	#article_kataru {
		margin-right: 20px;
		margin-left: 20px;
		background-color: #f5f5f5;
	}

	#article_blo {
		margin: 30px 20px 0 20px;	/* [上][右][下][左] */
		background-color: #f5f5f5;
	}

	#article_twi {
		margin: 30px 20px 0 20px;	/* [上][右][下][左] */
		background-color: #f5f5f5;
	}

	#article_chie {
		margin: 30px 20px 0 20px;	/* [上][右][下][左] */
		background-color: #f5f5f5;
	}

	#article_news {
		margin: 30px 20px 30px 20px;	/* [上][右][下][左] */
		background-color: #f5f5f5;
	}

/* ----- 行のページ ----- */
	#article_keyword {
		margin: 0px 20px 30px 20px;	/* [上][右][下][左] */
		background-color: #f5f5f5;
	}

#article-title2 {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	line-height: 120px;	/* 縦センター（heightと同じにする） */
	background-color: #009fc6;
}

/* ----- TOPページ ----- */
	.article_top {
		margin: 0 20px;	/* [上下][右左] */
		background-color: #f5f5f5;
	}
/* ----- ぱんくずリスト ----- */
#asiato {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* ----- リンク ----- */
#article-link {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
	background-color: #727b82;
}


/* ----- TOPページあかさたな ----- */
#ichiran {
	margin-top: 30px;
	background-color: #ffffff;
}


/* -------------------------------------

	module

------------------------------------- */
#navigation li {
	line-height: 2;
	font-size: 85%;
}

#navigation dl {
	margin: 1em 1em;
	padding-bottom: 1em;
	list-style-position: inside;
	list-style-type: none;
}

#navigation dd {
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 85%;
	border-top: 1px dotted #333333;
}

#article dt {
	font-size: 107%;
}

#article dd {
	margin: 5px 0;
}

.dd_last{ border-bottom: 1px dotted #333333; }
.fs85 { font-size: 85%; }
.fs122 { font-size: 122%; }
.center { text-align: center; }
.right { text-align: right; }
.mt10 { margin-top: 10px; }
.mr10 { margin-right: 10px; }
.mb10 { margin-bottom: 10px; }
.ml10 { margin-left: 10px; }
.txt_ind3em { text-indent: 3em; }
.col_color { color: #008000; }
.col_white { color: #ffffff; }

.p_cls {
	padding: 10px 1em;
	letter-spacing: 2px;
	line-height: 16px;
	text-indent: 1em;
}

.p_h2 {
	font-size: 107%;
	color: #ffffff; 
	text-align: center;
	background-color: #009fc6;
}

/* ----- 行ページ ----- */
#keyword_list li {
	padding: 5px 20px;
	margin: 0 20px;
	font-size: 85%;
	border-top: 1px dotted #333333;
}

/* ----- TOPページ ----- */
#ichiran ul {
	margin: 0;
	padding: 0;
}

#ichiran li {
	padding-right: 12px;
	display: inline;
}

#ichiran dd {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	letter-spacing: 3px;
	font-size: 85%;
	border-top: 1px dotted #333333;
}

