@charset "utf-8";

/**  default.css Menu *********************************************

  ・基本設定

*******************************************************************/


/* リセット
--------------------------------------*/
body, div, td, p, ul, ol, dl, dd, img, form, h1, h2, h3, h4, h5 {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
}

/* 基本
--------------------------------------*/
*{
	outline: none;
}
html,body{
     height:100%;
	 width:100%;
	 background:#000000;
}
body {
*font: x-small;
	margin: 0;
	background: #000000;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
}

table {
border-collapse: collapse;
font-size: inherit;
font: 100%;
}

h1, h2, h3, h4, h5 {
font:100% "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Hiragino Kaku Gothic Pro", "Meiryo", arial, helvetica, clean, sans-serif;
*font:x-small;
font-weight:bold;
}

th, td {
	border-collapse: collapse;
	text-indent: 1em;
}
th  {
	padding: 2px 0;
	text-align: left;
}
td  {
	padding: 2px 0;
	text-align: left;
}

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

img { vertical-align: bottom; }


/* リンク色
--------------------------------------*/
a:link {
text-decoration:none;
color:#3399FF;
}

a:visited {
text-decoration:none;
color:#3399FF;
}

a:hover {
text-decoration:underline;
color:#66CCFF;
}

a:active {
text-decoration:none;
color:#66CCFF;
}

/* 回り込み
--------------------------------------*/
.floatright {
display: block;
float: right;
}

.floatleft {
display: block;
float: left;
}

/* 回り込み解除
--------------------------------------*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix { display:inline-block; }

/*\*/
* html .clearfix { height:1%; }

.clearfix { display:block; }

/**/

/* ボールド
--------------------------------------*/
.txtbold { font-weight: bold; }

/* 行揃え
--------------------------------------*/
.alignleft { text-align: left; }

.alignright { text-align: right; }

.aligncenter { text-align: center; }

#container {
	background: #161c1d url(../images/back.gif) repeat-x center top;
	width: auto;
	min-width: 980px;
	padding: 0;
	margin: 0;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
#containerCheck {
	background: #161c1d url(../images/back2.gif) repeat center top;
	width: auto;
	min-width: 980px;
	padding: 0;
	margin: 0;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
#content {
	width: auto;
	margin: 0 auto;
	padding: 0 0 40px 0;
	position: relative;
}
#close{
	height: 20px;
	width: 90px;
	padding: 0;
	position:absolute;
	top:20px;
	right:20px;
}
h1{
	margin:0 auto 60px auto;
	padding: 0;
	min-width: 980px;
	height:300px;
	background:#000 url(../images/head2.jpg) no-repeat Center Top;
	border-bottom:dotted 1px #666;
	position:relative;
}
h1 #oboButton{
	position:absolute;
	margin-right:50%;
	right:-480px;
	bottom:20px;
}
h1 p {
	display:none;
}
#footerArea {
	background:#000;
	height:25px;
	min-width:980px;
	width:100%;
	padding:15px 0 0 0;
    position:absolute;
    bottom:0;
	border-top:dotted 1px #666;
}
#footerArea #copyright {
	width:220px;
	height:12px;
	background:url(../images/copyright_pc.gif) no-repeat Left Top;
	text-indent: -9999px;
	margin:0 auto;
}

ul#items{	
	margin:0 auto;
	height:auto;
	width:980px;
}
ul#items li{
	width:840px;
	height:auto;
	margin:30px auto;
	background:#111;
	color:#fff;
	padding:30px;
	border:1px solid #333;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
ul#items li h3{
	border-bottom:1px dotted #666;
	background:#111;
	color:#FC0;
	font-size:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:1.4em;
	padding:0 0 16px 0;
	margin:0;
}
ul#items li p{
	background:#111;
	color:#FFF;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6em;
	padding:0;
	margin:16px 0 0 0;
}
ol#pagination{
	width:900px;
	color:#CCC;
	overflow:auto;
	margin:30px auto 50px auto;
}
ol#pagination li{
	float:left;
	list-style:none;
	cursor:pointer;
	margin:0 4px 0 0;
	border:1px solid #333;
	background:#111;
	line-height:30px;
	height:30px;
	text-align:center;
	padding:0 10px;
}
ol#pagination li.current{
	color:#f00;
	font-weight:bold;
	border:1px solid #333;
	background:#111;
}
