*{
	margin: 0;
	padding: 0;
}
body{
	text-align: center;
	background-image: url("../img/bg01.gif");
	background-color: #663343;
}

#wrapper{
	width: 950px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#h_border{
	border-top: 5px solid #440033;
	border-bottom: 5px solid #440033;
}
#header{
	width: 910px;
	padding-left: 20px;
}
h1{
	color: #440033;
	font-size: 0.8em;
	margin-top: 2px;
}

#ttl{
	font-size: 2.7em;
	font-weight: bold;
	color: #440055;
}
#ttl p{
	font-size: 15px;
}

#sub_ttl{
	font-weight: bold;
	align: right;
}

#navi-table{
	width: 910px;
	height: 40px;
	background-color: #ffffff;
	
}
#navi-table td{
	width: 113px;
	border-width: 1px;
	border-style: solid;
	border-color: #440055;
	font-weight: bold;
}
#navi-table a:link {
	color: #550077;
	text-decoration: none;
}
#navi-table a:visited {
	color: #550077;
	text-decoration: none;
}
#navi-table a:hover {
	color: #dd0033;
	text-decoration: underline;
}



#footer{
	clear: both;
	width: 950px;
	margin: 20px 0 0 0;
	text-align: center;
	border-top: 5px solid #440033;
	border-bottom: 20px solid #440033;
}
address{
	font-family: sans-serif;
	font-style: normal;
}

#f1{
	font-size: 0.8em;
	margin: 10px 0 0 0;
}
#f2{
	font-size: 0.7em;
	margin: 10px 0 5px 0;
}

a:link {
	color: #2255aa;
	text-decoration: none;
}
a:visited {
	color: #2255aa;
	text-decoration: none;
}
a:hover {
	color: #2255aa;
	text-decoration: underline;
}


#cont_page{
	margin-top: 20px;
	margin-left: 20px;
}

#sub_navi{
	width: 210px;
}
#sub_top{
	height: 210px;
}

.ctt_right{
	margin-left: 40px;
}





