﻿@charset "UTF-8";

/* ==================================================

CSS Document for Cat's Claw　トップページ

   ================================================== */

/* top-flash ------------------------------ */

#top-flash {
	margin: 5px 0px 10px -5px;
}


/* top-menu ------------------------------ */

#top-menu {
	background-color: #fff;
	float: left;
	width: 583px;
}
#top-menu h2 {
	background-image: none;
	margin: 0;
	padding: 0;
}
#top-menu p {
	font-size: 86%;
	margin: 0.5em 0px;
	padding: 0;
}
#top-menu .top-menu-inner {
	margin: 1px;
}
#top-menu #power {
	float: left;
	width: 290px;
	padding-bottom: 25px;
}
#top-menu #what {
	float: right;
	width: 290px;
	padding-bottom: 25px;
}

#top-menu .inner {
	margin: 15px 10px 0 15px;
}
#top-menu .inner ul {
	list-style: none;
	padding: 5px 0 0 10px;
}
#top-menu .inner li {
	background: url(../images/common/arrow-green.gif) no-repeat 0px 0.5em;
	line-height: 1.3;
	padding: 0.3em 0 0.3em 20px;
}

/* columns ------------------------------ */

#top-menu #columns {
	background: url(../images/top/col-bg.jpg) no-repeat left bottom;
	padding-bottom: 25px;
}
#top-menu #columns h2 {
	background: url(../images/top/columns.jpg) no-repeat 0px 0px;
	line-height: 52px;
	width: 581px;
	padding: 20px 0 7px 15px;
	margin: 0;
}
#top-menu #columns h3 {
	background-image: none;
	padding: 0;
	margin: 0;
}
#top-menu #columns .inner {
	margin: 20px 25px 0px 25px;
}
#top-menu #columns .inner .left {
	float: left;
	width: 165px;
	margin-right: 25px;
}
#top-menu #columns .inner .right {
	float: right;
	width: 140px;
}
#top-menu #columns .inner ul {
	list-style: none;
	padding: 10px 0 0 0;
}
#top-menu #columns  .inner li {
	background: url(../images/common/arrow-green-inner.gif) no-repeat -3px 0.5em;
	padding: 0.3em 0 0.3em 20px;
}

	/* top-menu-Link ------------------------------ */

	#top-menu a,#top-menu a:link {
		text-decoration: none;
	}
	#top-menu a:active,#top-menu a:hover {
		text-decoration: underline;
	}


/* info ------------------------------ */

#info {
	float: right;
	width: 228px;
}

/* news */

#news {
	background-color: #fff;
	font-size: 86%;
	margin-bottom: 10px;
	padding-bottom: 15px;
	text-align: center;
	width: 228px;
}
#news h2 {
	background-image: none;
	margin: 0 0 5px 0;
	padding: 0;
}
#news .news-inner {
	margin: 0 auto 20px auto;
	text-align: left;
	width: 198px;
}
#news .news-day {
	background: url(../images/common/line.gif) repeat-x left bottom;
	color: #003300;
	font-weight: bold;
}
#news .news-inner p {
	margin: 1.2em 5px;
	line-height: 1.5;
}

/* bn */

.bn {
	margin-top: 5px;
}


/* cats-series ------------------------------ */

#cats-series {
	background-color: #fff;
	margin-top: 20px;
	width: 822px;
}
#cats-series h2 {
	background-image: none;
	float: left;
	margin: 0;
	padding: 0;
}
#cats-series .cats-series-title {
	background: #FFF url(../images/top/cats-series-line.jpg) repeat-x left bottom;
	float: right;
	margin: 0;
	padding: 0 0 3px 0;
	text-align: center;
	width: 666px;
	overflow: hidden;

}
#cats-series .cats-series-out {
	float: right;
	margin: 0;
	padding: 0;
	width: 444px;
}
#cats-series .cats-series-inner {
	float: left;
	margin: 0;
	padding: 0;
}


/* Clearfix ------------------------------------------------ */

#cats-series:after,
#columns:after,
.top-menu-inner:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}
#cats-series,
#columns,
.top-menu-inner {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #cats-series,
* html #columns,
* html .top-menu-inner {
	height: 1%;
}
#cats-series,
#columns,
.top-menu-inner {
	display: block;
}
/* End hide from IE-mac */