@charset "UTF-8";
body  {
	background-image: url(image/back.gif);
	background-repeat: repeat;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	margin: 0;
	padding: 0;
}
p {
	font: 14px/150% "小塚ゴシック Pro", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	padding-left: 25px;
}
.mainRight {
	float: right;
	margin: 10px 0px 20px 20px;
}
h1 {
	margin: 0;
	color: #333333;
	padding-top: 17px;
	padding-bottom: 10px;
	font: normal 15px/120% "小塚ゴシック Pro", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 10px;
}
h2 {
	color: #421600;
	background: url(image/titleBack.gif) no-repeat -5px 7px;
	border-top: 1px #993300;
	border-right: 1px #993300;
	border-bottom: 1px #993300;
	border-left: 1px #993300;
	font: normal 16px/40px "小塚ゴシック Pro", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-right: 5px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	height: 40px;
	margin-top: 0px;
}
.h2_2 {
	color: #421600;
	background: url(image/titleBack.gif) no-repeat -5px 17px;
	border-top: 1px #993300;
	border-right: 1px #993300;
	border-bottom: 1px #993300;
	border-left: 1px #993300;
	font: normal 16px/40px "小塚ゴシック Pro", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-right: 5px;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 5px;
	height: 40px;
	margin-top: 0px;
}
h3 {
	font: 14px/140% ;
	color: #330000;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
}
address {
	font-size: 14px;
	line-height: 130%;
	font-style: normal;
	color: #5E993D;
}
a img {
	border-style:none;
} 
a:link {
	text-decoration: none;
	color: #b45729;
}
a:visited {
	text-decoration: none;
	color: #421600;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
li {
	font: 13px/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	margin-left: 5px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.main #container {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	border-top: #000000;
	border-right: #000000;
	border-left: #000000;
	background: #eee9e3;
	border-bottom: #000000;
} 
.main #header {
	padding: 0px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	height: 396px;
	background: url(image/top1.jpg) no-repeat;
	width: 900px;
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
} 
.main #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 230px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #eee9e3;
	padding: 0px 0px 0px 25px;
	border-top: 1px #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
	margin-right: 10px;
}
.main #mainContent {
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 10;
	padding-bottom: 20px;
	padding-left: 25px;
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
	padding-right: 20px;
} 
.main #company {
	margin-top: 50px;
	margin-bottom: 40px;
	border-top: #5E993D;
	border-right: #5E993D;
	border-bottom: #5E993D;
	border-left: 2px solid #5E993D;
	padding-left: 10px;
} 
.main #side {
	border-top: #5E993D;
	border-right: #5E993D;
	border-bottom: #5E993D;
	border-left: none #5E993D;
	line-height: 110%;
	margin-top: 0px;
}
.main #footer {
	padding: 0 20px;
	text-align: left;
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
	background: ;
	background: url(image/footerBack.gif) no-repeat 0px 18px;
} 
.main #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 5px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	text-align: left;
	font: 11px/150% "小塚ゴシック Pro", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	height: 25px;
	border-top: 1px dotted #421600;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #421600;
	border-bottom-color: #421600;
	border-left-color: #421600;
}
.side_barUpper {
	width: auto;
	height: 66px;
	list-style: none;
	padding-left: 41px;
	margin-left: -50px;
	letter-spacing: 0.1em;
	font-size: 16px;
	font-style: normal;
	line-height: 66px;
	font-weight: bold;
	font-variant: normal;
	background: url(image/button.gif) no-repeat;
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
	margin-top: 0px;
}
.side_bar {
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
	width: auto;
	height: 66px;
	list-style: url(../az-c/none) none;
	padding-left: 41px;
	margin-left: -50px;
	font-size: 16px;
	font-style: normal;
	line-height: 66px;
	font-weight: bold;
	font-variant: normal;
	background: url(image/button.gif) no-repeat;
}
.side_bar2 {
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
	width: 237px;
	height: 66px;
	list-style: url(../az-c/none) none;
	margin-left: -10px;
	font-size: 16px;
	font-style: normal;
	line-height: 66px;
	font-weight: bold;
	font-variant: normal;
	background: url(none) no-repeat;
	padding: 0px;
}
.side_barUnder {
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
	background: url(image/button.gif) no-repeat;
	width: auto;
	height: 66px;
	list-style: none;
	padding-left: 41px;
	margin-left: -50px;
	font-size: 16px;
	font-style: normal;
	line-height: 66px;
	font-weight: bold;
	font-variant: normal;
}
.side_barUnder2 {
	background: url(image/button.gif) no-repeat 0px 12px;
	width: auto;
	height: 80px;
	list-style: none;
	padding-left: 41px;
	font-size: 16px;
	font-style: normal;
	line-height: 80px;
	font-weight: bold;
	font-variant: normal;
	border-top: 1px dotted #421600;
	border-right: #421600;
	border-bottom: #421600;
	border-left: #421600;
	margin-top: 10px;
	margin-left: -50px;
	padding-top: 4px;
}
.side_banner {
	background: url(none) no-repeat 0px 12px;
	width: auto;
	height: 80px;
	list-style: none;
	font-style: normal;
	line-height: 120px;
	border-top: #421600;
	border-right: #421600;
	border-bottom: #421600;
	border-left: #421600;
	padding-left: 0px;
}
.side_banner2    {
	right: 30px;
}

