@charset "utf-8";
/* CSS Document */


@import url("reset.css");
@import url("base.css");


#mainContent {
    background-color:#FFFFFF;
    width:760px;
	height:440px;
    overflow-y:scroll;
}

html:first-child div#mainContent { /* SafariとOpera用 */
	width : 760px;
	height : 440px;
	overflow : scroll;
}



html, body {
    scrollbar-face-color:#ffffff; 
    scrollbar-highlight-color: #ffb9b9; 
    scrollbar-shadow-color: #ffb9b9; 
    scrollbar-3dlight-color: #ffffff; 
    scrollbar-arrow-color: #ffb9b9; 
    scrollbar-track-color: #ffffff; 
    scrollbar-darkshadow-color: #ffffff;
}

body {
   background-image:url(../images/body_bg.gif);
   background-repeat:no-repeat;
   background-position:50% 0%;
}

p {
   line-height:30px;
}

img {
    border:none;
    vertical-align: top;
} 




#what {
    width:181px;
    height:116px;
    margin-top:4px;
    float:left;
    text-align:right;
    font-size:10px;
    line-height:16px;
    overflow-y:scroll;
}

html:first-child div#what { /* SafariとOpera用 */
	width : 181px;
	height : 116px;
    margin-top:4px;
    float:left;
    text-align:right;
    font-size:10px;
    line-height:16px;
	overflow : scroll;
}

#cm {
    width:182px;
    height:120px;
    float:left;
}

#info {
    background-image:url(../images/top/top04.gif);
    background-repeat:no-repeat;
    width:397px;
    height:126px;
    float:left;
    font-size:11px;
    line-height:16px;
}

.txt {
   text-align:left;
   font-size:11px;
}

