@charset "utf-8";

/*
 * サイトスタイル
 */

body {
	font-size: 76%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color : #e9e0d1 ;
	background: #FFF url(../images/background.gif) repeat left top;
	font-family : Trebuchet MS,'ＭＳ Ｐゴシック',sans-serif ;
}

#wrapper {
/*
	background-color : #ccc ;
*/
	height: auto;	text-align: left;
	width:1000px;	padding-top: 5px;	margin:10px auto;
	position: relative;
	padding: 10px;
}


#logo {
	color: #000;
	font-size: 10px;
	width: 196px;
	height: 46px;
	text-align: center;
/*
	background:url(../images/logo.gif) no-repeat top center #fff;

	text-indent: -9999px;
*/
	background-color: #f7f7f7;
	border: 2px solid #00582a;

}
#logo img{
	border: 0px solid #00582a;
	width: 196px;
	height: 46px;
}
#logo h1 {
	font-size: 20px;
}


#breadcrumbs {
	text-align: left;
}
.breadcrumb_now {
	font-weight: bold;
}


#wrapper_menu {
	width: 200px;
	float: left;

	margin-right: 5px;

}
#link_menu {
	color: #393939;
	background-color: #f7f7f7;
	line-height:1.5em;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	border: 2px solid #00582a;
}

#link_menu li{
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px 3px 0px 10px;
	border-left: #00582a 1px solid;
	border-bottom: #00582a 1px solid;
	letter-spacing : 3px ;
	font-size: small;
	font-weight: bold;

}
#link_menu ul li{
	margin-top: 5px;
	margin-bottom: 20px;
}
#link_menu ul li a{
	display: block;

	color: #0000ff;
	text-decoration: none;
}
#link_menu li.have_child_link_menu{
	border-bottom: #00582a 0px dotted;
}
#link_menu li li{
	margin-left: 1px;
	margin-bottom: 10px;
	border-left: #00582a 1px solid;
	border-bottom: #00582a 1px solid;
	font-weight: normal;
}

#link_menu li a:hover{
	color: red;
	font-weight: bold;

}

#wrapper_content {

	float: left;
}
#upper_menu {
	width: 770px;
	padding: 5px 10px 5px 10px;
	margin-bottom:5px;
	background-color: #f7f7f7;
	border: 2px solid #00582a;
}

#content {
	color: #393939;
	width: 770px;
	height: 700px;	padding: 5px 10px 5px 10px;
	font-size: 100%;
	background-color: #f7f7f7;
	border: 2px solid #00582a;
	overflow : auto;
}
#content h1{
	font-size: 140%;
}
#content h2{
	font-size: 120%;
}
#content h3{
	font-size: 110%;
}
#content h4{
	font-size: 100%;
}
#content h5{
	font-size: 100%;
}
#content p{
	padding-bottom: 20px;
}
.page_title{
	color: #00582a;
	border-left: #00582a 10px solid;
	border-bottom: #00582a 1px dotted;
	padding-left: 8px;
	padding-top: 3px;
	margin-bottom: 10px;
}
.page_sub_title{
	margin-top: 10px;
	margin-bottom: 0px;
}

#wrapper_navi {
	display: none;
	/*
	width: 200px;
	height: 690px;
	margin-top: 0px;
	margin-left: 10px;
	float: left;
	margin-left : 5px;
	padding : 5px;
	background-color: #f7f7f7;
	border: 2px solid #00582a;
	position: relative;
	*/
}
#wrapper_footer {
	margin-top: 10px;
	width: 100%;
	height: 100%;
	float: left;
}
#footer_ad {
	color: #000;
	background-color: #f7f7f7;
	padding: 10px;
	text-align: center;
	border: 2px solid #00582a;
}
#page_credit {
	color: #000;
	background-color: #f7f7f7;
	margin-top: 5px;
	text-align: right;
	border: 2px solid #00582a;
}
#ref_link_menu {
	color: #000;
	font-size: x-small;
	background-color: #f7f7f7;
	text-align:center;
	margin-top: 5px;
	border: 2px solid #00582a;
}

.more{
	text-align: right;
}
.more a{
	
}

table.items{
	padding:0px 0px 0px 0px;
	color:#000000;
	border:1px solid #aaaaaa;
	border-collapse: collapse;
	text-align: center;
}

table.items tr,td{
	text-align: left;
	border:1px solid #aaaaaa;
	padding: 2px;
/*	white-space : nowrap ;
*/
}
td.titleColumn{
	background-color: #e8fcef;
	font-weight: bold;
	text-align: center;
}

/**
 * テキスト欄
 */
/* テキスト */
input.text {
	color:#000000;
	background-color:#ffffff;
	text-align:left;
	ime-mode:active;
}

/* ASCII */
input.ascii {
	color:#000000;
	background-color:#ffffff;
	text-align:left;
	ime-mode:disabled;
}
/* 数値 */
input.number {
	color:#000000;
	background-color:#ffffff;
	text-align:right;
	ime-mode:disabled;
}
/* テキストエリア */
textarea.text {
	color:#000000;
	background-color:#ffffff;
	ime-mode:active;
}


