@charset "utf-8";
/* CSS Document */

/* --- リンク色 --- */
a {
	color: #D4E4F5;
/*	text-decoration: none;*/
}

/*a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}*/


/* --- 全体 --- */
ul img {
	vertical-align: top;
	border: 0px;
}

/*.sukima {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 0px;
}*/

.left {
	float: left;
	display:inline;
}

.right {
	float: right;
	display:inline;
}

.cb {
	clear: both;
}

.t_left{
	text-align:left;
}

.t_tight{
	text-align:right;
}

.t_center{
	text-align:center;
}

.red{
	color:#E10010;
}

body {
	background-color: #333333;
	color: #FFFFFF;
}

#wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

p, li {
	line-height: 1.5em;
}


/* --- ヘッダー --- */
#header {
	height: 55px;
	padding-top: 5px;
	overflow:hidden;
}

#header #logo {
	padding-top: 2px;
}

#header #header_right {
	width: 620px;
}

#header h1 {
	height: 12px;
	text-align: right;
	font-size: 80%;
}

#header #title {
	padding-top: 9px;
	_padding-top: 10px;
}

/*ie7.8*/
*:first-child+html #header #title,
head~/* */body #header #title {
	padding-top: 11px;
}
html:not(:target) #header #title {
	padding-top: 9px;
}

#header #tel {
	padding-top: 5px;
}


/* --- グローバルナビ --- */
ul#gnavi li {
	float: left;
}


/* --- メインエリア --- */
#main {
	width: 500px;
	padding-top: 20px;
	padding-bottom: 25px;
}

#main {
	width: 500px;
	padding-top: 20px;
	padding-bottom: 25px;
}

#main #gotop {
	text-align: right;
	padding-top: 20px;
}


/* --- サイド --- */
#side {
	width: 180px;
	background-color: #666666;
}

#side .side_contents {
	padding: 10px;
}

#side p,
#side li {
	font-size: 80%;
}

#side h4 {
	font-weight: bold;
	line-height: 1.5em;
}

#side #map {
	padding-top: 10px;
}

#side #flashplayer {
	padding-bottom: 5px;
}


/* --- フッター --- */
#footer {
	width: 100%;
	height: 60px;
	background-image: url(../img/foot_bg.gif);
	background-repeat: repeat-x;
}

#footer address {
	text-align: center;
	font-size: 80%;
	padding-top: 10px;
}

.f10{
	font-size:10px;
}



