@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------
::::	Common CSS File  :::::::::::::::::::::::::::::::::
----------------------------------------------------- */

/* -----------------------------------------------------
	Default Set
----------------------------------------------------- */
* {
	padding: 0px;
	margin: 0px;
}

/* -----------------------------------------------------
	Basic Tag
----------------------------------------------------- */
body {
	background: #FFF;
	color: #666;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
}
img {
	border: none;
}
ul, li {
	list-style: none;
}
p {
	text-align: justify;
	line-height: 1.6em;
}
a:link {
	text-decoration: underline;
	color: #0033CC;
}
a:visited {
	text-decoration: underline;
	color: #6699CC;
}
a:hover {
	text-decoration: none;
	color: #6699CC;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
	padding-bottom: 10px;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
h1 span, h2 span, h3 span, h4 span {
	display: none;
}
em {
	font-weight: bold;
	font-style: normal;
}
/* -----------------------------------------------------
	Layout Block
----------------------------------------------------- */
#OUTLINE {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	background: url(../common/common_images/back_line.gif) repeat-y 0px 0px;
}
#HEAD {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#NAVI {
	width: 740px;
	height: 40px;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#CONT {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#LCONT {
	float: left;
	width: 480px;
	margin-left: 10px;
}
#RCONT {
	float: right;
	width: 200px;
	margin-right: 10px;
}
#FOOT {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	text-align: center;
}



/* -----------------------------------------------------
	FNAVI Block
----------------------------------------------------- */
#FNAVI {
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
}
#FNAVI ul {
	text-align: center;
}
#FNAVI li {
	display: inline;
	padding-left: 60px;
	padding-right: 60px;
}
#FNAVI li img {
}


/* -----------------------------------------------------
	FOOT Block
----------------------------------------------------- */
div#FOOT h3 {
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #3399CC;
	font-size: 110%;
	font-weight: bold;
}
div#FOOT h3 a:link, div#FOOT h3 a:visited, div#FOOT h3 a:hover {
	color: #FFF;
	text-decoration: none;
}
div#FOOT p.add {
	width: 740px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 90%;
	color:#333;
	border-bottom: solid 1px #EEE;
	text-align: center;
}
div#FOOT ul {
	padding-bottom: 40px;
	text-align: center;
}
div#FOOT li {
	padding-top: 6px;
}
div#FOOT li.text-l {
	float: left;
	font-weight: bold;
	font-size: 80%;
	padding-left: 12px;
}
div#FOOT li.text-r {
	float: right;
	font-size: 80%;
	color: #999;
	padding-right: 12px;
}


/* -----------------------------------------------------
	Common Class
----------------------------------------------------- */
.w400 {
	width: 400px;
}
.w350 {
	width: 350px;
}
.w300 {
	width: 300px;
}
.w250 {
	width: 250px;
}
.w200 {
	width: 200px;
}
.w150 {
	width: 150px;
}
.w100 {
	width: 100px;
}
.w50 {
	width: 50px;
}
.w40 {
	width: 40px;
}
.w0 {
	width: 30px;
}
.w20 {
	width: 20px;
}
.txt-l {
	text-align: left;
}
.txt-c {
	text-align: center;
}
.txt-r {
	text-align: right;
}
.end {
	clear: both;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
div.end {
	height: 0px;
}
div.g-map {
	margin-top: 10px;
	margin-bottom: 10px;
}