@charset "utf-8";

body {
	background-color: #FFCC00;
	margin: 0px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}


#content {
	height: 480px;
	width: 800px;
	background-repeat: no-repeat;
	margin: 30px auto;
}

#header {
	width: 750px;
	margin: 0px;
	background-image: url(topimg/bg_h.gif);
	background-repeat: no-repeat;
	height: 90px;
	padding: 10px 0px 0px 50px;
}

h1 {
	margin: 0px;
	padding: 0px;
}


#main {
	width: 800px;
	float: left;
	height: 210px;
	margin: 0;
	padding: 5px 0px 0px;
	background-image: url(topimg/bg_body.gif);
	background-repeat: no-repeat;
}
#group {
	height: 40px;
	padding: 10px 65px 0px 85px;
	width: 650px;
	background-image: url(topimg/bg.gif);
	background-repeat: repeat-y;
}

#copy {
	clear: both;
	width: 800px;
	text-align: center;
	font-size: 10px;
	color: #666666;
	background-image: url(topimg/bg_f.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	height: 20px;
}
/*リンク設定*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*リンク設定*/

/*メイン*/
#main ul,#main li,#group ul,#group li {
list-style-type:none;
}

#main li{
	height: 200px;
	width: 200px;
	float: left;

}
#main li a {
	display:block;
	text-decoration:none;
	height:200px;
	outline:none;
}
#main li a:link,#main a:visited{
	background-image: url(topimg/btn_bg.gif);
	background-repeat: no-repeat;
}
#main li a:hover{
	background-image: url(topimg/btn_bg2.gif);
	background-repeat: no-repeat;
}

.sayama  {
	margin: 0px;

}
.big,.yachiyo {
	margin: 0px 30px;
}
.name {
	height: 176px;
	width: 190px;
	margin: 5px;
	text-decoration: none;
	border: none;
}

/*メイン*/



/*イメージ*/
.cat_img {
	padding: 8px 30px 0px 200px;
	clear: both;
	background-image: url(topimg/bg.gif);
	background-repeat: repeat-y;
	height: 80px;
}
.text_img {
	height: 25px;
	clear: both;
	padding: 3px 130px 2px 135px;
	width: 535px;
}
/*イメージ*/



/*グループナビ*/
#group ul,#group li {
margin:0;
padding:0;
list-style-type:none;
}
#group li {
float:left;
height:40px;
margin-right:30px;

}
#group li a {   
display:block;   
text-indent:-9999em;   
text-decoration:none;
height:40px;
outline:none;
}


.cats {
background-image:url(topimg/cats_eye.gif);
}
.yc {
background-image:url(topimg/yc.gif);
}
.sen {
background-image:url(topimg/sennoyu.gif)
}
.gochi {
background-image:url(topimg/gochima.gif)
}
.poro {
background-image:url(topimg/poro.gif);
}

.cats,.sen,.yc,.gochi,.poro {
background-repeat:no-repeat;
width:130px;
}
/*グループナビ*/
.img {
	float: left;
	margin-right: 20px;
}
