@charset "utf-8";

/* (c) 2007 coishi */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #666666;
	padding: 0 25px;
	background-color: #fff8f8;
	background-image: url(images/bg.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 200%;
	text-align: center;
}

#screen {
	margin: 0 auto;
	width: 700px;
	text-align: left;
}

img {
	border: 0;
	background-color: #fff;
}

ul {
	margin: 0 49px;
	position: relative;
	width: 600px;
}

li {
	display: block;
	list-style: none;
}

h3, p {
	margin: 0 49px;
	width: 600px;
	font-size: 12px;
}

h3 {
	font-weight: bold;
}

p {
	padding-bottom: 10px;
}

a {
	color: #ee4d4d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.right {
	text-align: right;
}

.hide {
	display: none;
}

/* HEADER */

#header, .item, .item_m, #footer {
	border-right: 1px solid #ccc;
	border-left: 1px solid #eee;
	background-color: #fff;
}

#header {
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
	height: 200px;
	overflow: hidden;
}

#top_left {
	position: relative;
	float: left;
	width: 310px;
	height: 200px;
}

#top_left img {
	position: absolute;
	top: 50px;
	left: 50px;
}

#top_right {
	position: relative;
	float: left;
	width: 100px;
	height: 150px;
}

#top_right li {
	display: block;
	width: 70px;
	height: 20px;
}

#top_right a {
	background-repeat: no-repeat;
	font-size: 0;
	text-indent: -1000em;
	text-decoration: none;
	line-height: 0;
}

#navi01 {
	position: absolute;
	top: 85px;
	left: 60px;
}

#navi02 {
	position: absolute;
	top: 85px;
	left: 180px;
}

#navi01 a {
	display: block;
	width: 70px;
	height: 20px;
	background-image: url(images/navi01.png);
}

#navi01 a:hover { background-position: -70px; }

#navi02 a {
	display: block;
	width: 65px;
	height: 20px;
	background-image: url(images/navi02.png);
}

#navi02 a:hover { background-position: -65px; }

/* CONTENTS */

.item, .item_m {
	margin-bottom: 40px;
	padding: 45px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}

.item_m {
	margin-top: 65px;
}

h2 {
	margin: 0 24px 45px;
	position: relative;
	width: 650px;
	height: 20px;
	background-image: url(images/h2.png);
}

h2 img {
	position: absolute;
	top: 0;
	left: 50px;
}

.jump {
	position: absolute;
	top: -65px;
	right: 10px;
	width: 40px;
	height: 20px;
	background-image: url(images/jump.png);
	background-repeat: no-repeat;
}

.jump a {
	margin-left: 10px;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	text-indent: -1000em;
	text-decoration: none;
	line-height: 0;
}

.item01, .item02, .item03 {
	margin-top: 40px;
	position: relative;
	width: 600px;
	height: 150px;
	background-repeat: no-repeat;
}

.item01 { background-image: url(images/item01.png); }
.item02 { background-image: url(images/item02.png); }
.item03 { background-image: url(images/item03.png); }

.item01 a, .item02 a, .item03 a {
	border: 1px solid #ffffff;
	display: block;
	position: absolute;
	top: 2px;
	left: 21px;
	width: 420px;
	height: 144px;
	text-decoration: none;
}

.item01 a:hover, .item02 a:hover, .item03 a:hover {
	border-color: #ee4d4d;
}

.item01 img, .item02 img, .item03 img {
	width: 420px;
	height: 144px;
}

.new {
	display: block;
	position: absolute;
	bottom: 2px;
	right: 35px;
	width: 80px;
	height: 42px;
	background-image: url(images/new.png);
	background-repeat: no-repeat;
	font-size: 0;
	text-indent: -1000em;
	line-height: 0;
}

.ver {
	display: block;
	position: absolute;
	bottom: 2px;
	right: 5px;
	width: 141px;
	height: 42px;
	background-image: url(images/ver.png);
	background-repeat: no-repeat;
	font-size: 0;
	text-indent: -1000em;
	line-height: 0;
}

.more {
	position: absolute;
	bottom: -82px;
	left: -50px;
	width: 700px;
	font-size: 12px;
}

.more span {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #eee;
	display: block;
	float: right;
	width: 153px;
	background-color: #fff;
	font-size: 12px;
}

.more a {
	margin: 9px 40px 12px;
	display: block;
	width: 73px;
	height: 15px;
	background-image: url(images/more.png);
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 0;
	text-indent: -1000em;
	line-height: 0;
}

.more a:hover { background-position: -73px; }

#about h2 { margin-bottom: 30px; }

/* SMALL ITEMS */

.small00 { overflow: hidden; }

.small01, .small02 {
	float: left;
	width: 200px;
	height: 150px;
}

.small02 {
	margin-bottom: 40px;
}

.small03 {
	padding-left: 25px;
	clear: both;
	font-size: 12px;
}

.small01 span, .small02 span {
	margin: 0 25px;
	border: 1px solid #ccc;
	display: block;
	width: 148px;
	height: 148px;
	overflow: hidden;
	background-color: #fff;
}

.small01 a, .small02 a {
	margin: 1px;
	border: 1px solid #fff;
	display: block;
	position: relative;
	width: 144px;
	height: 144px;
	overflow: hidden;
}

.small01 a:hover, .small02 a:hover { border-color: #ee4d4d; }

.small01 img, .small02 img {
	position: absolute;
	top: 0;
	left: -200px;
}

/* LINKS */

#links h2 { margin-bottom: 30px; }

#links h3 { margin-top: 10px; }

#links p { padding: 10px 48px; }

#links p a {
	padding: 1px;
	border: 1px solid #ccc;
	display: block;
	width: 500px;
	height: 60px;
}

#links p a:hover {
	text-decoration: none;
}

#links div {
	margin: 25px 50px 0;
	font-size: 12px;
}

/* FOOTER */

#footer {
	padding: 15px 50px;
	border-top: 1px solid #eee;
	font-size: 10px;
}
