@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
}
body {
	text-align:center;/*ie5*/
	background:#ffffff url(../img/bg.gif) repeat-x;
	/*font-family: "times new roman", times, serif;*/
	font-family:Meiryo,sans-serif;
	padding-top:4px;
}
a:link {
	color: #0d0e84;
}
a:visited {
	color: #639;
}


/* column layout---------------------------------------------------------------------- */
#inbox {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#header,#footer {
	font-size: 75%;
}



/*------ header */

.navi {
	color: #5a4616;
}

.language {
	float: right;
	margin-left: 10px;
}

.pankuzu {
	width: 600px;
	padding: 5px 0 0;
	text-align: left;
}

.c_navi {
	float: right;
	padding: 5px 0 0;
}

h1 {
	clear: right;
	width: 760px;
	padding: 0;
	margin: 2px 2px 0 0;
	display: block;
	background: #fff url(../img/line_hr.gif) top no-repeat;
}


/*------ menu */

#menu:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}



/* hides from ie-mac */
* html .menu {
	height: 1%;
}
/* end hide from ie-mac */


#menu ul,
#menu li {
	width: 255px;
	padding: 0;
	margin: 0;
	line-height: 1;
	display: inline;
	list-style: none;
}
#menu .mainimg {
	float: right;
}



/*------ *main*/

#main_top {
	margin-top: 10px;
	width: 761px;
	font-size: 90%;
}
#main {
	margin: 10px 6px 20px;
	font-size: 90%;
}
#leftbox,
#rightbox {
	float: left;
	height: 28em;
	width: 240px;
	padding: 0 7px 10px;
	background: #fff url(../img/line_3clm.gif) repeat-y;
}
#centerbox {
	float: left;
	width: 240px;
	padding: 0 6px 10px;
	display: inline;
}
.menulist {
	margin: 1em 5px 1em 30px;
}
.menulist li {
	padding-left: 2px;
	margin-top: 14px;
	list-style-image: url(../img/listmark.gif);
}


/*main 2nd*/

#main h2 {
	padding-bottom: 2px;
	margin-bottom: 20px;
	border-bottom: 2px solid #5a4616;
	font-size: 120%;
	font-weight: bold;
	color: #5a4616;
}
#mainbox_2nd {
	margin-bottom: 10px;
}
#mainbox_2nd p {
	margin-bottom: 1em;
}



/*main 3rd*/
#menubox {
	float: left;
	width: 162px;
	padding: 8px;
	margin-bottom: 10px;
	background-color: #f0ede7;
}

#menubox li {
	padding: 0;
	margin: 0;
	margin-bottom: 1.2em;
	font-family: georgia, "times new roman", times, serif;
	font-weight: bold;
	list-style: none;
}

#menubox li a{
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
	font-style: italic;
	font-weight: bold;
	color: #683f02;
	list-style: none;
}
#menubox a:link {
	color: #683f02;
}

#menubox a:visited {
	color: #683f02;
}

#mainbox {
	margin-bottom: 10px;
	margin-left: 200px;
}
#mainbox h3 {
	padding-bottom: 2px;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #38622f;
}

#mainbox h4 {
	padding: 5px 0;
	margin: 1em 0;
	font-weight: bold;
	background: #fff url(../img/line_hr.gif) bottom no-repeat;
}
#mainbox p {
	margin-bottom: 1em;
}



/*------ footer */
#footer {
	clear: both;
	padding: 20px;
	color: #fff;
	text-align: center;
	background-color: #38622f;
}
#footer_top {
	clear: both;
	padding: 8px;
	color: #fff;
	text-align: center;
	background-color: #38622f;
}
#footer_top ul {
	padding: 5px;
}

#footer_top li {
	padding-left: 8px;
	display: inline;
	list-style: none;
}

/*parts ---------------------------------------------------------------------- */



/*------ invisible */
.clear {
	clear: both;
}
.hide {
	position: absolute;
	left: -1000em;
	width: 900em;
	color: #000000;
}
.pagetop {
	margin: 0;
	text-align: right;
	text-indent: 0;
}
.note {
	margin: 1em;
}
.notebox {
	padding-top: 5px;
	margin-top: 2em;
	background: #fff url(../img/line_hr.gif) top no-repeat;
}
.attention { 

/*red*/
	color:#cc3300;
}
.contact {
	padding: 5px;
	text-align: right;
	background-color: #f0ede7;
}



/*------ image */
a img {
	border: 0;
}
.img_center {
	margin-top: 20px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}
.img_left {
	float: left;
	padding: 0px 10px 2px 5px;
}
.img_right {
	float: right;
	padding: 0px 5px 2px 10px;
}

.img_2p{
margin-right:2px;
}
.img_4p{
margin-top:2px;
}


/*------ list */



/*list type1(listmark)*/
.subindex ul {
	margin: 2em 0 2em 3em;
}
.subindex li {
	padding-left: 2px;
	margin-top: 1.5em;
	line-height: 120%;
	list-style-image: url(../img/listmark.gif);
}
.subindex li li ul {
	margin: 0 2em;
}



/*list type3(basic)*/
.subindex3 {
	margin: 1em 0 2em 2em;
}
.subindex3 ul {
	margin-left: 1em;
}
.subindex3 ol {
	margin-left: 1em;
}
.subindex3 li {
	margin: 0.5em 0;
	list-style-image: none;
}
.summary {
	margin-top: 0.5em;
	line-height: 1.4em;
}



/*------ table(list-type) */

.list_base {
	margin-top: 20px;
	border-top: dotted 1px #666633;
}
.list_base dt {
	padding-left: 3px;
	margin-top: 7px;
}
.list_base dd {
	padding: 0 0 7px 4em;
	margin-top: -1.4em;
	border-bottom: dotted 1px #666633;
}



/*table(ashimoto.html)*/
.hyo table {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #666633;
	border-left: 1px solid #666633;
}
.hyo td,.hyo th {
	padding: 5px;
	border-right: 1px solid #666633;
	border-bottom: 1px solid #666633;
	vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
}

.hyo th {
	text-align: left;
}
.gray {
	background-color: #edefe1;
}
.nowrap {
	white-space: nowrap;
}


/*table(haikan.html)*/
.hyo2 table {
	width: 100%;
	border-bottom: 1px solid #666633;
}
.hyo2 td,
.hyo2 th {
	padding: 5px;
	vertical-align: top;
	text-align: left;
	border-collapse: collapse;
}
.leftside {
	width: 16em;
}
.leftside2 {
	width: 10em;
}
.hyo2 th {
	border-top: 1px solid #666633;
	border-bottom: 1px dotted #666633;
	text-align: left;
	background-color: #edefe1;
}
caption a {
	padding-top: 30px;
	font-weight: bold;
	color: #666633;
	display: block;
	text-align: left;
}


/*-------------------------------------------------*/