#search_box {
	padding-left: 10px;
	padding-top: 5px;
}

#search_input {
	width: 100px;
}

#search_submit {
	width: 80px;
}

#bodyid {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	color: #666;
	background: url('../img/bg.png') repeat-x left top;
}

#page {
	border: 1px solid #999;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	width: 1056px;
}

#top {
	text-align: left;
	background: #a7beea url('../img/wax.jpg');
	background-repeat: norepeat;
}

#top h1 {
	color: #fff;
	font-size: 44px;
	letter-spacing: 2px;
	margin: 0;
	text-align: left;
	text-valign: bottom;
	padding-top: 45px;
	padding-bottom: 2px;
}

.subtitle {
	font-size: 16px;
}

#menu {
	border-bottom: 1px solid #4172db;
	background: url('../img/top.png') repeat-x left top;
	padding: 10px 10px 3px 10px;
	letter-spacing: 1px;
	text-align: left;
	font-size: 13px;
}

#menu a {
	color: #559;
	text-decoration: none;
}

#menu a:hover {
	color: #77f;
}

/*=========ページ左側（サイドメニュー）=========*/
#left {
	width: 200px;
	float: left;
	padding-left: 13px;
}

#left a {
	color: #00f;
}

#left a:hover {
	color: #77f;
}

#left h2,#right h2 {
	text-align: left;
	color: #06f;
	padding: 5px 10px;
	font-size: 13px;
	background-color: #D6E3FF;
	width: 200px;
}

#left p {
	font-size: 1em;
	text-align: left;
	color: #557;
}

.side_menu {
	width: 200px;
	background: #fff;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	margin-bottom: 15px;
	paddint-top: 0px;
}

.side_menu_content {
	margin-left: 14px;
}

#main_content {
	margin: 0 230px;
	width: 550px;
}

/*======ページ右側（コンテンツ）========*/
#right {
	width: 170px;
	float: right;
	margin-bottom: 5px;
}
#right h2 {
	width:210px;
}

#right .side_menu {
	margin-left: -4px;
}

#right a {
	color: #00c;
}

#right a:hover {
	color: #77f;
}

#content {
	background-color: #D6E3FF;
	padding: 20px 15px;
	margin-bottom: 20px;
}

.sidem {
	background: url('../img/sidem.png');
	padding: 9px;
}

#write_repo {
	background: url('../img/sidem.png');
}

#write_repo label{
	font-size:13px;
}

#write_repo td {
	padding-top:3px;
	padding-bottom:3px;
}

#pagetop {
	padding: 10px 10px 10px 0;
	text-align: right;
}

#copy {
	clear: both;
	border-top: 2px solid #4172db;
	background: #a7beea url('../img/sora.jpg') no-repeat left top;
	text-align: left;
	color: #fff;
	font-size: 1em;
	padding: 2px 10px;
	margin: 0px;
}

/*========フォルダ階層のdtree========*/
#dtree {
	overflow: hidden;
	width: 200px;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	background: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	margin-bottom: 15px;
	margin-top: 4px;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: #333;
	text-decoration: none;
}

.dtree a.node,.dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.dtree a.node:hover,.dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}

.dtree a.nodeSel {
	background-color: #c0d2ec;
}

.dtree .clip {
	overflow: hidden;
}

textarea {
	width: 300px;
	height: 120px;
}


table#contactbox th {
    padding: 3px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap;
    width:100px;
}
table#contactbox td {
    padding: 5px;
    width:200px;
    white-space: nowrap;
}

#contactbox input{
	width:200px;
}

.require {
	color:red;
	font-size:9px;
	margin-left:10px;
}
