@charset "shift_jis";
/* CSS Document */

body {
	background-color:#fff;
}
.home{
	width:770px;
	background-color:#FFF;
	margin:auto;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:18px;
	font-weight:bold;
	text-align:right;
	color:#999;
}
.home a{
	text-decoration:none;
	color:#999;
	}
.home a:hover{
	text-decoration:none;
	color:#ccc;
	}
.home a:active{
	text-decoration:none;
	color:#999;
	}
.box1{
	border: #ccc 1px solid;
	width:770px;
	background-color:#FFF;
	margin:auto;
}
.box2{
	width:700px;
	background-color:#fff;
	padding:10px 10px 10px 10px;
	margin:10px 10px 10px 25px;
}
.box3{
	background-color:#FFF;
	padding:10px 30px 10px 60px;
}
.box4{
	background-color:#FFF;
	padding:20px 0px 20px 0px;
	border-bottom:#ccc 1px solid;
}
.text1{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:14px;
	color:#333;
	text-indent:1em;
	line-height:1.7;
	padding-bottom:5px;
}
.text_name{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:12px;
	color:#333;
	line-height:1.7;
	text-align:center;
}
.photo{
	text-align:center;
	width:180px;
}
.text{
	padding:10px;
	margin-bottom:20px;
}
.credit{
	text-align:right;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin-top:30px;
	margin-right:10px;
}
.day{
	text-align:right;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:14px;
	color:#333;
	margin-bottom:20px;
	margin-right:10px;
}
.title{
	font-weight:bold;
	padding:2px 10px 2px 10px;
	background-image:url(img/bg_title.gif);
	background-repeat:repeat-y;
	margin-top:20px;
}
.clear{
	clear:both;
}
.copy{
	border-top:#ccc 1px solid;
}
.red{
	color:#F00;
}
.bold{
	font-weight:bold;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}