body { color: #000000; background-color: #CC3333; padding: 0px; margin: 0px; }
h1,h2,h3,h4,h5 { margin: 0px; }

/* レイアウト用テーブル */
table#container {
	background-color: #FFFFFF;
}
table#container td {
}
table#container td.side {
	background-color: #565353;
}
table#container td p {
}

/* 冒頭注釈 */
div#ann {
	border-bottom: 3px solid #CCCCCC;
}
div#ann p {
	color: #666666;
	font-size: 10px;
	padding: 4px 0px 4px 6px;
	margin: 0px 0px 0px 0px;
}

/* ヘッダー */
table#header {
	border-bottom: 3px solid #999999;
}

/* HOMEへもどる */
div#homeArea {
	background-color: #CCCCCC;
}
div#homeArea p {
	padding: 14px 0px 31px 18px;
	margin: 0px 0px 0px 0px;
}

/* レイアウト用テーブル */
table#containerMain {
}
table#containerMain td.left {
	background-color: #F8F8F8;
}

/* メニュー枠TABLE */
table#menuContainer {
}
table#menuContainer td.right {
	background-color: #CCCCCC;
}

/* メニュー */
table#menuArea {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
table#menuArea td {
	font-size: 12px;
	background-color: #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
}
table#menuArea td.open {
	background-color: #E5E5E5;
}
table#menuArea td a {
}
table#menuArea td a:link,table#menuArea td a:visited {
	color: #333333;
	text-decoration: underline;
}
table#menuArea td a:hover,table#menuArea td a:active {
	color: #333333;
	text-decoration: none;
}
table#menuArea td p {
	background-image: url(../img/common/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 5px;
}
table#menuArea td.open p {
	background-image: url(../img/common/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin: 0px 0px 0px 15px;
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* フッター */
div#footer {
	margin-top: 20px;
}
div#footer p.top {
	font-size: 12px;
	margin: 0px 0px 10px 10px;
}

div#footer table.top {
}
div#footer table.top td {
}
div#footer table.top td.right {
	vertical-align: middle;
	background-image: url(../img/common/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div#footer table.top td.right p {
	font-size: 12px;
	color: #666666;
	margin: 5px 0px 0px 0px;
}

address {
	font-size: 12px;
	font-style: normal;
	color: #333333;
	line-height: 150%;
	margin: 6px 0px 0px 16px;
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* コピーライト */
div#copy {
	border-top: 1px solid #E3E3E3;
	padding: 6px 2px 5px 0px;
}
div#copy p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
	margin: 0px 0px 0px 0px;
}

/* ================================================================================================================== */
/* ↓編集可能領域内 */
/* ================================================================================================================== */
/* パンくずエリア */
div#panArea {
	height: 33px;
	background-color: #E5E5E5;
}
div#panArea p {
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding-top: 10px;
	margin: 0px 0px 0px 16px;
}
div#panArea p a {
}
div#panArea p a:link,div#panArea p a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
div#panArea p a:hover,div#panArea p a:active {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
/* コンテンツ見出し */
p.caption {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0px 0px 0px 0px;
}
h2.caption {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0px 0px 0px 0px;
}


/* ================================================================================================================== */
/* ↓トップページ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* フットナビ */
div#footNavi {
	margin-top: 26px;
	margin-bottom: 20px;
}
div#footNavi p {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

/* トップページ用フッター */
div#footerTop {
}
div#footerTop table.top {
}
div#footerTop table.top td {
}
div#footerTop table.top td.right {
	vertical-align: middle;
	background-image: url(../img/common/footer_bg_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div#footerTop table.top td.right p {
	font-size: 12px;
	color: #666666;
	margin: 5px 0px 0px 0px;
}


div#footerTop table.bottom {
}
div#footerTop table.bottom td {
	padding-top: 3px;
	padding-bottom: 3px;
}
div#footerTop table.bottom td.right {
	font-size: 10px;
	color: #666666;
	padding-right: 12px;
}

.mgnL10 { margin-left:10px; } 	/* バナー用 */

/* ------------------------------------------------------------------------------------------------------------------ */
/* トップページ用コピーライト */
table#copyTop {
	border-top: 1px solid #E3E3E3;
	padding: 6px 2px 5px 0px;
}
table#copyTop td {
	color: #333333;
	padding-top: 6px;
	padding-bottom: 6px;
}
table#copyTop td.left {
	font-size: 12px;
	padding-left: 16px;
}
table#copyTop td.right {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 16px;
}

.staff td {
	padding-left: 10px;
	padding-bottom: 20px;
}
.staff th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
.staff td table td, .staff td table th {
	font-size: 0.75em;
	line-height: 150%;
	padding: 0px;
	vertical-align: top;
}
.staff td img {
	margin-bottom: 10px;
}
.staff {
}
.top10 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.top20 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
/* ================================================================================================================== */
/* ↓お客様の声 */
.p0 {
	margin: 0px;
	padding: 0px;
}
.R10 {
	margin-right: 10px;
}
#main {
	margin-left: 20px;
	font-size: 0.75em;
	line-height: 160%;
	width: 600px;
}
#main td, #main th {
	font-size: 0.75em;
	line-height: 160%;
	font-weight: normal;
	vertical-align: top;
}
#main h3 {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#midasi {
	padding: 0px 0px 10px;
	width: 600px;
	border: 1px solid #999999;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
#midasi h4 {
	font-size: 1.25em;
	vertical-align: middle;
	margin: 0px;
	padding: 10px 10px 0px;
}
#midasi img {
	vertical-align: middle;
}
#midasi p {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: 10px;
	margin-left: 10px;
}
#title {
	background-image: url(../img/common/title_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 600px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 1.25em;
	font-weight: bold;
}
#title img {
	margin-right: 22px;
	vertical-align: middle;
}
.leftTop {
	float: left;
	width: 390px;
	background-color: #F1FFB9;
	padding: 10px;
}
#main .left {
	float: left;
	width: 390px;
	padding: 10px;
}
.w600 {
	width: 600px;
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}
#main .right {
	float: right;
	width: 180px;
}
#main .q {
	width: 585px;
	border-left: 5px solid #CC3333;
	border-bottom: 1px dotted #999999;
	font-weight: bold;
	background-color: #F6F6F6;
	padding: 5px 0px 5px 10px;
	margin: 30px 0px 0px;
}
#main .a {
	border-left: 5px solid #CCCCCC;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	width: 585px;
}
#main a:visited {
	color: #3366CC;
}
#backNext {
	width: 600px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 30px;
}
.next {
	text-align: right;
}
.sol_q {
	margin: 0px;
	font-size: 1.25em;
	color: #000099;
}
.R5middle {
	vertical-align: middle;
	margin-right: 5px;
}
.sol_a {
	font-size: 1.25em;
	color: #993300;
	margin: 0px;
}
.top50 {
	margin-top: 50px;
}
.w600_0 {
	margin: 0px;
	width: 600px;
}
.pagetop {
	text-align: right;
	margin-top: 20px;
	width: 600px;
}
.itiran {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.itiran a:visited {
	color: #3366CC;
}
/* ================================================================================================================== */
/* ↓お問合わせの部分 */
#inquiry {
	width: 565px;
	padding-top: 30px;
}
#inquiryIn {
	padding: 15px;
	font-weight: bold;
	color: #666666;
	font-size: 1.25em;
	width: 565px;
	text-align: center;
	margin-top: 10px;
	border: 10px solid #E5FF7F;
}
#inquiryIn p {
	display: block;
	margin: 0;
}
#inquiryIn #tel {
	width: 250px;
	float: left;
	font-size: 1.4em;
	margin-top: 10px;
}
#inquiryIn #fax {
	float: right;
	width: 250px;
	font-size: 1.4em;
	margin-top: 10px;
}
#inquiryIn #inqOr {
	clear: both;
	width: auto;
}
#inquiryIn #inqBtn {
	padding-top: 5px;
}
.okumura {
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}
.okumura caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 1em;
}
.yellow {
	background-color: #FFFEE1;
}
.blue {
	background-color: #E6FAFF;
}
.okumura td {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	text-align: center;
}
.bigRed {
	font-size: 1.25em;
	font-weight: bold;
	color: #FF0000;
	letter-spacing:2px;
}
#sLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 279px;
}
#sitemap {
	margin: 0px;
	padding: 15px 30px 0px;
	width: 599px;
}
#sRight {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 279px;
}
#sitemap ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	width: 264px;
}
#sitemap li {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-right: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
