@charset "utf-8";						

/* CSS Common Document */

/*
 * --- メイン ---
 */

*{
	list-style:none;
}

#main #contents {
	margin-top: 15px;
	margin-bottom: 32px;
}
#main #contents .list {
	float: left;
	display: inline;
	width: 360px;
}
#main #contents .list .title {
	margin-bottom: 8px;
}
#main #contents .list .items {
	margin-bottom: 36px;
}
#main #contents .list .item {
	padding-bottom: 5px;
	border-bottom: 1px dashed #000000;
	margin-bottom: 14px;
}
#main #contents .list .item .arrow1 {
	float:left;
	display: inline;
}
#main #contents .list .item .text {
	float:left;
	display: inline;
	width: 330px;
	font-size: 1.0em;						/* for 11.5pt */
	font-weight: bold;
	padding-top: 3px;
}
#main #contents .list .all {
	margin-left: 290px;
}
#main #contents .list .all .arrow2 {
	float:left;
	display: inline;
	padding-right: 5px;
}
#main #contents .list .all .miru {
	float:left;
	display: inline;
	font-size: 1.0em;						/* for 11.5pt */
	font-weight: bold;
	padding-top: 3px;
}
#main #contents .list .all2 {
	margin-left: 200px;
}
#main #contents .list .all2 .arrow2 {
	float:left;
	display: inline;
	padding-right: 5px;
}
#main #contents .list .all2 .miru {
	float:left;
	display: inline;
	font-size: 1.0em;						/* for 11.5pt */
	font-weight: bold;
	padding-top: 3px;
}



#main #contents .extra {
	float: right;
	display: inline;
	width: 365px;
	margin-top: 36px;
}
#main #contents .extra .gallery {
border: 1px solid #666666;
	margin-bottom: 18px;
}
#main #contents .extra .banner {
	margin-bottom: 10px;
}
#main #contents .extra .text {
	font-size: 1.2em;						/* for 13pt */
	margin-bottom: 18px;
}

#indexleft{
	float:left;
	width:546px;
}

#indexright{
	float:right;
	width:195px;
	
}

#colum1{
	margin-bottom:20px;
}

#colum1 ul li.tobio{
	float:left;
}

#colum1 ul li.clearn{
	float:right;
}

#colum1 p{
	clear:both;
	padding:0 10px;
	font-size:14px;
	line-height:1.5;
}

#colum1 p a{
	text-decoration:underline;
}

#information h2{
	margin:0;
	padding:0 8px 3px 8px;
	font-weight:normal;
	border-bottom:#DDDDDD solid 3px;
}

#information h2 img{
	float:left;
}

#information h2 a{
	float:right;
	padding-left:15px;
	background:url("../images/index/arrow1.gif") no-repeat 0 3px;
}

#information ul{
	margin:0;
}
#information ul li{
	padding:0 10px;
	border-bottom:#999999 1px dotted;
	line-height:32px;
}
#information ul li font{
	padding-right:15px;
	color:#666666;
	font-size:10px;
}
#information ul li a{
	font-weight:bold;
	text-decoration:underline;
}

/********************************************************
親ブロックのサイズをfloatしたオブジェクトにあわせる。
********************************************************/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

