/* CSS Document */

body
       {
	margin:0px;
	padding:0px;
	border: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;
       }

	
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/hanaline.png);
	 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:500px;
    width:900px;
    }

* html div#com{
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"
)
);
}

* a , form * { position: relative ; }



#title{
    margin-top:20px;
    font-size:12px;

}

div#line{

	}

div#t1{
    padding:0 50 0 0px;
	text-align:right;
	font-size:12px;
	}
	
#imgen{
    text-align:left;
	float:left ;

	}
	
#text{
    color:#000000;
	font-size:12px;
	text-align:left;
	line-height:20px;
	padding:0 0 0 250;
	}

.text2{
        color:#000000;
	font-size:12px;
	text-align:left;
	line-height:20px;
	}

.text3{
        color:#FF3399;
	font-size:12px;
	line-height:20px;
	}

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#text-s{
    text-align:left;
	width:900px;
	}

div#footer{
    background-image:url(../img/linefoot.gif);
    text-align:center;
    font-size:11px;
    color:#000000;
    height:50px;
    width:900px;

}

