/* ------------------レイアウト---------------- */
*{
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 10px;
	_font-size: 62.5%;
	color: #333333;
	line-height: 1.5em;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container{
	width:900px;
	margin-right: auto;
	margin-left: auto;
}
#header{
	width:900px;
	margin-bottom: 20px;
}
#footer{
	width:900px;
	margin-top: 20px;
}
img{
border:none;
}


.message{
	font-size: 1.3em;
	text-align: left;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399FF;
	padding:10px;
	overflow: auto;
}
.message img{
	margin-right: 20px;
}
.message2{
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399FF;
	overflow: auto;
}
.visual img{
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 50px;
}
.visual2{
	margin-bottom: 20px;
	text-align: center;
	
}
.item{
	font-size: 1.3em;
	text-align: left;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399FF;
	padding:10px;
}
.item img{
	margin-right: 20px;
}
.item p{
	margin-left: 310px;
}



.redbold{
	font-size: 2.5em;
	font-weight: bold;
	color: #FF0000;
}
.redboldsmall{
	font-weight: bold;
	color: #FF0000;
}
.bluebold{
	font-size: 1.5em;
	font-weight: bold;
	color: #0265CB;
}
h1{
	font-size: 1.1em;
	color: #0265CB;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2{
	font-size: 1.5em;
	font-weight: bold;
	color: #297FD4;
	text-align: left;
	margin-left: 50px;
	margin-bottom: 20px;
	background-color: #CDF2FE;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #297FD4;
}
h3{
	font-weight: bold;
	color: #990000;
}
/* ------------------お問い合わせページ---------------- */
form{
	width:900px;
	text-align: center;
}
#contacttable  {
	border-collapse: collapse;
	width: 500px;
	margin-top: 10px;
	margin-left: 200px;
	margin-right: 200px;
	font-size: 1.2em;
}
#contacttable th{
	width: 90px;
	color: #0265CB;
	background-color: #F6FBFE;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #297FD4;
	white-space: nowrap;
}
#contacttable td{
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #297FD4;
	text-align: left;	
}
.inputtable  {
	width: 500px;
	margin-top: 5px;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 20px;
	font-size: 1.2em;
	text-align: center;	
}

/* ------------------特定商取引法---------------- */
.tokutei{
	text-align: left;
	font-size: 1.2em;
}
dt{
	font-weight: bold;
	color: #0265CB;
	margin-right: 30px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #3399FF;
	border-left-color: #3399FF;
	padding-bottom: 2px;
	padding-left: 10px;
}
dd{
	margin-left: 30px;
	margin-bottom: 15px;
	margin-top: 5px;
}