@charset "utf-8";

/* --------------------------------------------
 * base.css
 * 基本スタイルシート
 * Date: 2008/3   Update:
 * Auther: 株式会社いづもや
 * 適応範囲: トップページ
 * -------------------------------------------- */

body {
	background: #fff url(../images/back.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}

#main {
	margin: 0px auto;
	width: 750px;
	vertical-align: middle;
}

#headline {
	width: 100%;
	height: 80px;
	background: #BE681C url(../images/headline.gif) no-repeat;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

#wrapping {
	width: 225px;
	height: 75px;
	float: left;
}

#base {
	width: 750px;
	height: 422px;
	background: #000 url(../images/backTop.gif) no-repeat;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

#outer {
	margin: 0px;
	padding: 0px;
	width: 218px;
}

#outer p {
	width: 100%;
	padding-left: 6.5em;
	text-indent: -0.5em;
	font-size: 80%;
	line-height: 150%;
	color: #FFFFFF;
}

ul {
	margin: 0px;
	padding: 50px 0px 0px 75px;
	list-style-type: none;
}

li {
	margin: 0px;
	padding: 30px 0px 0px 0px;
}

#base a {
	color: #4B9D1A;
	text-decoration: none;
	font-weight: bold;
}

#base a:hover {
	color: #333333;
	text-decoration: underline;
}

#outer p a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#outer p a:hover {
	color: #4B9D1A;
	text-decoration: underline;
}

#pagetop {
	width: 100%;
	white-space: nowrap;
	text-align: right;
	clear: both;
}

img {
	border: 0;
}

caption {
}


.d_no {
	display: none;
}

/*  footerArea--------------------*/

div#footerArea{
	background: #BE681C url(../images/footerline.gif) no-repeat;
	width: 100%;
	height: 80px;
	color: #ffffff;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

div#footerArea div#copyrightBlock p{
	margin: 0;
	padding: 30px 85px 0 0;
	text-align: right;
}

/*

  footerArea

--------------------*/

/* copyrightBlock */

div#footerArea div#copyrightBlock p{
	font-size: 76%;
	line-height: 150%;
}

/* =========== contentsリンク =========== */
#outer li a.head {
	width: 218px;
	height: 82px;
	display:block;
	text-decoration:none;
	background:url(../images/ca_head.jpg) no-repeat;
}

#outer li a:hover.head {
	background-position:-218px;
}

#outer li a.nihonbashi {
	width: 218px;
	height: 82px;
	display:block;
	text-decoration:none;
	background:url(../images/ca_nihonbashi.jpg) no-repeat;
}

#outer li a:hover.nihonbashi {
	background-position:-218px;
}