@charset "UTF-8";

body {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック","Osaka";
	font-size: 11px;
	line-height: 160%;
	color: #454545;
}

/*これまでの使用カラー*/
/*#FF3399*//*#00CCFF*//*#FF6633*//*#8857D2*//*#66CC99*//*#014587*/

.mazenda {
	color: /*シーズンカラー*/#C67CA1;
}


a {
	color: /*シーズンカラー*/#C67CA1;
	text-decoration: none;
}

a:hover {
	color: #C67CA1;
	border-bottom: dotted 1px #FF3399;
}

a:visited {
	color: #999999;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

hr {
	color: /*シーズンカラー*/#C67CA1;
}

#content {
	text-align: left;
	width: 802px;
	border: 1px solid #454545;
}
#head {
	margin: 0px;
	width: 800px;
}

#menu {
	float: left;
	width: 180px;
	padding-left: 10px;
}

#main {
	width: 600px;
	float: right;
	line-height: 0px;
	text-align: left;
}

#foot {
	font-family: Arial, Helvetica, sans-serif, "ＭＳ ゴシック", Osaka;
	text-align: center;
	clear: both;
	width: 800px;
	font-size: 10px;
}

.news {
	width: 170px;
	text-align: left;
	overflow: auto;
	height: 80px;
	color:#454545;
	border: 1px dashed #454545;
}


img {
	border-style: none;
}



/* #############################################  */

	/*  top-thumbnail */

/* #############################################  */
ul.top-pics {
	width: 600px;
	margin: 0;
	padding: 0;
}
.top-pics li {
	width: 200px;
	height: 300px;
	font-size: 10px!important;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background: no-repeat;
}
* html .top-pics li {
	margin-bottom: -4px;
}
* html .top-pics li a {
	height: 296px;
}
	
.top-pics li strong {
	visibility: hidden;
}
.top-pics li a {
	text-decoration: none;
	width: 200px;
	height: 300px;
	border: none;
	display: block;
}

.top-pics li a:hover {
	border: none!important;
}
	