@charset "utf-8";
/*
Theme Name: shigaku
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*
	Body
		-Container
			-Header
			-Contents
				-Main
				-Sidebar
			-Footer
	各ページ
*/

/* Body */
body {
	margin: 0;
	padding: 0;
	font-size: 85%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #3e3e3e;
}
a{
	color:#1d2088;
	font-weight:normal;
	text-decoration:none;
}
a:hover{
	color:#f00;
}

/* Container */
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background:url("http://yamanashi-shigaku.com/images/body-img.jpg") no-repeat;
}

/* Common */
#header, 
#contents {
	width: 800px;
	padding: 0;
	margin: 0 55px 0 45px;
	clear: both;
	text-align: left;
}



/* Header */
#header h1 {
	width: 415px;
	height: 30px;
	float: left;
	margin: 0;
	padding: 25px 0 0 10px;
	position:relative;
	font-size:12px;
	/*HideMacIE促*/
	overflow:hidden;
	/**/
}
#header h1 span {
	display:block;
	width: 400px;
	height: 40px;
	margin: 10px 0 0 10px;
	padding: 0;
	background:url("http://yamanashi-shigaku.com/images/title.gif") no-repeat;
	position:absolute;
	top:0;
	left:0;
}
#header ul {
	float: right;
	margin: 0;
	list-style: none;
}
#header ul li {
	float: left;
	padding: 0;
}
#header ul li a,
#header ul li a img {
	border: 0px;
}
#header img {
	clear: both;
	margin: 30px 15px 0;
}



/* Contents */
#contents {
	background:url("http://yamanashi-shigaku.com/images/contents-img.gif") repeat-y;
}
#contents:after {  /* Firefox用 */
	content : "";
	display : block;
	height : 0;
	clear : both;
}

/* Contents Main */
#main {
	width: 540px;
	float: right;
	margin: 10px 15px 10px;
	letter-spacing : 0.06em;
	line-height: 1.5em;
}
*html #main {		/* IE6用 */
	width: 540px;
	float: right;
	margin: 0;
	padding: 10px 15px 10px; 
}
#main h2 {
	margin: 0 0 5px;
	padding: 0;
}
#main h3 {
	clear: both;
	margin: 0 0 0 10px;
	padding: 2px 0 0 15px;
	background:url("http://yamanashi-shigaku.com/images/arrow-red.gif") no-repeat;
	border-bottom: 1px solid #ccc;
	color:#3366cc;
}
#main h3 a{
	color:#3366cc;
	font-weight: bold;
	text-decoration:none;
}
#main h3 a:hover{
	color:#f00;
}
#main strong {
	font-size: 0.85em;
}
#main .entry {
	clear: both;
	margin: 2em 0 0 0;
	padding: 0 0 0 10px;
}
#main dl {
	margin: 0 0 25px 0;
}
#main dt {
	margin: 5px 0 5px 0;
	line-height: 1.5em;
}
#main dd {
	margin: 0 0 10px 20px;
	line-height: 1.5em;
}
#main #bread {
	margin:0 0 20px 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
	font-size: 85%;
}
#main ul#yearly, 
#main ul#school {
	float: left;
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	border: 0px solid #ccc;
}
*html #main ul#yearly, 
*html #main ul#school {		/* IE6用 */
	float: left;
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
#main ul#yearly li, 
#main ul#school li {
	float: left;
	padding: 0;
	margin: 0;
}
#main ul#yearly li a,
#main ul#school li a {
	color:#f00;
	font-weight:normal;
	text-decoration:none;
}
#main ul#yearly li a:hover ,
#main ul#school li a:hover {
	color:#3e3e3e;
}

/* Contents Sidebar */
#sidebar {
	width: 225px;
	float: left;
	margin: 0;
	padindg: 0 0 0 15px;
}
#sidebar ul {
	list-style: none;
	margin: 10px 0 0 15px;
	padding: 0;
}
#sidebar ul li {
	width:200px;
	marign: 0 0 0 15px;
	padding: 0 0 3px 0;
	font-size:12px;
} 
#sidebar ul li a,
#sidebar ul li a img {
	border: 0px;
}



/* Footer */
#footer {
	width: 750px;
	margin: 0 70px 0 60px;
	padding: 10px 10px;
	clear: both;
	text-align: right;
	letter-spacing : 0.06em;
	line-height: 1.3em;
	border-top: 1px solid #ccc;
	color: #394973;
}



/* 各ページ */
/* トップ */
#main ul#news {
	clear: both;
	margin: 0 10px 0;
	padding: 0;
	list-style: none;
}
#main ul#news li {
	margin: 0;
	padding: 0 0 0 12px;
	background:url("http://yamanashi-shigaku.com/images/arrow-double.gif") no-repeat;
	letter-spacing : 1px;
	line-height: 1.5em;
	border-bottom: 1px dashed #ccc;
}


/* 入試関連情報 */
#post-75 h3 {
	clear: both;
	margin: 20px 0 10px;
	padding: 2px 0 0 15px;
	background:url("http://yamanashi-shigaku.com/images/arrow-red.gif") no-repeat;
	border-bottom: 1px solid #ccc;
	color:#3366cc;
}
#post-75 table {
	margin: 0 0 0 20px;
}


/* 連合会の概要 */
#post-21 p {
	letter-spacing : 1.2px;
	line-height: 1.3em;
}


/* 各学校紹介 */
#main .entry-school {
	margin: 15px 0 0 20px;
	padding: 0;
}
#main .entry-school table img {
	margin: 0 10px 0 0;
}
#main .entry-school-a {
	border-bottom: dashed 1px #999;
	margin: 0 0 30px 10px;
}


/* 各学校情報 */
#post-83 .entry{
	margin: 0;
	padding: 0;
	border: solid 0px #999;
}
#main ul#sport {
	clear: both;
	margin: 0 10px 0;
	padding: 0;
	list-style: none;
}
#main ul#sport li {
	margin: 0;
	padding: 0 0 0 12px;
	background:url("http://yamanashi-shigaku.com/images/arrow-red.gif") no-repeat;
	letter-spacing : 1px;
	line-height: 1.5em;
	border-bottom: 1px dashed #ccc;
}


/* サイトマップ */
#main ul.sitemap {
	margin: 0 10px 0;
	padding: 0;
	list-style: none;
}
#main ul.sitemap li {
	margin: 0;
	padding: 0 0 0 12px;
	background:url("http://yamanashi-shigaku.com/images/arrow-blue.gif") no-repeat;
	letter-spacing : 1px;
	line-height: 1.8em;
}
#main ul.sitemap li ul {
	list-style: none;
}
#main ul.sitemap li ul li {
	margin: 0 0 0 0px;
	padding: 0 0 0 12px;
}


/* リンク */
#main #post-2205 ul {
	margin: 0 10px 0;
	padding: 0;
	list-style: none;
}
#main #post-2205 ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background:url("http://yamanashi-shigaku.com/images/arrow-blue.gif") no-repeat;
	letter-spacing : 1px;
	line-height: 1.8em;
}
