body {
	background-color: #EEEEEE;
	background-image: url(img/img_back.jpg);
	background-repeat: repeat-x;
	font-size:15px;
	line-height:160%;
	text-align:center;
	margin:0;
	padding:0;
}
/*構成についてのCSS*/
<style type="text/css"> 
 
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 800px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 180px;
	padding: 10px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 10;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixRtHdr #footer {
	padding: 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;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* この条件分岐コメントに IE 5* を対象とした css ボックスモデルのフィックスを配置します */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* この条件分岐コメントにすべてのバージョンの IE を対象とした css のフィックスを配置します */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* 上述の専用のズームプロパティにより、いくつかのバグを回避するのに必要な hasLayout が IE に対して設定されます */
</style>
<![endif]

/*構成ここまで*/
table, td {
	font-size: 15px;
	line-height: 160%;
	font-weight: normal;
}

h1 {
	font-size:15px;
	font-weight:bold;
	line-height:130%;
	background-image: url(http://www.ark-culture.com/img/mds_orange.gif);
	color: #FFFFFF;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2 {
	font-size:15px;
	font-weight:bold;
	line-height:130%;
	background-image: url(http://www.ark-culture.com/img/mds_gray.gif);
	color: #FFFFFF;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

p {
	margin:0px 0px 10px 0px;
	font-family: "ＭＳ Ｐゴシック";
	font-size: 13px;
	color: #333333;
	text-align: left;
	text-indent: 0px;
	line-height: 120%;
}

.small { 
    font-size: 12px; 
	line-height: 130%;
}

.tx14or {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

.notes {
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	clear: both;
	padding-bottom: 10px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #3399CC;
}

a:hover img {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
} 

.table_head {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F57C09;
	border-right-color: #F57C09;
	border-bottom-color: #F57C09;
	border-left-color: #F57C09;
}

/*コンテンツ*/

#base {
	width:900px;
	text-align:left;
	padding:0px 2px;
	margin:0 auto;
	background-color:#FFFFFF;
	background-image:url(/jma/img/bg_contents.gif);
	background-repeat:repeat-y;
}


#contents {
	padding:0px 20px 0px 20px;
	margin:0;
}
#contents img {
border:none;
}

#contents h6 {
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:#CCCCCC solid 1px;
}

#contents_left {
	padding:0px;
	margin:0px;
	float:left;
	width:570px;
}
#contents_right {
	padding:0px;
	float:right;
	width:180px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 620;
}

#bnr {
	padding:0px;
	margin:0px 0px 10px 0px;
}
#bnr img {
	padding:0px;
	margin:0px 0px 4px 0px;
	border:none;
}



.container1 {
	padding:4px;
	background-color:#F8F5F1;
	border: #CCCCCC solid 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.container1 h1 {
	padding:3px 0px 3px 0px;
	margin:0px 0px 1px 0px;
	background-image:url(http://www.ark-culture.com/img/mds_orange.gif);
	background-repeat:no-repeat;
	text-align:center;
}
li {
	margin: 0px;
}


#footer {
	clear:both;
	width: 800px;
	font-size:10px;
	line-height:160%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*ヘッダーメニュー・プルダウン */

#outside{
	border:1px solid #000000;
	background-image: url(css/img/seperator.gif);
	}
#navigation-1 {
	padding:1px 0;
	margin:0px;
	list-style:none;
	width:100%;
	height:21px;
	font-family: "ＭＳ Ｐゴシック";
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#navigation-1 li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	width: 130px;
}
#navigation-1 li a:link, #navigation-1 li a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	background-color: #333;
	background-image: url(css/img/seperator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul {
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	list-style-type: none;
	margin: 0px;
	list-style-position: outside;
}

#navigation-1 li:hover a, #navigation-1 li a:hover, #navigation-1 li a:active {
	color: #fff;
	padding-bottom: 5px;
	display:block;
	text-align:center;
	text-decoration:none;
	background-color: #993300;
	background-image: url(css/img/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}
.price_s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: right;
}
.price_m {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-right: 3px;
}

