/**
 **
 **
 ** 早大山の子ホームページ・スタイルシート（CSS）
 ** 
 ** 更新おつかれさまです。
 **
 **
 **/


* {
	padding: 0px;
	margin: 0px;
	border: 0px
}


html {
	scrollbar-arrow-color: #ff9933;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #eeeeee;
}


body {
	background-color:#FFFFFF;
	font-size: 12px;
	line-height: 160%;
	color:#666666;
	background-image: url(http://yamanoko.com/images/bgsky.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}


/* ==========================================
	リンクと文字の色
========================================== */

a {	color:#00cc00; text-decoration:none !important; }
a:hover{ color: #FF6600; text-decoration:underline; }

.orange { color:#ff6600; }
.pink { color:#FF6699; }
.small { font-size:10px; }


/* ==========================================
	トップページ用
========================================== */

/* 緑のタイトル部分 */
dl {
	background-color: #00CC00;
	font-size:16px;
	color:#ffffff;
	padding:5px;
	width: 350px;
	margin: 10px 0px 10px -7px;
	text-indent: 7px;
}


/* 山行予定　本文 */
.rightBox h4 {
	background-image: url(http://yamanoko.com/images/shinkan_maneki_body.gif);
	background-position: left bottom;
	padding-left: 15px;
	padding-right: 40px;
	padding-bottom: 25px;
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 15px;
}



hr {
	height:1px;
	border:1px solid #cccccc;
}

.totop {
	margin: 15px 0 15px 0;
	text-align: right;
	font-size: 9px;
}


/* ==========================================
	全体の幅と中央寄せ
========================================== */

.wrapping {
	text-align: left;
	width: 770px;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-top: 40px;
}


/* ==========================================
	前ページ共通の上メニュー
========================================== */

#header {
	font-size:12px;
	padding-left: 10px;
	padding-top: 15px;
}
	

h1 {
	height: 52px;
	float: left;
	width: 216px;
	color: #FFFFFF;
	font-size: 1px;
}

/* 山の子ロゴ */
h1 a {
	background-image: url(http://yamanoko.com/images/yamanoko-logo_40special.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 216px;
	display: block;
	border: none;
	text-indent: -9999px;
	text-decoration: none;
}

/* 一言近況 */
h2 {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}


.Menu {
	width: 520px;
	text-align: center;
	font-size: 15px;
	float: left;
	background-image: url(http://yamanoko.com/images/greenline.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 13px;
	margin-top: 7px;
	padding-bottom: 5px;
	height: 30px;
}


.Menu ul li {
	display: inline;
	list-style: none;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
}

.Menu ul li a {
	padding-left: 12px;
	background: url(http://yamanoko.com/images/yamaIcon.gif) left top no-repeat;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-right: 1px;
	margin-top: 5px;
}

.Menu ul li a:hover {
	background-image: url(http://yamanoko.com/images/yamaIcon_hover.gif) left top no-repeat;
}


	
/* ==========================================
	毎回変わる写真
========================================== */


#eyecatch_photo {
	background-image: url('http://yamanoko.com/images/randimg.cgi?title');
	background-repeat:no-repeat;
	width: 380px;
	height: 200px;
	margin-left: -7px;
	margin-bottom: -10px;
}

/* ==========================================
	トップ写真
========================================== */


#top_photo {
	height: 200px;
	width: 361px;
	margin-top: 5px;	
}

/* ==========================================
	ようこそ紹介文
========================================== */

#introduce_upper {
	width: 340px;
	height: 140px;
	background-image:url(http://yamanoko.com/images/message-link_r1_c1.gif);
	background-repeat:no-repeat;
	padding: 8px 8px 0px 8px;
	background-position: top left;
	}




/* ==========================================
	２段組レイアウト（トップページ用）
========================================== */


.leftBox {
	width: 375px;
	padding-left: 7px;
	margin-top: -3px;
	overflow: hidden;
}

.leftBox ul {
	list-style-position: inside;
	list-style-type: circle;
}


.rightBox {
	width: 375px;
	float: right;
	margin: 5px 0 5px 0;
	overflow:hidden;
}


.clear {
	height: 10px;
	clear:both;
}

.unifiedBox {
	padding: 30px;
	line-height: 1.8;
}




/* ==========================================
	２段組レイアウト（記録ページ用）
========================================== */



.centerContaints {
	width: 540px;
	margin: 8px 0 5px 0;
	float: right;
	font-size: 13px;
	border: #CCCCCC 1px solid;
	background-position: bottom left;
	line-height: 166%;
	padding: 0px 20px 20px 20px;
	overflow: hidden;
}


.centerContaints h4 {
	font-size: 15px;
	padding: 8px;
	margin-bottom: 5px;
	margin-left: -20px;
	display: block;
	width: 120%;
	background-color:#FF9900;
	color: #FFFFFF;
	font-weight: 700;
	overflow: hidden;
}

.centerContaints strong {
	font-size: 15px;
}

.centerContaints dd {
	margin-left: 20px;
}


/* ==========================================
	毎回変わる写真
========================================== */


.leftMenu {
	width: 160px;
	padding-left: 7px;
	margin-top: -3px;
	float: left;
	margin-right: 5px;
}



/* ==========================================
	緑の「20XX年度」見出し
========================================== */

h3.green {
	overflow: visible;
	font-size: 16px;
	font-weight: bold;
	font-family: Lucida Grande, Arial, Helvetica, Myriad Pro, sans-serif;
	color: #ffffff;
	width: 100%;
}


h3.green a {
	background-image: url(http://yamanoko.com/images/menu-h3.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: inline;
	height: 35px;
	padding: 25px 0 0 10px;
	text-decoration: none;
	float: left;
	width: 100%;
}

h3.green a:hover  {
	background-image: url(http://yamanoko.com/images/menu-h3.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: inline;
	height: 35px;
	padding: 25px 0 0 10px;
	text-decoration: none;
	float: left;
	width: 100%;
}

.centerContaints h4 {
	text-indent: 20px;
	width: 70%;
	position: relative;
	top: -45px;
	margin-bottom: -35px;
}


/* ==========================================
	年度ごとの山リスト
========================================== */


.leftMenu ul {
	list-style-position: inside;
	list-style-type: circle;
}


.leftMenu li {
	background-color: #ffffff;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}


/* ==========================================
	年度ごとの山リスト
========================================== */



.rightPhoto {
	width: 150px;
	float: left;
	padding-top: 10px;
}

.rightPhoto img {
	margin-bottom: 10px;
	margin-left: 3px;
}


.rightPhoto a:link img,
.rightPhoto a:visited img,
.rightPhoto a:active img {
	border: 2px #CCCCCC solid;
	opacity: .4;
	filter: alpha(opacity=40);
}

.rightPhoto a:hover img {
	border: 2px #00CC00 solid;
	opacity: 1;
	filter: alpha(opacity=100);
}

/********* トップページの山行お知らせで使います。 ***********/


.rightBox h3 {
	background-image: url(http://yamanoko.com/images/shinkan_maneki_header.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 15px;
	color: #FF6600;
	padding-bottom: 8px;
	line-height: 1.3;
	height: 80px;
	padding-left: 90px;
	font-weight: bold;
	padding-top: 15px;
}



/********* 全体を囲む角丸を作ります。 *****/

.north { background: url(http://yamanoko.com/images/north.gif) repeat-x top; }
.east { background: url(http://yamanoko.com/images/east.gif) repeat-y right; }
.south { background: url(http://yamanoko.com/images/south.gif) repeat-x bottom; }
.west { background: url(http://yamanoko.com/images/west.gif) repeat-y left; }
.ne { background: url(http://yamanoko.com/images/ne.gif) no-repeat top right; }
.se { background: url(http://yamanoko.com/images/se.gif) no-repeat bottom right; }
.sw { background: url(http://yamanoko.com/images/sw.gif) no-repeat bottom left; }
.nw {
	background: url(http://yamanoko.com/images/nw.gif) no-repeat top left;
	padding: 5px;
}

input#upload{
	width: 250px;
	font-family: arial, sans-serif;
	font-size: 88%;
	height: 21px;
	border: #FF6600 solid 1px;
	padding: 3px;
}
