*{
	list-style-type:none;
	margin:0;
	padding:0;
}

/* body */
body{
	margin:0 auto 0 auto;
	padding:0 auto 0 auto;
	text-align:center;
	background-color:#9c9;
	background:url('../img/main_bg.gif') repeat-y center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

/* wrap */
#wrap{
    position:relative;
	margin:auto;
    width:800px;
	height:620px;
}

/* contents */
#content{
    position:relative;
    width:700px;
	height:620px;
	margin:0 auto 0 auto;
	background-color:transparent;
	text-align:left;
	overflow-y:scroll;
	scrollbar-base-color:#9c9;
	scrollbar-face-color:#9c9;
	scrollbar-arrow-color:#696;
	scrollbar-hilight-color:#cfc;
	scrollbar-3dlight-color:#cfc;
	scrollbar-shadow-color:#696;
	scrollbar-darkshadow-color:#696;
	color:#666;
	border-top:#464 2px solid;
	border-left:#696 2px solid;
	border-bottom:#cfc 2px solid;
}

#content2{
    position:relative;
    width:700px;
	height:620px;
	margin:0 auto;
	background-color:transparent;
	text-align:center;
	scrollbar-base-color:#9c9;
	scrollbar-face-color:#9c9;
	scrollbar-arrow-color:#696;
	scrollbar-hilight-color:#cfc;
	scrollbar-3dlight-color:#cfc;
	scrollbar-shadow-color:#696;
	scrollbar-darkshadow-color:#696;
	color:#666;
    padding:0;
	clear:both;
}

h1{
	display:none;
}
p{
    font-size:90%;
	line-height:150%;
	margin:0;
    color:#666;
	text-align:left;
}

b{
	font-weight:bold;
	color:#900;
}

h2{
	display:none;
}

h3{
    color:#363;
	text-align:center;
}

#content img{
	margin:auto;
}

#inside{
	width:90%;
    padding:0 20px 0 20px;
}

#foot_1{width:200px; height:40px; text-indent:-9999px; float:left;}

#footer{
	margin:0;
	width:398px;
	height:40px;
	float:left;
}

#w3c{
	width:200px;
	height:31px;
	float:right;
	text-align:left;
	margin:5px 0 0 0;
}	

#footer p{
	text-align:center;
	margin:0;
	color:#666;
}

#footer a:link    { color : #666 ; text-decoration : underline ; }
#footer a:visited { color : #666 ; text-decoration : underline ; }
#footer a:hover   { color : #383 ; text-decoration : underline ; background-color:#8b8; }

dl{
    text-align:left;
	font-size:0.9em;
	font-weight:bold;
}
dl.work{
	width:600px;
	display:block;
	margin:5px 20px 5px 20px;
	border-bottom:#363 1px dashed;
	float:left;
}

dt{
    text-align:left;
	font-size:1.0em;
	font-weight:bold;
}

dt.work{
    text-align:left;
	font-size:12px;
	font-weight:bolder;
	margin:0;
	line-height:15px;
	height:2.0em;
	width:200px;
	float:left;
}

dd{
    text-align:left;
	font-size:0.8em;
	font-weight:normal;
}

dd.work{
    text-align:left;
	font-size:12px;
	font-weight:normal;
	margin:0 0 0 200px;
	line-height:15px;
	width:400px;
	float:right;
}

a:link    { color : #060 ; text-decoration : underline ; }
a:visited { color : #66f ; text-decoration : none ; }
a:hover   { color : #f00 ; text-decoration : underline ; }
a:active  { color : #6f6 ; text-decoration : underline ; }

.shit{
	color:#963;
	font-weight:bold;
	text-decoration:none;
}

td.title{
	width:200px;
	color:#393;
	font-size:0.8em;
	font-weight:bolder;
	text-align:center;
	line-height:1.5em;
	border:#060 1px dotted;
}

td.cont{
	width:500px;
	color:#363;
	font-size:0.8em;
	font-weight:normal;
	text-align:center;
	line-height:1.5em;
	border:#060 1px dotted;
}

td.cont2{
	width:500px;
	color:#363;
	font-size:0.8em;
	font-weight:normal;
	text-align:left;
	line-height:1.5em;
	border:#060 1px dotted;
}

.small{font-size:0.8em;}

.green{color:#363; font-weight:bold;}