@charset "utf-8";
@import url(common.css);
@import url(textsetting.css);
@import url(GS-tem.css);
/* ----------------TOP Page-------------- */


body {
	background: #FFFFFF url(../images/bk01.gif) repeat-x;
	line-height: 1.5;
	color: #000000;
	font-size:12px;
	font-family: 
		Arial,
		Century Gothic,
		Courier New,
		sans-serif;
		white-space:normal;
}

#wapperM {	
	width: 750px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#Timage {
	width: 750px;
	height: 290px;
	background-color:#FFFFFF;
	border-bottom: #FF0000 solid 5px;
}


#Ttest {
	width: 710px;
	background-color:#FFFFFF;
	padding: 10px 20px 10px 20px;
	line-height: 1.5em;
}


/* ---------------------------------------------------------------- *
	CONTENTS設定
 * ---------------------------------------------------------------- */

 #contents {
 	clear: both;
 	width: 750px;
	padding-bottom: 10px;
	background-color:#FFFFFF;
}
#contents:after {
	display:block;
	height: 0;
	clear: both;
	visibility: hidden;
	content: ".";
}
/* ---------------------------------------------------------------- *
	CONTENTS内設定
 * ---------------------------------------------------------------- */
 /*NEWS*/
#C01 {
	float: left;
	width: 487px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: #666666 solid 1px;	

}
#C01 h1 {
	width: 477px;
	height: 25px;
	padding-left: 10px;
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 14px;
}
#C01 ul li {
	margin: 0px;
  	padding: 5px;
	list-style: none;
	line-height: 1.5em;
}

#C03 {
	float: left;
	width: 252px;
	padding: 4px 2px 0 2px;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.5em;
}
#C03 ul li {
	margin: 0px;
  	padding-bottom: 4px;
	list-style: none;
}