@charset "UTF-8";


body { 
	margin:0px 0px; 
	padding:0; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size:12px;
	background-color:#442704;
	line-height: 1.5em; 
}
h1 {
		font-size: 22px; font-weight: bold;
		margin: 0;
		padding: 0; 
}
h2 {
		font-size: 14px; 
		margin: 0px 0px 12px 0px;
		color:#900;
}
h3 {
		font-size: 12px; 
		margin: 0px 0px 12px 0px;
		color:#666;
}
img {
	border: none;
}
a { color: #0075bf; background: inherit; }
a:hover { background: inherit; text-decoration:underline; }

.pink{
	font-size:16px;
	color:#ff3c9a;
}
.green{
	color:#393
}
.big{
	font-size:16px;
	color:#333;
}
.bigname{
	font-size:16px;
	color:#333;
	font-weight:bold;
}
.closebtn{
	text-align:center;
}

/* HEADER 
---------------------------------------------------*/
#head{
	width: 872px;
	height: 43px;
	margin: 0px auto;
	position: relative;
}
#logo{
	position: absolute;
	top: 12px;
	left: 0px;
}
#tagline{
	color:#871c21;
	font-weight:normal;
	position: absolute;
	top: 19px;
	left: 157px;
}
#info{
	float:right;
	margin:15px 0px 0px 0px;
	list-style-type: none;
}
#info1{
	position: absolute;
	top: 15px;
	right: 193px;
}
#info2{
	position: absolute;
	top: 15px;
	right: 0px;}
	
/* OTHER 
---------------------------------------------------*/
.left30{
	margin-left:30px;
}


	
