/*全体の配置*/
#content {
	width:800px;
}


#title {
	margin:0px;
}


#menu {
	width:190px;
	padding:0px 0px 20px 0px;
}


#contents {
	width:600px;
	padding:0px 0px 10px 5px;
}


#footer {
	color:#fff;
	width:800px;
	text-align:center;
	padding:5px;
	margin-bottom:0px;
	background-color:#F90;
}





/*共通設定*/
body {
	background:#ffffff;
	margin:0px;
}


h1 {
	margin-bottom:1em;
	font-weight:bold;
	color:#fff;
	background-color:#F71;
	font-size:14px;
	padding:5px;
	clear:both;
}


h2 {
	margin-bottom:0.5em;
	color:#000;
	font-size:14px;
	clear:both;
}


h3 {
	margin-bottom:0.5em;
	color:#000;
	clear:both;
}


em {
	color:#ff6600;
	font-style:normal;
}


strong {
	color:#ff0000;
	font-style:normal;
}


big {
	font-size:14px;
}


small {
	font-size:10px;
}


input {
	cursor:pointer;
}


th {
	font-size:9px;
	text-align:left;
}





/*フォーム*/
.f_text {
	width:300px;
}


.f_number {
	width:100px;
	text-align:right;
}


.f_textarea {
	width:300px;
	height:100px;
}


.f_ddmenu {
	width:300px;
}





/*メニュー*/
#menu {
	font-size:14px;
}


.sub_menu {
	margin-bottom:20px;
	background-color:#FC3;
	padding:0px;
}


.sub_menu_title {
	margin:0px 0px 0px 0px;
	background-color:#F90;
	color:#fff;
	padding:5px;
	text-align:center;
}


.sub_menu a {
	color:#000;
	text-indent:1em;
	display:block;
	text-decoration:none;
	margin:0px;
	padding:3px;
	background-color:#fff;
	text-align:left;
	border-bottom:2px solid #FC9;
	border-left:2px solid #FC9;
	border-right:2px solid #FC9;
}


.sub_menu a:link {

}


.sub_menu a:visited {

}


.sub_menu a:hover {
	background-color:#FF9;
	color:#000;
}


.sub_menu a:active {

}

.sub_menu a.nest {
	background-color:#FC3;
}


#menu h4 {
	margin:10px 0px 5px 0px;
	background-color:#FC3;
	color:#000;
	padding:4px;
	text-align:center;
	font-size:12px;
}


#menu p {
	font-size:small;
	text-align:left;
}






