@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;	
}
.rightBox {
	line-height: 1.2;
}
.rightBox img {
	margin-bottom: 4px;
}
.caption {
	padding-left: 10px;
}
dl.profile {
	padding-left: 20px;
}
dl.profile dt {
}
dl.profile dd {
	padding-left: 25px;
	padding-bottom: 3px;
}

table.history {
	width: 100%;
	border-collapse:separate;
}
table.history td,
table.history th {
	padding: 5px 7px;
}
table.history th {
	width: 120px;
}
table.history td {
	border-left: #ddd 2px solid;
	margin-bottom: 5px;
}
dl.staff {
	width: 550px;
}
dl.staff dt {
	float: left;
	clear: left;
	width: 120px;
	padding-right: 20px;
	margin-bottom: 1em;
}
dl.staff dd {
	float: left;
	width: 400px;
	height: 150px;
	margin-bottom: 1em;	
}
table.outline {
	margin: 1em 0 2em 0;
	width: 100%;
	border-collapse:separate;
}
table.outline td,
table.outline th {
	padding: 10px 7px;
}
table.outline th {
	width: 80px;
	vertical-align: top;
	border-bottom: #ddd 1px solid;
}
table.outline td {
	margin-bottom: 5px;
	border-bottom: #ddd 1px solid;
	border-left: #ddd 3px solid;
	padding-left: 15px;
}
h4 {
	clear: both;
}
table.tenpo {
	width: 550px;
	margin-bottom: 10px;
}
table.tenpo td {
	padding: 5px 2px;
	vertical-align: top;
}