@charset "UTF-8";
/* CSS Document */

/*------------------
  メインリンクカラー
------------------*/
#main a:link  {
	text-decoration: none;
	color: #cc0000;
}
#main a:visited  {
	text-decoration: none;
	color: #cc0000;
}
#main a:hover  {
	text-decoration: underline;
}
#main a:active {position:relative;

 left:+1px;

 top:+1px;
 }


/*------------------
  コンテンツ（中・右カラム）
------------------*/
div#contents {
	width: 800px;
	float: right;
	background-color: #FFFFFF;
}

/*------------------
  メイン（中カラム）
------------------*/
div#main {
	width: 630px;
	float: left;
	min-height: 1000px;
	padding: 0 10px 0 10px;
}
div#main h3 {
	height: 60px;
	background-image: url(../images/sub630_02.gif);
	background-repeat: no-repeat;
	width: 630px;
	text-indent: -10000em;
	margin: 10px 0 0 0;
}
div#main h4{
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	color: #cc0000;
}
div#main p {
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 180%;
	letter-spacing: 1px;
}
	
/*------------------
  エクストラ（右カラム）
------------------*/
div#extra {
	width: 150px;
	float: right;
	min-height: 1000px;
}
div#extra  h5 {
	margin-top: 10px;
	text-align: center;
	background-color: #333333;
	color: #FFFFFF;
	margin-bottom: 10px;
	line-height: 60px;
}



/*------------------
  突撃リスト（右カラム）
------------------*/

.report_list {
	width: 150px;
}
.report_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: small;
	line-height: 120%;
}
.report_list li {
	margin-bottom: 10px;
	background-color: #666666;
}
.report_list li a {
	margin: 0;
	display: block;
	width: 140px;
	height: 80px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	background-color: #333333;
}
.report_list li a:visited {
	color: #FFFFFF;
}
.report_list li a:hover {
	background-color: #000000;
	color: #FFFF00;
}
.report_list img{
	padding-right: 5px;
	float: left;
}
.large {
	font-size: x-large;
}
.medium {
	font-size: large;
}
