/* 共通定義 */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}
#all {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
p {
	line-height: 1.4em;
}
img {
	border: 0px;
}
td {
	vertical-align: top;
}
th {
}
dl {
}
dt {
	font-weight: bold;
}
dd {
	line-height: 1.4em;
}
li {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.none {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}
.vm {
	vertical-align: middle;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.small {
	font-size: 11px !important;
}
.clear {
	clear: both !important;
}
.mT5 {
	margin-top: 5px !important;
}
.mT10 {
	margin-top: 10px !important;
}
.mT15 {
	margin-top: 15px !important;
}
.mT20 {
	margin-top: 20px !important;
}
.mB5 {
	margin-bottom: 5px !important;
}
.mB10 {
	margin-bottom: 10px !important;
}
.mB15 {
	margin-bottom: 15px !important;
}
.mB20 {
	margin-bottom: 20px !important;
}
.mL12 {
	margin-left: 12px !important;
}
.pagetop {
	text-align: right;
}
.red {
	color: #FF0000;
}
/* clearfix
---------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* for macIE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end of for macIE */
/* コンテンツ */

#contents {
	width: 760px;
	background-color: #FF00FF;
}

/* リンク */

a:link {
}
a:visited {
}
a:hover {
}
#head {
	width: 950px;
	background-image: url(../img/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 88px;
}
#head .logo {
	margin-top: 8px;
	margin-left: 20px;
	float: left;
}
#head .headmenu {
	float: right;
	width: 771px;
	padding-top: 27px;
}
#head li {
	float: left;
}
#head .headmenu li span {
	display: none;
}

#head .headmenu li.a a {
	background-image: url(../img/head_menu01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 168px;
	display: block;
	float: left;
}
#head .headmenu li.b a {
	background-image: url(../img/head_menu02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 195px;
	display: block;
	float: left;
}
#head .headmenu li.c a {
	background-image: url(../img/head_menu03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 213px;
	display: block;
	float: left;
}
#head .headmenu li.d a {
	background-image: url(../img/head_menu04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 190px;
	display: block;
	float: left;
}
#all .footmenu {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 950px;
}
.footmenu ul {
	padding-left: 22px;
}

.footmenu li {
	float: left;
}
.footmenu li span {
	display: none;
}

.footmenu li.a a {
	background-image: url(../img/footer_menu01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 244px;
	display: block;
	float: left;
}
.footmenu li.b a {
	background-image: url(../img/footer_menu02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 242px;
	display: block;
	float: left;
}
.footmenu li.c a {
	background-image: url(../img/footer_menu03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 244px;
	display: block;
	float: left;
}
.footmenu li.d a {
	background-image: url(../img/footer_menu04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 84px;
	width: 178px;
	display: block;
	float: left;
	margin-top: 10px;
}

/* フッタ */

#footer {
	clear: both;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 950px;
}
#footer p {
	display: none;
}
