@charset "utf-8";

/* ===================================================================
   ローカルナビゲーション無し
=================================================================== */

#nolocal {
	width: 768px;
	margin: -1px auto 0;
}

#nolocal #contents {
	padding: 0 5px;
	background-color: #fff;
}

#nolocal #global {
	margin-top: 3px;
}

#nolocal #main {
	width: 100%;
}


/* ===================================================================
   お問い合わせ
=================================================================== */

div.column2 {
	clear: both;
}

div.column2 div {
	width: 365px;
	float: left;
}

div.column2 div.right {
	width: 365px;
	margin-left: 10px;
	float: right;
}

dl.define2 {
	margin-top: 10px;
	clear: both;
}

dl.define2 dt {
	margin:0 0 5px 3px;
	padding-left: 12px;
	font-size: 0.8em;
	font-weight: bold;
	color: #373737;
	background: transparent url(../images/info/icon_square01.gif) no-repeat 0 3px;
}

dl.define2 dd {
	padding: 0 0 2em 15px;
	color: #373737;
	font-size: 0.8em;
	line-height: 1.5em;
}


/* ===================================================================
   サイトマップ
=================================================================== */


div.sitemap div {
	width: 355px;
	_width: 340px;
	margin: 0 10px;
	float: left;
}

div.sitemap div dl dt {
	padding: 5px 0;
	border-top: 1px solid #f60;
}

div.sitemap div dl dd p {
	padding: 3px 0 3px 15px;
	border-top: 1px dotted #aaa;
}

div.sitemap div dl dd ul li {
	padding-bottom: 3px;
border-top: none;
}

div.sitemap div dl dd ul {
	margin-left: 30px;
}

div.sitemap div dl dt a {
	padding: 3px 0 3px 15px;
	color: #333;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(../images/info/icon_arrow01.gif) no-repeat 0 5px;
}

div.sitemap div dl dd p a {
	padding: 3px 0 3px 15px;
	text-indent: -15px;
	color: #333;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(../images/info/icon_arrow06.gif) no-repeat 0 5px;
}

div.sitemap div dl dd ul li a {
	padding: 3px 0 3px 15px;
	text-indent: -15px;
	color: #333;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
	background: transparent url(../images/info/icon_arrow06.gif) no-repeat 0 5px;
}

div.sitemap div dl dt a:focus,
div.sitemap div dl dt a:hover,
div.sitemap div dl dt a:active {
	color: #f60;
	text-decoration: underline;
}

div.sitemap div dl dd p a:focus,
div.sitemap div dl dd p a:hover,
div.sitemap div dl dd p a:active {
	color: #f60;
	text-decoration: underline;
	background: transparent url(../images/info/icon_arrow03.gif) no-repeat 0 5px;
}

div.sitemap div dl dd ul li a:focus,
div.sitemap div dl dd ul li a:hover,
div.sitemap div dl dd ul li a:active {
	color: #f60;
	text-decoration: underline;
	background: transparent url(../images/info/icon_arrow03.gif) no-repeat 0 5px;
}