/*============================================
全体
============================================*/
body {
	background-color:#FFF;
	background-image:url("../img/back.jpg");
	background-repeat:repeat;
	text-align:center;
}

/*============================================
ナビゲーションメニュー
============================================*/
#nav{
    height:50px;
    border-bottom:1px solid #ffb400;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    background-image:url("../img/back.jpg");
}

#nav ul{
    height:50px;
    list-style:none;
    padding:0px 0px 0px 10px;
    margin:3px auto 3px auto;
    width:980px;
}

#nav ul li{
    display:inline;
    float:left;
    margin:0px 1px;
}

/*============================================
ボタン部分アニメーションcss
============================================*/
#btn_top{
    float:left;
    margin:0px 10px 0px 0px;
}
#btn_top a{
	display: block;
	width: 225px;
	height: 40px;
	background: url(../img/btn_top.png) no-repeat 0 0;
}
#btn_top a:hover {
	background-position: 0 bottom;
}


#btn_team a{
	display: block;
	width: 120px;
	height: 40px;
	background: url(../img/btn_team.png) no-repeat 0 0;
}
#btn_team a:hover {
	background-position: 0 bottom;
}

#btn_rmt a{
	display: block;
	width: 120px;
	height: 40px;
	background: url(../img/btn_rmt.png) no-repeat 0 0;
}
#btn_rmt a:hover {
	background-position: 0 bottom;
}

#btn_entry a{
	display: block;
	width: 120px;
	height: 40px;
	background: url(../img/btn_entry.png) no-repeat 0 0;
}
#btn_entry a:hover {
	background-position: 0 bottom;
}

#btn_faq a{
	display: block;
	width: 120px;
	height: 40px;
	background: url(../img/btn_faq.png) no-repeat 0 0;
}
#btn_faq a:hover {
	background-position: 0 bottom;
}
#btn_nomi a{
	display: block;
	width: 120px;
	height: 40px;
	background: url(../img/btn_nomi.png) no-repeat 0 0;
}
#btn_nomi a:hover {
	background-position: 0 bottom;
}
#btn_result a{
	display: block;
	width: 120px;
	height: 40px;
	background: url(../img/btn_result.png) no-repeat 0 0;
}
#btn_result a:hover {
	background-position: 0 bottom;
}


/* 登録ボタン関連 */
#btn_entry_team a{
	display: block;
	width: 275px;
	height: 40px;
	background: url(../img/btn_entry_team.png) no-repeat 0 0;
}
#btn_entry_team a:hover {
	background-position: 0 bottom;
}

#btn_entry_rmt a{
	display: block;
	width: 275px;
	height: 40px;
	background: url(../img/btn_entry_rmt.png) no-repeat 0 0;
}
#btn_entry_rmt a:hover {
	background-position: 0 bottom;
}

#btn_entry_nomi a{
	display: block;
	width: 275px;
	height: 40px;
	background: url(../img/btn_entry_nomi.png) no-repeat 0 0;
}
#btn_entry_nomi a:hover {
	background-position: 0 bottom;
}

/* 登録リスト系ボタン関連 */
#btn_list_team a{
	display: block;
	width: 275px;
	height: 40px;
	background: url(../img/btn_list_team.png) no-repeat 0 0;
}
#btn_list_team a:hover {
	background-position: 0 bottom;
}

#btn_list_rmt a{
	display: block;
	width: 275px;
	height: 40px;
	background: url(../img/btn_list_rmt.png) no-repeat 0 0;
}
#btn_list_rmt a:hover {
	background-position: 0 bottom;
}

#btn_list_nomi a{
	display: block;
	width: 275px;
	height: 40px;
	background: url(../img/btn_list_nomi.png) no-repeat 0 0;
}
#btn_list_nomi a:hover {
	background-position: 0 bottom;
}


#btn_rmt_qualify a{
	display: block;
	width: 275px;
	height: 40px;
	background: url(../img/btn_rmt_qualify.png) no-repeat 0 0;
}
#btn_rmt_qualify a:hover {
	background-position: 0 bottom;
}

#btn_list_gallery a{
	display: block;
	width: 275px;
	height: 40px;
	background: url(../img/btn_list_gallery.png) no-repeat 0 0;
}
#btn_list_gallery a:hover {
	background-position: 0 bottom;
}

#btn_entry_gallery a{
	display: block;
	width: 275px;
	height: 40px;
	background: url(../img/btn_entry_gallery.png) no-repeat 0 0;
}
#btn_entry_gallery a:hover {
	background-position: 0 bottom;
}

/*============================================
タイトル画像（1カラム）
============================================*/
div#rm_title{
	/*上部メニュー分(50px)含む*/
	margin:30px 0px 10px 0px;
}

/*============================================
タイトル画像（2カラム）
============================================*/
div#rm_title2l {
	/*上部メニュー分(50px)含む*/
	margin:80px 0px 30px 0px;
	/*幅の指定と位置調整*/
	width:500px;
	/*左カラム*/
	float:left;
}
div#rm_title2r {
	/*上部メニュー分(50px)含む*/
	margin:80px 0px 30px 0px;
	/*幅の指定と位置調整*/
	width:475px;
	/*右カラム*/
	float:right;
}


