﻿@charset "utf-8";

/* 臼杵市観光情報協会
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 0.03em;
	background-color: #65181d;
	text-align: center;
	line-height: 1.55;
}
a {
	color: #19598f;
}
a:visited {
	color: #939598;
}
a:hover {
	color: #6b8e23;
	text-decoration:underline;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}


/* ヘッダー
---------------------------------------------*/
#header {
	width: 1100px;
	height: 95px;
	margin: 0 auto;
	background : url(../img/header_bg.jpg) no-repeat; 
}
*html body #logo {
	float:left;
	margin:0 0 0 85px;
}
#logo {
	float:left;
	margin:0 0 0 170px;
}
/* トップ　パンフレットメニュー
---------------------------------------------*/
#info {
	float: right;
	width: 389px;
	height: 58px;
	margin: 0 ;
}




/* 文字の大きさ変更
---------------------------------------------*/
*html body #styleSwitch {
	float: left;
	margin: 15px 0 0 300px;
}
#styleSwitch {
	float: left;
	margin: 15px 0 0 325px;
}
#styleSwitch ul {
	list-style: none;
}
#styleSwitch li {
	font-size: 10px;
	color: #FFFFFF;
	float: left;
}
#move_day {
	background: url(../img/auto_bg.jpg);
}

#container {
	margin: 0 ;
	width: 1100px; 
	overflow: auto !important;
	overflow /**/:hidden;
   	text-align: center; 
	background: url(../img/auto_bg.jpg);
}




