pre, dl, ol, p, blockquote { line-height:130%; }
blockquote { margin-left:32px; }

body,td {
	color:#111;
	background-color:white;
	margin:0;
    	padding:0;
	font-size:90%;
	font-family:verdana, arial, helvetica, Sans-Serif;
}

a:link {
	color:#800;
	background-color:inherit;
	text-decoration:underline;
}

a:active {
	color:#800;
	background-color:#CCDDEE;
	text-decoration:none;
}

a:visited {
	color:#900;
	background-color:inherit;
	text-decoration:none;
}

a:hover {
	color:#cd853f;
	text-decoration:underline;
}

h1, h2 {
	font-family:verdana, arial, helvetica, Sans-Serif;
	color:#000;
	background-color:#fff;
	padding: 0.3em;
	margin:50px 0px .5em 0px;
	font-weight:normal;
	font-size: 1.3em;
	color: #FFF;
/*
	margin: 5px 0px 0px 5px;
*/
}
h2{
    font-size:small;
    _font-size:x-small;
    border-bottom:3px double #000;
    background-color:#fff;
    color:#111; 
    font-weight:bold;
    }

*{
	margin: 0;
	padding: 0;
}



img{
	border: 0;
}

/************ definition ************/

/*** out-box ***/

div#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: #FFF;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

/*** header ***/

div#header{
	padding: 10px;
	height:50px;
	background: #FFF;
	border-bottom: 1px solid #999;
}

/*** main box ***/

div#main{
	margin: 0;
	background: #FFF;
}

/*** side box ***/

div#side{
	float:left;
	background:	transparent;
	width:200px;
}

/*** menu top img ***/

div#photo{
	margin: 20px auto 10px auto;
	width: 180px;
	background:	#FFF;
}

/*** menu ***/

div#menu{
	margin: 0px auto 10px auto;
	width: 180px;
	background:	transparent;
	font-size:80%;
}

/*** news ***/

div#news{
	margin:10px 10px 25px 0;
	padding:5px 10px;
	border:1px solid #999;
	background: #FFF;
}

/*** contents ***/

div#contents{
	margin: 10px 10px 20px 0;
	float:right;
	width: 725px;
	background: transparent;
}

/*** footer ***/

div#footer{
	margin: 0;
	padding: 5px;
	width: 950px;
	background: #FFF;
	color: #222;
	border-top: 1px solid #999999;
	text-align :center;
}

div#deco_banner{
	font-size: x-small;
}

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*?*/
* html .clearfix {
    height: 1em;
}

/************ style definition ************/

/*** link - header ***/

#header a, #header a:hover{
	color: #222;
	text-decoration: none;
}

/*** news title ***/

#news div{
	margin-bottom: 8px;
	font-weight: bold;
	color: #222;
	border-bottom: 2px dotted #999999;
}

/*** menu list ***/

#menu ul{
	list-style: none;
}

#menu li{
	margin: 5px 0;
}

#menu li a{
	display: block;
	padding: 5px 5px 5px 20px;
	width: 155px;
	font-weight: bold;
	text-decoration: none;
	background: url("menu_arrow_ov.gif") no-repeat left top #FFF;
	color: #222;
	border: 1px solid #999;
}

#menu li a:hover{
 	background: url("menu_arrow.gif") 
	no-repeat left top #FFF;
	text-decoration: none;
	color: #222;
}

/*** contents p definition ***/

#contents p{
	margin: 15px 20px;
	line-height: 1.5;
}

/*** contents img location ***/

#contents img{
	margin: 5px;
}

/*** contents list defn ***/



#contents ul, #contents ol{
	padding-left: 25px;
	padding-right: 15px;
	//margin-top:.5em;
	//margin-bottom:.5em;
	//margin-bottom: 10px;

}
#contents li{
	margin-top:1.0em;
	margin-bottom:1.0em;
}
/*** h1 defn ***/

/*** h1 ---- header title ***/

h1{
	font-size: 1.3em;
	color: #FFF;
	margin: 5px 0px 0px 5px;
}

/*** h2 ---- contents h2 ***/

#contents h2{
	margin: 20px 10px 20px 0px;
	padding: 0px 0px 2px 10px;
	font-size: 1em;
	background: url("images/h2_mark.gif") no-repeat left bottom;
	border-bottom: 3px double #999;
	border-left: 3px solid #999;
