/* ************************************************ 
 *	共通設定
 * ************************************************ */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font: 13px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Verdana',sans-serif;
	*font-size: small;
	*font: x-small;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	border: 0;
}

table {
	border: 0;
	border-collapse: collapse;
}


/* リンク */
/* ----------------------------------------------------- */
a:link,
a:visited,
a:active  { color: #333333; text-decoration: none;}
a:hover   { color: red; text-decoration: none;}

#container {
	margin:0 auto;
	width:920px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
#header {
	width:100%;
}

.header_link {
	list-style: none outside;
	padding:30px 0 30px 0;
	float: left;
	font-size: 100%;
}

.header_link a:link,
.header_link a:visited,
.header_link a:active {
	padding:0 20px 12px 20px ;
	margin:0 10px 0 10px ;
}

.header_link a:hover {
	border-style:none none solid none;
	border-width:2px;
	border-color:#eeeeee;
	padding:0 20px 12px 20px ;
	margin:0 10px 0 10px ;
	position:relative ;
}

#mainblock {
	width:100%;
}

#logo {
	width:730px;
	float: left;
	margin: 20px 0 0 0;
}

#nav {
	float: right;
	width:170px;
	margin: 50px 0 0 0;
}

.contents {
	width:100%;
	float:left;
	margin: 0 0 60px 0;
}

.list_border {
	width: 167px;
	list-style: none outside;
	border-style:none none solid none;
	border-width:1px;
	border-color:#eeeeee;
}

.list_border a {
	text-decoration: none;
	width: 167px;
	line-height: 26px;
	padding-left:3px ;
	display: block;
}

.list_border a:hover {
	width: 167px;
	background: #eeeeee;
}

.blog_title {
	width: 100%;
	border-style:none none solid none;
	border-width:1px;
	border-color:#eeeeee;
	line-height: 26px;
	font-weight: bolder;
	font-size: 93%;
	margin: 60px 0 5px 0;
}

#main {
	width:100%;
	padding: 60px 0 60px 0;
}

#main img {
	margin: 0px 0 0px 0;
}

#main table {
	width:900px;
	margin: 10px 0 0px 0;
}

#main td {
	text-align: center;
}

div#description {
	margin:0 0 0 0;
	padding:0 0 0 3px;
	font-size: 85%;
	line-height: 16px;
}

/* ------------------------------------- 
 *	フッター（メニュー,コピーライト）
 * ------------------------------------- */
#footer {
	width:100%;
	text-align:center;
	font-size: 85%;
	padding:0 0 30px 0;
}

#footer li {
	width:100%;
	list-style: none outside;
	border-style:solid none none none;
	border-width:1px;
	border-color:#eeeeee;
	padding-top:80px;
}

#footer .copyright {
}

.infoframe {
	width:910px;
	height:446px;
	border:1px solid #eeeeee;
	float: left;
	overflow:auto;
	margin:0 5px 0 5px;
	padding:0 0 0 0;
}

#map {
	width:100%;
}
