
body {  
	background-color: #fffaf4;
	top: 0px;
	background-image: url(images/back_tile.jpg);
	background-repeat: repeat-x;
	background-color: #fffdfd;
}
body a:active {
	background-color:white;
	}

body a:visited {
	color:white;
	}

.wrapper {
	position: absolute;
	top: 5px;
	left: 80px;
	width: 800px;
/*	margin: 0 auto;*/
}


.ulbg {
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	height:50px;
	position: absolute;
	background-color:#041c0d;
}

#navigation {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 800px;
	height:50px;

}

.ulbg #navigation li {
	float: left;
	margin: 0px 10px 10px 0px;
}

#worklist_t {
	position: absolute;
	left: 540px;
	top: 80px;
	width: 100px;
	height:150px;

}

#worklist_t li {
	margin: 0px 10px 10px 0;
}

#worklist_t img{
	width: 200px;
	height:200px;
}

#photoList{
	position: absolute;
	top:50px;
	left:20px;
	width:750px;
}

#photoList img{
	width:180px;
	height:111px;
	border:solid 0px; 
	background-color:black;
}

#photoList li {
	float: left;
	top:20px;
	width: 180px;
	padding: 0px 50px 50px 10px;
	background: url(../images/shadow.gif) center bottom no-repeat;
}

.title_frame {
	position:absolute;
	left:0px;
	top:0px;
	width:799px;
	height:50px;	
	border:solid 1px gray;
	background-color:black;
}

.title_frame h1{
	position:absolute;
	left:0px;
	top:12px;
	height:30px;
	padding:3px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	line-height:140%;
	color:white;
	
}

.main {
	position:relative;
	left:0px;
	top	:50px;
	width:800px;
	background-color:#041c0d;
}


.con {
	position:relative;
	left:0px;
	top:50px;
	height:720px;
	background-color:#041c0d;
	scrollbar-face-color:#000040
}



.con p.list {
	position:absolute;
	overflow:auto;
	left:50px;
	top:50px;
	width:450px;
	height:660px;
	padding-left:10px;
	padding-bottom:20px;
	font-size:14px;
	line-height:180%;
	color:white;
}

.con span{
	position:relative;
	left:0px;
	top:0px;
	height:15px;
	padding:2px;
	background-color:gray;
	color:blue
	}

.con form{
	position:absolute;
	top:150px;
	left:50px;
	width:300px;
}

.con table{
	font-size:13px;
}

.title	{
	position:absolute;
	left:20px;
	top:20px;
	background-image:url(image/banner_2.jpg);
	background-color:white;
	padding:10px;
	padding-bottom:0px;
	width:650px;
	color:#99ccff

	}

.title h1	{
		margin-bottom:8px;
		padding-bottom:3px;
		border-bottom:solid 2px ##99ccff;
		font-family:Arial,Helvetica,sans-serif;
		font-size:18px;
		color:white
	}

.title div	{
			float:left;
			font-size:16px;
			font-weigth:bold;
			color:#99ccff
			margin-bottom:10px;

			}

.title p	{
			float:right;
			margin-top:0px;
			margin-bottom:0px;
			line-height:120%;
			font-size:14px;
			color:#888888

			}


.info {
	position:absolute;
	left:120px;
	top:710px;
	width:140px;
	height:55px;
	border:solid 1px gray; 	
	font-size:12px;
	padding:10px;
	color:white;
	background-color:black;
		}

.info a:visited {
	color:orange;
	}

.info a:active {
	background-color:white;
	}


/* フッター*/
.copyright	{
	position:relative;
	left:0px;
	top:100px;
	width:800px;
	height:40px;
	border-top:solid 1px gray;
	border-right:solid 1px red;
	background-color:#041c0d;
	font-size:12px;
	color:white
	}

