﻿/* -- General ---------------------------------
*/

	* { padding: 0px; margin: 0px; }
	
	body, html {	
		padding: 0px;
		margin: 0px;
		background-color: #000;
		/*background-image: url(images/bg_whiskey_03.png);*/
		background-repeat: repeat-y;
		background-position: center top;
		
		font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro', osaka, Arial, Verdana, "Lucida Grande", sans-serif;
		font-size: 14px;
		
		line-height: 22px;
		color: #FFF;
		font-style: normal;
	}

	a {
		text-decoration: none;
		padding: 0px;
		color: #eee;
		background-color: transparent;
		border-bottom: 1px solid #ff0;
		}
		
	a:hover {
		background-color: #ff0;
		color: #000;
		}
	
	img {
		border: 0px;
		}
		
	h2 {
		color: #FFF;
		background-color: #000;
		border-bottom: 1px solid #666;
		padding-top: 5px;
		font-size: 16px;
		letter-spacing: 0px;
		margin-bottom: 10px;
		font-weight: normal;
	}
		
	p {
		line-height: 18px;
		margin-bottom: 10px;
		font-weight: 300;
		padding-left: 10px;
		color: #ddd;
		}

/* -- Lists -----------------------------
*/
ul {
	margin-left: 15px;
	padding-left: 0px;
	margin-bottom: 10px;
	}
	
li {
	list-style: disc default;
	margin-left: 15px;
}


#divFull{

}

#divRow1{
	background-color:#ffffff;
	font-size:150px;
	color:black;
	height:120px;
	width:1155px;
}

#divRow2{
	position:absolute;
	background-color:black;
	height:500px;
	width:1155px;
	overflow:hidden;
}

#divRow2Left{
	position:absolute;
	top:0px;
	left:0px;
	width:700px;
	height:515px;
	overflow:hidden;
}

#divRow2Right{
	position:absolute;
	top:0px;
	left:700px;
	width:505px;
	height:500px;
	padding-top:15px;
	background-color:black;
	padding-left:50px;
	font-size:14px;
}

#divRow3{
	position:absolute;
	top:620px;
	background-color:#ffffff;
	font-size:30px;
	color:black;
	width:1155px;
	height:165px;
}


#ulMainMenu {
	margin-top:15px;
	margin-left:0px;
	padding-left:0px;
	 line-height:45px;
     list-style: none;
	 font-size:30px;
	 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	 font-weight:bold;
}

#ulMainMenu li{
	margin-left:0px;
	padding-left:0px;
}


/* --  ----------------------------- */
#fullWrap {
	width: 500px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 50px;
	}

	#wrapper{
		width: 400px;
		margin-right: 0px;
		background-color: #000;
		border-right: 0px solid #fff;
		margin: 0 auto;
		text-align: left;
		}
	
	#logo {
		margin-top: 40px;
		text-align: center;
		border-bottom: 0px solid #fff;
		margin-bottom: 20px;
		}
		
	#topImg {
		text-align: center;
		}
		
	#links {
		text-align: left;
		padding-top: 20px;
		}
		
	#lives {
		padding-top: 20px;
		}
