﻿@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%;
}

.photo {
	float: right;
	margin-left: 10px;
	margin-top: 15px;
}

#topic01_contents {
	height: 100%;
	background: url(images/topic01.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 8px;
	margin-bottom: 0px;
}

#topic01 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#topic02_contents {
	height: 100%;
	background-image: url(images/bar_200.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
}

#topic02 {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding-top: 10px;
	letter-spacing: 2px;
	padding-bottom: 10px;
	margin-left: 13px;
}

#topic02_text {
	height: 100%;
	color: #666666;
	padding-top: 15px;
	padding-left: 55px;
	letter-spacing: 2px;
	line-height: 15px;
	padding-bottom: 10px;
	margin-left: 5px;
}

#topic02_text02 {
	height: 100%;
	color: #666666;
	padding-top: 15px;
	padding-left: 10px;
	letter-spacing: 2px;
	line-height: 15px;
	padding-bottom: 10px;
}

#topic02_block {
	height: 70px;
	background-image: url(images/yajirusi.gif);
	background-repeat: no-repeat;
}

#topic02a_contents {
	height: 100%;
	background-image: url(images/titleback02.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
}

#topic03_contents {
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
}

#topic03_text {
	color: #666666;
	text-align: left;
	padding-top: 5px;
	letter-spacing: 2px;
	line-height: 15px;
	padding-bottom: 10px;
	margin-left: 5px;
}

#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;
}

/* フォーム */
#form_contents {
	height: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
}
#form {
	padding: 15px 15px 5px 15px;
	border: 2px solid #c8eca6;
	background: #cccccc;
}
#fieldset {
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
	font-size: 12px;
}
#legend {
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: bold;
}
* html legend {
	margin-left: -6px;
}
*:first-child+html legend {
	margin-left: -6px;
}
#input.text,
textarea {
	padding: 0.3em;
	border: 1px solid #cccccc;
	width: 400px;
	color: #000000;
	font-size: 100%;
}
/* 選択スタイル */
#input.text:focus,
textarea:focus {
	color: #000000;
	background: #fff8ee;
}
#div.submit {
	padding: 0.8em 0;
	width: 500px;
}
#input.submit {
	padding: 0.3em 1em 0.3em 1.1em;
	color: #ffffff;
	background: #54af17;
	letter-spacing: 0.1em;
	font-size: 100%;
	cursor: pointer;
}
	
