body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	background-image: url(img/back2.jpg);
	background-repeat: repeat-x;
}
p , h1 , h2 , h3 , h4 , h5 , h6 ,
ul , li , ol , dd , dl , dt , a , dl ,
dt , dd {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
a {
	text-decoration: none;
}
img {
	border:0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
#banner a , #menu a { display:block; }
#wrapper {
	width: 960px;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px auto;
}

/* ヘッダー部分 */
#header {
	height: 80px;
	background-image: url(img/header_img1.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	float: left;
	margin-top: 10px;
}
#header h2 {
	float: right;
	margin-top: 25px;
}

/* タイトル部分 */
#title img{
	margin-bottom: 30px;
}


/* メニュー部分 */

#menu {

}
#menu li {
	float: left;
}
/* コンテンツ部分 */
#content {
	clear: both;
}
#main {
	float: left;
	width: 710px;
}
#sabmenu {
	font-size: 12px;
	line-height: 1.5em;
	color: #FFF;
	margin-bottom: 20px;

}
#sabmenu p {
	padding: 10px;
	text-align: left;
}


#sabmenu .tops1 {
	background-color: #008C69;
	height: 350px;
	width: 220px;
	float: left;
	margin-left: 10px;
}
#sabmenu .tops2 {
	background-color: #0085B2;
	float: left;
	height: 350px;
	width: 220px;
	margin-left: 20px;
}
#sabmenu .tops3 {
	background-color: #FF9326;
	float: left;
	height: 350px;
	width: 220px;
	margin-left: 20px;
}
#sabmenu .tops4 {
	background-color: #FF7372;
	float: left;
	height: 350px;
	width: 220px;
	margin-left: 20px;
}
/* バナー部分 */

#banner ul{
	width: 230px;
	float: right;
	background-color: #E4E4E4;
	border: 1px solid #CCC;
	padding-top: 10px;
}
#banner li {
	margin-bottom: 10px;
}

/* footer部分 */

#footer {
	clear: both;
	background-image: url(img/footer_back.gif);
	background-repeat: repeat-x;
	height: 300px;
	margin-top: 50px;
}
#footmain {
	width: 960px;
	text-align: center;
	margin: 0px auto;
}

#footer li {
	border: 1px solid #FFF;
	float: left;
	color: #FFF;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-top: 20px;
}


#footer h1 {
	float: left;
	clear: both;
	margin-top: 40px;

}
#footer h2 {
	font-size: 12px;
	font-weight: normal;
	float: left;
	clear: both;
	text-align: left;
	line-height: 1.5em;
	color: #FFF;
	margin-top: 20px;
}
#footer h3 {
	clear: both;
	padding-top: 50px;
}



#footer ul a:link {
	color: #FFFFFF;
} 
#footer ul a:visited {
	color: #FFFFFF;
} 
#footer ul a:hover {
	color: #CCFF33;
} 
#footer ul a:active {
	color: #CCFF33;
}
