@charset "Shift_Jis";

/********************トップページのみ必要なＣＳＳ********************/





/**********レイアウトに関する指定**********/
div#topbox{
height:300px;
width:40%;
background-image:url("背景のＵＲＬ");/*素材のＵＲＬを入れて下さい*/
background-repeat:no-repeat;
background-position:25% 2550%;
border-width:2px 2px 2px 0;
border-color:#d6d0c0;
border-style:solid
/*背景のあるボックス全部*/
}








/**********サイト説明のあるボックスの指定**********/
div#comment{
height:50px;
width:40%
margin:0 30px;
text-align:right;
font-family:sans-serif;
}









