@charset "Shift_JIS";
/****** body ******/
body {
	width:100%;
	margin:0 auto;
	text-align:center;
	color:#333;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size:0.9em;
	line-height:1.5em;
}
/****** link ******/
a:link, a:visited, a:active {
	color:#333;
	text-decoration:none;
	background:none;
}
a:hover {
	color:#F00;
	text-decoration:none;
	background:none;
}
/****** etc ******/
.red {
	color:#D00;
}
.blue {
	color:#36C;
}
.small {
	font-size:small;
}
.large {
	font-size:large;
}
hr {
	clear:both !important;
	border:0;
	border-top:1px dotted #333;
}
.frame {
	border:1px dotted #CCC;
	padding:20px;
}
/****** #wrap ******/
#wrap {
	clear:both !important;
	width:100%;
	margin:0 auto;
	text-align:center;
}
/****** header ******/
.header {
	clear:both !important;
	width:1000px;
	margin:0 auto;
	text-align:center;
	margin-bottom:30px;
	overflow:hidden;
}
/****** content ******/
.content {
	clear:both !important;
	width:880px;
	margin:0 auto;
	text-align:center;
	margin-bottom:100px;
	overflow:hidden;
}
.content p {
	line-height:1.5;
	text-align:center;
	margin-bottom:50px;
	overflow:hidden;
}
.content ul {
	margin-bottom:30px;
	overflow:hidden;
}
.content ul li {
	float:left;
 *display:inline;
 *zoom:1;
}
.content_padding {
	padding-right:80px;
}
.content a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}
/****** clearfix ハック フロート解除 ******/
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
