/*INDEX_HTML
*/
body{
	background:#fff;
}

/* LAYOUT */

#repair_sample_containar{
	position: relative;
	width:700px;
	margin:0px;
	padding:0px;
	left:0px;
	height: 95%;
	border: #999 0px solid;
}

#repair_list_area{
	position: absolute;
	top: 0px;
	left: 10px;
	bottom: 0px;
	width: 150px;
	height: 100%;
	margin:0px;
	padding:10px 0px 0px;
}

#repair_pict_area{
	position: absolute;
	top: 0px;
	left: 150px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	margin:0px;
	padding:0px;

}


/*MENU_HTML(width:110px)
*/
ol{
	width:110px;
	margin:0px;
	padding:0px 0px 0px 5px;
	background-color:#f0efe9;
	text-align:left;
	font-size:80%;
	line-height:175%;
}
li{
	list-style-type:none;
	list-style-image:none;
	background-color:transparent;;
}

/*PICT_HTML(width:400px)
*/

#aw_exp{
	width:450px;
	font-size: 85%;
	line-height: 1.75em;
	margin-top:25px;
}

#pictarea{
	width:500px;
	background:#fff;
	border:#999 0px solid;
	margin-top:20px;
	padding:0px;
	text-align:center;
}
img{
	margin:0px auto;
	padding:0px;
}

.picture_comment{
	margin:20px;
	padding:5px;
	border:#aaa 1px solid;
	font-size:75%;
	line-height:150%;
	text-align:left;
}