@charset "utf-8";
/* formatting style
-----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFCCFF;
	background-image: url(../image/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link style
-----------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-size: 12px;
	text-align: right;
	color: #FFFFFF;
}
/* basic layout
-----------------------------------*/
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	background-color: #FFFFFF;
	border: 1px solid #FF00FF;
	width: 778px;
}
/* header style
-----------------------------------*/
#header {
}
#navi_top  ul  li  {
	list-style: none;
	float: left;
}
/* main style
-----------------------------------*/
#main {
	clear: both;
	padding: 15px;
}
#main #news {
	width: 322px;
	float: left;
}
#main #main_center {
	float: left;
	width: 220px;
	margin-left: 15px;
}

#main #mobil {
	width: 220px;
	margin-bottom: 10px;
}
#main #mobil #qr {
	float: left;
}
#main #mobil p {
	padding-top: 3px;
}
#main  #advertisement {
	float: left;
	margin-left: 15px;
	width: 175px;
	text-align: center;
}

#main #toppage_back {
	clear: both;
	text-align: right;
	margin-top: 10px;
}
/* footer style
-----------------------------------*/
#footer {
	padding: 15px;
	color: #FF00FF;
	clear: both;
	background-image: url(../image/footer.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: center;
}
#footer a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
#footer #navi_bottom {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer #navi_bottom a {
	color: #990099;
}
#footer #navi_bottom ul li {
	display: inline;
}
#footer #navi_bottom li {
	padding-right: 5px;
	padding-left: 5px;
}
#footer #keyword {
	text-align: center;
}
#footer address {
	text-align: center;
	font-weight: bold;
}
