/*
 head_home [
----------------------------------------------------------- */
#head_home {
    float: left;
    width: 728px;
	height: 91px;
	background: url(../img/bg_head.jpg) no-repeat;
	padding: 0 16px;
}

#head_home #navguide {
	text-align: right;
	height: 12px;
	font-size: 0;
	line-height: 0;
	margin: 4px 0 0;
}

#head_home #navguide li {
	display: inline;
	margin-left: 15px;
}

#head_home #nav {
	text-align: right;
	height: 30px;
	font-size: 0;
	line-height: 0;
	margin-top: 44px;
}

#head_home #nav li {
    display: inline;
	margin-left: 24px;
}




/*
 main [
----------------------------------------------------------- */
#topimg {
    clear: both;
    width: 760px;
	background: url(../img/main.jpg) no-repeat;
	height: 247px;
}

#topimg h1 {
     text-indent: -9999px;
}

/*
 contents [
----------------------------------------------------------- */
#contents_home {
    float: left;
    width: 728px;
	background: #FDDCAF url(../img/bg_contents.jpg) no-repeat;
	padding: 7px 16px 0;
	font-size: 80%;
}


#subnav {
    text-align:right;
    width: 728px;
	height: 16px;
}

#subnav li {
    display: inline;
	margin-left: 17px;
}


/*
 main [
----------------------------------------------------------- */
#main {
    width: 528px;
	float: right;
	margin-top: 26px;
}

/* 新着情報 */
.new {
	width: 287px;
	float: left;

}

.new h2 {
    margin-bottom: 5px;
}

.new ul{
    width: 269px;
	margin: 0 4px 1em 14px;
}

.new li {
    font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	margin-bottom: 3px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #B4AD8E;
}

.new li.att {
    font-weight: bold;
}

.info {
    width: 269px;
	margin: 0 4px 0 14px;
}

.info p {
    margin-bottom: 10px;
}




/* インフォメーション、リンク集 */
.section_info {
    width: 215px;
	float: right;
	margin-top: 23px;
	font-size: 80%;
}

.item {
	margin-bottom: 20px;
}

.item h3 {
    margin-bottom: 7px;
}

.item p {
    width: 200px;
    margin: 5px 0 2px 10px;
	font-size: 80%;
}

/* リンク集 */
.item dl {
    width: 200px;
	margin: 5px 0 2px 10px;
}

.item dt {
    width: 88px;
	height: 50px;
}

.item dd {
    width: 105px;
	margin-left: 95px;
	margin-top: -40px;
}

 
/*for IE6 */
* html .link p {
	display: inline;
	zoom: 1;
}
 
/*for IE7 */
*:first-child+html .link p {
	display: inline;
	zoom: 1;
}



/*
 side [
----------------------------------------------------------- */
#side {
    width: 200px;
	float: left;
	margin-top: 49px;
}

.ofuro {

}

.mobile {

}

/*
 footer_home [
----------------------------------------------------------- */
#footer_home {
    clear: both;
    width: 728px;
	padding: 10px 16px;
	background: #FDDCAF;
	font-size: 80%;
}

