@charset "utf-8";

/*
site全体用の基本スタイルシートです。
1行目のキャラクターセットは絶対に消さないように！
*/

/* body設定 */
body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #ff9;
color: #000;
text-align: center;/* ie5対策 */
}

/* link設定 */
/* 未訪問リンク */
a:Link {
text-decoration: none;
font-family: "ＭＳ　Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4 , Osaka , verdana ,arial ,sans-serif;
}

/* 既訪問リンク */
a:visited {
text-decoration: none;
font-family: "ＭＳ　Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4 , Osaka , verdana ,arial ,sans-serif;
color: #039;	
}

/* アクティブリンク */
a:active {
text-decoration: none;
font-family: "ＭＳ　Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4 , Osaka , verdana ,arial ,sans-serif;
color: #900;	
}

/* 選択状態リンク */
a:hover {
text-decoration: none;
font-family: "ＭＳ　Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4 , Osaka , verdana ,arial ,sans-serif;
color: #f60;	
}

/* image設定 */
img {
border: none;
}

/* table設定 */
table {
border: 0;
}

table.color {
background-color: #900;
}

table.white {
background-color: #fff;
}

table.copyright {
background-color: #900;
height: 10px;
}

/* td設定 */
td.copyright {
width: 760px;
height: 20px;
}

td.navbutton {
background-image: url(images/nav_bt.gif);
background-repeat: no-repeat;
text-align: center;
font-weight: bold;
width: 125px;
height: 25px;
}

td#left {
background-image: url(images/left_img.jpg);
background-repeat: no-repeat;
background-position: bottom;
text-align: center;
width: 125px;
/*
height: 500px;
*/
}

td#right {
background-image: url(images/right_img.jpg);
background-repeat: no-repeat;
background-position: top;
text-align: center;
width: 125px;
/*
height: 500px;
*/
}

td.crosshead {
background-image: url(images/crosshead.jpg);
background-repeat: no-repeat;
text-align: left;
width: 500px;
height: 25px;
}

td.crosshead2 {
background-image: url(images/crosshead2.gif);
background-repeat: no-repeat;
text-align: left;
width: 500px;
height: 25px;
}

td.crosshead3 {
background-image: url(images/crosshead3.gif);
background-repeat: no-repeat;
text-align: left;
width: 250px;
height: 25px;
}

/* text設定 */
h1 {
text-align: left;
margin: 0 0 0 10px;
font-size: 15px;
color: #006;
}

h2 {
text-align: left;
margin: 3px 0 0 10px;
font-size: 13px;
color: #006;
}


p {
font-size: 13px;
font-family: "ＭＳ　Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4 , Osaka , verdana ,arial ,sans-serif;
line-height: 150%;
}

p#copyright {
color: #fff;
font-size: 9px;
text-align: right;
margin: 3px 5px 3px 0px;
}

p.navi {
text-align: center;
font-size: 12px;
color:  #333;
margin: 0 0 3px 0;
}

/* 回り込み設定 */
.float_image_left {
margin: 5px 10px 10px 5px;
float: left; 
}

.float_image_right {
margin: 5px 10px 10px 5px;
float: right; 
}
