/* CSS Document */

body{
 width:100%;
 background-image:url(../img/bg036_x.gif);
 background-color:#ffffff;
 background-repeat:repeat-x;
 margin:0px;
 padding:0px;
 font-size:12px;
line-height:130%
}

/*---共通項目----------------------------------------------------------------*/

/*画像に線をつけない*/
img{
 border:none;
}

 
/*---ヘッダ----------------------------------------------------------------*/
DIV#topr{
 height:40px;
/* background-image:url(../img/title_right.gif);*/
 background-repeat:no-repeat;
 background-position:left;
 margin:0px;
 padding:0px;
 text-align:left;
 }
img.topbnrr{
 width:60px;
 height:40px;
 }

A.topbnrr:hover{
 clear:both;
 background:none;
 text-decoration:none;
 }

/*リンク設定*/
A:link{
 color:#666699;
 text-decoration:none;
}
A:visited{
 color:#333399;
 text-decoration:none;}
A:hover{
 color:#A8C7C8;
 background-color:#3366CC;
 text-decoration:none;}
A:active{
 position:relative;
 top:1px;
 left:1px;
 text-decoration:none;
 }
 
 /*--拍手-------------------------------------------------------------------*/
DIV.clap{
 width:2.5em;
 padding:3px;
 margin-top:3em;
 margin-left:2em;
 border:1px solid #ffffff;
 text-align:center;
 background-color:#cccccc;
 color:#003366;
}
A.clap:visited{
 color:#ffffff;
 text-decoration:none;
 padding:2px;
 }

A.clap:hover{
 clear:both;
 color:#336699;
 background:none;
 text-decoration:none;
 }

A.clap:active{
 position:relative;
 top:1px;
 left:1px;
 text-decoration:none;
 }


/*---コピ----------------------------------------------------------------*/

div#copy{
 font-size:10px;
 color:#ffffff;
 margin-left:2.5em;
 position:absolute;
 bottom:0px;

}




/*---メインコンテンツ----------------------------------------------------------------*/
DIV#content{
 margin-top:35px;
 margin-left:10px;
 width:auto;
 background:none;
 float:left;

/* position:absolute;*/
/* top:100px;*/
/* bottom:0px;*/
/* left:160px;*/
 }

