@charset "UTF-8";
/* CSS Document */

/* ユニバーサルセレクタの設定 */ 
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}

/* ボックスレイアウト */ 
#container {
    width: 1000px;
	height: 550px;
	position:absolute;
	top:50%;
    left:50%;
    margin:-275px 0 0 -500px;
}

#contents {
	overflow:hidden;
	width: 1000px;
}

#main {
	display :none;
	/*	background:url(images/works1.jpg);*/
	width:1000px;
	height:550px;
	/*margin:100px auto;*/
	position:relative;
}

#main .img1{
		position:absolute;
		width:103px;
		height:40px;
		background:url(../images/btn_left.png);
		left:0px;
		bottom:255px;
	}
	
#main .img2{
		position:absolute;
		width:103px;
		height:40px;
		background:url(../images/btn_right.png);
		right:0px;
		top:255px;
	}

/** html #main .img1{
		height:1%;
		background:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/btn_left.png',sizingMethod='scale');
	}
* html #main .img2{
		height:1%;
		background:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/btn_right.png',sizingMethod='scale');
	}
		*/

/* 基本HTMLタグ */ 
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#000;
	color: #fff;
}
h1 {
	text-align: center;
	font-size: large;
	color: #ff0;
}
h2 {
	text-align: center;
	font-size: medium;
	color: #f00;
}
h3 {
	font-size: small;
	color: #030;
}
p {
	font-size: 10px;
	line-height:1.6em;
}
a {
	text-decoration:none;
}

img { border: 0 }



/* caption styling */
.caption-top, .caption-bottom {
	color:#ff0;
	padding:15px 15px 15px 15px;
	font-weight:bold;
	font-size:14px;
	cursor:default;
	border:0 solid #334143;
	background: #fc6;
	line-height:2.6em;
	overflow:hidden;
}
.caption-top {
    border-width:0 0 6px 0;
}
.caption-bottom {
    border-width: 6px 0 0 0;
}



/* caption styling （独自定義）*/
#main ul li {
	padding-left:25px;
	overflow:hidden;
}

#main ul li a {
	color:#ffc;
	cursor:default;
}

#main ul li a:hover {
	background:#666;
	color:#ff0;
	cursor:default;
}