@charset "UTF-8";

html {
    margin: 0;
    padding: 0;
	overflow-y: scroll;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif;
    color: #333;
    background: #033;
    font-size: small;
	line-height: 1.5;
	letter-spacing: 103%;
	padding: 0 0 30px 0;
}

img {
    border: none;
}

/* main page */

div#container {
	width: 800px;
	margin: 0 auto;
	background: #fff;
}

div#header {
}

div#mainheader {
	text-indent:-9999px;
	height:187px;
	width:800px;
	background: url(../image/header.jpg) no-repeat;
}

div#header_navi {
	background: #005a1c;
	text-align: right;
	height: 26px;
}

div#header_navi img {
}

div#content {
	width: 564px;
	height: auto;
	margin: 0 auto;
}

img#content_mainimage {
	display: block;
	margin: 0 auto 20px;
}

/* hack */

img#content_img_koji {
	 float: right;
	 margin-top: 20px;
}

html*img#content_img_koji {
	float: right;
	margin-top: 17px;
}

* html img#content_img_koji {
	float: right;
	margin-top: 20px;
}

*:first-child+html img#content_img_koji {
	float: right;
	margin-top: 40px;
}

/* end of hack */

div#content_daiginjo {
	width: 566px;
	height: 180px;
	background: url(../image/daiginjo.jpg) no-repeat;
	margin-top: 15px;
}

div#content_mikagego {
	width: 566px;
	height: 210px;
	background: url(../image/mikagego.jpg) no-repeat;
	margin-top: 15px;
}

div#content_awazaki {
	width: 566px;
	height: 195px;
	background: url(../image/awazaki.jpg) no-repeat;
	margin-top: 20px;
}

div#content_daiginjo p {
	padding: 30px 10px 0 300px;
	line-height: 1.2em;
}

div#content_mikagego p {
	padding: 38px 10px 0 300px;
	line-height: 1.2em;
}

div#content_awazaki p {
	padding: 23px 10px 0 300px;
	line-height: 1.2em;
}

/* dutch only */

div#content_daiginjo p.du {
	height: 127px;
	overflow-y: scroll;
	position: relative;
	top: 22px;
	right: 2px;
}

div#content_mikagego p.du  {
	height: 140px;
	overflow-y: scroll;
	position: relative;
	top: 30px;
	right: 2px;
}

div#content_awazaki p.du {
	height: 155px;
	overflow-y: scroll;
	position: relative;
	top: 15px;
	right: 2px;
}

/* end od dutch only */

div#footer {
	text-align: right;
}

div#footer_border {
	height: 40px;
	background: url(../image/footer_bg.jpg) repeat-x;
}

img#footer_top {
	margin: 10px 10px 10px 0;
}

p#footer_copyright {
	text-align: center;
	font-size: x-small;
	padding: 5px 0;
}

table#contact_table {
	margin: 20px 0 0 0;
}

table#contact_table .tit {
	text-align: right;
}

table#contact_table .element {
	padding: 2px 0 1px 10px;
}
