@charset "utf-8";


/* 大見出し
---------------------------------------------*/
h1 {
	margin-bottom: 20px;
}

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
   	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	color: #ffffff;
	background: #000000 url() left top repeat-x;
}
img {
	border: none;
	vertical-align: top;
}

/* 歴代優勝　ﾌﾟﾚｰﾄﾁｰﾑ
---------------------------------------------*/

#reki-risuto {
    margin-top: -20px;
	margin-left:-26px;	
	width: 735px;
	height:302px;
}	


/* 固定幅の2段組レイアウト
---------------------------------------------*/
/* コンテナ */
div#container	{width: 800px;
	margin-left: auto;
	margin-right: auto}

#content {
	width: auto;
	margin-top: 80px;
	margin-left:200px;
	background: url() left repeat-y;
	padding: 0px 0px 0px 0px;
}
#logo {
	position: absolute;
	left:2px;
	top: 15px;
	width: 402px;
	height: 40px;
	}
	
#globalNav {
	float: left;
	left:5px;
	top: 100px;
	width: 150px;
	line-height: 20px;
	margin-bottom: 0px;
	padding: 4px 0px 0px 4px
	
}

#globalNav ul li a:hover 	{background-color: #FF9900}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/* 大見出し
---------------------------------------------*/
h1 {
	margin-bottom: 20px;
}
/* 優勝写真リスト
---------------------------------------------*/
#productList {
	margin-top: 30px;
	margin-left:-30px;
	}
#productList h2 {
	border-top: 1px solid #CCCCCC;
}

#productList li {
	float: left;
	width: 300px;
	margin: 10px 10px 0px 0px;
	text-align: center;
	
	}
#productList dl {
	width: 300px;
	margin: 1px 0;
	font-size: 90%;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #E8E8E8;
}
#productList dt {
　　width: 300px;
	padding: 0px 0;
	text-align: center;
	background: #FFFFFF;
	border-top: 1px solid #E8E8E8;
}
#productList dd {
　　width: 300px;
	padding: 0px 0;
	background: #1e1e1e;
}

#productList img {
　　margin-right: 10px ;
    margin-bottom: 10px ;
	padding: 3px ;
	border: 1px solid #E8E8E8;
}


/* フッター
---------------------------------------------*/
#footer {
	background: url() left top repeat-x;
	clear: both;
	position: relative;
	width:560px;
	margin-left:50px;
	padding: 0px 0px 0px 0px;
	left: 120px;
	top: 15px;
	height: 35px;
	background-color: #000000;
	background-image: url();
	border: solid 1px #222222;
	
}

