@charset "euc-jp";
/* --------------------------------------------------------------- */


/* --------------------------------------------------------------- */
#mp-main {
	margin: 0 auto;
	padding: 0;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "¥á¥¤¥ê¥ª", "£Í£Ó £Ð¥´¥·¥Ã¥¯", arial, helvetica, sans-serif;
	color: #4c4c4c;
	font-size: small;
	width: 600px;
}

#mp-main h2{
	margin: 20px 45px 0 45px;
	font-size: 100%;
	font-weight: normal;
	color: #000;
}

#mp-main p,li,dt,dl {
	line-height:1.6;
}
#mp-main p {
	margin-top: 60px;
	margin-bottom: 0.5em;
	width:600px;
	text-align: center;
}

#mp-main p input{
	padding: 5px 10px;
	margin: 5px;
}

#mp-main a:hover {
	font-size: small;
	color:#dd8d2a;
	text-decoration: underline;
}
#mp-main a {
	font-size: small;
	color:#4c4c4c;
	text-decoration: none;
}
#mp-main input.text,input.password,textarea,select {
	padding:0.1em;
	font-size: small;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "¥á¥¤¥ê¥ª", "£Í£Ó £Ð¥´¥·¥Ã¥¯", arial, helvetica, sans-serif;
	background-color: #fdfdfd;
	background-repeat: repeat-x;
	border: 1px solid #abadb3;
}
/* 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-size: small;
	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;
}
#mp-main select {
	font-size: small;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "¥á¥¤¥ê¥ª", "£Í£Ó £Ð¥´¥·¥Ã¥¯", arial, helvetica, sans-serif;
}
#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: 0;
	margin-bottom: 1em;
}
#mp-main div.fieldset dl {
	padding:5px 0 0 0;
}
#mp-main div.fieldset dt {
	color: #007caa;
	background: url("../imgs/form_item.png") no-repeat 40px center;
	height: 24px;
	line-height: 24px;
	margin: 20px 0.5em 2px;
	padding-left: 56px;
	padding-top: 1px;
}

#mp-main div.fieldset dt span.required {
	background: url("../imgs/required.png") no-repeat right center;
	padding-right: 50px;
}
#mp-main div.fieldset dd {
	margin: 0;
	padding-left: 50px;
	padding-bottom: 1em;
	border-bottom: #ccc 1px dashed;
}
#mp-main div.fieldset dd.delimit {
	border-bottom: 1px dotted #6392b1;
}


#mp-main div.fieldset span.after{
	margin-left: 5px;
}

#mp-main div.fieldset span.before{
	margin-right: 5px;
}

#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 span.radioelement {
	margin-right: 1.8em;
	color: black;
}
#mp-main span.checkelement {
	margin-right: 1.8em;
	color: black;
}

#mp-main div.fieldset input.radio{
	margin-right:5px;
	margin-top:10px;
}

#mp-main div.fieldset input.checkbox{
	margin-right:5px;
	margin-top:10px;
}

#mp-main div.fieldset label{
	margin-right: 20px;
}






.img-left {
	float: left;
}
