﻿@charset "utf-8";

/* 初期化
-------------------------------------------------------------------------------------------------------*/
html,body,div,ul,
ol,li,dl,dt,dd,h1,
h2,h3,h4,h5,h6,pre,
form,p,blockquote,
fieldset,input,table,
tr,td {
	margin:0;
	padding:0;
	}
	
body {
	margin:0;
	padding:0;
	color:#000;
	font-size:13px;
	line-height:1.5;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

* html body {
	margin:0;
	padding:0;
	color:#000;
	font-size:13px;
	line-height:1.5;
	background: url(../img/bg_body_02.gif) repeat-x;
	_background: url(../img/bg_body_02.gif) 0 -3px repeat-x;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

*:first-child+html body {
	margin:0;
	padding:0;
	color:#000;
	font-size:13px;
	line-height:1.5;
	background: url(../img/bg_body_02.gif) repeat-x;
	_background: url(../img/bg_body_02.gif) 0 -3px repeat-x;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

body.top {
	margin:0;
	padding:0;
	color:#000;
	font-size:13px;
	line-height:1.5;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

* html body.top {
	margin:0;
	padding:0;
	color:#000;
	font-size:13px;
	line-height:1.5;
	background: url(../img/bg_body.gif) repeat-x;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

*:first-child+html body.top {
	margin:0;
	padding:0;
	color:#000;
	font-size:13px;
	line-height:1.5;
	background: url(../img/bg_body.gif) repeat-x;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

img {
	border:none;
	}

ul li {
	list-style:none;
	}

a {
	color:#f00;
	text-decoration:none;
	}

a:link {
	color:#f00;
	text-decoration:none;
	}

a:visited {
	color:#f00;
	text-decoration:none;
	}

a:hover {
	color:#f00;
	text-decoration:underline;
	}
	
a:active {
	color:#f00;
	text-decoration:none;
	}

li img {
	vertical-align:top;
}

em {
	font-weight:bold;
	font-style:normal;
}

ul, ol {
	margin: 0;
}

h1 {
	height:0px;
	padding:3px 0 0 0;
	font-size:11px;
	font-weight:normal;
	color:#fff;
}

table {
	margin: 0;
}

.clear{
	clear:both;
}

.box_height:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	}

/*\*/
* html .box_height  {
	height: 1px;
	overflow: visible;
	}
/**/

*+html body .clear_float {
	height:1px;
	}

/* Common Style */
.clearfix {
	float: left;
	clear: both;
	width: 100%;
}

h2{
	background: url(../img/icon1.png) 2px 3px no-repeat;
	padding:2px 0 2px 20px;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dashed #aaa;
	margin:0 0 5px 0;
	color:#355900;
}

#footer {
	margin: 20px 0 0 0;
}

#footer .copyright{
	text-align:center;
}


/* Header */
#header {
	margin-top: 3px;
	margin-bottom: 5px;
}

#header .top_navi{

}

#header .logo {
	float: left;
	width: 250px;
	margin-right: 20px;
}

.top-menu-under{
	background: #FF35AE;
	height:2px;
}


/* Form */
input, textarea{
	padding: 1px;
	border: 1px solid #8f796d;
	margin:2px 0;
	vertical-align:middle;
}

label{
	vertical-align:middle;
}

div.submit {
	margin: 2px 0;
	text-align:center;
}

div.submit input {
	font-weight: bold;
	border: 2px solid #FF35AE;
	cursor:pointer;
	padding: 4px;
	background: #FFD700;
	color: #590000;
}

div.submit input:hover {
	background-color: #FFE775;
}

.text .error-message, .select .error-message, .textarea .error-message,
.checkbox .error-message, .password .error-message {
	color: #E60082;
}

.select .error-message, .textarea .error-message, div.checkbox, .password .error-message {
	margin-left: 160px;
}

.form_left{
	float:left;
	width:49%;
}

.form_right{
	float:right;
	width:50%;
}

/* Messages */
#flashMessage {
	clear: both;
	margin: 20px 0;
}

.message {
	background: #e60082;
	font-weight: bold;
	color: #fff;
	padding: 4px;
}

.success {
	background: #0071E6;
	font-weight: bold;
	color: #fff;
	padding: 4px;
}


.error-message {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

/* Table */
.table-02 {
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:5px auto;
}

.table-02 th {
	padding: 2px;
	border: #E3E3E3 solid;
	border-width: 0px 0px 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
.table-02 td {
	padding: 2px;
	border: 1px #E3E3E3 solid;
	border-width: 0px 0px 1px 1px;
	text-align: left;
}
