@charset "UTF-8";
/*formatting style--------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 12px;
	line-height: 1.8;
	border:0;

	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	
}
#bg {
	z-index: -1;
	position:fixed;
}
body {
}

/*link styles
--------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #ff9999;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
a{ outline: none; }

/*basic layout
--------------------------------*/
#wrapper {

	margin: 0px auto;
	width: 936px;
	height: 770px;
	
}

/*header layout
--------------------------------*/



/*body layout
--------------------------------*/

#box {
	margin: 0px auto;
	width: 900px;
	height: 643px;
	margin-top: 80px;
}
#navi {
	width: 900px;
	height: 45px;
	float: center;

}
#navi_left {
	width: 600px;
	float: left;
}
#navi_right {

	width: 270px;
	height: 460px;
	float: right;
	padding-top: 10px;
	background:url(image/white_t.png);

}
#navi_box {
	width: 184px;
	height: 446px;
	float: right;
	padding-right: 46px;
	padding-top: 40px;

}

/*footer styles
--------------------------------*/

/*フッターの背景色*/

#footerArea{
background-color: #333333;
width: 100%;
height: 50px;
}
	

#footerbox1 {
	width: 900px;
	margin:0px auto;
	padding-top: 15px;

}
#footerbox1_left {
	float: left;
	width: 500px;
}

#footerbox1_right {
	float: right;
	text-align: right; 
	width: 400px;
}

