/* CSS Document */

body
       {
	margin:0px;
	padding:0px;
	color:#FF3399;
	text-align:center;
	font: 10pt verdana, arial;
	background-image:url(../img_top/back.gif);
	background-repeat:repeat-x;
	scrollbar-face-color: #9D67AE;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color:white4;
	scrollbar-3dlight-color: #9D67AE;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #9D67AE;
	scrollbar-darkshadow-color: #9D67AE;
       }

	   
a.{/*リンクされた文字*/
    color:#FF0099;
    font-style:normal;
    text-decoration:underline;
}
a:link{/*未訪問のリンク*/
    color:#FF0099;
    font-style:normal;
    text-decoration:underline;
}
a:visited{/*訪問後のリンク*/
    color:#9900FF;
    text-decoration:underline;
}
a:hover{/*マウスをのせたとき*/
    color:#9900FF;
    font-style:normal;
    text-decoration:underline;
}
a:active{/*クリック中*/
    text-decoration:none;
}

div#all {
    background-image:url(../img/topback.png);
	background-position:top;
	background-repeat:no-repeat;
    text-align:center;
	width:1000px;
	}

* html div#all{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

	
div#all2{
    background-image:url(../img/topback2.png);
	background-position:top;
	background-repeat:no-repeat;
    text-align:center;
	width:1000px;
	}

* html div#all2{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

div#head{
    text-align:center;
	font-size:12px;
    height:100px;
    width:800px;
}

div#com{
    background-image:url(../img/linewhite.gif);
	background-position:top;
	background-repeat:no-repeat;
/*枠線
        border-top: solid 1px #FF3399;
	border-bottom: solid 1px #FF3399;
	border-left: solid 1px #FF3399;
	border-right: solid 1px #FF3399;
*/
    text-align:center;
    height:550px;
    width:900px;

}

#title{
    margin-top:20px;
    font-size:12px;

}

div#line{
     background-image:url(../img/linemin.gif);
	 background-position:top;
	 background-repeat:no-repeat;
	}

div#t1{
    padding:0 0 0 120px;
	text-align:left;
	}
	
#imgen{
    text-align:right;
	width:450px;
	float:right;
	}
	
div#kosin{
    text-align:left;
	width:700px;
	padding:0 0 0 0;
	float:left;
	margin-top:20px;
	}

div#footer{
    background-image:url(../img/linefoot.gif);
    text-align:right;
	font-size:11px;
	color:#000000;
    height:50px;
    width:900px;

}

div#bana{
	float:left;
	position:relative;
	width:450px;
	text-align:left;
	
