@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/top/css/yui-font.css";
@import "/common/themes/top/css/default.css"; /* initial setting */
@import "/common/themes/top/css/layout.css";/* layout style */
@import "/common/themes/top/css/content.css";/* layout style */
@import "/common/themes/top/css/blogstyle.css";/* blog control style */

/*
===== 1: link setting ===========================
*/
a:link{
	color: #346bb2;
	text-decoration: none;
}
a:visited{
	color: #346bb2;
	text-decoration: none;	
}
a:hover{
	color: #f3802e;
	text-decoration:underline;	
}
a:active{
	color: #346bb2;
	text-decoration: none;	
}

table.recruit {
	width: 100%;

}
table.recruit td,
table.recruit th {
	padding: 5px 7px;

}
table.recruit th {
	width: 95px;
	vertical-align: top;
	background: #eed4a3;
	border-bottom: #fff 2px solid;
}

dl.message dt {
	clear: left;
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 3px;
}
dl.message dd {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: #ddd 1px dotted;
}
/* ¥ */
* html dl.message dd {
	height: 1%;
}
/**/
dl.message dd {
	zoom: 1;
}
dl.message dd:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}


.leftBox {
	float: left;
	margin: 0 20px 10px 0;
}

dl.mapText {
	margin: 1em 0 0.5em 0;
	width: 330px;
}
dl.mapText dt {
	background: url(images/map.gif) no-repeat 80px 0px;
	padding-left: 0px;
	width: 100px;
	float: left;
	clear: left;
	margin-bottom: 5px;
}
dl.mapText dd {
	margin-left: 120px;
	width: 210px;
}
.map_links {
	margin-bottom: 2em;
	margin-left: 120px;
	background: url(images/map_point.jpg) no-repeat 0 4px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul.photo {
	margin: 10px 0;
}
ul.photo li {
	float: left;
	margin-right: 7px;
}
ul.photo li.lastChild {
	margin-right: 0;
}