@charset "utf-8";
/*
Theme Name: FOOTBALL WORKSHOP white
Theme URI: http://tech-unifirst.com/football/
Description: フットボールワークショップ基本テーマ（白）
Author: Yugo TOMIYAMA (An Owl Works)
Author URI: http://aoworks.jp/
Vertion: 1.0
Tags: white, fixed width, tow columns
*/

/*
*1. 基本ルール
*2. 基本レイアウト
*3. ヘッダー
*4. ナビゲーション（ヘッダー内）
*5. メイン
*6. トップページ用スタイル
*7. 固定ページ用スタイル
*8. サイドバー
*9. フッター
*/

/* 1. 基本ルール */

*{
	margin:0;
	padding:0;
}

html {
	color: #666;
	background: #fff url(images/html_bg.gif) repeat-x center top;
}

body {
	background: url(images/bg.gif) repeat-y center top;
	line-height: 1.5;
	font-size: 69%;
	font-family: verdana , sans-serif;
	text-align: center;
}

html > body {
	font-size: 12px;
}

a {
	color: #63f;
}

a:hover {
	color: #f03;
}

img {
	border: none;
	vertical-align: top;
}

.alignright {text-align:right;}

.alignleft {text-align:left;}

.aligncenter {text-align:center;}

.color_red { color: #f03; }

/* 2. 基本レイアウト */
#wrap {
	background: url(images/grass.jpg) repeat-x center bottom;
	text-align: left;
}

#page {
	background: url(images/header_bg.gif) no-repeat center top;
}

/* 3. ヘッダー */

#header {
	width: 760px;
	height: 115px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#site_title {
	font-size: 2.7em;
	overflow: hidden;
	width: 380px;
	height: 130px;
	position: absolute;
	top: 0;
	left: 0;
}

#header h1 {
	font-size: 1em;
	position: absolute;
	font-size: 12px;
	top: 60px;
	left: 380px;
	width: 380px;
}

/* 3. ナビゲーション（ヘッダー内） */

div#navi {
	position: absolute;
	top: 0;
	left: 220px;
	background: url(images/navi.gif) no-repeat 0 -20px;
	width: 560px;
	font-size: 10px;
}

div#navi ul {
	margin-left: 15px;
}

div#navi ul ul {
	margin: 0;
}

#navi li {
	float: left;
	list-style: none;
	line-height: 20px;
}

.navi_s {
	width: 70px;
}

.navi_l {
	width: 130px;
	height: 20px;
}

#navi li li {
	clear: left;
	float: none;
	background: transparent;
}

#navi01 a {
	display: block;
	width: 70px;
	height: 0;
	padding-top: 20px;
	background: url(images/navi.gif) no-repeat -15px 0;
	overflow: hidden;
}

#navi02 a {
	display: block;
	width: 70px;
	height: 0;
	padding-top: 20px;
	background: url(images/navi.gif) no-repeat -85px 0;
	overflow: hidden;
}

#navi03 a {
	display: block;
	width: 130px;
	height: 0;
	padding-top: 20px;
	background: url(images/navi.gif) no-repeat -155px 0;
	overflow: hidden;
}

#navi04 a {
	display: block;
	width: 130px;
	height: 0;
	padding-top: 20px;
	background: url(images/navi.gif) no-repeat -285px 0;
	overflow: hidden;
}

#navi05 a {
	display: block;
	width: 130px;
	height: 0;
	padding-top: 20px;
	background: url(images/navi.gif) no-repeat -415px 0;
	overflow: hidden;
}

#navi01 a:hover,
#navi02 a:hover,
#navi03 a:hover,
#navi04 a:hover,
#navi05 a:hover {
	background-color: transparent;
	background: none;
}

#navi li.parent ul {
	display: none;
}

#navi li.parent_on ul {
	display: block;
	z-index: 2;
}

#navi li li a {
	display: block;
	width: 130px;
	height: 20px;
	padding: 0;
	color: #999;
	background: #fff url(images/navi_navi.gif) no-repeat;
	text-decoration: none;
}

#navi li li a:hover {
	color: #333;
	background: #cfc url(images/navi_navi.gif) no-repeat -130px 0;
}

/* 5. メイン */

#main_body {
	clear: both;
	width: 760px;
	margin: 0 auto;
}

#top_img {
	text-align: center;
	margin-bottom: 10px;
}

#top_img img {
	border: 1px solid #666;
}

#main_body h2,
#main_body h3 {
	font-size: 1em;
}

#welcome_text {
	margin: 0 5px 5px;
	border-bottom: 1px solid #333;
	color: #333;
	padding: 0 10px 10px;
}

#main_column {
	float: left;
	width: 500px;
	margin-top: 5px;
}

#main_column li {
	margin-left: 2em;
}

.contents {
	margin-bottom: 0.75em;
}

/* 6. トップページ用スタイル */

#news_text h2 {
	margin: 0 0 5px 0.5em;
}

#news_text div {
	margin: 0 1em 0.75em 2em;
	padding-bottom: 10px;
    background: url(images/border_dotted.gif) no-repeat center bottom;
}

.season_list {
	clear: both;
	padding: 5px 5px 0;
    background: url(images/border_dotted.gif) no-repeat center bottom;
    zoom: 100%;
    margin-bottom: 0.75em;
}

.season_list:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}  

.season_list dt {
	float: left;
	width: 70px;
}

.season_list dd {
	float: right;
	width: 410px;
}

.season_list dd h3 {
	line-height: 20px;
	background: url(images/season_mark.gif) no-repeat left 2px;
	padding-left: 22px;
}

/* 7. 各ページ用スタイル */

#main_body .list_title,
#main_body .page_contents h2 {
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #333;
	font-size: 1.2em;
	margin-bottom: 5px;
}

#contents_list_link {
	padding: 0 20px 10px;
}

#contents_list_link li {
	display: inline;
	margin: 0;
}

.page_contents h3 {
	padding: 1px 1px 1px 8px;
	margin: 10px 0 0.75em 7px; 
	border-left: 3px solid #66c;
	color: #000;
	font-weight: normal;
}

.page_contents h4 {
	font-size: 1em;
	margin-bottom: 0.75em;
}

#main_body .contents2 {
	margin: 0 1em 1em 1em;
	padding-bottom: 5px;
	background: url(images/border_dotted.gif) no-repeat center bottom;
}

.page_contents div {
	padding: 5px 0 0 5px;
}

.page_contents p,
.page_contents ul,
.page_contents ol {
	margin: 0 5px 0.75em;
}

.page_contents dl {
	margin: 0 5px 0 15px;
}

.page_contents dt {
	font-weight: bold;
}

.page_contents dd {
	margin: 0.25em 0 0.75em 2em;
}

.page_contents img {
	margin: 5px;
	padding: 3px;
	border: 1px solid #ccc;
}

.page_contents a:hover img {
	background: #cfc;
}

#contact_form {
	padding: 0 10px 10px;
	background: url(images/border_dotted.gif) no-repeat center bottom;
}

#contact_form dd {
	margin-left: 5em;
}

/* 8. サイドバー */

#sub_column {
	float: right;
	width: 250px;
	margin-top: 5px;
}

#sub_column ul {
	margin-bottom: 25px;
}

#sub_column li {
	list-style: none;
}

.side_banner {
	margin-bottom: 7px;
}

.side_banner a:hover {
	position: relative;
	left: 3px;
}

.side_list_title {
	padding: 7px 5px 0;
	text-align: center;
	font-weight: normal;
	color: #333;
	background: #fff url(images/side_list_bg.gif) repeat-y left top;
}

.side_text_link {
	padding: 1px 7px 10px;
	background: #eee;
	background: #fff url(images/side_list_bg.gif) repeat-y left top;
	margin: 0;
}

.side_text_link li {
	margin-top: 6px;
}

.side_text_link li a {
	display: block;
	padding: 2px 6px;
	text-decoration: none;
	color: #66c;
	background: #fff url(images/side_list_button.gif) repeat-y left top;
	border: 1px solid #dfdfdf;
}

.side_text_link li a:hover {
	color: #063;
	background: #efd url(images/side_list_button.gif) repeat-y right top;
}

*html .side_text_link li {
	width: 236px;
} /* IE6対策 */

/* 9. フッター */

#footer {
	clear: both;
	text-align: center;
	background: url(images/grass_footer.jpg) no-repeat center bottom;
	padding-top: 15px;
}

#footer div {
	width: 760px;
	margin: 0 auto;
	padding-top: 5px;
	border-top: 1px solid #999;
}

#footer ul {
	padding: 15px 0 10px;
	font-size: 10px;
}

#footer ul ul {
	padding: 0;
	width: 142px;
}

#footer li {
	float: left;
	text-align: left;
	list-style: none;
	padding: 0 10px 10px 0;
}

#footer li h2 {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #333;
	padding: 2px 2px 2px 10px;
	margin-bottom: 2px;
}

#footer li li {
	float: none;
	padding: 0 0 0 5px;
}

address {
	font-style: normal;
	font-size: 10px;
	clear: both;
	padding: 5px 0 25px;
	width: 700px;
	margin: 0 auto;
}