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

/* コンテンツ */

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

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

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

#main_wrapper{
	width: 666px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
#main{
	width: 600px;
	height: auto;
	margin-left: 40px;
	background-color: #FFFFFF;
}

#right_menu{
	width: 134px;
	height: auto;
	float: right;
}


/* メイン部 */

/* 右部メニュー */
#sub_menu{
	width: 134px;
	height: auto;
}
#sub_menu h1{
	background-image: url(../../profile/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;
}

/* その他 */
h2{
	background-image: url(../img/inq_inq_bar_title.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 36px;
	text-indent: -9999px;
}

