/* --------------------------------------------------------------------------- */
/* contents common */
/* --------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
a.eye_arrow_red {
	background-color: inherit;
	color: #F00;
	font-size:0.75em;
	background: url(../../img/icon_arrow_red.png) 0 0 no-repeat;
	padding-left: 13px;
}

#main .header .menu {
	float: right;
	margin: 20px 4px 0 0;
	padding: 0;
}
#main .header .menu li {
	list-style-type: none;
	float: left;
	border-left: 2px solid #999;
	height: 1.5em;
	padding-left: 5px;
	margin-left: 10px;
}
#main .header .menu li a, #main .header .menu li p{
	line-height: 1.5em;
	margin: 0;
}

.image_right {
	float: right;
}
.button_area_right {
	text-align: right;
}
.button_area {
	padding: 5px;
	text-align: center;
}
.button_area input {
	margin-right: 10px;
}

.button_contact {
	display: block;
	width: 116px;
	height: 25px;
	margin: 0 10px 0 auto;
	background: url(../../img/button_contact.png) 0 0 no-repeat;
}
.button_to_entry {
	display: block;
	width: 130px;
	height: 25px;
	margin: 0 10px 0 auto;
	background: url(../../img/button_to_entry.png) 0 0 no-repeat;
}

/* --------------------------------------------------------------------------- */
.send_form {
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
	text-align: center;
}
.send_form table {
	width: 480px;
	margin: 0 auto 20px auto;
}
.send_form th, .send_form td{
	padding: 6px 10px 3px 10px;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}
.send_form th{
	background-color: #F6F6FB;
	color: #666;
	padding: 8px 10px 3px 24px;
}
.send_form thead th{
	padding: 15px 10px 15px 24px;
	font-size: small;
}
html>body .send_form thead th{
	font-size: large;
}
.send_form .necessary th{
	background: url(../../img/icon_necessary.png) 5px 8px no-repeat;
	background-color: #F6F6FB;
	color: #666;
}
.send_form p.notice {
	width: 476px;
	margin: 0 auto 5px auto;
	text-align: left;
}
.send_form .necessary_mark {
	display: block;
	width: 18px;
	height: 1.4em;
	float: left;
	margin-right: 4px;
	background: url(../../img/icon_necessary.png) center center no-repeat;
}
.send_form p.comment {
	font-size: xx-small;
	line-height: 120%;
	background-color: inherit;
	color: #0168A2;
}
html>body .send_form p.comment {
	font-size: small;
}

/* ------------------------------------------------------------------------- */
/* Warning Area */
.warning {
	clear: both;
	width: 480px;
	color: #f00;
	background-color: #ffc;
	margin: 0 auto 10px auto;
	padding: 9px;
	border: solid 1px #f00;
}
html>body .warning {
	width: 460px;
}
.warning h3{
	margin: 0 0 8px 0;
}
.warning ul{
	padding: 0 0 0 0.5em;
	margin: 0 0 0 2em;
	list-style-position: outside;
	list-style-type: decimal;
}
.warning ul li{
	margin: 0 0 2px 0;
}

/* ------------------------------------------------------------------------- */
.fream_message {
	margin: 20px 0 30px 20px;
	width: 480px;
	padding: 15px 14px;
	border: 1px solid #999;
}
html>body .fream_message {
	width: 450px;
}
.fream_message .send_mail_address {
	font-weight: bold;
	text-align: center;
	padding: 8px 0;
	background-color: #F8F8F8;
	color: #005C98;
	border: 1px solid #DDD;

}

#side .banner_area{
	margin: 10px 0 8px 15px;
}

#result_flash {
	width: 196px;
	margin: 10px 0 30px 8px;
	/*border: 1px solid #aaa;*/
}
html>body #result_flash {
	width: 196px;
}
#result_flash .title{
	font-size: x-small;
	padding: 4px 0 3px 8px;
	background-color: #ccc;
	border-bottom: 1px solid #aaa;
	color: #333;
	margin: 0;
}
html>body #result_flash .title{
	font-size: small;
}

.page_top {
	text-align: right;
	padding: 20px 10px 0 0;
}

#main p {
	margin-bottom: 1em;
}

#side .menu {
	margin: 10px 0 20px 8px;
}
/* ms_contact2 */
#ms_contact2 { display: block; width: 180px; height: 60px; background: url(../../img/button_contact2.png) 0 0 no-repeat; }
#ms_contact2:hover{ background: url(../../img/button_contact2_o.png) 0 0 no-repeat; }

/* --------------------------------------------------------------------------- */
.fream_540 {
	clear: both;
	width: 540px;
	background: url(../../img/fream_540_m.png) center top repeat-y;
}
.fream_540 .contents{
	background: url(../../img/fream_540_h.png) center top no-repeat;
	padding: 15px 15px 0px 15px;
}
.fream_540 .footer{
	background: url(../../img/fream_540_f.png) center bottom no-repeat;
	height: 5px;
}

#main .contents .area_right{
	float: right;
	text-align: right;
	margin-left: 15px;
}
#main .contents .area_right img{
	margin: 0 0 15px auto;
}
