@charset "shift_jis";
@import url("page.css");
@import url("dictionary.css");
/***** 基本 *****/
* {
	margin: 0;
	padding: 0;
	border: none;
}
html, body {
	height:100%;
	background: url(img/bg.png) repeat-y center;
}
html {
	overflow:scroll;
}
#wrapper {
	width:800px;
	height:100%;
	min-height:100%;
	margin:0 auto;
	background:#FFF;
}
body > #wrapper {
	height:auto;
}
/***** ヘッダ *****/
#header {
	background:url(img/tittle.jpg) top center no-repeat;
	width:800px;
	height:320px;
}
/***** パンくずリスト *****/
#topicPath {
	height:30px;
	width:780px;
	margin:0px 0px 20px 15px;
	font-size:0.8em;
}
#pan li {
	list-style:none;
	float:left;
	margin-right:10px;
}
#pan li a {
	background:url(img/list.gif) right no-repeat;
	padding-right:15px;
	color:#000;
	text-decoration:none;
}
#pan li a:hover {
	color:#F00;
}
/***** メニュー *****/
#menu {
	width:140px;
	font-size:0.8em;
	float:left;
	background:#FFF;
}
#menu li {
	list-style:none;
	margin-left:10px;
	margin-bottom:15px;
	line-height:1.3em;
}
#menu a {
	width:90px;
	display:block;
	padding-left:10px;
	color:#000;
	text-decoration:none;
	border-bottom:#FFACFF thin dotted;
}
#menu a:hover {
	color:#F00;
	text-decoration:none;
	padding-left:10px;
}
/***** コンテンツ *****/
#contents {
	width:660px;
	float:left;
	line-height:1.4em;
}
/***** フッター *****/
#footer {
	clear:both;
	width:800px;
	height:30px;
}
#copyright {
	font-size:0.8em;
	text-align:center;
}
/*

	じゃじゃーん

*/

/***** クラス *****/
span.invisible {
	display:none;
}
span.select {
	color:#000;
	font-size:1.4em;
	text-decoration:underline;
}
li.select {
	text-decoration:underline;
}
/***** NINJA TOOL *****/
ul.tdftad {
	text-align:center;
}

