@charset "UTF-8";

*{margin: 0;padding: 0;}

body{
	background: url(../img/bg_body.jpg) repeat-x;
	background-color:#FEFADA;

	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-family: 'Osaka','Courier New','Courier';
	}

#container{
	margin: 0 auto;
	width: 900px;
	background-color: #ffffff;
	border-left: 5px solid #dddddd;
	border-right: 5px solid #dddddd;
	}

/*------------------------
class
------------------------*/

.address{position: relative;top: 5px;}
.red{color: #ff0000;}
.redb{color: #ff0000;font-weight: bold;}
.center{text-align: center;}
.right{text-align: right;}
.left{text-align: left;}
.redborder{margin: 5px 0;padding: 3px 10px 6px 10px;border: 1px dotted #ff0000;}
.list{padding: 15px 30px;list-style-type: circle;line-height: 20px;}
.number{padding: 15px 30px;list-style-type: decimal;line-height: 20px;}
.clear{	clear: both;}
.pickup{
	background: url(../img/pickup.gif) 5px 7px no-repeat;
	padding: 0 0 0 30px;
	}

/*------------------------
header
------------------------*/

#header{
	height: 220px;
	background: url(../img/header.jpg) 0 0 no-repeat;
	}

h1{
	margin: 0 15px 0 0;
	width:200px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	float: right;
	}

#header p{
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 180px;
	left: 20px;
	}

/*------------------------
footer
------------------------*/

#footer{
	clear: both;
	margin: 70px 0 0 0;
	padding: 10px 0 ;
	border-top: 1px solid #666666;
	font-style: italic;
	text-align: center;
	}

* html #footer{
	margin: 0 0 10px 0;
	}

*:first-child+html #footer{
	margin: 0 0 10px 0;
	}

#footer a{
	text-decoration: none;
	color: #000000;
	}

/*------------------------
content
------------------------*/

#content{
	padding: 0 20px;
	width: 680px;
	float: right;
	}

#content h2{
	margin:10px 0;
	width: 660px;
	height: 20px;
	border-left: 5px solid #666666;
	font-size: 14px;
	clear: both;
	}

#content h2 span{
	position: relative;
	top: 3px;
	left: 15px;
	}

#content ul{
	margin: 5px 0  5px 20px;
	}

#content p a:link,#content p a:visited {
	color: #3366FF;
	text-decoration: none;
	}

#content p a:hover,#content p a:active {
	color: #ff6633;
	text-decoration: none;
	}

#topimage{
	width: 410px;
	float: left;
	background: url(../img/topimage_.jpg) 120px 0 no-repeat;
	}

#updated_info{
	padding: 5px;
	border-right: 3px #dddddd solid;
	border-bottom: 3px #dddddd solid;
	width: 250px;
	height: 430px;
	float: right;
	}

#service{
	clear: both;
	margin: 0 0 20px 0;
	border: 5px solid #8560a8;
	}

#service h2{
	margin: -2px 0 0 0;
	padding: 7px 0 0 50px;
	width: 622px;
	height: 42px;
	border: none;
	color: #ffffff;
	background-color: #8560a8;
	background: url(../img/square2.gif) 0 0 no-repeat;
	font-size: 16px;
	}

#service img{
	margin: 0 0 10px 0;
	}

#news{
	margin: 5px 0 0 20px;
	padding: 10px;
	background: url(../img/bg.jpg) 0 0 repeat;
	width: 600px;
	height: 700px;
	border: solid 1px #3366FF;
	overflow: auto;
	}

#news{
	margin: 5px 0 0 20px;
	padding: 10px;
	background: url(../img/bg.jpg) 0 0 repeat;
	width: 600px;
	height: 300px;
	border: solid 1px #3366FF;
	overflow: auto;
	}

#news h3{
	margin: 5px 0 0 0;
	padding: 5px 0 0 30px;
	font-size: 14px;
	background: url(../img/glass.jpg) 0 -1px no-repeat;
	}

#news p{
	margin: 5px 0;
	border-bottom: 1px dotted #3366FF;
	}

#newsincrease{
	margin: 20px;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #dddddd;
	}

/*------------------------
mailmagazine
------------------------*/

#mailmagazine_bg{
	background: url(../img/mailmagazine_bg.jpg) 430px 60px no-repeat;
	}

/*------------------------
topic_path
------------------------*/

#topic_path{
	float: right;
	}

#topic_path ol{
	margin: 0 0 10px 0;
	font-size: 10px;
	list-style: none;
	}

#topic_path ol li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(../img/arrow.gif) no-repeat 0 50%;
	}

#topic_path ol li.home {
	padding-left: 0;
	background: none;
	}

#topic_path ol li a:link,#topic_path ol li a:visited {
	color: #3366FF;
	text-decoration: none;
	}

#topic_path ol li a:hover,#topic_path ol li a:active {
	color: #ff6633;
	text-decoration: none;
	}

/*------------------------
pagetop
------------------------*/

#pagetop{
	margin: 20px 18px 30px 0;
	float: right;
	}

* html #pagetop{
	margin: 20px 8px 30px 0;
	}

#pagetop img{
	border: none;
	}

/*------------------------
leftside
------------------------*/

#leftside{
	width: 180px;
	float: left;
	}

#sitemap p{
	margin: 0 0 30px 0;
	text-align: center;
	}

#sitemap p a:link,#sitemap p a:visited {
	color: #3366FF;
	text-decoration: none;
	}

#sitemap p a:hover,#sitemap p a:active {
	color: #ff6633;
	text-decoration: none;
	}

/*------------------------
navigation
------------------------*/

#nav{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	width: 180px;
	}

#nav ul{
	margin:0 0 10px 0;
	list-style: none;
	}

#nav li{
	margin: 5px;
	width: 170px;
	height: 24px;
	background: url(../img/button.jpg) 0 0 no-repeat;
	font-weight: bold;
	text-align: center;
	}

#nav li a{
	display: block;
	padding: 4px 0 0 0;
	width: 170px;
	height: 20px;
	text-decoration: none;
	color: #000000;
	}

#nav li a:hover{
	background: url(../img/button_over.jpg) 0 0 no-repeat;
	}

#nav p{
	margin: 10px 10px 0 10px ;
	}

#nav img{
	width: 120px;
	margin: 0 0 0 30px;
	}

