

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */


/* ------------------------------ */
/* 1. universal reset */
/* ------------------------------ */

* {
	margin: 0;
	padding: 0;
}

/* ------------------------------ */
/* 2. page layout : basement */
/* ------------------------------ */
body {
	background: #f0f0f0 url('img/bg.gif') repeat-y 50% 0;
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", HiraKakuPro-W3, Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}

a:link,a:visited {
	border-bottom: 1px solid #70C0CC;
	color: #128099;
	text-decoration: none;
}

a:hover,a:active {
	border-bottom: 1px solid #666666;
	background: #f0f0f0;
	color: #666666;
	text-decoration: none;
}

#content {
	width: 600px;
	margin: 0 auto 0 auto;
	background: #ffffff url('img/logo.gif') no-repeat right 23px;
	text-align: left;
}
#content2 {
	width: 600px;
	margin: 0 auto 0 auto;
	background: #ffffff url('img/logo2.gif') no-repeat right 23px;
	text-align: left;
}
#content3 {
	width: 600px;
	margin: 0 auto 0 auto;
	background: #ffffff url('img/logo3.gif') no-repeat right 23px;
	text-align: left;
}
h1 {
	width: 600px;
	height: 144px;
	text-indent: -9999px;
	background: url('img/logo.gif') no-repeat 0 0;

}
#content2 h1 {
	width: 600px;
	height: 144px;
	text-indent: -9999px;
	background: url('img/logo2.gif') no-repeat 0 0;

}
#content3 h1 {
	width: 600px;
	height: 144px;
	text-indent: -9999px;
	background: url('img/logo3.gif') no-repeat 0 0;

}
h2 {
	margin: 24px 24px 0 25px;
	padding: 2px 22px 2px 7px;
	border-left: 3px solid #196cff;
	border-bottom: 1px solid #196cff;
	color: #297cff;
	font-size: large;
	font-weight: normal;
}

h3 {
	padding: 0 3px 0 3px;
	color: #408513;
	font-size: medium;
	font-weight: normal;
}

h4 {
	font-size: small;
	text-align: center;
}

h5 {
	font-size: small;
	text-align: center;
	margin: 8px 0 0 8px;
	padding-bottom: 4px;
	line-height: 160%;
}

p {
	line-height: 160%;
}

pre {
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", HiraKakuPro-W3, Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
/* IE */
	line-break:strict;
	word-break:break-all;
	word-wrap:break-word;
/* Mozilla */
	white-space:-moz-pre-wrap;
/* Opera */
	white-space:-pre-wrap;
}

blockquote {
	clear: both;
	margin: 3px 0px 3px 0px;
	padding: 8px 12px 8px 12px;
	border-left: 4px solid #cccccc;
	background: #ededed;
	line-height: 160%;
}

hr {
	margin: 14px 0 18px 0;
	height: 2px;
	border: none;
	background-color: #e0e0e0;
}

table {
	margin: 6px 6px 4px 2px;
}

td {
	padding: 4px 0 0 10px;
	vertical-align: top;
}

.clear {
	clear: both;
}

/* ------------------------------ */
/* 2. page layout : menu */
/* ------------------------------ */

li {
	list-style: none;
}

#menu {
	width: 600px;
	height: 21px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

#menu ul li a {
	display: block;
	height: 18px;
	padding-top: 3px;
	border: none;
	color: #333;
	text-decoration: none;
}

#menu ul li a.border {
	border-right: 1px solid #ccc;
}

#menu li {
	float: left;
	background: url('img/nav_bg.gif') repeat-x;
}

#menu li a:hover,
#menu li a:active {
	color: #fff;
	background: url('img/nav_bg_hover.gif') repeat-x;
}

/* ------------------------------ */
/* 3. contents layout : basement */
/* ------------------------------ */

.section {
	padding: 12px 22px 4px 22px;
}

.sectitle {
	margin: 13px 0 7px 3px;
	border-left: 3px solid #84BF36;
	padding-left: 4px;
}

div.sectitle p {
	padding: 0 3px 0 3px;
	color: #84BF36;
	font-size: small;
	text-transform: uppercase;
}

div.secbody p,
div.secbody ul {
	padding: 8px 3px 0 3px;
}

div.secbody p {
	text-indent: 1em;
}

div.secbody table p {
	padding: 0;
}

div.secbody li {
	line-height: 160%;
	padding-left: 12px;
	background: url('img/list_green.gif') no-repeat 0 6px;
}

div.photobox-left {
	float: left;
	margin: 12px 0 0 12px;
	padding:10px;
	border: 1px solid #ccc;
	background: #eaeaea;
}

div.photobox-left img {
	border: 1px solid #aaaaaa;
}


div.photobox-left p {
	padding: 4px 0 0 0;
	text-indent: 0;
	text-align: center;
}

div.photobox-right {
	float: right;
	margin: 12px 0 0 12px;
	padding:10px;
	border: 1px solid #ccc;
	background: #eaeaea;
}

div.photobox-right img {
	border: 1px solid #aaaaaa;
}

div.photobox-right p {
	padding: 4px 0 0 0;
	text-indent: 0;
	text-align: center;
}

.question {
	color: #408513;
}

#adress {
	margin-top: 20px;
	padding-top: 9px;
	border-top: 1px dotted #aaaaaa;
}

/* ------------------------------ */
/* 3. contents layout : contact */
/* ------------------------------ */
fieldset {
	padding: 5px 0 0 15px;
	border: none;
}

input, textarea, select {
	width: 96%;
	padding: 2px;
	border: 1px solid #ccc;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", HiraKakuPro-W3, Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: small;
}

input:hover, textarea:hover {
	border: 1px solid #52d900;
	background-color: #ceffb0;
}

input:focus, textarea:focus {
	border: 1px solid #ccc;
	background-color: #f6f6f6;
}

dl {
	margin: 0 0 10px 0;
}

dt {
	margin: 0 0 4px 0;
}

.submit {
	margin-left: 2px;
}