@charset "UTF-8";

body {
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	line-height:1.2em;
}
img {
	border:none;
	border-width:0;
}

a:link,a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}


#header {
	background-color: #000000;
	color:#fff;
	wodth:100%;
	height:83px;
}

.inner {
	display:block;
	width: 950px;
	margin: 0 auto 0 auto;
}
img.logo {
	margin-top:15px;
	margin-bottom:15px;
	float:left;
}
h1{
	float: right;
	display:block;
	font-size:10px;
	font-weight:normal;
	line-height:1.1em;
	margin-top:20px;
	text-align:right;
}
h1 img{
	margin:10px 10px 0 10px;
}
a:hover img.btn-top{
	background-color:#666;
}
#topimg {
	background-image: url(../img/bg-topimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 388px;
	width: 100%;
	text-align:center;
	margin-bottom:15px;
}
#topimg img {
	width:950px;
	margin:0 auto 0 auto;
}
a:hover img.btnon{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	background-color:#eee;
}
.p1 {
	background:url(../img/p1.jpg) no-repeat left top;
}
.p2 {
	background:url(../img/p2.jpg) no-repeat left top;
}
.p3 {
	background:url(../img/p3.jpg) no-repeat left top;
}

.p1 a,.p2 a,.p3 a {
	display:block;
	width:270px;
	height:270px;
	cursor:pointer;
	text-decoration:none;
	left:0;
	top:0;
	z-index:10;
}
.p1 a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
}

.ptxt {
	display:block;
	position:absolute;
	background:url(../img/black85.png);
	width:260px;
	height:65px;
	padding:5px;
	font-size:12px;
	line-height:18px;
	color:#fff;
	margin-top:195px;
	z-index:5;
}
a:hover .ptxt{
	margin-top:0px;
	height:65px;
	padding-top:200px;
}


.footmenu {
	width: 950px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.footmenu a:link,.footmenu a:visited {
	color:#000;
	text-decoration:none;
}
.footmenu a:hover{
	color:#666;
	text-decoration:none;
}

.right{
	float:right;
}
.footerbar {
	background-image: url(../img/bg-ft.gif);
	background-repeat: repeat-x;
	height: 18px;
	width: 100%;
}
.footer {
	margin-bottom:30px;
	font-size:11px;
}

#menu {
	background-color: #eeeeee;
	text-align: center;
	height: 60px;
	width: 100%;
	border-bottom:#999 solid 4px;
}
#menu a{
	dispray:block;
	height: 60px;
	padding: 0 23px 0;
	float:left;
}
#menu a:hover,#menu a.now{
	background-color:#ccc;
	border-bottom:#000000 solid 4px;
}

.list {
	width: 950px;
	clear:both;
}
.list li{
	list-stile:none;
	display:block;
	width:300px;
	height:350px;
	margin: 20px 8px 20px;
	float:left;
	text-align:center;
}
.list li img {
	width:300px;
	max-height:300px;
	margin-bottom:5px;
}
.list li .cate{
	display:block;
	width:290px;
	text-align:center;
	padding:5px;
	background-color:#EEE;
}
.list li a{
	font-size:14px;
	line-height:20px;
	color:#000;
	text-decoration:none;
}
.itemttl {
	font-size: 18px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px dotted #999999;
	border-left: 8px solid #CCCCCC;
}
.sub{
	font-size: 12px;
	line-height: 30px;
	float:right;
	margin-right:15px;
	color:#666;
}
.item img {
	margin-right:10px;
	margin-bottom:20px;
	padding: 5px;
	border:#ccc solid 1px;
	margin:5px;
}
.item{
	font-size:14px;
	line-height:20px;
}
.item li {
	list-style:none;
	display:block;
	float:left;
}
.item li a img{
	height:150px;
}
img.item-main{
	margin-right:30px;
}
.red {
	color:#FF0000;
}

img.border0 {
	border:none;
}