@charset "EUC-JP";
/* CSS Document */

/*-------[センタリングの為に全てを格納するカラム]　bodyはIE対策-------*/

body {
text-align:center;
}

#all-contents {
	width:800;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/*top contents*/
.top-list {
	font-size: 0.9em;
	line-height: 1.6em;
	list-style-image: url(images/list-1.jpg);
}
.top-list a {
	text-decoration: none;	
}
.top-list a:hover {
	background-color: #CCCCFF;
}

/*head navigation*/
#head-navi {
	width: auto;
	text-align: center;
}

#head-navi ul #head-navi li {
margin:0; 
padding:0;
list-style:none;
}
#head-navi li {
	float: left;
	border-top:1px solid #333333;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
	font-size: 0.9em;
	padding:2px 10px;
	background-color: #FFFFFF;
	display:block;
	/*?*//*/
	display:inline;
	/**/
	}
#head-navi li.home {
border-left:1px solid #333333;
}

#head-navi a,#head-navi a:link,#head-navi a:visited {
	text-decoration: none;	
}
#head-navi a:hover {
	text-decoration: none;
	background-color: #CCCCFF;
}

/*contents*/
#main-contents {
	text-align: center;
}

/*footer*/
#footer {
	text-align: center;
}

/*text*/
.text-ll {	font-size: 1.4em; }
.text-l {	font-size: 1.2em; }
.text-lm {	font-size: 1.1em; }
.text-m {	font-size: 1em; }
.text-ms {	font-size: 0.9em; }
.text-s {	font-size: 0.8em; }
.text-ss {	font-size: 0.7em; }

/*float*/

.float-clear {
	clear: both;
}
