@charset "utf-8";

body#info {
background: none;
line-height: 1.4;
}

body#info #container {
width: 494px;
}

body#info #header {
margin-bottom: 10px;
}

body#info #main {
float: none;
width: 430px;
margin: 0 30px;
}

body#info h2 {
margin-bottom: 35px;
background: url(../../images/line_info.gif) no-repeat bottom;
font-size: 129%;
}

body.shiokaze h2 {
color: #009be3;
}


body#info p.close {
margin-top: 45px;
text-align: center;
}

body#info #footer {
margin-top: 20px;
background: none;
}

body#info.ange h1 {
width: 474px;
height: 34px;
margin-bottom: 20px;
padding: 50px 10px 10px;
line-hight: 3;
color: #fff;
font-size: 1.4em;
background: -webkit-gradient(linear, left top, left bottom, from(#43BEFF),  
             color-stop(0.6, #82E3FF),  
             to(#3DB0EC));
background: -moz-linear-gradient(top, #43BEFF 0%,  
             #82E3FF 60%,   
             #3DB0EC 100%);
background: linear-gradient(top center, #43BEFF 0%,  
             #82E3FF 60%,   
             #3DB0EC 100%);
-moz-box-shadow: 2px 1px 5px #666;  
-webkit-box-shadow: 2px 1px 5px #666;
box-shadow: 2px 1px 5px #666666;
behavior: url(../js/PIE.htc);
}

body#info.ange .listbox {
margin: 10px 0;
padding: 10px;
border: 1px dotted #d8ceb4;
}

body#info.ange ul li {
background:url("../../images/icon_list.gif") no-repeat scroll 0 0 transparent;
margin-bottom:7px;
padding-left:12px;
}

body#info.news h1 {
width: 474px;
height: 34px;
margin-bottom: 20px;
padding: 50px 10px 10px;
line-hight: 3;
color: #000;
font-size: 1.4em;
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#EDEDED));　/* Safari,Google Chrome用 */
background: -moz-linear-gradient(top, #666,#EDEDED);　/* Firefox用 */
background: linear-gradient(top center, #666 0%,#EDEDED 100%);
-moz-box-shadow: 2px 1px 5px #666;　/* Firefox用 */  
-webkit-box-shadow: 2px 1px 5px #666;　/* Safari,Google Chrome用 */
box-shadow: 2px 1px 5px #666666;
behavior: url(../js/PIE.htc);
}

body#info.news h2 {
margin: 15px 0;
background: url(../../images/line_info.gif) no-repeat bottom;
font-size: 129%;
}
