/* CSS Document */

/* CSS Document */
/* ----------共通---------- */


body{
	margin:0px;
	background-image:url(img/bg_repeat.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#D1D8B7;
	color:#FFFFFF;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing:1px;
}


A:link{
	color:#000000;
	text-decoration:none;
}

A:visited{
	color:#000000;
		text-decoration:none;
}

A:active{
	color:#000000;
	text-decoration:none;
}

A:hover{
	color:#000000;
	text-decoration:none;
}


#main{
	background-image:url(img/bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px auto auto 0px;
	width:1700px;
	height:1300px;
}

#main_body{
	padding-left:100px;
	padding-top:100px;
	width:1280px;
	height:720px;
}

/* ----------タイトル---------- */

#title{
	margin-left:0px;
	margin-top:0px;
	width:auto;
	height:100px;
}



/* ----------左カラム---------- */

#menu_body{
	margin-left:0px;
	margin-top:0px;
	float:left;
	width:200px;
	height:auto;
}


#menu_table{
	border-spacing:0px;
	width:200px;
	height:auto;
}

/* ----------中央カラム---------- */

#center_body{
	border-spacing:0px;
	margin:0px 200px;
	width:720px;
	height:450px;
	background-image:url(img/base.png);
	background-repeat:no-repeat;
	background-position:top;



}

#center_table{
	border-spacing:0px;
	width:640px;
	height:360px;
	padding:50px 40px;

}


/* ----------CONTENTS---------- */

.contents_table{
	padding-top:0px;
	padding-left:0px;
	padding-bottom:30px;

}


.contents_text_title{
	width:auto;
	height:30px;
}

.contents_text_time{
	height:30px;
}

/* ----------Link---------- */


.link_table{
	padding-top:0px;
	padding-left:0px;
	padding-bottom:30px;

}


