@charset "UTF-8";
body  {
	padding: 0;
	text-align: left; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	margin-top: 30;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #424242;
}
.twoColFixRtHdr #container {
	width: 1024px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #FFFFFF;
	background-image: url(../image/con_home.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #container2 {
	width: 1024px; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #FFFFFF;
	background-image: url(../image/con_b.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	background-color: #DDDDDD;
	background-image: url(../image/header.jpg);
	height: 70px;
	width: 1024px;
	padding: 0;
	background-repeat: no-repeat;
	margin: 0px;
} 
.twoColFixRtHdr #b {
	background-color: #DDDDDD;
	background-image: url(../image/bb.gif);
	height: 30px;
	width: 1024px;
	text-align: left;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 240px;
	margin-right: 48px;
}
.twoColFixRtHdr #mainContent {
	width: 648px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 38px;
	padding: 0;
} 
.twoColFixRtHdr #mainContent2 {
	width: 948px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 38px;
	padding: 0;
} 
.twoColFixRtHdr #footer {
	text-align: center;
	width: 1024px;
	padding: 0;
	background-color: #424242;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
    border-style:none;
}
.midashi {
	font-family: "Arial Black", "sans-serif","ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono;
	font-size: 16px;
	background-image: url(../image/midashi.gif);
	text-indent: 16px;
	height: 25px;
	width: 648px;
	margin-top: 30px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
}
.midashis {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 120%;
	background-image: url(../image/midashil.gif);
	text-indent: 16px;
	height: 25px;
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 20px;
	text-align: left;
	background-repeat: no-repeat;
	font-weight: bold;
}
.midashim {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 140%;
	background-image: url(../image/midashil.gif);
	text-indent: 16px;
	height: 25px;
	width: 780px;
	margin-top: 30px;
	margin-left: 34px;
	margin-bottom: 20px;
	text-align: left;
	background-repeat: no-repeat;
	font-weight: bold;
}
.midashil {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	background-image: url(../image/midashil.gif);
	text-indent: 16px;
	height: 25px;
	width: 948px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
	background-repeat: no-repeat;
}
.topicsimg {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	background-image: url(../image/midashil.gif);
	text-indent: 16px;
	height: 25px;
	width: 948px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.topiccon {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	width: 920px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	background-image: url(../image/ten.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: visible;
	padding-bottom: 5px;
	height: auto;
	text-align: left;
	line-height: 22px;
}
.circus {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	width: 848px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 50px;
	background-image: url(../image/ten.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: visible;
	padding-bottom: 5px;
	height: auto;
	text-align: left;
	line-height: 110%;
	background-color: #000;
}
.line {
	height: 1px;
	width: 220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9FA0A0;
	margin-top: 54px;
	margin-bottom: 20px;
}
.tm {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 30px;
	background-image: url(../image/tm.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	text-indent: 40px;
	list-style-type: none;
}
.ts {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 30px;
	background-image: url(../image/ts.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	list-style-type: none;
	text-indent: 40px;
}
.tb {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 30px;
	background-image: url(../image/tb.gif);
	background-position: 2px;
	text-indent: 40px;
	background-repeat: no-repeat;
	list-style-type: none;
}
.tl {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 30px;
	background-image: url(../image/tl.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	text-indent: 40px;
	list-style-type: none;
}
.t3 {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 25px;
	list-style-image: url(../image/button/3.gif);
	list-style-position: inside;
	list-style-type: disc;
}
.t4 {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 22px;
	list-style-type: none;
	background-image: url(../image/button/3.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
}
.t5 {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 25px;
	list-style-type: none;
	background-image: url(../image/button/3.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	text-align: left;
	position: relative;
	width: auto;
	left: -35px;
	top: -30px;
}
.t6 {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 25px;
	list-style-type: none;
	background-image: url(../image/button/3.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	text-align: left;
	position: relative;
	width: auto;
	left: -35px;
	top: 0px;
}
.komidashi {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	background-image: url(../image/mih.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
}
.komidashimovie {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	background-image: url(../image/mih.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	margin-bottom: 10px;
	width: auto;
}
.komidashim {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	background-image: url(../image/mihg.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	width: 755px;
	text-align: left;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-left: 10px;
}
.komidashit {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 2px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.topiimg {
	float: right;
	margin: auto;
	height: auto;
	width: auto;
}
.topiimgl {
	float: left;
	height: auto;
	width: auto;
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: auto;
}
.movieimgl {
	float: left;
	height: auto;
	width: auto;
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: auto;
}
topiimg img {
	text-align: center;
}
a:link {
	text-decoration:;
	color: #333;
}
a:visited {
	text-decoration:;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #00C1E1;
}
.mo-header {
	margin-bottom: 10px;
	clear: none;
}
.mo-header2 {
	clear: none;
	margin-bottom: 10px;
	margin-left: 330px;
}
.mo-header3 {
	clear: none;
	margin-bottom: 10px;
	margin-left: 192px;
}
.textm {
	text-align: center;
}
.imgl {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.imgr {
	float: right;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 20px;
	clear: right;
}
.bot {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.bot2 {
	text-decoration: none;
}
.bannerimg {
	margin-bottom: 20px;
}
.bot {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: none;
}
.quick {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-weight: bold;
}
.t7 {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 25px;
	background-image: url(../image/button/32.gif);
	background-repeat: no-repeat;
	float: left;
	width: 646px;
	clear: none;
	background-position: 3px top;
	padding-left: 13px;
	margin-top: 10px;
}
.t8 {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 25px;
	background-image: url(../image/button/32.gif);
	background-repeat: no-repeat;
	float: left;
	width: 720px;
	clear: none;
	background-position: 3px top;
	padding-left: 13px;
	margin-bottom: 2px;
}
.t9 {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 25px;
	background-image: url(../image/button/32.gif);
	background-repeat: no-repeat;
	float: left;
	width: 646px;
	clear: none;
	background-position: 3px 19px;
	padding-left: 13px;
	margin-bottom: 5px;
}
.t10 {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 25px;
	background-image: url(../image/button/32.gif);
	background-repeat: no-repeat;
	float: left;
	width: 646px;
	clear: none;
	background-position: 3px 7px;
	padding-left: 13px;
	margin-bottom: 5px;
}
.t11 {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 25px;
	background-image: url(../image/mih.gif);
	background-repeat: repeat-y;
	float: left;
	clear: none;
	padding-left: 13px;
	margin-bottom: 5px;
	width: 600px;
}
.t12 {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 25px;
	background-image: url(../image/button/32.gif);
	background-repeat: no-repeat;
	float: left;
	width: 600px;
	clear: none;
	background-position: 3px top;
	padding-left: 13px;
	margin-bottom: 5px;
}
.quickcon {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 25px;
	background-image: url(../quick/image/32g.gif);
	background-repeat: no-repeat;
	float: left;
	width: 870px;
	clear: none;
	background-position: 3px 3%;
	padding-left: 13px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 17px;
}
.quickconm {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 25px;
	background-image: url(../quick/image/32g.gif);
	background-repeat: no-repeat;
	float: left;
	width: 740px;
	clear: none;
	background-position: 3px -1px;
	padding-left: 13px;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 20px;
}
.quickcon2 {
	font-family: "ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 25px;
	float: left;
	width: 780px;
	clear: none;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 34px;
}
.kuwashiku {
	height: auto;
	width: 600px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-bottom: 0px;
}
#container #b .bot tr td a {
	text-decoration: none;
}
