/* 全体の設定*/
/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    background-color:#000000;
    text-align:center;
    height:100%;
}

*{
    margin:0;
    padding:0;
}
html{
    height:100%;
}


div#main{
    height:100%;
    min-height: 100%;
}

body > #main {
    height: auto;
}



/* ここから下は全体のレイアウトの設定になります */


/* 全体の幅を決める設定*/
#wrap{
    position:relative;
    height:570px;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	 }

/* ヘッダーの設定*/
#head{
	position: relative;
	height: 10px;
    background-color:#000000;
}


/* 真ん中の設定 */
#top{
	position: relative;
    background-color:#000000;
    background: #000000 url(../img/back.jpg)　no-repeat;
    
}

/* 更新履歴の場所*/
#rireki{
	position: relative;
	width: 400px;
	float:left;
    background-color:#000000;
}


/* 右側 */
#migi{
	position: relative;
	width: 400px;
	float:left;
	background: #FFF url(../img/back.jpg)
}


	
	
	

/* フッターの設定*/
#foot{

    height:100px;
    background: #000000 url(../img/sen.jpg) repeat-x 0px 0px;
    }


/* ここまで全体のレイアウトの設定 */



/* キャラクターの紹介 */
#iwa{
	position: relative;
    background-color:#000000;
    width: 800px;
    height:400px;
    background: #000000 url(../img/iwa.jpg)
    }

#kaza{
	position: relative;
    background-color:#000000;
    width: 800px;
    height:400px;
    background: #000000 url(../img/kaza.jpg)
    }

#fuku{
	position: relative;
    background-color:#000000;
    width: 800px;
    height:400px;
    background: #000000 url(../img/fuku.jpg)
    }


#saka{
	position: relative;
    background-color:#000000;
    width: 800px;
    height:400px;
    background: #000000 url(../img/saka.jpg)
    }
    
 #arai{
	position: relative;
    background-color:#000000;
    width: 800px;
    height:400px;
    background: #000000 url(../img/arai.jpg)
    }   
    
#sin{
	position: relative;
    background-color:#000000;
    width: 800px;
    height:400px;
    background: #000000 url(../img/sindou.jpg)
    }    
    
#hoso{
	position: relative;
    background-color:#000000;
    width: 800px;
    height:400px;
    background: #000000 url(../img/hosoda.jpg)
    }
    
    
#emi{
	position: relative;
    background-color:#000000;
    width: 800px;
    height:400px;
    background: #000000 url(../img/emi.jpg)
    }    
    

#hino{
	position: relative;
    background-color:#000000;
    width: 800px;
    height:400px;
    background: #000000 url(../img/hino.jpg)
    }  
    
#sanae{
	position: relative;
    background-color:#000000;
    width: 800px;
    height:400px;
    background: #000000 url(../img/sanae.jpg)
    }      



/*更新履歴の設定*/
#new{
    width:400px;
    height:200px;
    margin-top:2px;
    border-color:#000000;
    border-width:1px;
    border-style:solid;
    overflow:auto;
    font-size:x-small;
    text-align: left;
}

/*NEWの文字の字下げ  */
#newrogo{
    margin:0.3em 0em 0em 0em;/*上、右、下、左*/
}
	
	
#aicon_top{
    margin:0.5em 0.5em -0.2em 0em;/*上、右、下、左*/
    float:left;
}

/* スクロールバー */
html{
scrollbar-face-color:#000000;
scrollbar-highlight-color:#339933;
scrollbar-shadow-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#000000;
scrollbar-darkshadow-color:#000000;
}

/* フォント関係*/
body,td,th{
    color:#FFFFFF;
    line-height:1.5em;
    font-size:10pt;
    font-family:'verdana';
    }


img{/* 画像表示のデザイン設定*/
	border:0px;
}


/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:0000ff;/*文字の色：青*/
    font-style:normal;
}
a:visited {/*訪問後の色*/
    color:#33FF66;/*文字の色：紫*/
    
}
a:hover {/*カーソルを合わせたときの色*/
    color:#00CC33;/*文字の色：赤*/
    font-style:normal;
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}

