@charset "shift_jis";
/* CSS Document */

body {
	background-color:#fff;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:14px;
	color:#000;
}
.home{
	width:760px;
	margin:auto;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	color:#000;
	position:absolute;
	padding:5px;
}
.home a{
	text-decoration:none;
	color:#FFF;
	}
.home a:visited{
	text-decoration:none;
	color:#FFF;
	}
.home a:hover{
	text-decoration:none;
	color:#ccc;
	}
.container{
	border: #ccc 1px solid;
	width:770px;
	background-color:#FFF;
	margin:auto;
	position:relative;
}
.content{
	width:700px;
	background-color:#fff;
	padding:10px 10px 10px 10px;
	margin:10px 10px 10px 25px;
}
.content a{
	color:#F63;
}
.info{
	border:#F90 1px solid;
	padding:10px;
}
.content_sub{
	margin:10px 0px; 
	border:#F90 1px dotted;
	padding-left:5px;
}
.content_sub_none{
	margin:10px 0px 0px; 
	padding-left:5px;
}
.copy{
	border-top:#ccc 1px solid;
}
.text1{
	color:#333;
	text-indent:1em;
	line-height:1.7;
	padding-bottom:5px;
}
.text2{
	color:#333;
	line-height:1.7;
	padding-bottom:5px;
}
.photo{
	text-align:center;
	width:180px;
}
.credit{
	text-align:right;
	font-weight:bold;
	color:#333;
	margin-top:30px;
	margin-right:10px;
}
.date{
	color:#000;
	padding:0 150px 0 0px;
	text-align:right;
}
.title_top{
	font-weight:bold;
	padding:60px 0px 0px 100px;
	background-image:url(img/title.jpg);
	background-repeat:no-repeat;
	height:51px;
}
.title_faci{
	line-height:1.7;
	padding-bottom:5px;
	background-color:#F90;
	color:#FFF;
	font-weight:bold;
	padding-left:5px;
}
.red{
	color:#F00;
}
.write{
	color:#FFF;
}
.bold{
	font-weight:bold;
}
.small{
	font-size:12px;
	font-weight:normal;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.text_right{
	text-align:right;
}
.indent{
	text-indent:-1em;
	padding-left:1em;
}
.line{
	border:#333333 solid 1px;
}
.under_line{
	border-bottom:#333333 dashed 1px;
}