﻿/*-------------------------------
早大スキー部ウェブサイト　基本CSS
製作者：西川　徹
製作日：2007.11.25
-------------------------------*/

/*目次-------------------------
・基本構造
・共通CSS
・ヘッダ
・ナビゲーション
・メインコンテンツ
・テーブル
・サイドバー
・フォーム
・フィード（RSS）
・フォトアルバム
・フッタ
・その他
・CSSハック
-------------------------------*/

/*・基本構造
-------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
}
#content {
	width: 800px;
	margin: auto;
}
img {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
.img_center {
	text-align:center;
}
.img_left {
	float: left;
	margin: 10px;
}
.img_right {
	float: right;
	margin: 10px;
}

/*・共通CSS
-------------------------------*/
.btn a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}

.text150 {
	font-size: medium;
}

.text_small {
	font-size: small;
}

.text_gray {
	color: #999999;
}

.text_bold {
	font-weight: bold;
}

.frame img {
    position: relative;
    left: -5px; /* 画像を左へ移動 */
    top: 0px; /* 画像を上へ移動 */
    padding: 5px; /* 画像枠 */
    background: #FFFFFF; /* paddingを設定した場合の背景色 */
    border: 1px solid #999999; /* 画像の枠線 */
}

/*・ヘッダ
-------------------------------*/
#header {
	margin: 0px;
	padding: 0px;
	height: 365px;
	width: 800px;
}
#header img {
	vertical-align: bottom;
}
#header_plus {
	width: 800px;
	height: 85px;
	background-image: url(../images/header02_2010.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#header_sub {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 800px;
}
#header_sub img {
	vertical-align: bottom;
}
#header_sub_plus {
	width: 800px;
	background-image: url(../images/header02_sub.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

/*・ナビゲーション
-------------------------------*/
#nav {
	float: left;
	width: 220px;
	margin: 0px;
	border: 0px none;
}
#nav .menu a {
	font-size: 90%;
	background-image: url(../images/btn_menu01.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 185px;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 0px none;
	margin: 3px 0px 0px;
}
#nav .menu a:hover {
	background-image: url(../images/btn_menu01_hov.png);
	background-repeat: no-repeat;
	position: relative;
	left: 1px;
	top: 1px;
}
#nav .sub_menu {
	width: 154px;
	margin-left: 15px;
	padding: 0px;
}
#nav .sub_menu li a {
	font-size: 75%;
	background-image: url(../images/btn_menu02.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 154px;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 0px none;
	margin: 0px;
}
#nav .sub_menu li a:hover {
	background-image: url(../images/btn_menu02_hov.png);
	background-repeat: no-repeat;
	position: relative;
	left: 1px;
	top: 1px;
}
#nav .sub_menu ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*#nav div {
	line-height: 2;
}*/

/*・メインコンテンツ
-------------------------------*/
#main {
	width: 350px;
	float: left;
	margin: 0px 0px 0px 3px;
	border: 0px none;
	padding: 0px;
}
#sub_main {
	width: 520px;
	float: right;
	margin: 0px 40px 0px 0px;
	border: 0px none;
	padding: 0px;
}
.sitepath {
	font-size: 80%;
	color: #990000;
	margin-top: 30px;
}
#top_photos {
	width: 340px;
	padding-top: 20px;
}
#top_photos ul {
	margin: 0px;
	padding: 0px;

}
#top_photos li {
	float:left;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	height: 100px;
	width: 100px;
}
#pickup {
	width: 340px;
	margin: 0px 0px 10px;
	padding: 0px;
}
.pickup_top {
	background-image: url(../images/pickup_top.gif);
	background-repeat: no-repeat;
	width: 346px;
	padding: 7px 0px 0px;
	height: 28px;
	margin: 5px 0px 0px;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.pickup_middle {
	background-image: url(../images/pickup_middle.gif);
	background-repeat: repeat-y;
	width: 346px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.pickup_bottom {
	background-image: url(../images/pickup_bottom.gif);
	background-repeat: no-repeat;
	width: 346px;
	margin: 0px;
	padding: 0px;
	height: 10px;
}

#pk_text {
	font-size: small;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #990000;
	border-left-color: #990000;
	padding-bottom: 2px;
	line-height: 1.5;
}

#main_links {
	width: 336px;
	margin: 0px;
	padding: 0px;
}

#main_links ul {
	list-style-type: none;
	margin: 0px;
	paddding: 0px;
}

#main_links ul li {
	margin-top: 30px;
	margin-bottom: 30px;
}

#topics {
	width: 172px;
	margin: 0px;
	padding: 0px;
}
.topics_top {
	background-image: url(../images/topics_head.png);
	background-repeat: no-repeat;
	width: 172px;
	height: 44px;
	margin: 0px;
	font-size: 85%;
	font-weight: bold;
	color: #666666;
}
.topics_middle {
	background-image: url(../images/topics_body.png);
	background-repeat: repeat-y;
	width: 172px;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	color: #333333;
}
.topics_bottom {
	background-image: url(../images/topics_footer.png);
	background-repeat: no-repeat;
	width: 172px;
	margin: 0px;
	padding: 0px;
	height: 18px;
}

#feedControl {
	text-align: left;	
	padding-left: 8px;
	padding-right: 8px;
}

#feedControl a {
	color: #990000;
	text-decoration: none;
}

#feedControl .gf-snippet,
#feedControl .gf-author,
#feedControl .gf-spacer {
	display : none;
}

#feedControl .gf-relativePublishedDate {
	color: #999966;
}

#feedControl02 {
	text-align: left;
	padding-top: 15px;	
	padding-left: 8px;
	padding-right: 8px;
	font-size: small;
}

#feedControl02 p {
	margin-bottom: 5px;
}

#feedControl02 li {
	padding-bottom: 3px;
	margin-bottom: 3px;
	list-style-type: none;
	border-bottom: 1px #CCC dotted;
}

#feedControl02 a {
	color: #990000;
	text-decoration: none;
}

#feedControl02 .gf-snippet,
#feedControl02 .gf-author,
#feedControl02 .gf-spacer {
	display : none;
}

#feedControl02 span {
	padding-left: 10px;
	color: #999966;
}

.t_link {
	margin-top: 10px;
	margin-right: 8px;
	padding-bottom: 5px;
	font-size: small;
	text-align: right;
	border-bottom: 1px #900 solid;
}

.t_link img {
	padding-right: 5px;
}

.t_link  a {
	color: #990000;
	text-decoration: none;
}


#feedControl03 {
	text-align: left;	
	padding-left: 8px;
	padding-right: 8px;
}

#feedControl03 a {
	color: #990000;
	text-decoration: none;
}

#feedControl03 .gf-snippet,
#feedControl03 .gf-author,
#feedControl03 .gf-spacer {
	display : none;
}

#feedControl03 .gf-relativePublishedDate {
	color: #999966;
}


.title h1 {
	font-size: 110%;
	font-weight: bold;
	height: 38px;
	width: 240px;
	padding-top: 20px;
	padding-left: 40px;
	border: none;
	background-image: url(../images/bg_title.png);
	background-repeat: no-repeat;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}
.title_top {
	margin-top: 30px;
	padding: 0px;
	height: 50px;
	width: 500px;
}
.article {
	width: 470px;
}
.ranking {
	width: 470px;
}
.ws-history {
	width: 470px;
	background-image: url(../images/bg_history.gif);
	background-repeat: no-repeat;
}
.article p {
	line-height: 2;
	letter-spacing: 0.1em;
	font-size: 75%;
	margin-bottom: 20px;
}
.article ol {
	line-height: 2;
	letter-spacing: 0.1em;
	font-size: 75%;
	margin-left: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}
.article ul {
	line-height: 2;
	letter-spacing: 0.1em;
	font-size: 75%;
	margin-left: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	list-style-type: circle;
}
.article .comment {
	border: 1px solid #666666;
	width: 350px;
	padding: 10px;
}
.gakuryoku .ex01 ul {
	line-height: 1.5;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
.gakuryoku .ex02 ul {
	line-height: 1.5;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.gakuryoku li {
	margin-bottom: 5px;
}
#sub_main h2 {
	font-size: 90%;
	font-weight: bold;
	height: 30px;
	margin-bottom: 10px;
	background-image: url(../images/ico_circle_s.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 20px;
}
#sub_main h3 {
	font-size: 80%;
	font-weight: bold;
	height: 20px;
	width: 480px;
	background-image: url(../images/bg_subtitle.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	color: #333333;
}
.history .sub_box {
	height: 30px;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.history .sub_button a {
	float: right;
	background-image: url(../images/btn_next.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 140px;
	color: #333333;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 10px;
	margin-right: 10px;
	font-size: 80%;
	text-decoration: none;
}
.history .sub_button a:hover {
	/*background-image: url(../images/btn_next.png);
	background-repeat: no-repeat;*/
	position: relative;
	left: 1px;
	top: 1px;
}
.member ul {
	list-style-type: none;
	text-align: center;
	font-size: 70%;
}
.member .reader {
	margin: 0px;
	padding: 0px;
}
.member .reader li {
	margin: 0px 20px 0px 70px;
	float: left;
	border: 1px solid #999999;
	padding: 10px 5px 5px;
	background-color: #FFFFFF;
	width: 105px;
	display: inline;
}
.member .student {
	margin: 0px;
	padding: 30px 0px 0px;
	line-height: 1.2;
	width: 520px;
}
.member .student li {
	margin: 10px 0px 0px 10px;
	float: left;
	border: 1px solid #999999;
	padding: 10px 5px 5px;
	background-color: #FFFFFF;
	width: 105px;
	height: 137px;	/*display: inline;*/
}
.coach_group .left {
	float: left;
}
.coach_group .right {
	float: left;
	margin-left: 50px;
}
.coach_group .coach {
	border: none;
	width: 200px;
	margin: 40px 0px 20px;
	padding: 0px;
}
.coach_group .coach_tomon {
	margin-top: 40px;
	border: 1px solid #990000;
	width: 200px;
	padding: 0px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.coach_group .coach_tomon h4 {
	font-size: 80%;
	height: 60px;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
.coach_group ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}
.coach_group li {
	margin: 0px auto 20px;
	border: 1px solid #999999;
	padding: 5px;
	background-color: #CCCCCC;
	width: 120px;
}
.coach_group a {
	text-decoration: none;
	color: #333333;
}
.member img {
	margin-bottom: 10px;
}
.ranking ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 90%;
}
.ranking li {
	margin: 0px 0px 10px;
	padding: 0px;
}
.ranking .pad {
	padding-right: 20px;
}
.ranking .left {
	float: left;
}
.ranking .right {
	float: left;
	margin-left:20px;
}
.ranking .rank02 {
	width: 130px;
	margin-left: 250px;
	border: 1px solid #999999;
	height: 160px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.posR {
	position: relative;
}

.po_text {
	width:250px;
	left: -25px;
	text-align: right;
	position: absolute;
}

.sitemap {
	color: #660000;
	margin-top: 30px;
}
.sitemap a {
	color: #660000;
	text-decoration: none;
}
.sitemap ul {
	font-size: 90%;
	margin-top: 20px;
}
.sitemap ul ul{
	margin-left: 30px;
}

.sitemap li {
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 18px;
	list-style-type: none;
	background-image: url(../images/ico_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sitemap ul ul li{
	background-image: url(../images/ico_title02.gif);
}
.sitemap .left {
	float: left;
	width: 250px;
}
.sitemap .right {
	float: left;
	width: 250px;
}

ul.list_number {
	list-style-type: decimal;
}

ul.list_dot {
	list-style-type: circle;
}

ul.list_finger {
	margin: 0px;
	padding: 0px;
}

ul.list_finger li {
	background-image: url(../images/arrow_finger02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-bottom: 18px;
	list-style-type: none;
}

dl.support {
	line-height: 2;
	letter-spacing: 0.1em;
	font-size: 75%;
	clear: both;
}

dl.support dt {
	float: left;
	width: 50px;
	height: 30px;
}

dl.support dd {
	float: right;
	width: 410px;
}

/*・テーブル
-------------------------------*/
#sub_main .history table {
	border: 1px solid #990000;
	width: 500px;
	font-size:75%;
}
#sub_main .history td {
	border: 1px solid #990000;
	height: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sub_main th {
	border: 1px solid #990000;
}
#sub_main table .item{
	background-color: #993300;
	color: #FFFFFF;
}
.wd-xs {
	width: 2%;
}
.wd-s {
	width: 6%;
}
.wd-sr {
	width: 6%;
	text-align: right;
}
.wd-sc {
	width: 6%;
	text-align: center;
}
.wd-m {
	width: 10%;
}
.wd-mr {
	width: 10%;
	text-align: right;
}
.wd-mc {
	width: 10%;
	text-align: center;
}
.wd-mm {
	width: 14%;
}
.wd-mmc {
	width: 14%;
	text-align: center;
}
.wd-l {
	width: 20%;
}
.wd-lc {
	width: 20%;
	text-align: center;
}
.wd-xl {
	width: 30%;
}
.wd-top {
	vertical-align:text-top;
}
.schedule table {
	width: 500px;
	background-color: #FFFFFF;
	border: 1px solid #990000;
	font-size:75%;
}
.schedule td {
	border: 1px solid #990000;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
	padding-left: 3px;
}
.article table {
	width: 400px;
	font-size:75%;
	margin-left: 10px;
}
.article td {
	padding-top: 5px;
	padding-bottom: 5px;
}
table.shinro {
	width: 450px;
	background-color: #FFFFFF;
	border: 1px solid #990000;
	font-size:75%;
}
table.shinro td {
	border: 1px solid #990000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
table.gakuryoku {
	margin: 0px;
	width:500px;
	border: none;
}
.gakuryoku td {
	vertical-align: text-top;
}
.gakuryoku .ex01 {
	padding-left:22px;
	width: 110px;
}

table.player_history {
	width: 495px;
	border: 0px none;
}

table.player_history td {
	vertical-align: top;
	line-height: 2.0;
	text-align: left;
	border: 0px none;
}

.player_history .ph_item {
	width: 130px;
}

.player_history .notes {
	width: 200px;
}

/*・サイドバー
-------------------------------*/
#side {
	width: 180px;
	float: right;
	margin: 0px 40px 0px 0px;
	border: 0px none;
	padding: 0px;

}
.sub01 {
	padding: 0px;
	text-align: center;
	margin-bottom: 10px;
}

#side ul {
	margin: 0px;
	padding: 0px;
}
#side li {
	list-style-type: none;
	padding: 0px 0px 10px;
	margin: 0px;
}
.sub02 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.sponsor_top {
	background-image: url(../images/sponsor_top.png);
	background-repeat: no-repeat;
	width: 160px;
	padding: 0px;
	height: 10px;
	margin: 0px;
	background-position: bottom;
}
.sponsor_middle {
	background-image: url(../images/sponsor_middle.png);
	background-repeat: repeat-y;
	width: 155px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
.sponsor_bottom {
	background-image: url(../images/sponsor_bottom.png);
	background-repeat: no-repeat;
	width: 160px;
	margin: 0px;
	padding: 0px;
	height: 10px;
}

/*・フォーム
-------------------------------*/
.formlayout {
	font-size: 80%;
	color: #333333;
}
.formlayout table {
	width: 400px;
	margin-bottom: 30px;
}
.formlayout td {
	height: 40px;
}
.formlayout .subtitle {
	width: 100px;
}
.buttonSubmit {
	width: 60px;
}
.thanks {
	width: 300px;
	height: 250px;
	background-image: url(../images/ski_busyo_l.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*・フィード（RSS）
-------------------------------*/
#news .date {
	color: #666666;
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 5px;
	text-align: left;
}

#news .detail {
	text-align: left;
}

#news .detail a {
	color: #993300;
	text-decoration: none;
	padding-left: 8px;
}
#news02 {
	width: 160px;
	font-size: x-small;
	color: #990000;
	padding-left: 5px;
	text-align: left;
	margin-left: 8px;
}
#news03 {
	width: 160px;
	font-size: x-small;
	color: #990000;
	padding-left: 5px;
	text-align: left;
	margin-left: 8px;
}
#news04 {
	width: 160px;
	font-size: x-small;
	color: #990000;
	padding-left: 5px;
	text-align: left;
	margin-left: 8px;
}
.feed_msg {
	font-size: x-small;
	color: #333333;
	text-align: left;
	margin-left: 12px;
}

/*・フォトアルバム
-------------------------------*/
#photos .explain {
	font-size:75%;
	border-bottom-width: 2px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #996600;
	border-left-color: #996600;
	padding-left: 10px;
	color: #333333;
	letter-spacing: 0.3em;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #996600;
	width: 400px;
	padding-right: 10px;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #996600;
}
#albums {
	float:left;
	margin-top: 20px;
	width:200px;
}
#albums ul {
	list-style-type: none;
	color: #990000;
	font-size: 75%;
	font-weight: bold;
}
#albums li {
	background-image: url(../images/ico_circle_s.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 10px;
	padding-left: 20px;
}
#albums li a {
	text-decoration: none;
	color: #990000;
}
#display {
	float:right;
	margin-top: 20px;
	width:300px;
}

/*・フッタ
-------------------------------*/
#footer {
	clear: both;
	height: 30px;
	width: 760px;
	text-align: center;
	padding-top: 5px;
	padding-left: 10px;
}
address {
	font-size: 75%;
	font-style: normal;
	color: #666666;
}
#return {
	margin-bottom: 10px;
}
#designed_by {
	margin-right: 20px;
	font-size: x-small;
	text-align: right;
	color: #666666;
}
#designed_by a {
	color: #666666;
	text-decoration: none;
}
/*・その他
-------------------------------*/
.hidden {
	display: none;
}
.ex_button {
	text-align: right;
}
.mark_red {
	color: red;
	font-weight: bold;
}
.mark_blue {
	color: blue;
	font-weight: bold;
}
.text_medium {
	font-size: 100%;
	font-weight: normal;
}
.text_small {
	font-size: 90%;
	font-weight: normal;
}
.text_xsmall {
	font-size: 80%;
	font-weight: normal;
}
p.capq {
	width: 450px;
	font-size: 75%;
	padding-left: 30px;
	background-image: url(../images/ico_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p.capa {
	width: 450px;
	font-size: 75%;
	padding-left: 30px;
	background-image: url(../images/ico_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#construct {
	width: 325px;
	height: 350px;
	background-image: url(../images/img_wasedabear02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#counter {
	margin-top: 30px;
	margin-left: 100px;
}
.ssl {
	color: #666666;
	font-size: 70%;
	clear: right;
	margin-left: 235px;
}
.blog_link {
	background-image: url(../images/ico_title.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 5px;
	padding-left: 5px;
}
/*・CSSハック
----------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
