@charset "utf-8";

@import "base.css";

#container {
	position: absolute;
	height: 100%;
	width: 100%;
}

/********************************************* google map */

#map_area {
	position: absolute;
	height: 100%;
	width: 100%;
}

#gmap {
	width: 100%;
	height: 100%;
}

/********************************************* title */

#title {
	position: absolute;
	left: 460px;
	top: 60%;
}

#title h1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 43px;
	font-weight: normal;
	line-height: 85%;
}

#sub_title {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/********************************************* navi */

#navi {
	position: absolute;
	left: 460px;
	top: 0px;
	width: 278px;
	height: 31px;
}

#navi h2 {
	position: absolute;
	top: 25px;
	left: 0px;
	color: #C8C8C8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
}

#navi ul {
	display: block;
	width: 248px;
	height: 31px;
	list-style: none;
	padding: 0px 0px 0px 30px;
	background-image: url(../img/navi_background.png);
	background-repeat: no-repeat;
}
* html #navi ul{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/navi_background.png", sizingMethod="crop");
}

#navi ul li {
	position: relative;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding-left: 12px;
}

#navi ul li a {
	color: #FFFFFF;
}

#navi ul li a:hover {
	color: #CCFF00;
}

/********************************************* archives */

#archives {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 350px;
	height: 100%;
	/*overflow: hidden;*/
}

#archives h2 {
	padding-left: 3px;
	color: #C8C8C8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
}

#archives ul {
	display: block;
	list-style: none;
}

#archives ul li {
	position: relative;
	display: block;
	width: 354px;
	height: 206px;
	margin-bottom: 20px;
}

.archive_bg {
	position: absolute;
	background-image: url(../img/archive_background.png);
	width: 354px;
	height: 206px;
}

* html .archive_bg {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/archive_background.png", sizingMethod="crop");
}

#archives ul li h3 {
	display: block;
	position: absolute;
	width: 340px;
	height: 192px;
	top: 3px;
	left: 3px;
	font-size: 12px;
	font-weight: normal;
	visibility: hidden;
}

#archives ul li h3 a {
	position: absolute;
	display: block;
	width: 320px;
	height: 42px;
	padding: 140px 10px 10px 10px;
	top: 0px;
	left: 0px;
	background-image: url(../img/ami_ten_kuro2.gif);
}

#archives img {
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	border: none;
}

.area {
	position: absolute;
	bottom: -12px;
	left: 3px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

.date {
	display: block;
	width: 330px;
	height: 10px;
	padding: 5px;
	position: absolute;
	bottom: 11px;
	left: 3px;
	color: #CD0052;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	background-color: #000000;
	line-height: 100%;
}

/********************************************* archives_control */

#archives_control {
	display: block;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 400px;
	list-style: none;
	z-index: 10;
}

#archives_control li {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 33px;
}

#archives_up {
	background-image: url(../img/archives_up.png);
	top: 0px;
	height: 31px;
}
* html #archives_up {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/archives_up.png", sizingMethod="crop");
}

#archives_down {
	background-image: url(../img/archives_down.png);
	bottom: 0px;
	height: 22px;
}
* html #archives_down {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/archives_down.png", sizingMethod="crop");
}

/********************************************* tags */

#tags {
	display: block;
	position: absolute;
	top: 50px;
	left: 460px;
	width: 265px;
	list-style: none;
	z-index: 10;
	background-image: url(../img/ami_ten_kuro2.gif);
	padding: 5px 0px 5px 5px;
}

#tags li {
	display: inline-block;
	font-size: 11px;
	padding: 0px 10px 0px 17px;
	color: #CCFF00;
	cursor: pointer;
	background-image: url(../img/icon_point.png);
	background-repeat: no-repeat;
	background-position: center left;
} 
* html #tags li {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="common/img/icon_point.png", sizingMethod="crop");
}

/********************************************* copyright */

address#copyright {
	display: block;
	position: absolute;
	left: 460px;
	bottom: 15px;
	width: 163px;
	height: 51px;
}

address#copyright a {
	display: block;
	width: 163px;
	height: 51px;
}

address#copyright a img {
	border: none;
}




