@charset "shift_jis";
/***********************
        初期設定
************************/
/***********************
       リンク設定
************************/
/***********************
       レイアウト
************************/

/* コンテンツ */

#content{
	clear: both;
	width: 800px;
	height: auto;
}

#content_top{
	width: 800px;
	height: auto;
}

#content_top h1{
	background-image: url(../img/pro_global_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 100px;
	text-indent: -9999px;
}

#main_wrapper{
	width: 800px;
	height: auto;
	float: left;
	margin-bottom: 10px;
	z-index: 2;
	margin-right: -200px;
}
#main{
	width: 760px;
	height: auto;
	margin-left: 40px;
	margin-right: -160px;
}

#right_menu{
	width: 134px;
	height: auto;
	float: right;
	margin-top: 25px;
}


/* メイン部 */

/* 右部メニュー */
#sub_menu{
	width: 134px;
	height: auto;
}
#sub_menu h1{
	background-image: url(../img/pro_navi_title.gif);
	background-repeat: no-repeat;
	width: 134px;
	height: 27px;
	text-indent: -9999px;
}
#sub_menu ul{
	list-style: none;
	width: 134px;
	height: 27px;
}
#sub_menu li{
	display: inline;
	width: auto;
	height: 27px;
}

