/*=====================================================
__Index_page_only
=====================================================*/
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #fff;
	font-size: 12px;
	font-family: Meiryo, Osaka, verdana, arial, sans-serif;
	color: #333;
	line-height: 1.6;
}

img {
	border: 0;
	vertical-align: bottom;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #CCFF00;
}

/*Clothoロゴ*/
h1 {
	width: 80px;
	height: 100px;
	margin: 0 auto;
	float: left;
}

/*見出し*/
h2 {
	width: 500px;
	height: 40px;
	margin: 0 auto;
}

/*=====================================================
__container（背景適用）
=====================================================*/
#containerTop {
	background: url(../images/top/index_bg_top.gif) repeat-x top #fff;
	width: 100%;
	margin: 0;
	padding-top: 8px;
}

#containerBtm {
	background: url(../images/top/index_bg_btm.gif) repeat-x bottom #fff;
	width: 100%;
	margin: 0 auto 5px;
	padding-bottom: 8px;
}

/*=====================================================
__contents
=====================================================*/
#contentsTop {
	margin: 0 auto;
	padding: 30px 0 25px;
	background-color: #aadd55;
	text-align: center;
}

#contentsBtm {
	margin: 0 auto;
	padding: 10px 0;
	background-color: #7fc31c;
	text-align: center;
}

/*----------------------------------
__Global_Navi
----------------------------------*/
#globalNav {
	width: 655px;
	height: 25px;
	background: url(../images/common/gnavi.gif) no-repeat;
	margin: 0 auto;
}

#globalNav ul {
	width: 655px;
	height: 25px;
}

#globalNav ul li{
	float: left;
	display:inline;
	list-style-type: none;
	text-indent: -9999px;
	text-decoration: none;
}

#globalNav ul li a {
	display: block;
	height: 25px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	/*\*/
	overflow: hidden;
	/**/
}

#globalNav ul li.gn1 a {background: url(../images/common/gnavi.gif) no-repeat 0 0; width: 130px;}
#globalNav ul li.gn1 a:hover,
#globalNav ul li.gn1 a.current {background: url(../images/common/gnavi.gif) no-repeat 0 -25px;}

#globalNav ul li.gn2 a {background: url(../images/common/gnavi.gif) no-repeat -130px 0; width: 185px;}
#globalNav ul li.gn2 a:hover,
#globalNav ul li.gn2 a.current {background: url(../images/common/gnavi.gif) no-repeat -130px -25px;}

#globalNav ul li.gn3 a {background: url(../images/common/gnavi.gif) no-repeat -315px 0; width: 80px;}
#globalNav ul li.gn3 a:hover,
#globalNav ul li.gn3 a.current {background: url(../images/common/gnavi.gif) no-repeat -315px -25px;}

#globalNav ul li.gn4 a {background: url(../images/common/gnavi.gif) no-repeat -395px 0; width: 105px;}
#globalNav ul li.gn4 a:hover,
#globalNav ul li.gn4 a.current {background: url(../images/common/gnavi.gif) no-repeat -395px -25px;}

#globalNav ul li.gn5 a {background: url(../images/common/gnavi.gif) no-repeat -500px 0; width: 80px;}
#globalNav ul li.gn5 a:hover,
#globalNav ul li.gn5 a.current {background: url(../images/common/gnavi.gif) no-repeat -500px -25px;}

#globalNav ul li.gn6 a {background: url(../images/common/gnavi.gif) no-repeat -580px 0; width: 75px;}
#globalNav ul li.gn6 a:hover,
#globalNav ul li.gn6 a.current {background: url(../images/common/gnavi.gif) no-repeat -580px -25px;}

/*----------------------------------
__Indexcont（編集エリア）
----------------------------------*/
#indexCont {
	width: 655px;
	margin: 20px auto 0;
}

#indexCont:after {
    content: ".";
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html #indexCont {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*----------------------------------
__News
----------------------------------*/
.news {
	float: right;
	width: 500px;
	text-align: left;
	padding-top: 25px;
	background: url(../images/top/news_btm.gif) no-repeat bottom;
}

.news dl {
	text-align: left;
	padding: 10px;
	color: #ffffff;
}
.news dl:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* for MacIE5 \*/
.news dl {
	height: auto;
	overflow: hidden;
}
/* for MacIE5 */

.news dl dt {
	float: left;
	width: 7em;
	clear: both;
}

.news dl dd {
	margin-left: 7em;
	padding: 0 5px 0 10px;
}

#newslink {
	width: 77px;
	height: 19px;
	background: url(../images/top/news.gif) no-repeat;
	margin-top: 0px;
	float: right;
}

#newslink ul {
	width: 77;
	height: 19px;
}

#newslink ul li{
	float: left;
	display:inline;
	list-style-type: none;
	text-indent: -9999px;
	text-decoration: none;
}

#newslink ul li a {
	display: block;
	height: 19px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	/*\*/
	overflow: hidden;
	/**/
}

#newslink ul li.gn1 a {background: url(../images/top/news.gif) no-repeat 0 0; width: 77px;}
#newslink ul li.gn1 a:hover,
#newslink ul li.gn1 a.current {background: url(../images/top/news.gif) no-repeat 0 -22px;}


/*----------------------------------
__Copyright
----------------------------------*/
p.copy {
	width: 680px;
	margin: 30px auto 0;
	text-align: right;
}
