﻿@charset "utf-8";

/*----------------------------------------------------
　 main contents
----------------------------------------------------*/
#wrapper {
	width: 1001px;
	height: auto;
	margin: 30px auto 65px;
	overflow:hidden;
}

#top_contL {
	float: left;
	height: auto;
	width: 730px;
	margin: 0;
	padding: 0px;
}

#top_contR {
	float: right;
	height: auto;
	width: 235px;
	margin:0;
	padding: 0px;
}

#top_contR p.btn {
	margin:0 0 20px 0;
}

#top_contR p.btn a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*----------------------------------------------------
　left
----------------------------------------------------*/


/*----------------------------------------------------
　side
----------------------------------------------------*/

/* side nav
***************************/
#side_nav{
	margin:0 0 20px 0;
	padding:0;
}

#side_nav ul{
	margin:0;
	padding:0;
	border-style: dashed;
	border-color: #CCC;
	border-width: 1px 0 0 0;
}

#side_nav ul li{
	margin: 0 0 0 0;
	padding: 8px 0 8px 30px;
	width: 235px;
	list-style-type: none;
	background-image: url(../images/list_icon.jpg);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	border-style: dashed;
	border-color: #CCC;
	border-width: 0 0 1px 0;
}

#side_nav ul li a,
#side_nav ul li a:visited{
	color:#000000;
}

#side_nav ul li a:hover{
	color:#FF8000;
	text-decoration:underline;
}

/* side info
***************************/
#side_back {
	width: 233px;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0;
	background-color:#F6F6F6;
	border-width:1px;
	border-color:#DDDDDD;
	border-style:solid;
}

#side_info {
	width: 226px;
	margin: 10px auto 10px;
	padding: 0;
}

#side_info p.map{
	text-align:center;
	margin:0 0 15px 0;
}

#side_info p.add{
	width:220px;
	margin:0 auto 20px;
	font-size:12px;
	color:#7A664C;
}

#side_info p a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*----------------------------------------------------
　新着情報
----------------------------------------------------*/
#topics-title{
	width: 730px;
	height: 54px;
	background-image: url(../images/news.jpg);
	clear: both;
	position: relative;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}

#top_topics_main {
	width: 730px;
	height: 100px;
	padding: 0;
	margin: 0 0 20px 0;
}

/* バックナンバー */
#kakokiji {
	display: block;
	width: 120px;
	height: 18px;
	text-indent: -9999px;
	position:absolute;
	top:15px;
	right: 10px;
}

#kakokiji a {
	display:block;
	width: 120px;
	height: 18px;
	text-indent:-9999px;
}

/*----------------------------------------------------
　サイト内更新
----------------------------------------------------*/
#updating{
	width: 730px;
	height: 220px;
	padding: 0;
	overflow:auto;
}

/* MG Bottom
***************************************/
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 10px !important; }
.MG-B15 { margin-bottom: 15px !important; }
