/* ヘッダスタイル
 -------------------------------------- */
div#CMS_header{
	width:760px;
	height:115px;
	text-align:left;
	padding:0;
	background-image: url(http://www.kajiwara-jyuuken.com/images/share/head_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
div#CMS_header h1{
	font-size:10pt;
	font-weight:normal;
	background-image: url(http://www.kajiwara-jyuuken.com/images/share/head_line_bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	text-align: center;
	color: #fff;

}
div#CMS_header img.logo {
	padding:10px 20px 0 0px;
	float: left;

}
div#CMS_header p {
	float: right;
	font-size:10pt;
	color:#fff;
	margin-right: 15px;
	margin-top: 5px;
}
div#CMS_header a {
	color: #FFFFFF;
}

#CMS_menu {
  width:760px;
  text-align:center;
  margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#CMS_menu li{
font-size:13px;
float: left;
padding-left:7px;
}

div#CMS_footer {
	width: 740px;
	padding: 10px;
	background-color: #253063;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

.CMS_clear {
	clear:both;
}