@charset "utf-8";

/* メイン初期設定 */
html {
  overflow-y:scroll;
}
body{
	margin:0;
	padding:0;
	background:url(../images/backimage.png) #2D3343;
	color:#fff;
	line-height:20px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
a:link,a:visited,a:active {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#9ff;
	text-decoration:none;
}
#wrap {
	width:790px;
	margin:0 auto;	
	padding:0;
}
.container {
	width:760px;
	margin:0 auto;
	padding:0;
}
img {
	border:none;
}
p {
	margin:0;
	padding:0;
}
ul {
	margin:0;
	padding:0;
}
hr {
  	margin:10px 0px;
	width:98%;
   	border:dotted #000;
   	border-width:1px 0 0 0;
   	height:1px;/* for IE6 */
   	clear:both;/* for IE6 */
}
.clear {clear:both;}

/* ヘッダ */
#oldbrows {
	color:#ff0;
	font-size:14px;
	font-weight:bold;
}
#header {
	margin:30px 0px 10px 0px;
	font-size:10px;
}
#header_copy {
	margin-left:4px;
  	color:#aaa;
	float:left;
}
#header_menu {
	margin-right:4px;
	float:right;
}
#header li {
	list-style:none;
	float:left;
}

/* ロゴ */
#logo {
	width:520px;
	float:left;
}

/* お問い合わせ */
#contactus {
	width:220px;
	float:right;
}
#label_mail {
	margin:0px 0px 5px 0px;
}
#address_txt {
	padding-right:4px;
	font-size:10px;	
	text-align:right;
}
#tell_txt{
	padding-right:4px;
	text-align:right;
	font-size:15px;
	font-weight:bold;
}
#tell_txt img{
	vertical-align:top;
}
#label_mail_print {
	display:none;
}

/* 記事　画像 */
.images_left {
	width:520px;
	float:left;
	margin-top:5px;
}
.images_right {
	width:220px;
	float:right;
	margin-top:5px;
}
.label_images_left {
	width:520px;
	float:left;
	margin-top:25px;
}
.label_images_right {
	width:220px;
	float:right;
	margin-top:25px;
}

/* 記事　事業案内 */
#contents_business {
	width:220px;
	float:right;
}
#contents_business p {
	margin:15px 0px 20px 0px;
	padding:0px 4px;
	font-size:14px;
}
#contents_business_week {
	padding:0px 4px;
}
#contents_business_week table{
	border-collapse:collapse;
	font-size:12px;
}
.holiday {
	color:#aa4;
}
/* アクセス */
.access_cap {
	font-weight:bold;
	color:#797;
}

/* フッター */
#fotter {
	font-size:10px;
	margin-bottom:40px;
}
#label_fotter {
	margin-top:10px;
}
#fotter_menu {
	width:350px;
	float:left;
}
#fotter_menu li {
	list-style:none;
	float:left;
}
#footer_text {
	float:right;
}
#footer_text p{
	width:400px;
	text-align:right;
	padding-right:1px;
	color:#aaa;
}