/*
 * (c) Middlewood Capital Japan.
 *
 * site layout style
 *
 */

span.discription	{
	display:none;
}


body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	font-family: Verdana,sans-serif;
	background: url(/siteimages/background/deep.jpg);
}

h1 {
	margin: 0;
	padding: 0;
	color: #780014;
	font-size: 130%;
}

h1 span	{
	display:none;
}

h2 {
	margin: 0;
	padding: 0;
	color: #780014;
	font-size: 130%;
}

h3 {
	margin: 0;
	padding: 0;
	color: #780014;
	font-size: 100%;
}

h4 {
	margin: 0;
	padding: 0 0 0.25em;
	color: #780014;
	font-size: 100%;
}

p {
	margin: 0 0 0.8em;
	padding: 0;
	line-height: 1.6em;
}

ul {
	margin: 0.4em 0 0.4em 2em;
	padding: 0;
}

ol {
	margin: 0.4em 0 0.4em 2.5em;
	padding: 0;
}

li {
	padding-bottom: 0.8em;
	line-height: 1.5em;
}

strong {
	font-weight: bold;
}

em {
	color: #725916;
	font-style: normal;
	font-weight: bold;
}



img {
	border: 0;
}

th {
	padding: 0;
	color: #202020;
	line-height: 1.5em;
}

td {
	padding: 0;
	color: #404040;
	line-height: 1.5em;
}

form {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #78081c;
	text-decoration: underline;
}

a:hover, a:active {
	color: #2796c9;
	text-decoration: underline;
}

/** misc **/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}


/* layout */


#wraper {
	margin: 0 auto;
	padding: 0;
	width: 840px;
	background: url(/siteimages/background/grad.jpg) repeat-y center top;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

/** header **/

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 90px;
	color: #b69ba0;
	background: url(/siteimages/header/background.jpg) no-repeat;
}

#header a:link,
#header a:visited {
	color: #b69ba0;
	text-decoration: none;
}

#header a:hover,
#header a:active {
	color: #b69ba0;
	text-decoration: underline;
}

#header-logo {
	position: absolute;
	width: 308px;
	height: 78px;
	left: 7px;
	top: 12px;
}

#header-lang {
	position: absolute;
	width: 466px;
	left: 324px;
	top: 12px;
	font-size: 100%;
	text-align: right;
}

#header-link {
	position: absolute;
	width: 466px;
	height: 30px;
	left: 324px;
	top: 52px;
	font-size: 100%;
	text-align: right;
	overflow: hidden;
}

#header-link li {
	line-height: 30px;
}

contents {
	margin: 5px auto;
	padding: 0 3px;
	width: 794px;
}

#mian {
	margin: 0;
	padding: 0;
	width: 594px;
}

/** col1 **/

.col1 {
	margin: auto;
	padding: 0;
	width: 730px;
	background: #f9f9f9;
	border: 1px solid #ccc;
}

.col1 .box {
	padding: 3px;
}

.col1 .box h2 {
	margin: 8px 0;
	padding: 0 3px;
}

.col1 .box h3 {
	width: 580px;
	padding: 0 3px;
	margin-bottom: 2px;
}

.col1 .box .header {
	width: 590px;
	margin-bottom: 1px;
}

.col1 .box .image {
	margin-bottom: 5px;
}

.col1 .box .image .margin {
	margin-left: 6px;
}

.col1 .box .button {
	margin-left: 184px;
}

.col1 .box .text {
	width: 750px;
	padding: 0 3px;
	margin: auto;
	line-height: 1.5em;
}

/** navigator **/

.navigator {
	margin: 5px 5px 10px;
}

.navigator .link-head {
	padding-left: 11px;
	font-size: 100%;
	text-align: left;
	background: url(/siteimages/mark/arrow-head.gif) no-repeat left bottom;
}

.navigator .history {
	color: #999;
	font-size: 100%;
	text-align: center;
}

.navigator .history a {
	padding: 0 0.5em;
}

/** footer **/

#sublink {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 32px;
	color: #beafb2;
	font-size: 100%;
	background: url(/siteimages/footer/top_background.jpg) no-repeat;
}

#sublink ul {
	padding: 0 10px;
	text-align: right;
}

#sublink li {
	line-height: 32px;
}

#sublink a:link,
#sublink a:visited {
	color: #beafb2;
	text-decoration: none;
}

#sublink a:hover,
#sublink a:active {
	color: #beafb2;
	text-decoration: underline;
}

#copyright {
	position: relative;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 20px;
	background: url(/siteimages/footer/bottom_background.jpg) no-repeat;
}

#copyright-logo {
	position: absolute;
	width: 186px;
	height: 20px;
	left: 15px;
	top: 0;
}

#copyright-text {
	position: absolute;
	width: 580px;
	height: 20px;
	left: 210px;
	top: 0;
	color: #b69ba0;
	font-size: xx-small;
	text-align: right;
	line-height: 20px;
}







/** list separator **/

ul.list-separator {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-separator li {
	display: inline;
	margin: 0 0 0 0.6em;
	padding: 0 0 0 0.8em;
	border-left: 1px solid #aeaeae;
}

.list-separator li:first-child {
	margin: 0;
	padding: 0;
	border: 0;
}

.list-separator .list-first-child { /* for Win IE */
	margin: 0;
	padding: 0;
	border: 0;
}

ul.list-no-separator {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-no-separator li {
	display: inline;
	margin: 0;
	padding: 0 0 0 0.8em;
}


/** visual **/

.text-off-screen {
	display: none;
}

.text-letter-quarter {
	letter-spacing: 0.25em;
}

.diam {
	padding-left: 18px;
	background: url(/siteimages/mark/diam.gif) no-repeat left center;
}



/* フォーム部分--------------------------------------------------------------- */
#mp-main {
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	color: #4c4c4c;
	font-size: small;
	margin: auto;
	width: 600px;
	text-align: center;
	background-color: #ffffff;
	font-size: 10pt;
}
#mp-main p,li,dt,dl {
	line-height:1.6;
}
#mp-main p {
	margin-top: 0em;
	margin-bottom: 0.5em;
}
#mp-main a:hover {
	font-size: small;
	color:#dd8d2a;
	text-decoration: underline;
}
#mp-main a {
	font-size: 10pt;
	color:#4c4c4c;
	text-decoration: none;
}

#mp-main input.text,input.password,textarea,select {
	padding:0.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	background-color: #fdfdfd;
	background-repeat: repeat-x;
	border: 1px solid #6392b1;
	font-size: 10pt;
}

/* for browsers except IE6  */
#mp-main input[type="text"],input[type="password"],textarea[name],select[name] {
	background-image: url("../imgs/textbox_shadow.png");
}
/* */
#mp-main input.submit, input.reset, button {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	overflow: visible;
	padding: 0em 0.5em 0em 0.5em;
	height: 2.2em;
	font-size: 12pt;
	width: 150px;
}
#mp-main select {
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	font-size: 10pt;
}
#mp-main option {
	padding-right: 1em;
}
#mp-main option[selected="selected"] {
	background-color: #eeeeee;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
#mp-main img {
	border: 0px;
}
#mp-main table {
	margin-bottom: 1em;
}
#mp-main div.fieldset {
	padding: 5px;
	margin: auto;
	/* border: 1px solid #6392b1; */
}
#mp-main div.fieldset dl {
	padding:3px;
}
#mp-main div.fieldset dt {
	color: #333333;
	background-repeat: no-repeat;
	height: 24px;
	line-height: 24px;
	margin: 0.5em;
	padding-left: 5px;
	padding-top: 1px;
	width: 200px;
	float: left;
	text-align: right;
	vertical-align: top;
}






#mp-main div.fieldset dt span.optional {
	background-image: url("../imgs/optional.png");
	background-repeat: no-repeat;
	background-position: right;
}

#mp-main div.fieldset dt span.required {
	background-image: url("../imgs/required.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 65px;
}



#mp-main div.fieldset dd {
	margin: 0.5em;
	padding: 0px 0px 5px 5px;
	width: 300px;
	float: left;
	text-align: left;
	border-left: 1px solid #6392b1;
}





#mp-main div.fieldset dd.delimit {
	border-bottom: 1px dotted #6392b1;
}
#mp-main div.fieldset span.err {
	color: #880000;
}
#mp-main div.fieldset input.text.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset input.radio.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset input.checkbox.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset textarea.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset select.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.errs {
	background-image: url("../imgs/warning.png");
	background-repeat: no-repeat;
	color: #880000;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0px 0px 0px 30px;
	min-height: 32px;
	height: auto !important;
	height: 32px;
}
#mp-main span.radioelement {
	margin-right: 1.8em;
	color: black;
}

#mp-main span.checkelement {
	margin-right: 1.8em;
	color: black;
}

