@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: 870px;
	
}

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



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

#box {
margin: 0px auto;
	width: 902px;
	height: 770px;
	background:url(image/white_g.png);
	margin-top: 80px;
}
#navi {
	width: 900px;
	height: 45px;
	float: center;
	padding-top: 40px;
}
#navi_left {
	width: 600px;
	float: left;
	margin-left: 29px;
	padding-top: 20px;
}
#navi_right {
	width: 150px;
	height: 45px;
	float: right;
	margin-right: 55px;
	padding-top: 10px;

}
#contents {
	width: 902px;
	float: left;
	margin-top: 60px;	
}
#con_left  {
	width: 60px;
	float: left;
}
#con_right  {
	width: 840px;
	float: right;
}





/*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;
}

/* サンプルtableの共通設定

----------------------------------------------------------- */

table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
}

th, td	{
	padding: 0px 20px;
	color: #666666;
	text-align:left;

}


/* サンプル3

----------------------------------------------------------- */

.sitemap th	{
	border-right: 5px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
}

.sitemap td	{
	border-right: 5px solid #f5f5f5;
}






