/* 共通設定 */
body                                          {
	color: #2A2A2A;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: dcdcdc;
	font-size: 90%;
}

a:hover {
	text-decoration: none;
}

/* コンテンツ */
#block-container          {
	margin-right: auto;
	margin-left: auto;
	width: 854px;
	background-image: url(../images/top_base.gif);
	background-repeat: repeat-y;
}

#block-header       {
	background: url(../images/head_bg.gif) no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 822px;
	height: 85px;
	margin-top: 0px;
}
#header-logo {
	background-image: url(../images/logo.gif);
	height: 85px;
	width: 272px;
	background-repeat: no-repeat;
	float: left;
}


#block-sidebar       {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 323px;
	float: right;
}
#header-navi {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
#telbanner {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1            {
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	text-indent: -10000px;
}

h1 a {
	text-indent: -10000px;
	display: block;
	height: 80px;
	width: 357px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* グローバルメニュー */
#block-navi	      {
	background-repeat: no-repeat;
	text-align: center;
	width: 822px;
	height: 45px;
	background-image: url(../images/menu_base.gif);
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}
#block-navi ul    {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
#block-navi li      {
	list-style-type: none;
	display: inline;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	margin-left: 10px;
}

#navi01           {
	background-image: url(../images/navi01.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	margin-right: auto;
	margin-left: auto;
	width: 155px;
	height: 32px;
}

#navi01 a          {
	background-image: url(../images/navi01.gif);
	background-repeat: no-repeat;
	display: block;
	width: 155px;
	height: 32px;
}
 
#navi01 a:hover         {
	background-image: url(../images/navi01_over.gif);
	background-repeat: no-repeat;
	width: 155px;
	height: 32px;
}

#navi02           {
	background-image: url(../images/navi02.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	margin-right: auto;
	margin-left: auto;
	width: 144px;
	height: 32px;
}

#navi02 a          {
	background-image: url(../images/navi02.gif);
	background-repeat: no-repeat;
	display: block;
	width: 144px;
	height: 32px;
}
 
#navi02 a:hover         {
	background-image: url(../images/navi02_over.gif);
	background-repeat: no-repeat;
	width: 144px;
	height: 32px;
}

#navi03           {
	background-image: url(../images/navi03.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	margin-right: auto;
	margin-left: auto;
	width: 158px;
	height: 32px
}

#navi03 a          {
	background-image: url(../images/navi03.gif);
	background-repeat: no-repeat;
	display: block;
	width: 158px;
	height: 32px;
}
 
#navi03 a:hover         {
	background-image: url(../images/navi03_over.gif);
	background-repeat: no-repeat;
	width: 158px;
	height: 32px;
}

#navi04           {
	background-image: url(../images/navi04.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	margin-right: auto;
	margin-left: auto;
	width: 188px;
	height: 32px
}

#navi04 a          {
	background-image: url(../images/navi04.gif);
	background-repeat: no-repeat;
	display: block;
	width: 188px;
	height: 32px;
}
 
#navi04 a:hover         {
	background-image: url(../images/navi04_over.gif);
	background-repeat: no-repeat;
	width: 188px;
	height: 32px;
}

#navi05           {
	background-image: url(../images/navi05.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	margin-right: auto;
	margin-left: auto;
	width: 109px;
	height: 32px
}

#navi05 a          {
	background-image: url(../images/navi05.gif);
	background-repeat: no-repeat;
	display: block;
	width: 109px;
	height: 32px;
}
 
#navi05 a:hover         {
	background-image: url(../images/navi05_over.gif);
	background-repeat: no-repeat;
	width: 109px;
	height: 32px;
}

/* フッター */
#address-area {
	background-color: #EEEEEE;
	width: 854px;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 5px;
}
#toptitle {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#company {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 98%;
}
#company-a {
	width: 32%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	float: left;
	text-align: left;
	line-height: 140%;
	margin-left: 5px;
}
#company-b {
	width: 32%;
	float: right;
	text-align: left;
	line-height: 140%;
	margin-left: 5px;
}
address {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	color: #666666;
	line-height: 140%;
}
#address-area p {
	text-align:left;
	font-size: 90%;
	padding-left: 10px;
	padding-top: 5px;
}
.photo-r {
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 5px;
	float: right;
	border: solid 1px #d8d8d8;
	background-color: #FFFFFF;
}
.photo-l {
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	float: left;
	border: solid 1px #d8d8d8
}
.clear {
    clear:both;
}