@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;


	text-align: left;
}

body {

	font-size: 20px;
	font-style: normal;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	overflow:hidden;

/*	text-align: center;*/
}

h1 {
	margin-bottom: 30px;

	font-size: 15px;
	text-align: center;
}
p, li, dt, dd, address {
	color: #444444;

	line-height: 2.0;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
em {
	font-weight: bold;
}
address {
	margin-top: 20px;
}

dl {
	margin-bottom: 20px;
}
dl dd {
/*	margin: 0px 0px 10px 30px;  */

	margin: 0px 0px 10px 7em;
}

form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
form dl dd {
/*	margin: 1px;*/

	margin: 2px;
}
/*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-bottom: 3px;
    background: #fff;
    border: 1px solid #999999;
    font-size: 100%;
    line-height: 1.4em;
    padding: 5px 5px;

/*	font-size: 90%;*/
}
form input .submit {
    padding: 5px 15px;
    border: none;
    color: #FFF !important;
    background-color: #F00;
    font-size: 100%;
    width: 180px;
    margin: 0 auto;
    display: block;
}
@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;*/

	padding: 2px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

a:link, a:visited {
	color:#014A99;
	text-decoration:none;
}

a:hover {
	color:#007BBB;
	text-decoration:none;
}


/* ----- 基本構造 -------------------------------------- */

div#container {
	float: none;
	clear: both;
    background-color: #efefef;
	width: 100%;
	padding:20px;
	overflow:hidden;
	
/*	margin: 20px auto;
	padding: 20px;
	border: 1px solid #AAAAAA;*/


}


/* ----- 追加設定 -------------------------------------- */

dl dt {
	float:left;
}