@import url("content.css");
@import url("menu.css");

body {
	background:url(../img/bg_02.gif) repeat-x 0% 0%;
	background-color: #6CC7F7;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a:link {
	color: #666666;
        text-decoration: none; 
}

a:visited {
	color: #666666;
        text-decoration: none; 
}

a:hover {
        color: #FF0000;
        text-decoration: none; 
}

.box {
	margin: 0px;
	padding: 0px;
	width: 800px;
	background-color: #ffffff;
　　　　border-left: solid 0px #2A55D0;
　　　　border-right: solid 0px #2A55D0;
}
.t_box {
	margin: 0px;
	padding: 0px;
	height: 250px;
	width: 760px;
	background-color: #6CC7F7;

}

.t_box2 {
	margin: 0px;
	padding: 0px;
	height: 92px;
	width: 760px;
	background:url(../img/bg_04.gif) repeat-x 0% 0%;

}

.if {
	width:350px;
	height:150px;
	overflow:auto;
	border: 1px solid #6CC7F7; /* widthに加算される！ */
	padding: 5px; /* widthに加算される！ */
	margin: 50px 24px; 
        scrollbar-base-color: #EBF7FD;
        scrollbar-face-color: #6CC7F7;
        scrollbar-highlight-color: #ffffff;
        scrollbar-shadow-color: #ffcc33
}

#if_r { /* ボックス右 */ 
	width: 190px; 
	height: 150px;  
	position: absolute; 
        top: 10px; 
	left: 410px; 
} 


marquee{
	font-family: "Osaka", "ＭＳ Ｐゴシック", san-serif;
　      font-style: normal;
　      color: #ffffff;
　      font-size: 15px;
　      text-decoration: none;
}
.footer {
　      font-color: #ffffff;
	font-family: "Century Gothic", "Osaka", san-serif;
	font-size: 12px;
	width: 800px;
	margin: 0px;
	padding: 5px 0px;
	background-image: url(../img/cont_bar.gif);
	background-repeat: repeat-x ;
	clear: both;
}

