@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	color:#666666;
	line-height: 1.3em;
}
html{
    height:100%;
}
body{
    height:100%;
}
#wrap{
    width: 100%;
    margin:0px auto;
	background: url(../commons/head-back.png) repeat-x;
}
#main{
	width: 700px;
	padding-top: 125px;
	margin: auto;
    padding-bottom:20px;
}
img {
	border: 0;
	vertical-align: bottom;
}
a:link {
 color: #333333;
 text-decoration: underline;
}
a:visited {
 color: #333333;
 text-decoration: underline;
}
a:hover, a:active {
 color: #CE6FAF;
 text-decoration: underline;
}
/* header
---------------------------------------- */
#header {
	padding-top: 1px;
	height: 120px;
}
ul#top-navi {
	float: right;
	list-style: none;
	margin-top: 90px;
}
ul#top-navi li {
	display: inline;
	float: left;
	margin: 0 0 0 7px;
}
/* navi
---------------------------------------- */
ul#navi {
	width: 700px;
	margin: 0 0 35px 0;
}
ul#navi li {
	display: inline;
	list-style: none;
	margin-right: 7px;
	font-size: 88%;
}
/* content
---------------------------------------- */
#content {
	clear: both;
	margin: 0 0 30px 0;
	width: 700px;
}
h1 {
	clear: both;
	margin: 50px 0 20px 0;
}
h1#pvtit {
	font-size: 90%;
	font-weight: bold;
}
#pv {
	width: 600px;
	margin: auto;
}
#pv ul {
	width: 550px;
	margin: 10px auto;
	font-size: 85%;
}
#pv ul li {
	margin: 10px 0;
	list-style: none;
}
#pv h2 {
	margin: 20px 0 0 0;
	font-size: 85%;
	font-weight: bold;
}
/* footer
---------------------------------------- */
#top {
	clear: both;
	text-align: right;
	padding-right: 15px;
	font-size: 70%;
}
#footer{
	clear: both;
    width:100%;
	height: 80px;
	margin: auto;
	background: url(../commons/bot-back.png) repeat-x;
}
#foot-content {
	width: 700px;
	margin: auto;
}
p#pv{
	float: left;
	font-size: 60%;
	width: 200px;
}
p#copy-txt {
	float: right;
	margin-right: 3px;
	font-size: 60%;
}
