/* CSS Document */
/* メイン */
html,body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size: small;
}
#container {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF;
	background-image: url(../img/back_main2.gif);
	background-repeat: repeat-y;
	position: relative;
	min-height:100%;
	_height:100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #CCCCCC;
}

#header{
	height:100px;
	width: 750px;
	color:#FFFFFF;
	background-color: #000066;
	position:absolute;
	top: 0px;
}
#contents{
	padding-bottom:30px;
	padding-top: 100px;
}
#left {
	width: 150px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F0F0F0;
}
#right {
	width: 560px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:10px;
}
#footer{
	color:#FFFFFF;
	background-color: #000066;
	width: 750px;
	height: 30px;
	position:absolute;
	bottom:0px;
	text-align: right;
}
#clear {
	clear: both;
}
.clear {
	clear: both;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

body > #container > #contents > #left > #right {
	height: auto;
}


/* 部品 */

.list LI {
	margin-left: -20px;
	font-size: small;
	padding-bottom: 5px;
}
#menu {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699CC;
	margin-right: -10px;
	margin-left: -10px;
	text-align: center;
}
#uenojyou {
	background-image: url(../img/top_uenojyou1.gif);
	background-repeat: no-repeat;
	height: 270px;
	margin-right: -10px;
	margin-left: -10px;
	background-position: bottom;
	background-color: #EFFEFF;
	padding: 10px;
}
#infotitle {
	font-weight: bold;
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#stitle {
	font-weight: bold;
	color: #993300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
}
#info DT {
	font-size: small;
	font-weight: bold;
	color: #CC3333;
}
#info DD {
	font-size: small;
	padding-bottom: 5px;
}
#naka {
	line-height: 1.5em;
	margin-left: 30px;
}

#listwaku {
	margin: 0;
	padding: 0;
	border: #ccc solid 1px;
	border-width: 0 1px 1px;
	background-color: #f7f7f7;
}

#listleft {
	clear: left;
	float: left;
	width: 6em;
	margin: 0;
	padding: 0.2em;
	border-top: #ccc solid 1px;
	font-size: 100%;
	line-height: 1.6em;
	list-style-type: none;
}
#listright {
	background: #fff;
	margin: 0 0 0 6em;
	padding: 0.2em;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	line-height: 1.6em;
	list-style-type: none;
}
#ititle {
	font-weight: bold;
	background-color: #DDEFF7;
	color: #000066;
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.inaka {
	margin-bottom: 20px;
}
.inaka P {
	font-size: small;
	line-height: 1.5em;
}
.inaka IMG {
	margin-left: 10px;
	float: right;
	display: none;
}
.inaka .name {
	/* [disabled]text-align: right; */
	margin-left: 15px;
}
.kinen {
	margin-bottom: 20px;
}
.kinen P {
	font-size: small;
	line-height: 1.5em;
}
.kinen IMG {
	margin-left: 10px;
}
.kinen .name {
	/* [disabled]text-align: right; */
	margin-left: 15px;
}