@charset "utf-8";

/*===================================================
制作日：2009.05.21
製作者：y.matsunaga
更新日：
更新者：

==================================================== */
/* key_visual
---------------------------------------------------- */
#key_visual h3{
	color: #FFF;
}

/* subnavi
---------------------------------------------------- */
.aboutus #subnavi{
	margin-left: 5px;
}

/* side_menu
---------------------------------------------------- */
.aboutus #side_menu h2{
	background: url(../images/common/side-title_aboutus.gif) no-repeat left top;
}

.profile #side_menu h3#s_menu1 a{
	color: #338999;
	background: #d3e9cd url(../images/common/arrow_green.gif) no-repeat 5px 50%;
	padding-left: 15px;
}
.message #side_menu h3#s_menu2 a{
	color: #338999;
	background: #d3e9cd url(../images/common/arrow_green.gif) no-repeat 5px 50%;
	padding-left: 15px;
}
.organization #side_menu h3#s_menu3 a{
	color: #338999;
	background: #d3e9cd url(../images/common/arrow_green.gif) no-repeat 5px 50%;
	padding-left: 15px;
}

/* outline
---------------------------------------------------- */
table#outline {
	border: 1px solid #CCC;
	width: 100%;
}
table#outline th,
table#outline td{
	border: 1px solid #CCC;
	padding: 5px 10px;
	
}
table#outline th{
	background-color: #c42605;
	font-weight: bold;
	color: #FFF;
	width: 20%;
	border-right-style: dotted;
}
table#outline td{
	border-left: none;
}

dl#history dt{
	float:left;
	text-align: right;
	font-weight: bold;
	width: 7em;
	margin-right: 20px;
	clear: both;
}
dl#history dd{
	margin-left: 6.2em;
	padding-bottom: 0.5em;
}
/* message
---------------------------------------------------- */
#message_kogure{
}
#message_kogure_picture{
	float: left;
	width: 235px;
	margin-right: 15px;
}
#message_kogure_text{
	float: left;
	width: 900px;
}
#profile-kogure{
	border-top: 1px solid #CCC;
	padding-top: 20px;
}
#profile-kogure h3{
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
}
#profile-kogure h4{
	color: #c42605;
	font-weight: bold;
}
#profile-kogure dl{
	margin-left: 10px;
	margin-bottom:15px;
}
#profile-kogure dt,
#profile-kogure dd{
	padding-left: 10px;
}
#profile-kogure dt{
	font-weight: bold;
	border-top: 1px dotted #CCC;
	margin-top: 5px;
	padding-top: 5px;
}

/* personnel
---------------------------------------------------- */
#human dt{
	font-weight: bold;
	margin-top: 5px;
	padding-top: 5px;
}

#founder{
}
#founder h3.founder-name{
	width: 100%;
	margin-bottom: 10px;
}
#founder .founder-list{
	margin-bottom:5px;
}
#founder .founder-photo{
	float: left;
	width: 105px;
	margin-right: 20px;
}
#founder .founder-photo img{
	border: 1px solid #CCC;
	padding: 1px;
}
