/* ---------------------------------------------------------
Multi-use

CascadingStyleSheet Settingfile

2007.08.120
--------------------------------------------------------- */
/***** common css *****/
/**********************/

/*** base style ***/
body{
	margin:0px;
	padding:0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:140%;
	text-align:center;
/*	background-color: #E7E7E7;*/
	color: #666666;
}
div#out{
	margin: 0px auto;
	width:840px;
	text-align:center;
	background-color: #FFFFFF;
	height:auto;
	display:block;
}
div#outline{
	margin: 0px auto;
	margin-bottom:10px;
	width:800px;
/*	text-align:left;*/
	height:auto;
	display:block;
}
div#mapout{
	margin: 0px auto;
	width:1000px;
	text-align:center;
	background-color: #FFFFFF;
	height:auto;
}
/*** Fix Text ***/
.j10 {
	font-size:10px;
	line-height:13px;
}
.j12 {
	font-size:12px;
	line-height:17px;
}
.j14 {
	font-size:14px;
	line-height:17px;
}
.j16 {
	font-size:16px;
	line-height:17px;
}

h1 {
	font-size:10px;
	margin:0px;
	padding-right:5px;
	text-align:right;
}
/*** Img ***/
img{
	border:0px;
}
/*** form ***/
form{
	margin:0px;
}

/*** Link Color ***/
A:link {
	color:#21ABAB;
	text-decoration:underline;
}
A:visited {
	color:#21ABAB;
	text-decoration:underline;
}
A:hover {
	color:#FF9900;
	text-decoration:underline;
}
A:active {
	color:#FF9900;
	text-decoration:underline;
}
/***Clear***/
.c-both {
	clear:both;
}
/*** header ***/
div#outline #attention{
	width:800px;
	height:auto;
	color: #FF3300;
}

div#outline #header{
	width:800px;
	height:155px;
}
.headbg {
	background-image:url(../images/headbg.gif);
	font-size:10px;
	font-weight:bold;
	height:21px;
	padding-right:5px;
	text-align:right;
}
/*** contents ***/
div#outline #contents{
	width:800px;
	height:auto;
}
/*** footer ***/
div#outline #footer{
	width:800px;
	height:auto;
	margin-top:10px;
}

input.nomal{
	margin: 3px;
	width:100px;
	border:1px solid #FFFFFF;
	background-image: url(../images/kantan_bt1.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.td_bg {
background-color:#EAEAEA;
}

.bg {
background-color:#739CD4;
}

