@charset "utf-8";

/*------------------------------
	1.Font Setting
------------------------------*/
table,
p,
dl,
ol li {
	font-size:100%;
/*	*font-size: small;*/
	*font: small;
	text-align:justify;
}
/*------------------------------
	2.Universal Setting
------------------------------*/
* {
	margin:0;
	padding:0;
	line-height:1.4;
	color:#fff;
	font-size:100%;
	font-style:normal;
}
table,th,p,dl,dt,dd,li,
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
#foot_main_inner p,
#pagetop p {
	color:#666;
}
/*------------------------------
	3.Common Setting
------------------------------*/
body {
	background-color:#000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image:url(../images/lib_image/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/*------------------------------
	4.Text Setting
------------------------------*/
p {
	font-size:75%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear:both;
}
h1 {
	font-size:169%;
}
h2 {
	font-size:144%;
}
h3 {
	font-size:122%;
}
h4 {
	font-size:107%;
}
h5 {
}
h6 {
}
strong {
	font-weight:bold!important;
}
/*------------------------------
	5.HT Setting
------------------------------*/
a {
	line-height:normal;
}
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/*------------------------------
	6.List Setting
------------------------------*/
ul {
	margin:0px;
}
li {
	list-style:none;
}
ol li {
	list-style-type: decimal;
	margin-left:1.7em;
}
dt,dd {
	line-height:normal;
}
/*------------------------------
	7.Form Setting
------------------------------*/
input {
	line-height:1.2;
}
/*------------------------------
	8.Table Setting
------------------------------*/
table {
		padding:0px;
		border-collapse:collapse;
}
th,td {
	vertical-align:top;
}
/*------------------------------
	9.Image Setting
------------------------------*/
a img {
	border:none;
}
img {
	vertical-align:bottom;
}


.cl{
	clear:both;
	line-height: 0;
}
#container-inner {
	width: 700px;
}
#container-main {
	width: 700px;
	float:left;
}
#header,
#set_cap,
#set_cont {
	position:static;
}

#container {
	background-image:url(../images/sp/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container-inner {
	margin:0 auto;
	overflow: hidden;
}
#header {
}
#header-inner {
	clear: both;
	background-image: url(../images/sp/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 700px;
}
#header-inner .closebtn{
	padding-left:156px;
	padding-top:22px;
	width: 50px;
	height: 13px;
}
#header-inner p.headtext {
	margin-top:230px;
	margin-left:20px;
	width: 460px;
}

#content {
	clear: both;
}
#content-inner {
}
#flasharea {
	width:700px;
	height:540px;
	margin:20px auto;
}

.pagetop {
	clear:both;
	padding-top:20px;
	padding-bottom:10px;
	margin-left:auto;
}
.pagetop p {
	text-align:right;
}

.pagetop a {
	text-decoration:underline;
}

#footer {
	background-color:#fff;
}

#footer #foot_menu,
#footer #foot_main,
#footer #foot_corp {
	clear: both;
	height: 40px;
	background-color: #fff;
}
#footer #foot_menu {
	border-bottom: 1px solid #aaaaaa;
	height: 40px;
}
#footer #foot_menu_inner,
#foot_main #foot_main_inner,
#foot_corp #foot_corp_inner {
	width:700px;
	margin:0 auto;
}
#footer #foot_menu_inner li {
	float:left;
	padding: 0 10px;
	border-right:1px solid #fff;
}
#footer #foot_menu_inner li.last {
	border-right:none;
}
#foot_main #foot_main_inner #foot_logo {
	float: left;
}
#foot_main #foot_main_inner #foot_navi {
	float: right;
	width:26em;
	padding-top:7px;
}
#foot_main #foot_main_inner #foot_navi li {
	float: left;
	padding-left: 16px;
	background-image: url(../images/lib_image/blk_sq.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#foot_corp {
	padding-top:5px;
	background-color:#000;
	padding-bottom: 20px;
}
#foot_corp #foot_corp_inner p {

}
