@charset "Shift_JIS"
<style TYPE="text/css">
<!--
damy{}

.radibtn05
{
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #8888ff;
color:black;
background-color:#f8f8f8;
box-shadow:1px 1px 1px rgba(000,000,000,0.3);
background:-moz-linear-gradient(top,#FFF 0%,#E6E6E6);
background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#E6E6E6));
cursor:hand;
}

.radi05{border-radius:5px}
#radi05{border-radius:5px}
/*formのボタンは、ＩＥは自動で角丸になるし、他のブラウザはclassのborder-radius指定で、pie_radius.htcを使わずに角丸になる。*/



a:hover{color:red}
input:hover{color:red}



/*ページ本文を白い角丸の枠で覆うためのスタイルシート。*/
.radi18{border-radius:18px}
.radi12{border-radius:12px}

/*.radi18_nobu{border-radius:18px}*/


/*リンクのボタン風スタイル*/
a.btn{
border:1px solid #a9a9a9;
color:blue ;
padding:0px 4px 0px 4px;
text-decoration: none;

border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;

background-color:#f8f8f8;
box-shadow:1px 1px 1px rgba(000,000,000,0.3);
background:-moz-linear-gradient(top,#FFF 0%,#E6E6E6);
background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#E6E6E6));
}




/* ■ ▼縦書き用のボタン■ */
a.btn_v{
border:1px solid #a9a9a9;
color:blue ;
padding:4px 0px 4px 0px;
text-decoration: none;

border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;

background-color:#f8f8f8;
box-shadow:1px 1px 1px rgba(000,000,000,0.3);
background:-moz-linear-gradient(top,#FFF 0%,#E6E6E6);
background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#E6E6E6));
}


a.btn_v:hover{
color:red;
/*background-color:lightgray;*/
text-shadow:0px 0px 3px #ffffff;
}



a.btn_h{
border:1px solid #a9a9a9;
color:blue ;
padding:0px 4px 0px 4px;
text-decoration: none;

border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;

background-color:#f8f8f8;
box-shadow:1px 1px 1px rgba(000,000,000,0.3);
background:-moz-linear-gradient(top,#FFF 0%,#E6E6E6);
background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#E6E6E6));
}

a.btn_h:hover{
color:red;
/*background-color:lightgray;*/
text-shadow:0px 0px 3px #ffffff;
}
/* ■ ▲縦書き用のボタン■ */


/*
a.btn{
border:1px solid #a9a9a9;
color:#0000b0;
padding:1px 4px;
text-decoration: none;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color:#f8f8f8;
box-shadow:1px 1px 1px rgba(000,000,000,0.3);
background:-moz-linear-gradient(top,#FFF 0%,#E6E6E6);
background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#E6E6E6));
}
*/


a.btn:hover{
color:red;
/*background-color:lightgray;*/
text-shadow:0px 0px 3px #ffffff;
}


a.btn2
{
border:1px solid #a9a9a9;
color:blue;
padding:1px 3px 1px 3px;
text-decoration: none;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color:#f8f8f8;
box-shadow:1px 1px 1px rgba(000,000,000,0.3);
background:-moz-linear-gradient(top,#FFF 0%,#E6E6E6);
background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#E6E6E6));
}

a.btn2:hover{
color:red;
/*background-color:lightgray;*/
text-shadow:0px 0px 3px #ffffff;
}


a img{
border-style:none;
}



.giji_button{
border:1px solid #a9a9a9;
color:#0000b0;
padding:0px 3px 0px 0px;
/*padding:1px 4px;*/
text-decoration: none;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color:#f8f8f8;
box-shadow:1px 1px 1px rgba(000,000,000,0.3);
background:-moz-linear-gradient(top,#FFF 0%,#E6E6E6);
background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#E6E6E6));
}

/*
.giji_button{
border:1px solid #a9a9a9;
color:#0000b0;
padding:2px 1px 0px 2px;
text-decoration: none;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color:#f8f8f8;
box-shadow:1px 1px 1px rgba(000,000,000,0.3);
background:-moz-linear-gradient(top,#FFF 0%,#E6E6E6);
background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#E6E6E6));
}
*/


.radibtn05
{
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #8888ff;
color:black;
background-color:#f8f8f8;
box-shadow:1px 1px 1px rgba(000,000,000,0.3);
background:-moz-linear-gradient(top,#FFF 0%,#E6E6E6);
background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#E6E6E6));
cursor:hand;
}

.radi05{border-radius:5px}
#radi05{border-radius:5px}
/*formのボタンは、ＩＥは自動で角丸になるし、他のブラウザはclassのborder-radius指定で、pie_radius.htcを使わずに角丸になる。*/







//-->
</style>
