﻿@charset "UTF-8";

/*======================================

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

body {
	background-color: #ededed;
	color:#bbb;
	line-height:1.3em;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳＰゴシック",san-serif;
}


h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,p ,ul ,li ,hr ,br ,address ,img {
	margin:0;
	padding:0;
}

img {
	border-style:none;
}

#main {
	margin: 0 auto;
	display:block;
	width:850px;
	height:1200px;
}


#img {
	display:block;
	width:850px;
	height:1200px;
	background:url(img/img_koganeyuki.jpg) 0 0 no-repeat;
}

#enter {
	padding-left: 200px; 
	padding-top: 1100px;	
}

#enter a {
	display:block;
	width:200px;
	height:40px;
	background:url(img/img_enter.jpg);
	float:left;
}

#enter a:hover {
	background:url(img/img_enter_on.jpg) 0 0 no-repeat;
}

#blog {
	padding-right: 200px; 
	padding-left: 0px;	
}

#blog a {
	display:block;
	width:200px;
	height:40px;
	background:url(img/img_blog.jpg);
	float:right;
}

#blog a:hover {
	background:url(img/img_blog_on.jpg) 0 0 no-repeat;
}


#footer {
	margin: 0 auto;
	width: 820px;
	height: 30px;
	background: #fff url(img/line_btm.gif) no-repeat 0 0;
	font-size: 77%;
	text-align: center;
	padding:5px 30px 5px 0;
}

#footer p {
	margin:0px 0 0 0;
}


.clear {
	clear:both;
}

.clearfix {display: inline-block;}

