/*

A Six Apart theme adapted for Movable Type default templates 
name: Futsal Template FFC
designer: F-NET
designer_url: http://www.fnetsports.co.jp 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw, layout-mw, layout-wm
*/

/* Global
--------------------------------------------------------*/

/*リンク*/
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* Header
--------------------------------------------------------*/

/*タイトル（ロゴ）*/
#header-name a {
	background:url(header-name.jpg) no-repeat; /*画像URL*/
	width:300px; /*画像横幅*/
	height:80px; /*画像縦幅*/
	display:block;
}

 /*施設概要（キャッチコピー）*/
#header-description {
	float:right;
	color: #fff; /*フォントカラー*/
	font-size:10px;
	padding-right:10px; /*概要テキスト右側の余白調整*/
}

#header-description a {
	text-decoration:none;
	color:#fff;
}

#header-description a:hover {
	text-decoration:underline;
	color:#fff;
}

/*ヘッダー背景*/
#header-content {
	background:url(header-content.jpg) no-repeat; /*背景画像（電話番号など）*/
	padding:10px 0;
	margin-top:0;
}

/*イメージ写真*/
#header-inner {
	background:url(header-inner.g) no-repeat 0 bottom; /*画像URL（横幅900px）*/
	padding-bottom:0px; /*画像縦幅*/
}

/* Menu
--------------------------------------------------------*/

#menu ul {
	padding:0;
	margin:0;
}

#menu ul li {
	float:left;
	display:inline;
}

#menu ul li a {
	height:40px; /*メニュー画像の横幅*/
	width:150px; /*メニュー画像の縦幅*/
	display:block;
}

/*menu01*/
#menu ul li#menu01 a {background:url(menu.jpg) no-repeat 0 0;}
#menu ul li#menu01 a:hover {background:url(menu.jpg) no-repeat 0 -40px;}
#menu ul li#menu01 a.m01 {background:url(menu.jpg) no-repeat 0 -80px;}
/*menu02*/
#menu ul li#menu02 a {background:url(menu.jpg) no-repeat -150px 0;}
#menu ul li#menu02 a:hover {background:url(menu.jpg) no-repeat -150px -40px;}
#menu ul li#menu02 a.m02 {background:url(menu.jpg) no-repeat -150px -80px;}
/*menu03*/
#menu ul li#menu03 a {background:url(menu.jpg) no-repeat -300px 0;}
#menu ul li#menu03 a:hover {background:url(menu.jpg) no-repeat -300px -40px;}
#menu ul li#menu03 a.m03 {background:url(menu.jpg) no-repeat -300px -80px;}
/*menu04*/
#menu ul li#menu04 a {background:url(menu.jpg) no-repeat -450px 0;}
#menu ul li#menu04 a:hover {background:url(menu.jpg) no-repeat -450px -40px;}
#menu ul li#menu04 a.m04 {background:url(menu.jpg) no-repeat -450px -80px;}
/*menu05*/
#menu ul li#menu05 a {background:url(menu.jpg) no-repeat -600px 0;}
#menu ul li#menu05 a:hover {background:url(menu.jpg) no-repeat -600px -40px;}
#menu ul li#menu05 a.m05 {background:url(menu.jpg) no-repeat -600px -80px;}
/*menu06*/
#menu ul li#menu06 a {background:url(menu.jpg) no-repeat -750px 0;}
#menu ul li#menu06 a:hover {background:url(menu.jpg) no-repeat -750px -40px;}
#menu ul li#menu06 a.m06 {background:url(menu.jpg) no-repeat -750px -80px;}

/* Footer
--------------------------------------------------------*/

#footer {
	clear:left;
}

/*フッターナビ（個人情報など）*/
#footer-navi {
	text-align:center;
	background: #E7E7E7; /*背景色*/
	font-size:12px; /*文字サイズ*/
	margin-bottom:15px;
	padding:10px;
	color:#000;
}

#footer-navi a {
	margin:0 5px;
	text-decoration:none;
	color:#000;
}

#footer-navi a:hover {
	text-decoration:underline;
	color:#000;
}

#corp {
	text-align:left;
	margin-left:15px;
	padding-bottom:15px;
	font-size:12px;
	float:left;
}

/*コピーライト表示*/
#copyright {
	text-align:right;
	margin-right:15px;
	padding-bottom:15px;
	font-size:12px;
	float:right;
}

/* Contents
--------------------------------------------------------*/

#content {
	margin:0 0 5px 0;
}

/*各ページのタイトル*/
#page-title {
	background-color:#c33;
	border-bottom:1px solid #CCC;
	margin-bottom:5px;
	font-weight: bold;
	font-size:14px;
	color:#fff; 
	padding: 6px 4px 4px 6px;
	width:100%;
}

#top-title {
	margin:10px 0;
	padding: 0 5px;
}

#news-title {
	margin:10px 0;
	padding: 0 5px;
	width:330px;
	height:250px;
	float:right;
}

.archive-header {
	font-weight:bold;
	border-bottom:#CCC dashed 1px;
	padding:3px;
	margin-bottom:15px;
}

.archive-content,.asset-content {
	padding:0px 15px 15px;
}

.asset-meta {
	text-align:right;
}

/*エントリーのリスト表示*/
#entry-list dl {
	border-bottom:#CCC dashed 1px; /*アンダーライン*/
	width:330px;
	margin:5px 0;
	padding-bottom:5px;
}

#entry-list1 dl {
	border-bottom:#CCC dashed 1px; /*アンダーライン*/
	width:100%;
	margin:5px 0;
	padding-bottom:5px;
}

/*エントリーの日付*/
#entry-list dl dt {
	margin-bottom:5px;
	float:left;
	width:60px;
}

/*エントリーのタイトル*/
#entry-list dl dd {
	margin-left:50px;
}

/*今日の日付*/
#today {
	text-align:center;
	font-size:10px; /*「Today:」の文字サイズ*/
}

span.today-date {
	font-weight:bold;
	font-size:14px; /*日付部分の文字サイズ*/
}

/*layout-wm & layout-mw*/
.layout-wm #today,.layout-mw #today {
	float:left;
	width:140px;
	padding-top:10px;
}

/*お天気リンク*/
#weather a {
	background:url(weather.gif) no-repeat center center; /*お天気用バナーURL*/
	width:100%;
	height:40px; /*縦幅*/
	display:block;
}

/*layout-wm & layout-mw*/
.layout-wm #weather a,.layout-mw #weather a {
	width:150px;
	margin-left:130px;
}

/*施設情報外枠*/
#info-navi{
	padding:5px; /*余白*/
	border:1px solid #C33; /*枠線*/
	clear:left;
}

/*施設名*/
#info-navi h3 {
	font-size:12px; /*文字サイズ*/
	color:#FFF; /*文字色*/
	background:#444; /*背景色*/
	text-align:center;
}

#info-navi-photo {
	background:url(info-photo.jpg) no-repeat center center; /*写真URL*/
	margin-bottom:5px;
}

/*layout-wtt & layout-twt*/
.layout-wtt #info-navi-photo,.layout-twt #info-navi-photo {	height:105px;	width:140px;}
/*layout-wt & layout-tw*/
.layout-wt #info-navi-photo,.layout-tw #info-navi-photo {	height:128px;	width:170px;}
/*layout-wm & layout-mw*/
.layout-wm #info-navi-photo,.layout-mw #info-navi-photo {	height:203px;	width:270px;}

#info-navi-content{
	padding:5px;
	font-size:11px;
}

/*フリースペース*/
.free-space {
	margin:5px 0;
	float:left;
}

.free-space1 {
	margin:10px 5px 5px;
	padding:5px 10px 1px;
	clear:left;
	background: #E7E7E7; /*背景色*/
	color:#000;
}

.free-space1 a {
	text-decoration:none;
	color:#000;
}

.free-space1 a:hover {
	text-decoration:underline;
	color:#000;
}

.free-space2 {
	margin:10px 0 18px;
	float:left;
	width:330px;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, , sans-serif;
	font-size:12px;
}

.free-space2 a {
	display:block;
}