@charset "utf-8";
/* CSS Document */

/*================
色を変えない場合のリンクテキスト指定
==================*/
body{
text-align:center;
background-color:#000000;
background:url(graphics/rpg_sozai/etc/bg_rpg.gif);
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
color:#CCCCCC;
margin:0 auto;

}


#box2{
text-align:left;
margin:0 auto;
width:750px;
height:800px;
}



/*================
リンク
==================*/
a:link    {
color:#FFFF99;
text-decoration:underline;
}
/*テキストリンクの色*/

a:visited {
color:#FFFF99;
}
/*訪問済みのリンクの色*/ 

a:active  {
text-decoration:underline;
color:#FFFF99;
}
/*クリックされているときのリンクの色*/

a:hover   {
color:#66FFFF;
background:#3333FF;
}
/*オンマウス*/

#img_a a:hover{
text-decoration:none;
background:none;
}


/*=====================
テキスト関係
=====================*/
h1{
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-weight:bold;
font-size:140%;
}

.text1{
padding:0 0 0 2px;
font-size:12px;
color:#CCCCCC;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
} 
/* メインタイトルのフォントサイズ,色*/

.text2
{font-size:11px;
color:#546E20;
line-height:140%;
font-family:Verdana;
} 
/* タイトル下の文字フォントサイズ,色*/

.text3{
font-size:12px;
color:#cccccc;
}
/* ノーマルテキストのフォントサイズ,色,行間*/


.style4 {color: #cccccc}
.style7 {color: #FFFF00}


/*=====================
HEADER
=====================*/
#header{
margin:0 auto;
height:100px;
width:600;
}




/*=====================
テーブル
=====================*/
#table_ue{
background:url(graphics/rpg_sozai/etc/b_8.gif) repeat-x;
}

#table_sita{
background:url(graphics/rpg_sozai/etc/b_2.gif) repeat-x;
}

#table_migi{
background:url(graphics/rpg_sozai/etc/b_4.gif) repeat-y;
}

#table_hidari{
background:url(graphics/rpg_sozai/etc/b_6.gif) repeat-y;
}

#table_migiue{
background:url(graphics/rpg_sozai/etc/b_9.gif) no-repeat;
}

#table_migisita{
background:url(graphics/rpg_sozai/etc/b_3.gif) no-repeat;
}

#table_hidariue{
background:url(graphics/rpg_sozai/etc/b_7.gif) no-repeat;
}

#table_hidarisita{
background:url(graphics/rpg_sozai/etc/b_1.gif) no-repeat;
}



/*=====================
左メニュー
=====================*/

#left_manu_main{
width:210px;
height:780px;
}

#left_menu{
text-align:left;
margin:0;
background:#003399;
}

.text_left_menu1{
font-size:12px;
color:#cccccc;
padding:0 0 5px 30px;
}

.text_left_menu2{
font-size:12px;
color:#cccccc;
padding:0 0 2 15px;
}

.text_left_menu3{
font-size:12px;
color:#cccccc;
padding:0 0 0 30px;
}

.text_left_menu4{
font-size:12px;
color:#cccccc;
padding:0 0 0 50px;
}


.mail_box{
font-size:12px;
padding:0 0 0 10px;
}

.prof{
font-size:12px;
}


.space_menu1{
padding-bottom:30px;
}


/*=====================
メインコンテンツ
=====================*/

#main_contents_main{
text-align:left;
font-size:12px;
color:#cccccc;
padding:0;
width:410px;
height:780px;
background:#000099;
}

/*コンテンツの題名*/
div.main_boder{
text-align:center;
font-size:14px;
width:360;
border-left:#FFFFCC solid 8px;
border-right:#FFFFCC solid 8px;
border-bottom:#FFFFCC solid 1px;
border-top:#FFFFCC solid 1px;
padding:0 0 0 3px;
margin:0 0 10px 0;
}

/*メインコンテンツの文字*/
#main_contents_text1{
font-size:12px;
}

#main_contents_main2{
font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:12px;
}