/* ==========全ての要素に適用する詳細なリセット========== */
* {
	margin: 0px auto 0px auto;
	padding: 0;
	boder: none;
	color: #000000
	font-size: 100%
	font-weight: normale;
	font-style: normal;
	text-decoretion: 100%
	line-height: 1.0;
}
/* ==========ブロックレベル要素を中心にシンプルにリセット========== */
	html,body,div,h1,h2,h3,h4,h5,h6,
	p,blockquote,pre,address,
	ul,ol,li,dl,dt,dd,
	table,th,td,form,fieldset {
	margin: 0;
	padding: 0;
}
/* ==========ブラウザのスクロールバー表示========== */
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}
/* ==========各種リスト行頭記号の非表示========== */
ol li {
	list-style-type: none;
}
ul li {
	list-style-type: none;
}
/* ==========画像のリンクボーダー非表示========== */
img {
	border: 0;
}
/* ==========YUI Fonts CSS========== */
body {
	font: 13px/1.231 arial, helvetica, clean, sans-serif; /* 通常のブラウザは13px */
	font-size: small; /* IE全般はsmall */
	font: x-small; /* IE6/7後方互換モードはx-small */
}
/* ==========IE6以前でtableへフォントサイズの継承がうまくいかない問題を回避========== */
table {
	font-size: inherit;
	font: 100%;
}
/* ==========IE全般でpreやcodeの等幅フォントのサイズが小さくなるのを回避========== */
pre, code, kbd, samp, tt {
	font-famili: monospace;
	*font-size: 108%;
	line-height: 100%;
}
/* ==========ここまでリセットスタイル========== */





/* ==========ここからbodyのスタイル========== */
body {
	margin: 0px auto;
	width: ;
	
	background-repeat: repeat-x;
	text-align: center;
}
a:link, /* ========== 未訪問リンクのとき ========== */
a:visited, /* ========== 既訪問リンクのとき ========== */
a:hover, /* ========== 要素がカーソルオンされたとき ========== */
a:focus, /* ========== 要素がフォーカスされたとき ========== */
a:active /* ========== 要素がアクティブになったとき ========== */{
	color: #000000;
}

/* ==========レイアウト========== */
#layout {
	margin: 0px auto;
	width: 960px;
}
#layout a:link, #footer a:link {
	text-decoration: none;
}
#layout a:visited, #footer a:visited {
	color: #555555;
	xcolor: #aa0055;
	text-decoration: none;
}
#layout a:hover, #footer a:hover {
	color: #3300ff;
	xfont-style: italic;
	xfont-weight: bold;
	text-decoration: underline;
}
/* ==========ヘッダー========== */
#header {
	position: relative;
	margin: 10px auto 0px;
	border-top: 3px solid #da0028;
	width: 960px;
	height: 70px;
	text-align: left;
}
.logo {
	padding: 16px 120px 0px 0px;
	width: 144px;
	height: 36px;
	float: left;
}
#header ul {
	position: absolute;
	top: 10px;
	right: 310px;
	padding: 1px 8px 0px 0px;
	font-size: 105%;
	float: left;
	text-align: right;
}
#header ol {
	position: absolute;
	top: 10px;
	right: 135px;
	font-size: 100%;
	float: left;
	text-align: right;
}
#header ul li {
	display: inline;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	text-align: left;
	background-image: url(../img/listMarker-red.gif);
	background-position: 0 0.16em;
	background-repeat: no-repeat;
}
#header ol li {
	margin: 0px 5px 0px 0px;
	float: left;
	text-align: left;
}
#header .cpGuid {
	position: absolute;
	right: 0px;
	float: left;
}
/* ==========ページ全体文字拡大縮小ボタン========== */
.fontSize-small, .fontSize-middle, .fontSize-big {
	width: 30px;
	height: 30px;
}
.fontSize-small a, .fontSize-middle a, .fontSize-big a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent:-9999px;
}
/* ========== 通常 ========== */
#header ol .fontSize-small {
	background-image: url(../img/fontSize-small.gif);
	background-repeat: no-repeat;
}
#header ol .fontSize-middle {
	background-image: url(../img/fontSize-middle.gif);
	background-repeat: no-repeat;
}
#header ol .fontSize-big {
	background-image: url(../img/fontSize-big.gif);
	background-repeat: no-repeat;
}
/* ========== 要素がアクティブになったとき ========== */
#header ol .fontSize-small a:hover  {
	background-image: url(../img/fontSize-mouseOn-small.gif);
	background-repeat: no-repeat;
}
#header ol .fontSize-middle a:hover  {
	background-image: url(../img/fontSize-mouseOn-middle.gif);
	background-repeat: no-repeat;
}
#header ol .fontSize-big a:hover {
	background-image: url(../img/fontSize-mouseOn-big.gif);
	background-repeat: no-repeat;
}
/* ==========ページ全体文字拡大縮小ボタン========== */

/* ========== グローバルナビ ========== */
#globalNav {
	width: 960px;
	height: 43px;
	background-image: url(../img/globalNav-Bg.jpg);
	background-repeat: no-repeat;
	float: left;
}
#globalNav li {
	float: left;
}
.globalNavBt-1 {
	padding-right: 2px;
	width: 191px;
	height: 43px;
}
.globalNavBt-5 {
	width: 191px;
	height: 43px;
}
.globalNavBt-2, .globalNavBt-3, .globalNavBt-4 {
	padding-right: 2px;
	width: 190px;
	height: 43px;
}
.globalNavBt-1 a {
	display:block;
	padding-right: 2px;
	width: 191px;
	height: 43px;
	text-indent:-9999px;
}
.globalNavBt-5 a {
	display:block;
	width: 191px;
	height: 43px;
	text-indent:-9999px;
}
.globalNavBt-2 a, .globalNavBt-3 a, .globalNavBt-4 a {
	display:block;
	padding-right: 2px;
	width: 190px;
	height: 43px;
	text-indent:-9999px;
}
/* ========== 通常 ========== */
.globalNavBt-1 {
	background-image: url(../img/globalNav-1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.globalNavBt-2 {
	background-image: url(../img/globalNav-2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.globalNavBt-3 {
	background-image: url(../img/globalNav-3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.globalNavBt-4 {
	background-image: url(../img/globalNav-4.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.globalNavBt-5 {
	background-image: url(../img/globalNav-5.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
/* ========== 要素がカーソルオンされたとき ========== */
.globalNavBt-1 a:hover {
	background-image: url(../img/globalNav-1.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.globalNavBt-2 a:hover {
	background-image: url(../img/globalNav-2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.globalNavBt-3 a:hover {
	background-image: url(../img/globalNav-3.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.globalNavBt-4 a:hover {
	background-image: url(../img/globalNav-4.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.globalNavBt-5 a:hover {
	background-image: url(../img/globalNav-5.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
/* ========== グローバルナビ ========== */
h1 {
	padding: 2px 0px 0px 0px;
	width: 960px;
	height: 98px;
	float: left;
}
/* ==========メイン========== */
#main {
	position: relative;
	margin-top: 35px;
	width: 960px;
	height: auto;
	font-size: 90%;
	text-align: left;
	float: left;
	background-image: url(../img/mainBgBd.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

/* ==========コンテンツメニュー========== */
#contentMenu {
	padding: 0px 0px 0px 10px;
	xborder-left: 1px solid #da0028;
	width: 200px;
	height: auto;
	text-align: left;
	float: right;
}
#contentMenu p {
	margin: 0px 0px 0px 2px;
	font-size: 130%;
	color: #da0028;
}
#contentMenu ul {
	margin: 5px 0px 20px 0px;
}
#contentMenu ul li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	background-image: url(../img/listMarker-whiteRed.gif);
	background-position: 0 0.22em;
	background-repeat: no-repeat;
}

/* ==========メイン｜コンテンツ========== */
#mainContent {
	padding: 0px 0px 0px 0px;
	xborder-right: 1px solid #da0028;
	width: 727px;
	height: auto;
	float: left;
}

/* ===パンくずリスト=== */
#mainContent .pankuzuList {
	display: inline;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 727px;
	height: 16px;
	float: left;
}
#mainContent .pankuzuList li {
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: 16px;
	font-size: 115%;
	xletter-spacing: 0.1em;
	text-align: left;
	float: left;
}
/* ===パンくずリスト=== */

#mainContent h2 {
	display: inline;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 6px 3px;
	border-bottom: 3px solid #da0028;
	width: 727px;
	height: auto;
	color: #da0028;
	font-size: 165%;
	float: left;
}
#mainContent h3 {
	display: inline;
	margin: 15px 0px 15px 0px;
	padding: 7px 0px 7px 7px;
	width: 720px;
	height: auto;
	color: #ffffff;
	font-weight: normal;
	font-size: 130%;
	background-color: #003300;
	float: left;
}
#mainContent p {
	padding: 0px 0px 5px 0px;
	width: 727px;
	height: auto;
	font-size: 130%;
	line-height: 1.7em;
	float: left;
}
#mainContent .tel {
	padding: 5px 0px 15px 35px;
	width: 687px;
	height: auto;
	font-size: 160%;
	float: left;
	background-image: url(../img/kamashin-inquiry-telMark.gif);
	background-position: 0 0.5em;
	background-repeat: no-repeat;
}
#mainContent .telNamber {
	padding: 0px 0px 0px 5px;
	width: auto;
	height: auto;
	font-size: 140%;
	float: left;
}
#mainContent ul {
	padding: 10px 0px 5px 0px;
	width: 727px;
	height: auto;
	float: left;
}
#mainContent ul .chapter {
	padding: 0px 0px 15px 0px;
}
#mainContent ul li {
	width: 727px;
	height: auto;
	font-size: 115%;
	line-height: 1.8em;
	float: left;
}
#mainContent .fontDecoration-1 {
	width: 727px;
	height: auto;
	color: #8b0000;
	line-height: 1.5em;
	text-align: justify;
}
#mainContent ul .fontDecoration-2 {
	padding: 20px 0px 0px 0px;
	width: 727px;
	height: auto;
	font-weight: bold;
	line-height: 1.5em;
	text-align: justify;
	float: left;
}
#mainContent ul .fontDecoration-3 a:link,
#mainContent ul .fontDecoration-3 a:visited,
#mainContent ul .fontDecoration-3 a:focus,
#mainContent ul .fontDecoration-3 a:active {
	color: #0099ff;
}
#mainContent ul .fontDecoration-3 a:hover {
	color: #3300ff;
}

#mainContent ul .fontDecoration-4 a:link,
#mainContent ul .fontDecoration-4 a:focus,
#mainContent ul .fontDecoration-4 a:active {
	color: #ff6600;
	font-weight: normal;
}
#mainContent ul .fontDecoration-4 a:visited {
	color: #ee0000;
}
#mainContent ul .fontDecoration-4 a:hover {
	color: #ff6600;
}
#mainContent ul .fontDecoration-5 {
	font-size: 200%;
}

/* ==========フッター========== */
#footer {
	clear: both;
	position: relative;
	padding-top: 50px;
	width: 960px;
	height: auto;
	font-size: 105%;
	float: left;
}
#footer .cpMenu {
	padding: 22px 0px;
	border-bottom: 5px solid #da0028;
	text-align: left;
}
#footer .cpMenu li {
	float: left;
}
#footer .localLinkPageTop {
	position: absolute;
	top: 48px;
	left: 814px;
}
#footer p {
	clear: both;
	padding: 2px 0px;
	text-align: right;
}