@charset "UTF-8";
/* CSS Document */

@import url("common.css");
@import url("styles-site.css");
/* ---------------------------------------------------------------- *
	トップページ用スタイル
 * ---------------------------------------------------------------- */
 
/* メイン画像*/
#flash {
	width: 905px;
	height: 300px;
	margin-top: 0px;
}

/* バナー */
#content ul {
	list-style: none;
}
#content li {
	list-style: none;
	margin-bottom:3px;
}
#content li img {
	vertical-align:bottom
}
#content #newrelease li {
	text-align: right;
}
#content #newrelease {
	float: right;
	width: 220px;
	margin-right: 5px;
}
#newrelease-inner {
	width: 652px;
	background-color: #ededed;
	background-image: url(../img/bg_mov.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	padding: 10px 5px;
	margin-top: 10px;
}

#map {
	float:right;
	margin-right: 20px;
	width: 312px;
	}

#newrelease   #newmov {
	float: left;
	width: 250px;
}
#newrelease  #mov   {
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#newrelease  #comment {
	float: right;
	width: 190px;
}
#newrelease   h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 110%;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
#newrelease   h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}
#newrelease  p {
	padding-bottom: 5px;
	line-height: 140%;
}

/* お知らせ */
#content #oshirase {
	float: left;
	width: 662px;
	margin-left: 5px;
	padding-bottom: 0px;
}

#content #oshirase .oshirase_l {
	float: left;
	width: 432px;
}

#content #oshirase .oshirase_l img {
	vertical-align:bottom
}

#oshirase p {
	font-size: 100%;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 150%;
}

.oshirasemore {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
}

.oshirasedate {
	font-weight:bold;
	color:#000066;
	font-size: 120%;
	border-left: 3px solid #000066;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.toposhirasedate {
	font-weight:bold;
	color:#000066;
	border-left: 3px solid #000066;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

/* バナー */
#content #oshirase .oshirase_r {
	width: 220px;
	float: right;
	margin-left: 10px;
}

#content #oshirase .oshirase_r td {
	padding: 0 0 3px 0;
}

.footpagetop {
	clear:both;
	padding-bottom:10px;
	padding-top:10px;
	text-align:right;
}

/*↓ 2009/06/01 matsumoto@ilovex.co.jp phpフォーム用CSSクラス追加 */
.err-input {
	background-color: #FFE1EA;
}
.errmsg {
	color: #CC0000;
	font-size: 90%;
}
/*↑ 2009/06/01 matsumoto@ilovex.co.jp phpフォーム用CSSクラス追加 */

