@charset "UTF-8";

body {
	margin: 0; 
	padding: 0;
	text-align: center;
	font-family:sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/main_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #0000FF; }
a:active { color: #000000; }
p  { line-height: 140%; }

strong {
	font-weight: normal;
	text-decoration: none;
}

#container {
	width: 800px;
	text-align: left; /
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*head*/
#header {
	padding: 0;
	background-color: #FFFFFF;
	height: 60px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#header h1 {
	margin: 0;
	padding: 10px 0; 
}
#headerleft {
	padding: 0;  
	background-color: #FFFFFF;
	width: 400px;
	float: left;
	background-image: url(../images/logo01.gif);
	background-repeat: no-repeat;
	height: 59px;
	background-position: left bottom;
}
#headerleft p {
	padding: 0;
	background-repeat: no-repeat;
	text-indent: -2000px;
}
#headerright {
	background-color: #FFFFFF;
	height: 60px;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	background-image: url(../images/logo02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-indent: -2000px;
}
/*head end*/

/*mainimg*/
#mainimg {
	padding: 0;
	background-color: #FFFFFF;
	height: 200px;
	width: 800px;
	background-image: url(../images/main_img01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -2000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#mainimg h1{
	margin: 0px;
	padding: 0px;
	text-indent: -2000px;
}

/*mainimg end*/

/*メインナビゲーション*/
#mainnavi {
	padding: 0;
	height: 26px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#mainnavi ul {
	padding: 0px;
	margin: 0px;
	height: 26px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3399FF;
}
#mainnavi li {
	float: left;
	list-style-type: none;
}
#mainnavi li a {
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3399FF;
	margin: 0px;
	font-size: 13px;
	line-height: 100%;
	display: block;
	color: #FFFFFF;
	letter-spacing: 0em;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 129px;
	background-image: url(../images/navi_back.gif);
	background-repeat: repeat-x;
	border-bottom-color: #3399FF;
}
#mainnavi li a:link { background-image: url(../images/navi_back.gif); }
#mainnavi li a:visited { background-image: url(../images/navi_back.gif); }
#mainnavi li a:hover {
	color: #0000FF;
	display: block;
	background-image: url(../images/navi_back_ov.gif);
	background-repeat: repeat-x;
}
#mainnavi li a:active { background-image: url(../images/navi_back.gif); }
#mainnavi li.focus {
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3399FF;
	margin: 0px;
	font-size: 13px;
	line-height: 100%;
	display: block;
	color: #FFFFFF;
	letter-spacing: 0em;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 128px;
	background-image: url(../images/navi_back_ov.gif);
	border-bottom-color: #3399FF;
}
#mainnavi            li.focus03  a    { width: 128px; }
#mainnavi li.focustop {
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3399FF;
	margin: 0px;
	font-size: 13px;
	line-height: 100%;
	display: block;
	color: #FFFFFF;
	letter-spacing: 0em;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 128px;
	background-image: url(../images/navi_back.gif);
	background-repeat: repeat-x;
	border-bottom-color: #3399FF;
}
/*メインナビゲーション　end*/
/*パンクズ*/
#subnavi {
	padding: 0;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 15px;
	color: #999999;
	line-height: 100%;
}
#subnavi p {
	margin: 0px;
	font-size: x-small;
	line-height: 100%;
	padding: 0px;
}
/*コンテンツ*/
#content {
	clear: both;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/home_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#subcontent {
	float: left; 
	width: 210px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#subcontent02
 {
	float: left; 
	width: 210px;
	margin: 0px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#subcontent02 ul
 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#subcontent02  li
 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 000px;
	margin-left: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: small;
}
#subcontent03
 {
	float: left; 
	width: 210px;
	margin: 0px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#maincontent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 499px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #66CCFF;
	float: left;
}
#maincontent h1 {
	padding: 5px;
	font-size: medium;
	background-image: url(../images/back02.gif);
	background-repeat: repeat-x;
	border: 1px solid #DDF1FF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #6699CC;
}
#maincontent  h2 {
	font-size: medium;
	color: #000000;
	line-height: 140%;
	text-indent: 1em;
	margin: 0px;
	padding: 0px;
}
#maincontent p {
	margin: 0px;
	text-indent: 1em;
	font-size: 14px;
	line-height: 140%;
}
#maincontent dl { margin: 0px; }
#maincontent dt {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: small;
	font-weight: bold;
}
#maincontent dd {
	margin: 0px;
	font-size: small;
	line-height: 110%;
}
.center { text-align: center; }
.add {
	float: left;
	width: 200px;
}
#map {
	width: 260px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: center;
}
#map  p {
	padding: 0px;
	text-align: left;
	font-size: small;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#map   a { text-align: center; }
.mfp {
	margin: 0px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FCF8FB;
}


#bottomnavi {
	line-height: 100%;
	font-size: x-small;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 70px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DDDDDD;
}
#bottomnavi ul {
	padding: 0px;
	margin: 0px;
}
#bottomnavi li {
	margin: 0px;
	list-style-type: none;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	color: #CCCCCC;
}

#bottomnavi a:link {
	color: #66CCFF;
	text-decoration: none;
}
#bottomnavi a:visited {
	color: #66CCFF;
	text-decoration: none;
}
#bottomnavi a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#bottomnavi a:active {
	color: #66CCFF;
	text-decoration: none;
}

/*home end*/
#footer {
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #DDF1FF;
}
#footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: x-small;
	color: #999999;
	line-height: 120%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clear { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	line-height: 0px;
}
.box01 {
	width: 190px;
	padding: 10px;
	background-repeat: no-repeat;
	height: 150px;
	background-image: url(../images/gomi_back.gif);
}
.box01 h1 {
	padding: 0px;
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFFFFF;
}
.box01 h2 {
	padding: 0px;
	font-size: 21px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 100%;
}
.box01 p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
	line-height: 120%;
	color: #FFFFFF;
}
.box01   p.font01 {
	margin: 0px;
	font-size: 14px;
	text-align: center;
	line-height: 120%;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.font_xxs {
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.font_xs {
	font-size: x-small;
	line-height: 100%;
	font-weight: bold;
}
.font_12px {
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.pagetop {
	font-size: x-small;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 15px;
	margin-top: 15px;
}
.minus6 {
	text-align: center;
	padding: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #23A7FF;
	background-color: #FFFFFF;
	width: 201px;
}
.minus6 p {
	text-align: center;
	padding: 0px;
	font-size: small;
	line-height: 110%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.photo_box {
	background-color: #FFFFFF;
	width: 140px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	float: left;
	text-align: center;
	font-size: x-small;
	height: 120px;
}
.car {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-image: url(../eigyo/images/eigyo_back02.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.car p {
	margin: 0px;
	font-size: small;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.box05 {
	background-image: url(../images/support_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	width: 780px;
	padding-top: 10px;
}
.box06 {
	float: left;
	width: 220px;
	padding-top: 60px;
	padding-left: 10px;
}
.visit {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

