@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}
img {
	border:none;
	vertical-align:bottom;
	}
ul {
	list-style:none;
	}
a {
	outline:none;
	}
a:link {
	}
a:hover {
	text-decoration:none;
	}
body {
	font-size:12px;
	color:#333;
	background-image:url(../img/body_bg.jpg);
	text-align:center;
	}
#header {
	width:100%;
	background-image:url(../img/header_bg.jpg);
	background-repeat:repeat-x;
	height:495px;
	}
#header_inner {
	width:1000px;
	margin:0px auto;
	text-align:left;
	}
h1 {
	font-size:12px;
	width:400px;
	float:left;
	display:inline;
	color:#FFF;
	line-height:18px;
	margin:7px 0px 0px 10px ;
	}
.logo {
	float:left;
	margin-bottom:10px;
	}
.tel {
	float:right;
	}
	
#main_content {
	margin:0px auto;
	text-align:left;
	width:1000px;
	background-image:url(../img/content_body.jpg);
	}
#left_index {
	float:left;
	display:inline;
	width:530px;
	margin:0px 0px 0px 20px;
	}
#feed {
	background-image:url(../img/blog_bg.jpg);
	width:529px;
	height:174px;
	margin:10px 0px 0px 0px ;
	overflow:hidden;
	}
#feed div {
	width:489px;
	margin:15px 0px 0px 20px;
	float:left;
	display:inline;
	border-bottom:1px dotted #999;
	padding-bottom:2px;
	background-image:url(../img/b_arw.gif);
	background-repeat:no-repeat;
	text-indent:19px;
	}
#feed div a:link {
	color:#666;
	}
#feed div a:visited {
	color:#996;
	}
.onlinephoto {
	width:529px;
	height:214px;
	background-image:url(../img/onlinephoto_bg.jpg);
	}
.onlinephoto a {
	float:left;
	display:inline;
	margin:120px 0px 0px 10px;
	}

#right_index {
	float:right;
	display:inline;
	width:410px;
	margin:0px 20px 0px 0px;
	}
dl.pickup {
	margin-top:10px;
	}
.pickup_group {
	width:100%;
	margin:0px;
	clear:both;
	}
dl.pickup dt {
	width:164px;
	height:112px;
	float:left;
	display:inline;
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
	}
dl.pickup dd {
	float:right;
	display:inline;
	width:246px;
	height:112px;
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
	}
dl.pickup_inner {
	width:236px;
	margin:0px 0px 0px 10px;
	}
dl.pickup_inner dt {
	background-image:url(../img/arw.jpg);
	background-repeat:no-repeat;
	background-position:0px 1px;
	text-indent:20px;
	width:236px;
	height:auto;
	margin:2px 0px 0px 0px;
	font-size:14px;
	border-bottom:1px solid #1ecaf7;
	padding-bottom:3px;
	border:none;
	padding:0px;
	}
dl.pickup_inner dd {
	width:236px;
	height:auto;
	margin:6px 0px 0px 0px;
	line-height:20px;
	border:none;
	padding:0px;
	}
 
#footer {
	clear:both;
	background-image:url(../img/footer_bg.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	width:100%;
	color:#FFF;
	text-align:center;
	padding:17px 0px 17px 0px;
	line-height:20px;
	}
#footer a:link {
	color:#FFF;
	}
#footer a:visited {
	color:#6FF;
	}
	


