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

#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #ccc;
}
#footer a:hover {
	color: #ccc;
}

a:hover img {
-moz-opacity:0.7;
opacity:0.7;
filter: alpha(opacity=50);
}

a:active {
	color: #ccc;
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	font-family:  "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
	color: #666666;
	font-size: 100%;
	background-color: #FFFFFF;
	}
* html img{ /* IE-expression (fix png alpha) */
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
this.style.behavior = "none"
);
}

h1{
	
}
.profile {
padding: 10px;
margin-top: 15px;
border: 2px solid #656565;
margin-right: 15px;
margin-left: 15px;
}
.profile:after { content: ""; display: block; clear: both; }
.img_l {
width: 100px;
float: left;
padding-right: 15px;
margin-right: 10px;
background-color: #FFFFFF;
}
.profile h3 {
background-color: #656565;
font-size: 14px;
font-weight: bold;
padding: 6px;
font-family: Verdana;
color: #FFFFFF;
margin:0;
}
.profile p {
margin: 0px;
padding-bottom: 0px;
line-height: 22px;
text-indent: 0px;
font-size:80%;
}





div.img-horizonal{
margin:0 auto 40px auto;
}
div.img-horizonal:after { content: ""; display: block; clear: both; }
div.img-horizonal div{
margin-right:5px;
}

span.caption{
	font-size:75%;
	line-height:1.2;
	display:block;
	margin:4px 0 0 0;
	color:#5050A0;
	padding:0 7px 0 3px;
	
}
p{
	margin-top: 0px;
	font-size:90%;
	line-height:1.8;
	padding:0 0 0.9em 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

#container{
	width: 100%;
	height: 100%;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	}

.header{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	}

.box{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
	}

.subtitlebox{
	height: 50px;
	margin-bottom: 25px;
	background-color: #454545;
	overflow: hidden;
	}

.subtitleinbox{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/st_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	overflow: hidden;
	}

.subtitle{
	color: #464646;
	font-size: 22px;
	font-weight: lighter;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
.stone{
	line-height: 50px;
	}

.tbl{
	margin-top: 40px;
	margin-bottom: 20px;
}

.capt {
	font-size: 12px;
	line-height: 1.5em;
	color: #464646;
	margin-top: 10px;
}

#footer{
	background-color: #454545;
}

#footer .fbox{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}

#footer .link{
	margin-bottom: 15px;
}

#footer .ftitle{
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	}

#footer .furl{
	font-size: 70%;
	padding: 0px;
	margin-bottom: 12px;
	}

#footer .cre{
	font-size: 70%;
	line-height: 1.5em;
	color: #FFF;
	}
