@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;	
	line-height: 2;		
	background: #d8d8d8 url(/images/bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #F1F1F1; /*/113546*/	
	border-top:30px solid #000000;
	border-bottom:1px solid #000000;    	
	color: #111111;
	width:100%;

}


/*
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;	
	line-height: 2;	
	color: #333333;	
	background: #fbec70 url(/images/bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}
 */

#header1 {
	margin-right: 2px;
	margin-left: 2px;
	background:#ffffff;
	height: 15px;
}

#container {
	background: url(/images/container_bg_02.gif) repeat-y;
	width: 836px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}




#header1 h1 {
	font-size: 10px;
	font-weight: normal;
	width: 500px;	
	line-height: 1;
	padding-left: 5px;
}
#header1 h1 a {
	color: #333333;
}
#header1 h1 a:hover {
	color: #cccccc;
}

#header {
	background: url(/images/header_bg.gif) no-repeat right top;
	text-align: center;
	border-bottom:25px solid #000000; 
	padding-bottom: 10px;
}

ul{
	list-style-type: none;

form fieldset {
	border-width: 0px;
}
form legend {
	display: none;
}
form input {
	border: 1px solid #BBB;
	height: 1.6em;
	padding-top: 1px;
	padding-left: 3px;
	line-height: 1.2em;
	vertical-align: middle;
}
form textarea {
	border: 1px solid #BBB;
	padding: 3px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅", monospace;
}
form input, form textarea, form select, form .radio, form .checkbox {
	margin: 1px 0px;
}
form label {
	cursor: pointer;
}
form label input {
	border: 0px;
}
form select {
	vertical-align: middle;
}
form select option {
	padding-right: 4px;
}
form select optgroup option {
	margin-left: 24px;
}
h1, h2,{
	margin: 20px 0px;
}

em {
	font-style: normal;
}

}
p {
	margin: 10px 0px;
}
dl dd {
	margin-left: 25px;
	margin-bottom: 15px;
}
dt, dd, p {
	line-height: 1.3em;
}
table {
	width: 100%;
	border-collapse: collapse;
}
td .aaa {
 	width: 35%;
	border: 1px solid #D0D0D0;
	padding: 7px 7px 6px 7px;
}
table tr td {
 	width: 65%;
	border: 1px solid #D0D0D0;
	padding: 7px 7px 6px 7px;
}
address {
	text-align: center;
}







#contents {
	clear: left;
	width: 824px;
	margin-left: 6px;
}


#contents a:hover img {
filter: Alpha(opacity=80);
opacity: 0.8; /*firefox safari*/
}






div#contents table,
div#contents div.box {
	color: inherit;
	background-color: #FAFAFA;
}
div#contents table th {
	width: 26%;
	text-align: left;
	font-weight: normal;
	color: inherit;
	background-color: #F1F1F1;
}
div#contents div.box {
	border: 1px solid #BBB;
	padding: 0px 8px;
}





#main {
	float: left;
	width: 570px;
	padding-top: 10px;
	padding-bottom: 100px;
}

#main h3 {
	clear: both;
	font-size: 100%;
	background: url(/images/h2_bg.gif) no-repeat;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 10px;
}

#main p {
	color: #666666;
	clear: both;
	padding: 0.5em 10px 1em;
}





div#copyright {
	text-align: right;
	margin: 16px 0px;
}
/* フォーム背景をゼブラ柄にする */
/*
.zebra0 {
	color: inherit;
	background-color: inherit;
}
.zebra1 {
	color: inherit;
	background-color: #F1F1F1;
}
*/
p.navi em {
	text-decoration: underline;
}
p.navi span {
	margin: 0px 5px;
	color: #AAA;
	background-color: inherit;
}
p.scrltop {
	text-align: right;
}
em.required {
	margin-left: 2px;
	font-size: 0.9em;
	color: #F60;
	background-color: inherit;
}
em.example {
	color: #000;
	background-color: inherit;
}
*.group-name {
	display: block;
	border-bottom: dotted 1px #DDD;
	font-size: 10px;
	color: #999;
	background-color: inherit;
}
*.group {
	display: block;
	margin: 1px 0px;
	padding: 0px 20px;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 2px;
}
p.button {
	text-align: center;
}
input.button {
	height: 2.2em;
	text-align: center;
	cursor: pointer;
}
input.cancel {
	width: 6em;
	color: #FFF;
	background-color: #750000;
	letter-spacing: 1px;
}
input.submit {
	width: 11em;
	color: #FFF;
	background-color: #236;
	letter-spacing: 4px;
}
/* livevalidation.js */
em.error, ul.error {
	display: block;
	color: #F60;
	background-color: inherit;
}
input.error, textarea.error, select.error, span.error label {
	color: inherit;
	background-color: #FFE7D7;
}
em.good {
	display: block;
	color: #4DB35B;
	background-color: inherit;
}
input.good, textarea.good, select.good, span.good label {
	color: inherit;
	background-color: #CBE9CF;
}
#footer {
	color: #ffffff;
	background:#000000;
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}

#footer a {
	color: #ffffff;
}

#side {
	margin-right: 10px;
	float: right;
	width: 210px;
	padding-top: 10px;
	padding-bottom: 100px;
}

#side h3 {
	margin-top: 25px;
	font-size: 100%;
	line-height: 25px;
	background: url(/images/mh3.gif) repeat-x;
	height: 25px;
	text-align: center;
	overflow: hidden;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



.sidemenu {
	margin-top: 20px;
	margin-bottom: 20px;
}

.sidemenu a {
	color: #666666;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px solid #aeaeae;
	display: block;
	width: 210px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.sidemenu a:hover {
	background: #333333;
	color: #ffffff;
}


.sidebox {
	width: 210px;
	text-align: center;
	margin-bottom: 5px;
}
