@charset "utf-8";
body {
font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size: 75%;
line-height: 2;
color: #514C4C;
margin: 0px;
padding: 0px;
text-align: center;
background: #a5a397 url(images/bg.gif) repeat-x center top;
}
a {
color: #332F2F;
}
a:hover {
color: #FF2222;
}
h1,h2,h3,p,ul,li{
margin: 0px;
padding: 0px;
}
ul{
list-style-type: none;
}
img {
border: none;
vertical-align: top;
}
.look {
color: #990000;
}



/*コンテナー
------------------------------------------------------------------*/
#container {
background: #FFFDF2 url(images/container_bg.gif) repeat-y center;
width: 731px;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
text-align: left;
}



/*ヘッダーh1タグ
------------------------------------------------------------------*/
#header h1 {
font-size: 11px;
font-weight: normal;
color: #FFFFFF;
background: #332f2f url(images/h1_bg.gif) no-repeat center;
line-height: 29px;
padding-left: 20px;
}


/*メニュー
------------------------------------------------------------------*/
#menu li, #menu-sub li {
display: inline;
}
#menu-sub {
background: url(images/main_img_kazari_sub.gif) repeat-x bottom;
padding-bottom: 12px;
height: 40px;
}


/*メインコンテンツ（左側）
------------------------------------------------------------------*/
#main {
float: left;
width: 489px;
margin-top: 20px;
display: inline;
margin-left: 10px;
margin-bottom: 50px;
}
#main-img {
margin-left: 3px;
padding-top: 13px;
padding-bottom: 13px;
background: url(images/main_img_kazari.gif) repeat-x center;
}
#main p {
margin: 0.5em 1em 1em;
}


/*メインコンテンツ内のWhat's New欄
------------------------------------------------------------------*/
#new li {
background: url(images/arrow.gif) no-repeat left top;
padding-left: 24px;
border-bottom: 1px dotted #A5A397;
}
#new {
margin-bottom: 20px;
margin-top: 2px;
}



/*サブコンテンツ（右側）
------------------------------------------------------------------*/
#sub {
float: right;
width: 200px;
display: inline;
margin-top: 20px;
margin-right: 10px;
border: 3px double #A5A397;
margin-bottom: 50px;
padding: 1px;
}
#sub h3 {
font-size: 100%;
color: #FFFFFF;
background: #A5A397 url(images/h3_bg.jpg);
text-align: center;
}
#sub p {
font-size: 90%;
margin: 0.5em 1em 1em;
}


/*フッター
------------------------------------------------------------------*/
#footer {
clear: both;
text-align: center;
color: #FFFFFF;
background: #332F2F url(images/footer_bg.gif) no-repeat center;
height: 50px;
line-height: 22px;
font-size: 11px;
padding-top: 10px;
}
#footer a {
color: #FFFFFF;
}



/*見出し(h2タグ)　赤色
------------------------------------------------------------------*/
h2.midashi-red {
background: #332F2F url(images/midashi_base_red.gif) no-repeat;
height: 25px;
width: 489px;
}
/*見出し(h2タグ)　黄色
------------------------------------------------------------------*/
h2.midashi-yellow {
background: #332F2F url(images/midashi_base_yellow.gif) no-repeat;
height: 25px;
width: 489px;
}
/*見出し(h2タグ)　黄緑色
------------------------------------------------------------------*/
h2.midashi-green {
background: #332F2F url(images/midashi_base_green.gif) no-repeat;
height: 25px;
width: 489px;
}
/*見出し(h2タグ)　水色
------------------------------------------------------------------*/
h2.midashi-blue {
background: #332F2F url(images/midashi_base_blue.gif) no-repeat;
height: 25px;
width: 489px;
}
/*見出し(h2タグ)　紫色
------------------------------------------------------------------*/
h2.midashi-purple {
background: #332F2F url(images/midashi_base_purple.gif) no-repeat;
height: 25px;
width: 489px;
}
/*見出し(h2タグ)　ピンク色
------------------------------------------------------------------*/
h2.midashi-pink {
background: #332F2F url(images/midashi_base_pink.gif) no-repeat;
height: 25px;
width: 489px;
}


/*clearfix
------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#containers { display: block; }
/* End hide from IE-mac */
