@charset "shift_jis";


body {
color: #999999;
margin: 0px;
padding: 0px;
text-align: center;
background: #f7d0f5 url(images/bg.gif) repeat-x top;
font: 12px "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
}
h1,h2,h3,p,ul,li{
margin: 0px;
padding: 0px;
}
ul{
list-style-type: none;
}
img {
border: none;
vertical-align: top;
}
strong {
color: #993300;
font-weight: normal;
}
p {
padding-bottom: 5px;
padding-top: 5px;
}



/*ヘッダー
■h1タグの文字色を変えたい場合、#header-container h1項目内にある「#58362D」を変える。
■h1タグの文字サイズを変更したい場合、#header-container h1項目内にある「11px」を変える。
----------------------------------------------------------------------------------*/
#header-container {
width: 917px;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
text-align: left;
}
#header-container h1 {
font-size: 11px;
color: #58362D;
background: #FFFFFF url(images/header_bg.jpg);
height: 190px;
padding-top: 11px;
padding-left: 20px;
font-weight: normal;
}


/*メインメニュー（画像を横並びにする為の設定なので変更しない）
----------------------------------------------------------------------------------*/
#menu li {
float: left;
padding-bottom: 20px;
}


/*コンテナー
----------------------------------------------------------------------------------*/
#container {
width: 913px;
margin-right: auto;
margin-left: auto;
background: url(images/container_bg.gif) repeat-y left;
clear: left;
}

.s1 {
background :#FEC2F0;
width :164px;
height :230px;
border :3px;
border-color :#FFFFFF;
border-style: solid;
font-size: 90%;
}
.s1 tr{
vertical-align:top;
}

/*メインコンテンツ
----------------------------------------------------------------------------------*/
#main {
float: left;
width: 662px;
text-align: left;
padding: 9px 9px 50px;
line-height: 2;
border-top: 1px solid #CCCCCC;
}


/*What's new欄の矢印とアンダーライン
■下線の色を変えたい場合、#CCCCCCを希望色にする。ちなみに、dottedは点線なので直線にしたいならsolidにする。
----------------------------------------------------------------------------------*/
.u-line li {
border-bottom: 1px dotted #CCCCCC;
background: url(images/arrow2.gif) no-repeat left top;
padding-left: 15px;
}


/*サイドコンテンツ
----------------------------------------------------------------------------------*/
#side {
float: right;
width: 192px;
text-align: left;
padding: 9px 9px 50px;
line-height: 2;
border-top: 1px solid #CCCCCC;
}


/*フッター
----------------------------------------------------------------------------------*/
#footer {
clear: both;
width: 913px;
margin-right: auto;
margin-left: auto;
padding-top: 20px;
background: url(images/footer_bg.gif) no-repeat left top;
padding-bottom: 20px;
}


/*clearfix（変更しないこと）
----------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

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

