body{
	background-color: #d3d3d3;
	font-size: 13px;
	margin: 0px;
	line-height: 15px;

}

img{
	border-width: 0px;
}

h1{
	margin: 0px;
}


div#contents{
	width: 700px;
	background-color: #FFFFFF;
	margin: 0px auto;
}

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

div#menu{
	height: 40px
}

div#menu a{
	displyay: block;
	width: 140px;
	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: 5px;
	height: 100%;
	position: absolute;
}

div#main{
	width: 490px;
	background-color: #ffffff;
	padding: 5px;
	position: relative;
	left: 200px
}

div#footer{
	height: 70px;
	text-align: center;
	font-size: 12px;
	padding-top: 30px;
}

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



span.catch{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

td.title_01{
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	line-height: 18px;
}


td.title_02{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-indent: 0.5em;
}

td.title_03{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	text-indent: 0.5em;
}

p.return{
	font-size: 2px;
	color: #000000;
	margin-top: 2px;
}

p.body_text{
	margin-top: 10px;
}

p.indent_text{
	margin-top: 10px;
	margin-left: 20px;
}


table.top_margin{
	margin-top: 10px;
}


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

p.index_text{
	margin-top: 10px;
	line-height: 20px;
}

