@charset "Shift_JIS";

/*  --------- 全体の設定 ---------- */


* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal; }

body {
	font-size: 90%;
	font-family: メイリオ,"ＭＳ Ｐゴシック"; }

a:link { color: #6060ff; } 
a:visited { color: #6060ff; } 
a:hover { color: #6060ff; } 
a:active { color: #000000; }

img {	border: none; }

#container {
	margin: 0px auto;
	width: 758px;
	background-color: #ffffff;
	background-image: url(img/menu_side.png); 
	background-repeat: repeat-y; }


/* ----------- ヘッダー ------------ */

#header {
	background-color: #e6e6e6;
	border-right: solid 1px #c0c0c0;
	border-left: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0; }

#logo {
	height: 66px;
	background-image: url(img/titlelogo.png); }

.header_menu {
	color: #5b92e5;
	text-align: right; }

.header_menu a {
	text-decoration: none; }

/* ----------- ヘッダーのメニュー ------------ */

#menu_top {
	height: 30px;
}

#menu_top li {
	list-style-type: none;
	float: left; }

#menu_top li a {
	display: block;
	width: 150px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color: #e6e6e6;
	border-right: solid 1px #c0c0c0; }

#menu_top li a:hover { background-color: #808080; } 


/* ----------- サイドメニュー ------------ */


#menu_side {
	width: 176px;/*H22.04.19 166px*/
	float: left;
	background-color: transparent; }

#menu_side li {
	list-style-type: none;
	line-height: 0px; }

#menu_side li a:hover {	background-color: #808080; } 

/* ----------- メニューの一覧 ------------ */

p.menu_title {
	display: block;
	margin-top: 1em;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 1em;
	text-align: center;
	font-family: "Times New Roman",メイリオ;
	font-size: 140%;
	color: #404040;
	background-color: #c0c0c0; }

ul.menu_list {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 25px; }

ul.menu_list li a {
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #404040;
	background-color: transparent;
	border-bottom: solid 1px #808080; }

ul.menu_list ul {
	margin-left: 1em; }

ul.menu_list ul a {
	line-height: 20px;
	font-size: 90%; }

/* ----------- リンクの一覧 ------------ */

p.menu_link {
	display: block;
	margin-top: 1em;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1em;
	text-align: center;
	font-family: "Times New Roman",メイリオ;
	font-size: 100%;
	color: #404040;
	background-color: #c0c0c0;
}

ul.menu_link {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
}

ul.menu_link li a {
	display: block;
	line-height: 30px;
	font-size: 80%;
	text-decoration: none;
	color: #404040;
	background-color: transparent;
	border-bottom: solid 1px #606060;
}

#search {
	margin-left: 10px;
	font-size: 90%;
}

.boxsize {
	width: 140px;
}

#ad {
	margin-bottom: 15px;
	text-align: center;
	font-size: 90%;
}

#ad img {
	margin-top: 20px; }

/* ----------- コンテンツ部分 ------------ */


#contents {
	width: 554px;/*H22.4.19 564px*/
	float: right;
	background-color: #ffffff;
	margin-top: 25px;
	margin-bottom: 25px; }

h2 {
	line-height: 35px;
	padding-left: 15px;
	margin-left: 15px;
	background-image: url(img/line_thick_gray.png);
	background-repeat: no-repeat; }

h3 {
	line-height: 21px;
	padding-left: 30px;
	margin-left: 25px;
	background-image: url(img/line_tin_gray.png);
	background-repeat: no-repeat; }

h4 {
	margin-left: 3em;
	font-size: 100%;
	font-weight: bold; }

p.linkmenu {
	text-align: center;
	margin: 1em 0; }

.articles {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	border: solid 1px #c0c0c0; }

p.sentences {
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 1em;
	margin-bottom: 2em; }

ul.links {
	margin-left: 3em; }

ul.links li {
	list-style-type: none; }

dt {
	margin-left: 3em; }

dd {
	margin-left: 6em; }

#previous {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right; }

/* ----------- フッター ------------ */

#footer {
	clear: both;
	height: 65px;
	background-color: #e6e6e6; 
	border: solid 1px #c0c0c0; }

p.copyrights {
	text-align: right; }

div.validator {
	float: left;
	margin-top: 15px;
	margin-left: 25px; }