@charset "utf-8";
/* CSS Document */

#menu{
	background: #FF67F6;
	height: 20px;
}
#menu li {
	float: right;
	line-height: 20px;
	width: 80px;
	text-align: center;
	border-right: 1px solid #CC3300;
	border-left: 1px solid #FFCCFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
#menu a {
	color: #FFFFFF;
	background: #FF67F6;
	display: block;
	text-decoration: none;
}
#menu a:hover {
	background: #FF37D7;
}

/* ヘッダー */

#header {
	position: relative;
	clear: both;
	height: 193px;
}


/* メイン */

#contents {
	margin: 0px;
	padding: 0px;
}
#main {
	position: relative;
	width: 570px;
	top: -50px;
}
#main h1 {
	background: url(none);
}
#about {

}
#about h1 {
	color: #FC0EA3;
}
#about1 {
	width: 255px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}
#about2 {
	float: right;
	width: 255px;
	margin-right: 20px;
	margin-top: 10px;
}
#about3 {
	clear: both;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#intro2 {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 20px;
	color: #666666;
}
#intro2 h1 {
	border-style: none;
	font-size: 14px;
	color: #FF3399;
}
#category {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#category h1{
	color: #FFFFFF;
	background: #1885EC;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	border-style: none;
	line-height: 20px;
	margin-bottom: 10px;
}
#category a {
	height: 80px;
	width: 180px;
	display: block;
	float: left;
	overflow: hidden;
}

#category .defense { /*  一時的に*/
	float: left;
}

#category .kamae a {
	background: url(../images/topbtn_kamae.jpg) no-repeat 0px 0px;
}
#category .kamae a:hover {
	background: url(../images/topbtn_kamae.jpg) no-repeat 0px -80px;
}
#category .punch a {
	background: url(../images/topbtn_punch.jpg) no-repeat 0px 0px;
}
#category .punch a:hover {
	background: url(../images/topbtn_punch.jpg) no-repeat 0px -80px;
}
#category .kick a {
	background: url(../images/topbtn_kick.jpg) no-repeat 0px 0px;
}
#category .kick a:hover {
	background: url(../images/topbtn_kick.jpg) no-repeat 0px -80px;
}
#category .defense a {
	background: url(../images/topbtn_defense.jpg) no-repeat 0px 0px;
}
#category .defense a:hover {
	background: url(../images/topbtn_defense.jpg) no-repeat 0px -80px;
}
#category .combi a {
	background: url(../images/topbtn_combi.jpg) no-repeat 0px 0px;
}
#category .combi a:hover {
	background: url(../images/topbtn_combi.jpg) no-repeat 0px -80px;
}
#category .other a {
	background: url(../images/topbtn_other.jpg) no-repeat 0px 0px;
}
#category .other a:hover {
	background: url(../images/topbtn_other.jpg) no-repeat 0px -80px;
}

#category a:hover {
	background: 0px -80px;
}
#melmag {
	margin-top: 10px;
}
#attention {
	clear: left;
	padding: 10px;
}

/* サイドバー */
#contents #sidebar {
	float: left;
	width: 210px;
	background: url(../images/sidebar.jpg) no-repeat;
	height: 400px;
}


	float: left;
	width: 210px;
	background: url(../images/sidebar.jpg);
	height: 400px;
	margin: 0px;
	padding: 0px;
	background: no-repeat;
html[xmlns] #contents #sidebar {
}
