@charset "utf-8";

/*===============================================
//galet

0）初期設定
1）ヘッダ
2）フッタ
3）コンテンツ内枠


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

/*======　0）初期設定　=====*/

*
	{
	margin: 0px;
	padding: 0px;
	border: 0;
	color: #000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.0;
	}

html
	{
	height: 100%;
	}

body
	{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	background-color: #F6F6FA;
	height: 100%;
	text-align: center;
	font-family: Osaka,"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	}

a img
	{
	border: 0;
	}


p, h1, h2, h3, h4
	{
	margin: 0px;
	padding: 0px;
	}

table
	{
	border-collapse: collapse;
	border-spacing: 0;
	}

.clr
	{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/*リンク設定*/
a
	{
	color:#ff1846;
	text-decoration:none;
	}
a:active
	{color:#333333;
	text-decoration:none;
	}
a:visited
	{color:#ff1846;
	text-decoration:none;
	}
a:hover
	{color:#ff1846;
	text-decoration:underline;
	}



/*外枠*/

#page 
	{
	width:960px;
	margin: 0 auto;
	padding:0;
	text-align:left;
	height: auto;
	background-color: #F6F6FA;
	}



/*======　1）ヘッダ　=====*/

#header-navi
	{
	margin: 0;
	padding: 0;
	width: 960px;
	text-align: center;
	border-color: #996600;
	background-color: #F6F6FA;
}

#header-navi h1,
#header-navi h1 a,
#header-navi h1 a:active,
#header-navi h1 a:visited,
#header-navi h1 a:hover
	{
	margin: 0;
	padding: 0;
	width: 88px;
	height: 55px;
	line-height: 55px;
	float:left;
	text-indent:-9999px;
	overflow: hidden;
	display:block;
	text-decoration: none;
	background : url(../img/logo.gif) no-repeat 0 0;
	}




/*======フッター=====*/

#footer 
	{
	margin: 10px auto;
	padding: 0;
	position: relative;
	width: 960px;
	height: auto;
	}

#footer .topnavi
	{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right:0;
	width: 70px;
	height: 15px;
	}

#footer .topnavi .up,
#footer .topnavi .up a
	{
	margin: 0;
	padding: 0;
	width: 70px;
	height: 15px;
	line-height: 15px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	display:block;
	background: url(../img/topnavi.gif) no-repeat 0 0;
	}

#footer .topnavi .up a:active,
#footer .topnavi .up a:hover
	{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	display:block;
	background: url(../img/topnavi_over.gif) no-repeat 0 0;
	}



#footer #inner
	{
	margin: 10px auto;
	padding: 0;
	width: 960px;
	height: 70px;
	position: absolute;
	top: 15px;
	left:0;
	background: #F6F6FA;
	border-top: 1px solid #999;
	}

#footer #inner .footerlogo
	{
	margin: 10px 8px 0 5px;
	padding: 0;
	width: 84px;
	height: 48px;
	float: left;
	line-height: 48px;
	text-indent: -9999px;
	background: url(../img/footer_logo.gif) no-repeat 0 0;
	}

#footer #inner .copyright
	{
	margin: 10px 0 0 5px;
	width: 500px;
	height: auto;
	float: left;
	text-align: left;
	color:#666;
	font-size: 10px;
	line-height: 160%;
	}

#footer #inner .link 
	{
	margin: 10px 0 0 5px;
	width: 280px;
	float: right;
	text-align: right;
	font-size: 10px;
	}
	
#footer #inner .link a 
	{
	color: #666;
	text-decoration: none;
	}
	
#footer #inner .link a:active,
#footer #inner .link a:visited
	{
	color: #666;
	}

#footer #inner .link a:hover
	{
	color: #ff1846;
	text-decoration: underline;
	}


/*======　3）コンテンツ内枠=====*/



	
