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

*{
margin:0px;
padding:0px;
font:"ＭＳ ゴシック", "Osaka－等幅";
color:#630;
}

a:link{color:#630; text-decoration: none; }
a:visited{color:#7E4A4D; text-decoration: none; }
a:hover{color:#6c3; text-decoration:underline; }
a:active{}
a:focus{}

a img{
border:none;
}

li{list-style:none;}

body{background:#ffffcc;}

h2{font-size:16px; margin-bottom:5px;}

h3{
	font-size:16px;
	font-weight: bold;
}

.caption{
padding-bottom:8px;
margin-bottom:5px;
border-bottom:1px #000 solid;
}

.caption img{
position:relative;
top:5px;
}

/* font */
.font10{ font-size:10px;}
.font12{ font-size:12px;}
.font14{ font-size:14px;}
.font16{ font-size:16px;}
.bold{font-weight:800;}

/* text */
.text-a{
margin-bottom:30px;
}
.text-a p{
	line-height: 150%;
	clear:both;
}

/* image */
.img-left{float:left;}
.img-right{font:right;}



#container{
background:#fff;
width:800px;
border-right:1px #000 solid;
border-left:1px #000 solid;
margin:auto;
}

/* ----------- main block  ----------- */
#head{
width:800px;
}

#main{
	padding-left:30px;
}

#foot{
width:800px;
height:70px;
margin-top:20px;
clear:both;
background:url(images/foot_bg.gif) no-repeat left bottom;
text-align:center;
}

#foot a{
color:#7F0000;
}

#foot p{
position:relative;
top:18px;
color:#333333;
}

#foot .font12{
margin-top:10px;
}

/* ----------- main block  ----------- */

/*  ----------- head -----------  */
#head-image{}

#head-menu{
height:53px;
	list-style:none;
	background-image: url(images/navi_bgr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:10px;
	padding-left:60px;
}

#head-menu ul li{
list-style:none;
float:left;
}

/*  ----------- head -----------  */

/*  ----------- main -----------  */
#main-left{
width:529px;
float:left;
padding-right:20px;
_padding-right:17px;
}

#main-right{
width:219px;
_width:210px;
hight:100%;
float:left;
border-left:1px solid #cea589;
padding-bottom:30px;
}

/* floatさせたボックスが親ボックスの外にはみ出すバグを回避（ここから） */
#main:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

#main { display:inline-table; }

/* Mac IE には適用させない ¥*/
* html #main { height:1px; }
#main { display:block; }
/* */
/* floatさせたボックスが親ボックスの外にはみ出すバグを回避（ここまで） */

/*  ----------- main -----------  */

/* main header */
#main-header{
	background-image: url(images/dotsline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:10px;
	margin-bottom:10px;
}


#page-caption{
font-size:15px;
line-height:1.5;
margin-bottom:15px;
}

/* pick up */
#pickup{
position:relative;
line-height:1.5;
}

#pickup-box{
position:relative;
top:-25px;
}

.pickup-media{
position: relative;
width:30px;
	top: 40px;
	left:10px;
	z-index:2;
}

.pickup-photo{
	float:left;
	margin-right:10px;
	z-index: 1;
	_position:relative;
	border:#663300 1px solid;
}

#pickup-title-box{}

.pickup-title-icon{
	display: inline;
}

.pickup-title{
display: inline;
font-weight:800;
position:relative;
top:-10px;
font-size:16px;
}

.pickup-title a{
text-decoration:none;
}

.pickup-line{margin-bottom:5px;
	}

.pickup-text{
font-size:12px;
line-height:1.5;
}

.pickup-continue{margin-top:5px;}


/* right module */
.right-module{
margin-bottom:20px;
}

/* catgorie */
#category{
padding-left:10px;
line-height:1.5;
}

/* seach foam　*/
#search{
padding-left:10px;
}

#search-foam{
margin-right:5px;
}

#search-foam input{
width:150px;
}

#search-btn{
position:relative;
top:10px;
}

/* map */
#map{
	width:219px;
	height:163px;
	font-size:10px;
	overflow: hidden;
}

#map-area-text{
	position:relative;
	width:50px;
	left:150px;
	top:-155px;
}

/* file type */
#file-type{
font-size:12px;
margin-left:10px;
}

#file-type ul{
margin-bottom:40px;
}

#file-type ul li img{
position:relative;
top:10px;
}

#file-type ul li a{
	text-decoration: none;
}



/* bar */
.bar-right{
margin-left:7px;
margin-bottom:10px;
}

/* keyword */
#keyword{
margin-top:20px;
padding:0px 10px;
font-size:10px;
}

#keyword span a{
display:inline;
text-decoration:none;
line-height:1.5;
}

#keyword span a:hover{text-decoration:underline; }