@charset "Shift_JIS";

body{
	text-align:center;
	margin: 0px;
}
#wrapper{
	width:750px;
	margin:1px auto;
	text-align:left;
}

/* wrap
----------------------------------------------------------------------------- */
#wrap_content{
	width : 80%;
	float : right;
	border:none;
	overflow:hidden;
}
#wrap_sidebar{
	width : 20%;
	float : left;
	border: none;
	overflow:hidden;
}
#navigator2{
	clear:both;
	padding:10px 0px;
	width:100%;
	text-align:center;
}
#footer{
	padding:10px 0px;
	width:100%;
}
#toolbar {
	padding:3px 0px;
	text-align:center;
}

/*  design */

/* General
----------------------------------------------------------------------------- */
body{
	font-size:14px;
}
img{
	border:none;
	vertical-align:middle;
}

h1 {
	padding:0px;
	margin:0px;
}

/* CenterBar
----------------------------------------------------------------------------- */
#content{
	border:none;
	padding:0px 15px;
}
#content h2.title{
	margin:5px 0px 0px 0px;
}
#lastmodified{
	margin: 10px 0px 0px 0px;
}
#body{
	width : 100%;
	line-height:1.5em;
	word-break:normal;
}
#body h1,
#body h2,
#body h3,
#body h4,
#body input{
	line-height:1em;
}
#body h1{
	margin:5px 0px 5px 0px;
}
#body h1 a{
	text-decoration:none;
}
#body h2{
	margin:10px 0px 5px 0px;
}
#body h2 a{
	text-decoration:none;
}
#body h3{
	margin:15px 0px 5px 0px;
}
#body h3 a{
	text-decoration:none;
}
#body h4{
	margin:10px 0px 0px 3px;
}
#body h4 a{
	text-decoration:none;
}

#body ul{
	margin:5px 0px 5px 30px;
}
#body ul ul{
	margin-left:30px;
}
dd{
	margin:2px 0px 5px 20px;
}
#body table{
	word-break:normal;
	word-wrap:break-word;
	max-width:100%;
}
pre{
	background-color:#fff;
	border-top:#666 1px solid;
	border-right:#888899 2px solid;
	border-bottom:#888899 2px solid;
	border-left:#666 1px solid;
	margin:15px;
	padding:.5em;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
	overflow:auto;
	color:black;
}
blockquote{
	margin:1em 2em 1em;
	padding-left:0.3em;
}
em{
	font-style:italic;
}
strong{
	font-weight:bold;
}
thead td.style_td,
tfoot td.style_td{
	color:inherit;
	background-color:#eee;
	border-color: #333333;
}
thead th.style_th,
tfoot th.style_th{
	color:inherit;
	background-color: #eee;
	border-color: #333333;
}
.style_table{
	padding:0px;
	border:0px;
	margin:auto;
	text-align:left;
	color:inherit;
	background-color:#333333;
	border-color: #333333;
}
.style_th{
	padding:5px;
	margin:1px;
	text-align:center;
	color:inherit;
	background-color: #eee;
	border-color: #333333;
}
.style_td{
	padding:5px;
	margin:1px;
	color:inherit;
	background-color: #fff;
	border-color: #333333;
}
div.ie5{
	text-align:center;
}
span.noexists{
	background-color:#FFFACC;
}
.small{
	font-size:80%;
}
span.size1{
	font-size:xx-small;
}
span.size2{
	font-size:x-small;
}
span.size3{
	font-size:small;
}
span.size4{
	font-size:medium;
}
span.size5{
	font-size:large;
}
span.size6{
	font-size:x-large;
}
span.size7{
	font-size:xx-large;
}
hr{
	margin:5px 0px;
}
#body textarea{
	max-width:100%;
}

/* Summary
----------------------------------------------------------------------------- */
#summary{
	margin:45px 0px 0px 0px;
	clear:both;
}
#note{
}

/* Header
----------------------------------------------------------------------------- */
#header{
	font-family:Arial,Sans Serif,generic font family;
}
#header a{
	text-decoration:none;
}
#logo a{
	text-decoration:none;
}

/* Navigator
----------------------------------------------------------------------------- */
#navigator * {
	padding: 0px;
	margin:0px;
}
#navigator p{
	margin-left: 10px;
}

#copyright p {
	margin:0px 0px;
}
/* Side_Bar
----------------------------------------------------------------------------- */
#sidebar{
	margin:0px 0px 0px 0px;
}

#search_form{
	margin:0px 0px 0px 0px;
}

#menubar{
	margin:0px 0px 0px 0px;
}

.bar{
	word-break:normal;
	line-height:1.3em;
	padding:5px 5px;
}
.bar h1,
.bar h3,
.bar h4{
	font-size:1em;
	font-weight:bold;
	margin:1px 0px 0px 0px;
}
.bar h2,
.bar h5{
	font-size:1em;
	font-weight:bold;
	margin:5px 0px 5px 0px;
}
.bar div.jumpmenu{
	display:none;
}
.bar ul{
	padding:2px 2px 5px 10px;
	margin:0px;
}
.bar li{
	list-style-type:none;
}
.bar ul.list1 li{
	margin-left:2em;
}
.bar ul.list2 li{
	margin-left:3em;
}
.bar ul.list3 li{
	margin-left:4em;
}
.bar img{
	margin:0px auto;
	padding:0px;
}

/* Footer
----------------------------------------------------------------------------- */
#footer a{
	text-decoration:none;
}
