@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #E6E6E7;
	background-image: url(images/top/bck-ground.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
}
.all  #container  #mainContent  img  {
	text-decoration: none;
}


/* 伸縮自在レイアウトに関するヒント
1. 伸縮自在レイアウトの全体的なサイズはユーザーの初期設定のフォントサイズに基づいて設定されるため、伸縮自在レイアウトの表示を予測することは困難です。伸縮自在レイアウトでは行の長さの割合が維持されるため、伸縮自在レイアウトは、適切に使用すれば、大きいフォントサイズを使用する必要がある場合に便利です。
2. このレイアウトの div のサイズは、body エレメントの 100% のフォントサイズに基づいて設定されます。body エレメントまたは #container の font-size: 80% を使用して全体のテキストサイズを小さくすると、レイアウト全体のサイズが比例して小さくなります。これを補正するには、必要に応じて、div の幅を大きくしてください。
3. デザイン全体ではなく div ごとにフォントサイズが変更される場合は (#sidebar1 のフォントサイズは 70% に設定され、#mainContent のフォントサイズは 85% に設定される場合)、これにより、それぞれの div の全体のサイズが比例して変更されます。必要に応じて、最終的なフォントサイズに基づいて調整してください。
*/
.all #container {
	width: 1024px;  /* テキストがブラウザの初期設定のフォントサイズのままである場合は、この幅により、800px のブラウザウィンドウに収まるコンテナが設定されます */
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.all #header {
	height: 297px;
	width: 1024px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
	background-image: url(../images/top/header.gif);
} 
.all #header h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* #sidebar1 に関するヒント：
1. この div でフォントサイズ値を設定すると、この div の全体の幅がそれに応じて調整されます。
2. 単位は em であるため、サイドバーそのもので余白を使用することは回避してください。標準に準拠したブラウザでは、余白は幅に追加されるため、実際の幅が不特定の幅になります。 
3. 「.all #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
.all #sidebar1 {
	float: left;
	width: 230px; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
	margin-left: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/top/side-waku.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.all #sidebar1 h3, .all #sidebar1 p {
	margin-left: 10px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 10px;
}
.hako {
	height: auto;
	width: 100%;
}


/* #mainContent に関するヒント：
1. この #mainContent div に #sidebar1 div とは異なるフォントサイズを設定すると、#mainContent div のマージンは #mainContent div のフォントサイズ、#sidebar1 div の幅は #sidebar1 div のフォントサイズに基づいて設定されます。必要に応じて、これらの div の値を調整してください。
2. #mainContent と #sidebar1 の間のスペースは、#mainContent div の左マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この左マージンを削除します。
3. このレイアウトはユーザーのフォントサイズとユーザーが設定する値に基づいて設定されるため、フローティングエレメントの落下を回避するには、イメージまたはエレメントのおおよその最大サイズを特定するためのテストを行う必要があります。ただし、ユーザーのブラウザのフォントサイズが通常のサイズより小さい場合は、テストで確認されるスペースよりも小さいスペースが #mainContent div で使用されます。
4. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、発生する可能性のあるいくつかの IE 固有のバグが回避されます。
*/
.all #mainContent {
	width: 730px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: auto;
} 
#office-info {
	background-image: url(../images/office/office_index.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 730px;
}
.mini {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	color: #666666;
	margin-left: 20px;
	line-height: 14px;
}


span {
	color: #FF0000;
}
#master {
	background-image: url(../images/owner/master_flowtitle_design.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	width: 540px;
	margin-left: 10px;
}
.hako-t {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-top: 30px;
	padding-left: 100px;
	float: left;
	width: 430px;
}
.hako-soko {
	background-image: url(../images/owner/master_flow_footbg.gif);
	height: 80px;
	width: 540px;
	margin-left: 10px;
	margin-top: -20px;
	background-repeat: no-repeat;
}


.office {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	line-height: 15px;
}


.all #footer {
	padding: 0;
	background-color: #FFFFFF;
} 
.all #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #666666;
	text-align: center;
	text-decoration: none;
}
.all #container #footer a {
	color: #0033FF;
	text-decoration: none;
}


/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.all #container #mainContent #new {
	background-color: #FFFFFF;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	height: 130px;
	border: 1px solid #999999;
	overflow: scroll;
}
.new {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.all #container #mainContent #putit {
	background-color: #FFFFFF;
	width: 700px;
	margin-left: 0px;
	overflow: visible;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 1.8em;
	font-weight: normal;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.type-t {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	line-height: 16px;
	height: 30px;
}
.type {
	padding: 10px;
	width: 700px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration:none;
}

.type-p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.type-t1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../images/type/ty-blu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.type-t2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../images/type/ty-parp.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.type-t3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../images/type/ty-blu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.type-t4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../images/type/ty-ora.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 14px;
}
.type-t5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../images/type/ty-aka.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.type-t6 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../images/type/ty-gree.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.type-t7 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../images/type/ty-ye.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.bukken-waku {
	width: 660px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.fami-ao {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/type/ao-sankaku.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
}
.fami-aosen {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/type/ao-line.gif);
	background-repeat: repeat;
}
.bukken-syousai1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFF99;
	text-align: center;
}

.bukken-syousai2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
}
.bukken-syousai3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFF99;
	text-align: left;
}
.bukken-syousai4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left;
}
.bukken-syousai5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFF99;
	color: #333333;
}
#park-info {
	background-image: url(../images/office_index.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 730px;
}
caption {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: normal;
	padding-top: 10px;
}
.type-p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	line-height: normal;
	background-position: center;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	height: 25px;
	border: 1px solid #CCCCCC;
}
th {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #CCFFFF;
	height: 15px;
	padding-top: 1px;
}

.osusume {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-left: 10px;
	width: 690px;
	line-height: normal;
}
#otoiawase-waku {
	background-color: #FFFFFF;
	background-image: url(../images/inquily/otoiawase-bar.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 730px;
}
.all #container #mainContent h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 8px;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: -10px;
}
#privacy {
	background-image: url(../mages/privacy.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 730px;
}
#company {
	background-image: url(../images/corporate.gif);
	background-repeat: no-repeat;
	height: 61px;
	width: 730px;
}
.all #container #mainContent .bukken-waku h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
#c-image {
	width: 220px;
	float: left;
	margin-right: 10px;
}
.fami-t {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/type/ao-line.gif);
	background-repeat: repeat;
	color: #716F64;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
}
.fami-t2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/type/ao-line.gif);
	background-repeat: repeat;
	color: #0000FF;
}

#group-waku {
	padding: 10px;
	height: 60px;
	width: 680px;
	border: 1px dotted #99CCFF;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	line-height: 18px;
}
.all #container #mainContent h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	background-image: url(./images/group/linktitle_mark.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 10px;
	color: #0099CC;
	text-indent: 15px;
}
.all #container #mainContent h3 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
	margin-left: 10px;
}
.all #container #mainContent h5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	color: #666666;
	font-size: 12px;
}

.all #container #mainContent p {
	background-image: url(../images/type/ty-mizu.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 10px;
	border: 1px solid #C4E1FF;
	padding: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
#own {
	background-image: url(../images/owner/own1.gif);
	background-repeat: no-repeat;
	height: 141px;
	width: 480px;
	padding-top: 30px;
	padding-left: 110px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	line-height: 1.8em;
	margin-left: 10px;
}
#own2 {
	background-image: url(../images/owner/own2.gif);
	background-repeat: no-repeat;
	height: 141px;
	width: 480px;
	padding-top: 30px;
	padding-left: 110px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	line-height: 1.8em;
	margin-left: 10px;
}
#own3 {
	background-image: url(../images/owner/own3.gif);
	background-repeat: no-repeat;
	height: 141px;
	width: 480px;
	padding-top: 30px;
	padding-left: 110px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	line-height: 1.8em;
	margin-left: 10px;
}
#own4 {
	background-image: url(../images/owner/own4.gif);
	background-repeat: no-repeat;
	height: 141px;
	width: 480px;
	padding-top: 30px;
	padding-left: 110px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	line-height: 1.8em;
	margin-left: 10px;
}
#own5 {
	background-image: url(../images/owner/own5.gif);
	background-repeat: no-repeat;
	height: 141px;
	width: 480px;
	padding-top: 30px;
	padding-left: 110px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	line-height: 1.8em;
	margin-left: 10px;
}
#own6 {
	background-image: url(../images/owner/own6.gif);
	background-repeat: no-repeat;
	height: 141px;
	width: 480px;
	padding-top: 30px;
	padding-left: 110px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	line-height: 1.8em;
	margin-left: 10px;
}
#own7 {
	background-image: url(../images/owner/own7.gif);
	background-repeat: no-repeat;
	height: 141px;
	width: 480px;
	padding-top: 30px;
	padding-left: 110px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	line-height: 1.6em;
	margin-left: 10px;
}
.all #container #mainContent hr {
	border: 1px dotted #CCCCCC;
}
.all #container #mainContent ul {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}

#puti {
	background-image: url(../images/putirenove/putite-bar.jpg);
	background-repeat: no-repeat;
	height: 61px;
	width: 730px;
	background-color: #FFFFFF;
}
.puti-waku {
	padding: 10px;
	height: auto;
	width: 680px;
	border: 1px dotted #99CCFF;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	line-height: 18px;
}
.puti-t {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	width: 680px;
	line-height: 2.0ex;
	margin-left: 10px;
}
.mini2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	color: #666666;
	line-height: 14px;
	text-align: right;
}
.mini3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	color: #666666;
	line-height: 14px;
	text-align: center;
}
.park1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	text-align: left;
	background-color: #FFFF99;
}
.park2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	text-align: right;
	background-color: #FFFF99;
}
.park3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-color: #FFFF99;
}
.type-t8 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-image: url(../images/type/ty-parp.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.all #container #mainContent .type .type-t3 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.all #container #mainContent .type .type-t4 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.all #container #mainContent .type .type-t5 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.all #container #mainContent .type .type-t2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.park-nisi {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	line-height: 16px;
	background-color: #FF6600;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.park-sawara {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	line-height: 16px;
	background-color: #006600;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.park-tyu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	line-height: 16px;
	background-color: #FF3300;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.park-hakata {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	line-height: 16px;
	background-color: #660066;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.park-minami {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	line-height: 16px;
	background-color: #660033;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.park-jounan {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	line-height: 16px;
	background-color: #000066;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

