﻿@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {

	font-size: x-small;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;



}
html>body * {
	font-size: small;
}

body {
	margin: 0px;
	padding:0px;
	text-align: center;
	background-color: #999999;
	/*background-image: url("../../pic/haikei.gif");*/
	/*background-attachment: fixed;*/
		line-height: 1.2;


}

h1 {
	margin-bottom: 5px;

	
}
h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
p,  dt, dd, address {
	color: #ffffff;

	line-height: 1.4;
}

li{
	color: #ffffff;

	line-height: 2;
}



p {
	margin-bottom: 15px;
}
ul {
	margin: 15px 0px 30px 0px;
	list-style-type: none;
	list-style-position: outside;
}
dl {
	margin-bottom: 20px;
}
dl dt {
}
dl dd {
	margin-left: 30px;
}

em {
	font-weight: bold;
}
img {
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
}
address {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #999999;

	text-align: center;
}

form dl {
	margin-bottom: 15px;
}
form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
form dl dd {
}
form dl dd textarea {
	margin-top: 2px;
}
form ul {
	margin: 0px 0px 20px 0px;
}
form ul li {
	list-style-type: none;
}
form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}








table {

	border: 0px solid #666680;
	border-collapse: collapse;
	color: #ffffff;
	line-height: 2.0;
	
}
table tr th {
	padding: 0px;
	border: 0px solid #AAAAAA;



	text-align: center;
}
table tr td {
	padding: 0px;
	border: 0px solid #AAAAAA;
	text-align: center;
}
table tr td input {
	margin: -2px;
}





a:link{
  	color: #ffffff;
	text-decoration: underline;

	}


a:visited{
  	color: #999999;
	text-decoration: underline;

	}


a:active {
		color: #FF7700;
	text-decoration: underline;
}



a:hover {
		color: #FF7700;
	text-decoration: underline;
}



div .h2_midashi{

	margin-bottom:  20px;
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 0px solid;
	background-color: #ffffff;
	width: 400px;
	font-size: 13px;
	padding: 1px;
	color: #000000;
  }



div .top{

	vertical-align: top;

}
div .btm{

	vertical-align: bottom;

}

div .mdl{

	vertical-align: middle;

}

.bdr {
	margin-right:0px;
	margin-bottom: 20px;
	border: #797000 2px solid;


}
.s1{
   font-size:10px;
   color: #8c8c8c;

}

.cnt1{
	margin-left: auto;
	margin-right: auto;
	border:red;

}





/* ----- 基本構造 -------------------------------------- */

div#head1{
	margin-top: 5px;
	margin-left: 10px;
	padding: 0px;
	font-size: 10px;
	color: #ffffff;
}


div#container {
	text-align: center;
	width:906px;
	height:98%;

	padding: 0px;
	border: 2px solid #737373;

	background-color: #000000;
	margin-bottom: 0px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;

}






div#foot_2 {

	font-size: 13px;
	color: #ffffff;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}




