@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Style Info:     コンテンツエリア関係 他
----------------------------------------------------------- */

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

ul#gNav li.nav2 a {
	background-image: url(../img/gnav.gif);
	background-position: -136px -45px;
}

/*clearFix*/
#itemBox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#sub ul#linkNav {
	padding-left: 10px;
}

#sub ul#linkNav li {
	float: left;
}

#sub ul#linkNav li a {
	font-size: small;
	color: #50596A;
	background-image: url(../guide/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 0.6em;
	display: block;
	padding-left: 27px;
	margin-bottom: 7px;
	background-color: #E3E3E3;
	width: 190px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

#sub ul#linkNav li a:hover {
	color: #9EA2AA;
	text-decoration: none;
	background-color: #D7D7D7;
}


table#coBox {
	margin-bottom: 20px;
}

table#coBox td {
}

table#coBox td.add {
	font-size: x-small;
}

table#coBox td.teltd {
	font-size: small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9EA2AA;
	padding-top: 3px;
}

table#coBox td.deta {
	font-size: x-small;
	padding: 0px;
}

table#enkaku {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9EA2AA;
}

table#enkaku td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9EA2AA;
	padding-top: 2px;
	padding-bottom: 2px;
}

