@charset "Shift-JIS";
/**********************************************************************
**********************************************************************/


/* -----------------------------------------------
タグ初期化
------------------------------------------------- */
body, div, p, ul, li, dl, dt, dd, img, a, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	line-height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

img {
	border:none;
	vertical-align:top;
}

ul, dl, ol {
	list-style-type:none;
}

strong {
	font-weight:normal;
}

address {
	font-style:normal;
}

body {
				background-color:#E4E4E4;
    font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
				height:100%;
}
table {
    font-size:inherit;
    font:100%;
}


/* -----------------------------------------------
汎用クラス
------------------------------------------------- */
.floatLeft  {float: left;}
.floatRight {float: right;}
.clearer    {clear: both;}

/* clearfixハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a {
 text-decoration:none;
	color:#333;
	outline:none;
}

a:hover {
 text-decoration:underline;
}


/* -----------------------------------------------
コンテンツ
------------------------------------------------- */
div#contents {
	background:#FFF url(../img/bg_bottom.gif) center bottom no-repeat;
	padding:23px 0px 70px 0px;
}

div#contents h1 {
	text-align:center;
	margin-bottom:40px;
}

div#contents ul {
	width:818px;
	margin:0px auto;
}

div#contents ul li#site1 {
	position:relative;
	top:0px;
	float:left;
}

div#contents ul li#site2 {
	position:relative;
	top:0px;
	float:right;
}

div#contents ul li {
	width:380px;
	position:relative;
}

div#contents ul li p.release {
	position:absolute;
	left:-34px;
	top:0px;
}

div#contents ul li p.btn {
	position:absolute;
	left:15px;
	top:393px;
}

p#footer {
	text-align:center;
	padding:20px 0px;
}


