@import url("fonts.css");

/*clearfix
----------------------------------------------------------*/
div:after {
        content:".";
        height:0px;
        clear:both;
        display: block;
        visibility:hidden;
}
div {
        display:inline-block;
}

/*基本
----------------------------------------------------------*/
* {
	margin:0;
	padding:0;

}
img {
	border:0;
}
.clear {
	clear: both;
}
caption{
	display: none;
}
li {
	list-style-position: outside;
	list-style-type: none;
}


/*
----------------------------------------------------------*/
body {
	background: #999999 url(../topimg/top_back.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}
.main {
	margin-top: 160px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 70px;
}
.news {
	margin: 20px 0px 0px;
	width: 300px;
	overflow: auto;
	height: 480px;
}
.news li{
	width: 280px;
	list-style-position: outside;
	list-style-type: none;
	background:url(../topimg/allow2.gif) no-repeat;
	margin-bottom: 5px;
	clear: both;
	text-indent: 10px;
}
.title {
	color: #FF3366;
	padding-left: 10px;
	font-size: 12px;
	line-height: 135%;
}

.title a:link    { color: #FF3366;  text-decoration: none; }
.title a:hover   { color: #000099;  text-decoration: none; }
.title a:visited { color: #FF3366;  text-decoration: none; }
.title a:active  { color: #FF3366;  text-decoration: none; }
.banner {
	margin-top: 5px;
	margin-left: 70px;
}

/*ニュース
----------------------------------------------------------*/


.news .aveda a:link    {
	color: #999966;
	text-decoration: none;
}
.news .aveda a:visited {
	color: #999966;
	text-decoration: none;
}
.news .aveda a:hover   { color: #006600;  text-decoration: underline; }
.news .aveda a:active  {
	color: #999966;
	text-decoration: none;
}

.news .plus a:link    { color: #FF6600;  text-decoration: none; }
.news .plus a:visited { color: #FF6600;  text-decoration: none; }
.news .plus a:hover   { color: #FF6600;  text-decoration: underline; }
.news .plus a:active  { color: #FF6600;  text-decoration: none; 
}




#main {
	width: 780px;
	height: 530px;
}
#left {
	float: left;
	width: 460px;
}
#group {
	background-color: #FFFFFF;
	background-image: url(../topimg/group_head.gif);
	background-repeat: no-repeat;
	width: 720px;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
*html #group {
	width: 760px;
}
#wrap {
	padding-left: 20px;
}
.groupbanner{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#btm {
	background-image: url(../topimg/btm.gif);
	background-repeat: no-repeat;
	width: 760px;
	height: 40px;
}
