/* Sunkajiro CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	background: url(../../images/background_sunkajiro.gif) bottom repeat-x;
	height: 100%;
	width: 100%;
}

body{
	border-top: 3px solid #c7c7c7 ;
}

a {
	cursor: pointer;
}

/* header */

#header {
	height: 52px;
	width: 860px;
	margin: 0 auto;
	background-color: #fff;
}

#header h1.logo {
	width: 250px;
	height: 52px;
	background: url(../images/header_sunkajiro_logo.gif);
	float: left;
	text-indent: -9999px;
	cursor: pointer;
}

#header_link {
	width: 270px;
	height: 21px;
	float: right;
}

#header_link span {
	display: none;
}

#header_link a {
	width: 90px;
	height: 21px;
	border: none;
	text-indent: -9999px;
	display: block;
	float: left;
}

#header_link a.home {background: url(../../images/headernavi_home.gif);}
#header_link a.sitemap {background: url(../../images/neadernavi_sitemap.gif);}
#header_link a.contact {background: url(../../images/headernavi_contact.gif);}

#header_link a:hover {
	background-position: 0 -21px;
}


/* main contents */

#contents {
	width: 860px;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#contents h2 {
	width: 286px;
	height: 365px;
	text-indent: -9999px;
	float: left;
	display:block;
}

#contents h2.meijigolf {background: url(../../images/topimg_meijigolf.jpg);}
#contents h2.auto {background: url(../../images/topimg_21auto.jpg);	margin-left: 1px;}
#contents h2.passo {background: url(../../images/topimg_passo.jpg);	margin-left: 1px;}

#contents h3 {
	background: url(../../images/sunkajiro_logo.gif) bottom;
	width: 466px;
	height: 121px;
	margin: 0 auto;
	padding-top: 10px;
	text-indent: -9999px;
}

/* footer */
#footer_area {
	height: 20px;
	width: 860px;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 1.2em;
}

#footer_area p {
	color: #666666;
	font-size: small;
	text-indent: 10px;
	float: left;
}

#footer_area a {
	float: right;
	display: block;
	width: 91px;
	height: 20px;
	text-indent: -9999px;
}

#footer_area a.golf {
	background: url(../images/footernavi_meiji.gif) top;
	cursor: pointer;
}

#footer_area a.auto {
	background: url(../images/footernavi_21auto.gif) top;
	cursor: pointer;
}

#footer_area a.passo {
	background: url(../images/footernavi_passo.gif) top;
	cursor: pointer;
}

#footer_area a:hover {
	background-position: 0 -20px;
}

/* sitemap */

#left, #mid, #right {
	width: 220px;
	float: left;
	margin-left: 50px;
	margin-top: 15px;
	padding-bottom: 100px;
}

#left strong, #mid strong, #right strong {
	display: block;
	font-weight: bold;
	color: #336633;
	padding-bottom: 7px;
}

#left li, #mid li, #right li {
	font-size: 0.8em;
	line-height: 130%;
	list-style: disc;
}

p.sitemap {
	margin-left: 50px;
	margin-top: 15px;
	font-weight: bold;
	color: #336633;
}

#clear {
	clear: both;
}