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

/* コンテンツ */

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

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

#content_top h1{
	background-image: url(../img/sit_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: 586px;
	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/sit_sit_bar_title.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 36px;
	text-indent: -9999px;
}

#list_table {
	margin: 20px;
	line-height: 22px;
}


.lst_l {
	list-style-image: url(../img/sit_sit_arrow.gif);
	text-indent: 1em;
	font-size: 14px;
	font-weight: bold;
	color: #339933;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 26px;
}


.lst_s {
	list-style-image: url(../img/sit_sit_arrow_s.gif);
	text-indent: 3em;
	float: none;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 18px;
	list-style-position: outside;
}

:root .lst_s {
	list-style-position: inside;
}


.lst_cap {
	width: 350px;
	float: right;
	line-height: 16px;
	text-indent: 0px;
	list-style-type: none;
	padding: 3px;
	font-size: 12px;
	position: relative;
	height: 16px;
	top: -24px;
}


.lst_l a:link, a:visited {
	color: #669933;
}

.lst_l a:active, a:hover {
	color: #009933;
}

