@charset "UTF-8";

@import url("reset.css");
@import url("cf.css");


/*----------------------------------------
		base.css
----------------------------------------*/
html {
	width: 100%;
	height: 100%;
}
body {
	background: #FFF;
	color: #000;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Sans Unicode","Arial","Verdana","sans-serif";
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
}
#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
#wrap {
	width: 980px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-490px;
	margin-top:-300px;
}
#main {
	width: 980px;
	height: 500px;
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
#main .left {
	width: 500px;
	height: 500px;
}
#main .right {
	width: 400px;
	height: 300px;
	padding: 200px 0 0 0;
	position: relative;
}
#main .right p {
	margin-bottom: 20px;
}
.more a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#footer {
	width: 980px;
	height: 80px;
	padding: 20px 0 0;
	margin: 0 auto;
	position: relative;
}
#footer .left {
	position: absolute;
	bottom: 20px;
	left: 0;
}
#footer .right {
	position: absolute;
	bottom: 20px;
	right: 0;
}

#idea {
	width: 500px;
	height: auto;
	padding: 0 15px;
	font-family: "Times New Roman", Times, serif;
}
#idea dl {
	margin-bottom: 10px;
}
#idea dl dt {
	font-size: 14px;
	font-weight: bold;
	margin: 7px 0 0;
}

/* :::::: MAIN :::::: */
@media projection, screen {
	#plsp div.hide { display: none; }
}
@media print {
	#plsp ul.tabnav { display: none; }
}
#plsp {
	position: relative;
	width: 400px;
	height: 300px;
	margin: 0 auto;
	font-family: "Times New Roman", Times, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#plsp ul.tabnav {
	position: absolute;
	bottom: 0;
	right: 0;
}
#plsp ul.tabnav li {
	float: left;
	margin-right: 5px;
}
#plsp ul.tabnav li,
#plsp ul.tabnav li a {
	width: 20px;
	height: 20px;
}
#plsp ul.tabnav li a {
	display: block;
	background: transparent url(/img/no.gif) right no-repeat;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
#plsp ul.tabnav li a:hover {
	background-position: center;
}
#plsp ul.tabnav li.select a {
	background-position: left;
}

#plsp h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
#plsp p {
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 1.5px;
}
