/* ---------------------------------------------------------------------
 ファイル名：main.css
 ファイル説明：歯科保険請求一覧用スタイルシート
 詳細：
 作成者：N.Uehara
 作成日：2008年11月27日 11:51:46
 備考：
 更新履歴：
 --------------------------------------------------------------------- */
body {
	font-size: 94%;
	text-align:center
}

body, td, th {
	color: #330033;
}



img{
	margin: 0px;
	padding: 0px;
	clear: both;
}

#wrapper{
	clear: both;
	height: auto;
	width: 900px;
	margin:0px auto;
	text-align: left;
}

#main_header{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 280px;
	width: 900px;
}



#main_contener{
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-left: 86px;
	display: inline;
	float: left;
}

#h_left{
	display: inline;
	float: left;
	width: 550px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#h_left ul{
	width: 550px;
}

#h_left ul li{
	width: 137px;
	float:left;
}

#h_left ul li a{
	display: block;
	height: 37px;
	width: 136px;
	background-color: #CCE2FF;
	margin-left: 1px;
	margin-bottom: 1px;
	margin-top: 0px;
}

#h_left ul li a:link{
	display: block;
	height: 37px;
	width: 136px;
	background-color: #CCE2FF;
	margin-left: 1px;
	margin-bottom: 1px;
	margin-top: 0px;
	color: #333333;
}

#h_left ul li a:visited{
	display: block;
	height: 37px;
	width: 136px;
	background-color: #CCE2FF;
	margin-left: 1px;
	margin-bottom: 1px;
	margin-top: 0px;
	color: #333333;
}

#h_left ul li a:hover{
	display: block;
	height: 37px;
	width: 136px;
	background-color: #F7C55B;
	margin-left: 1px;
	margin-bottom: 1px;
	margin-top: 0px;
	color: #333333;
}

#h_left ul li p{
	margin-top: 3px;
	margin-left: 3px;
	display: inline;
	float: left;
}

#h_left ul.cont_m{
	margin-top: 20px;
}

#h_left ul.cont_m li{
	clear: both;
	width: 100%;
	margin-top: 5px;
	list-style-type: square;
	list-style-position: inside;
}

#h_right{
	float: left;
	height: auto;
	width: 300px;
	margin-left: 20px;
	display: inline;
	background-color: #CCCCCC;
}

#h_right dl{
	margin-top: 20px;
	width: 280px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#h_right h2{
	font-size: 120%;
	width: 280px;
	margin-left: 10px;
	margin-top: 20px;
}

#h_right p{
	margin-top: 10px;
	width: 280px;
	margin-left: 10px;
}

#h_right a{
	color: #800000;
}


#main_footer{
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 100px;
	width: 900px;
}
