html {
	margin:0;
	padding:0;
	overflow-y: scroll;
}

body {
	margin:0;
	background:#eee;
	background-image : url(img/bg.jpg);
	font-size: 12px;
	line-height: 18px;
	color: white;
	font-family: "Hiragino Kaku Gothic Pro",
		"IPAPGothic", "VL PGothic",
		"IPA mona PGothic",
		"Meiryo", "MS PGothic", sans-serif;
}

img {
	border:0;
}

ul {
	list-style:none;
}

#container {
	width:960px;
	margin:0 auto;
/*	border:solid #FFF;
	border-width:0 1px 0 1px;*/
/*	box-shadow:5px 5px 5px rgba(0,0,0,0.4);*/
box-shadow: 0 0 0  1px rgba(0, 0, 0, 0.1),
                0 0 0  2px rgba(0, 0, 0, 0.1),
                0 0 0  3px rgba(0, 0, 0, 0.1),
                0 0 0  4px rgba(0, 0, 0, 0.1),
                0 0 0  5px rgba(0, 0, 0, 0.1),
                0 0 0  6px rgba(0, 0, 0, 0.1),
                0 0 0  7px rgba(0, 0, 0, 0.1),
                0 0 0  8px rgba(0, 0, 0, 0.1),
                0 0 0  9px rgba(0, 0, 0, 0.1),
                0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* ヘッダ */

#header {
	width:960px;
	min-height:200px;
	height:auto !important;
	height:200px;
	background:#111;
	background-image : url(img/header.png);
}

#header h1 {
	margin:0;
	width: 960px;
	height: 100px;
	text-indent:-9999px;
	z-index: 1;
}

#header h1 a {
display:block;
width:960px;
height:200px;
}

#header ul {
	margin:0;
	position: relative; top: 65px;
	padding:0px 0px 0px 0px;
	font-size:100%;
	text-align:right;
	z-index: 2;
}

#header li {
	margin:0px 0px 0px 0px;
	line-height:0em;
}


#header a {
	color:#3366cc;
	text-decoration:none;
}

#header a:hover {
	color:#cc0000;
}

ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#menu li {
	float: left;
	width: 160px;
background:#000000;
}

#menu a:hover img {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
}


/* コンテンツ */
#content {
	width:960px;
	clear: both;
	clear: left;
	text-align: center;
	background:#000000;
}

#content h2 {
	background-image : url(img/bar.png);
	text-align: left;
	margin:0px 0px 0px;
	padding:0px;
	color:#fff;
	width: 960px;
	height: 65px;
	font-size:250%;
	line-height:2em;
	font-family: 'Ubuntu Condensed', sans-serif;
}

#content table.style {
	box-shadow: 1px 1px 5px #000;
	width:780px;
	margin:0 10px 10px 10px;
	margin-left:auto;
	margin-right:auto;
	border:solid #000;
	border-width:1px 0 1px 1px;
}

#content p {
	margin:0 10px 10px;
	font-size:100%;
	line-height:1.32em;
}

#content .style td {
	padding:0 14px 10px 14px;
	font-size:100%;
	border:solid #000;
	border-width:0 2px 0 0;
}

#content .style img {
	margin:10px 0 0 0;
}

/* フッタ */
#footer {
	width:960px;
}

#footer p {
	margin:0;
	padding:3px 5px;
	color:#555;
	background:#000;
	font-size:65%;
	text-align:right;
	line-height:1.32em;
}
