@charset "UTF-8";

/*---------------------------------------------------------
	
	
	
---------------------------------------------------------*/

/*-biography---------------------------------------------*/

dl.biography dd {
	padding: 0px 10px;
	font-size: 95%;
}

dl.biography dd p {
	padding: 0px;
	margin: 10px 0px;
}

div.contact-alert {
	margin-bottom: 10px;
	font-weight: bold;
	color: #ed7600;
}

/*-name--------------------------------------------------*/

#name-box {
	background-color: transparent;
	background-image: url(../image/icon/contact/name.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-email-------------------------------------------------*/

#email-box {
	background-color: transparent;
	background-image: url(../image/icon/contact/email.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-subject-----------------------------------------------*/

#subject-box {
	background-color: transparent;
	background-image: url(../image/icon/contact/subject.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-topic-------------------------------------------------*/

#topic-box {
	background-color: transparent;
	background-image: url(../image/icon/contact/topic.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-comment-----------------------------------------------*/

#comment-box {
	background-color: transparent;
	background-image: url(../image/icon/contact/comment.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


/*-input box---------------------------------------------*/

div.input-box {
	height: 24px;
	width: 425px;
	margin: 10px 0;
	padding: 1px 0 0 125px;
}

form>div.input-box {
	padding: 2px 0 0 125px;
}

div.input-box input {
	border: solid 1px #683501;
	background-color: #ffffc8;
	color: #683501;
	width: 299px;
}

div.input-box>input {
	width: 297px;
	height: 16px;
	/*\*//*/
	width: 297px;
	height: 18px;
	/**/
}

div.input-box select {
	border: solid 1px #683501;
	background-color: #ffffc8;
	width: 299px;
	color: #683501;
}

div.input-box>select {
	width: 297px;
	height: 18px;
}

/*-textarea box------------------------------------------*/

div.textarea-box {
	height: 200px;
	width: 425px;
	margin: 10px 0;
	padding: 1px 0 0 125px;
	/*\*//*/
	padding: 2px 0 0 125px;
	/**/
}

div.textarea-box textarea {
	overflow: auto;
	border: solid 1px #683501;
	background-color: #ffffc8;
	color: #683501;
	width: 299px;
	height: 196px;
	font-family: verdana, arial, helvetica, sans-serif;
}

div.textarea-box>textarea {
	width: 297px;
	height: 194px;
	font-size: 95%;
	/*\*//*/
	width: 297px;
	height: 194px;
	/**/
}

/*-contact form------------------------------------------*/

#contact-form {
	margin: 0 0 10px 0;
}

#contact-form dt {
	width: 560px;
	height: 30px;
	background-color: transparent;
	background-image: url(../image/title/contact/left/contact.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-submenu-----------------------------------------------*/

#submenu dt.title {
	width: 190px;
	height: 25px;
	background-color: transparent;
	background-image: url(../image/title/contact/right/information.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#submenu dd {
	width: 190px;
	height: 77px;
	background-color: transparent;
	background-image: url(../image/menu/contact/information.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: solid 2px #683501;
}

#submenu>dd {
	width: 186px;
	height: 75px;
}

#submenu dt.bottom {
	width: 190px;
	height: 15px;
	background-color: transparent;
	background-image: url(../image/bg/bottom/submenu.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

ul.submenu-list {
	position: relative;
	width: 186px;
	height: 25px;
	overflow: hidden;
}

ul.submenu-list li a {
	width: 186px;
	height: 25px;
	text-decoration: none;
	display: block;
}

ul.submenu-list li {
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	overflow: hidden;
}

/*-printout----------------------------------------------*/

#printout dt.title {
	width: 190px;
	height: 25px;
	background-color: transparent;
	background-image: url(../image/title/common/print.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#printout dd {
	width: 190px;
	text-align: left;
	font-size: 90%;
	padding: 10px 0px;
	border: solid 2px #683501;
}

/* adjustment */
#printout>dd {
	width: 186px;
}

#printout dt.bottom {
	width: 190px;
	height: 15px;
	background-color: transparent;
	background-image: url(../image/bg/bottom/submenu.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*-print out list----------------------------------------*/

#po-one {
	background: transparent url(../image/menu/contact/businesscard.gif) no-repeat 0px -25px;
	top: 0px;
}

#po-one a {
	background: transparent url(../image/menu/contact/businesscard.gif) no-repeat 0 0;
}

#po-one a:hover {
	background-position: 0px -25px;
}

/*-EOF---------------------------------------------------*/