﻿@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}
html {
	height: 100%;
}
body {
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W6','HiraKakuPro-W6','ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
        voice-family : "\"}\"";
	voice-family : inherit;
	color: #666666;
	line-height: 13px;
	margin-top: 5px;
	padding: 0px;
        background: url(images/bk.jpg) top repeat-y; 
	height: 100%;
}
#container {
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	min-top: 0px;
	background-color: transparent;   /* 背景カラーを変更 */
}

#header {
	height: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-top: 5px;
	width:790px;
}

#header .logo {
	float: left;
}

#header .tel {
	float: right;
	padding-right: 5px;
}

#header .topphot {
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#navibar {
	width: 150px;
	float: left;
	padding-left: 10px;
	padding-top: 20px;
}
/* ここから下ナビゲーションボタンに関する設定 */
#navibar #btn01 a {
	height: 42px;
	width: 150px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/navibtn-top.gif);
	margin-bottom: 20px;
}
#navibar #btn02 a {
	height: 42px;
	width: 150px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/navibtn-com.gif);
	margin-bottom: 20px;
}
#navibar #btn03 a {
	height: 42px;
	width: 150px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/navibtn-bis.gif);
	margin-bottom: 20px;
}
#navibar #btn04 a {
	height: 42px;
	width: 150px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/navibtn-flow.gif);
	margin-bottom: 20px;
}
#navibar #btn05 a {
	height: 42px;
	width: 150px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/navibtn-info.gif);
	margin-bottom: 20px;
}
#navibar #btn01 a:hover {
	background-image: url(images/navibtn-top1a.gif);
}
#navibar #btn02 a:hover {
	background-image: url(images/navibtn-com1a.gif);
}
#navibar #btn03 a:hover {
	background-image: url(images/navibtn-bis1a.gif);
}
#navibar #btn04 a:hover {
	background-image: url(images/navibtn-flow1a.gif);
}
#navibar #btn05 a:hover {
	background-image: url(images/navibtn-info1a.gif);
}
/* ここまでナビゲーションボタンに関する設定 */
/* ここからメインコンテンツの中身に関する設定 */
#maincontent {
	width: 600px;
	float: right;
	padding: 10px;
	height: 100%;
}

#topic01_contents {
	height: 155px;
	background-image: url(images/txi-ela.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
#topic01 {
	height: 170px;
	margin-bottom: 0px;
}

#topic01 .photo {
	width: 190px;
	margin-left: 10px;
	float: right;
}

#topic01 .text {
	width: 390px;
	float: left;
	padding-top: 70px;
	padding-left: 10px;
	padding-bottom: 5px;
}

#topic01 .text h4 {
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	padding-top: 5px;
	letter-spacing: 0.2px;
	padding-bottom: 5px;
}

#topic02_contents {
	height: 100px;
	background: url(images/topic01.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 8px;
	margin-bottom: 0px;
}

#topic02 {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding-top: 12px;
	padding-left: 15px;
}

#topic02_text {
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	letter-spacing: 2px;
	margin-left: 8px;
	margin-top: 15px;
	margin-bottom: 0px;
}

#topic03_contents {
	height: 100px;
	background: url(images/topic01.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 8px;
	margin-bottom: 0px;
}

#topic03 {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding-top: 12px;
	padding-left: 15px;
}

#topic03_text {
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	letter-spacing: 2px;
	margin-left: 8px;
	margin-top: 15px;
	margin-bottom: 0px;
}

#topic04_contents {
	height: 100%;
	background: url(images/topic01.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 8px;
	margin-bottom: 0px;
}

#topic04 {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding-top: 12px;
	padding-left: 15px;
}

#topic04_text {
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	letter-spacing: 2px;
	margin-left: 8px;
	margin-top: 15px;
	margin-bottom: 0px;
}

#footer {
	width: 798px;
	height: 60px;
	background-image: url(images/copyright.gif); /* 背景イメージを変更 */
	clear: both;
	margin: 0px;
	padding: 0px;
}

#footer h6 {
	text-align: left;
	color: #666666;
	font-size: 13px;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 2px;
}
#topicpath {
	padding-left: 10px;
	padding-top: 5px; /* 上余白を変更 */
	padding-bottom: 5px; /* 下余白を設定 */
}

#topicpath p {
	font-size: 11px;
	color: #CCCCCC;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

#topicpath a {
	text-decoration: none;
	color: #666666; /* フォントカラーを変更 */
}

#topicpath a:hover {
	text-decoration: none;
	color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}
