body{
	background-color: #d3d3d3;
	font-size: 13px;
	margin: 0px;
}

img{
	border-width: 0px;
}

h1{
	margin: 0px;
}


div#contents{
	width: 780px;
	background-color: #FFFFFF;
	margin: 0px auto;
	border-color: #a9a9a9;
	border-width: 1px;
	border-style: solid;
}

div#header{
	background-color: #ffffff;
	padding: 0px 0px 20px
}

div#menu{
	height: 40px
}

div#menu a{
	displyay: block;
	width: 156px;
	height: 40px;
	background-repeat: no-repeat;
	float: left;
}

div#menu a:hover{
	background-position: 0px -40px;
}

a.menu_quick{
	background-image: url(top_image/navi_01.gif);
}

a.menu_service{
	background-image: url(top_image/navi_02.gif);
}

a.menu_profile{
	background-image: url(top_image/navi_03.gif);
}

a.menu_link{
	background-image: url(top_image/navi_04.gif);
}

a.menu_mail{
	background-image: url(top_image/navi_05.gif);
}

div#container{
	position: relative;
}


div#sidebar{
	width: 180px;
	background-color: #ffffff;
	border-right: #d3d3d3 solid 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	height: 100%;
	position: absolute;
}

div#main{
	width: 535px;
	background-color: #ffffff;
	padding: 0px 20px;
	position: relative;
	left: 205px
}

div#footer{
	width: 780px;
	height: 96px;
	background-color: #dddddd;
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	padding-top: 15px;
}

a.banner{
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
}



a:link { 
	color: #006699; }

a:visited {
	color: #006699;
}

a:hover {
color: #ff6347;
	text-decoration: none;
}
a:active {
color: #ff6347;
	text-decoration: none;
}


h2{
color: #0000ff;
text-align: center;
}

h4{
	color: #000000;
	text-align: left;
	background-image: url(top_image/h4_square.gif) ;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-top: 25px;
	margin-bottom: -5px;
	line-height: 16px;
	vertical-align: bottom;
}

h5{
	font-size: 13px;
	color: #000000;
	text-align: left;
	padding-left: 13px;
	margin-bottom: -5px;
	background-image: url(top_image/h5_square.gif) ;
	background-repeat: no-repeat;
	line-height: 12px;
	vertical-align: bottom;
}

p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}

p.clearline {
	clear: both;
}

