@charset "utf-8";
/*
Theme Name:滋賀カトリック学園のテーマ
Theme URI: http://www.caguya.co.jp/
Description: カグヤが作成したテーマ
Author: Caguya Corporation
Author URI: http://www.caguya.co.jp/
Tags: green, 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

*/

@import url("base.css");

body{
	background: #FFE366;
	font-family:"Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande", "Geneva", "Arial", "Verdana", "sans-serif";
	color:#333;
	text-align: center;
}

#wrapper {
	width: 820px;
	margin: 0 auto;
	text-align: left;
}

/* ヘッダー */
#header {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 20px;
	padding-top: 5px;
}
#header h1 {
	font-size: 11px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #666;
}
#header #header_logo ,
#header #header_logo a {
	width: 300px;
	height: 63px;
	text-indent: -99999px;
	overflow: hidden;
	background: url(image/header_logo.jpg) top left no-repeat;
	float: left;
}
#header #header_tel {
	width: 211px;
	height: 60px;
	text-indent: -99999px;
	background: url(image/header_tel.jpg) top right no-repeat;
	overflow: hidden;
	float: right;
}

/* コンテンツ */
#main_section {
	width: 625px;
	float: left;
}
#main_section h2.main_h2 {
	width: 625px;
	height: 108px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 10px;
}
#main_section h2#concept_h2 {
	background: url(image/concept_h2.jpg) top left no-repeat;
}
#main_section h2#news_h2 {
	background: url(image/news_h2.jpg) top left no-repeat;
}
#main_section h2#financial_h2 {
	background: url(image/financial_h2.jpg) top left no-repeat;
}
#main_section h2#evaluation_h2 {
	background: url(image/evaluation_h2.jpg) top left no-repeat;
}
#main_section h2#not_found_h2 {
	background: url(image/not_found_h2.jpg) top left no-repeat;
}
#main_section .article {
	background: #fff;
	padding: 20px;
	margin-right: 1px;
	_height: 400px;
	min-height: 400px;
   border-radius: 5px;         /* CSS3 */
   -moz-border-radius: 5px;    /* Firefox */
   -webkit-border-radius: 5px; /* Safari,Chrome */
}


/* サイドナビ */
#side_section {
	width: 192px;
	float: right;
}

#side_section #gnav {
}
#side_section #gnav li ,
#side_section #gnav li a {
	display: block;
	width: 192px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 1px;
	background: #fff;
}
#side_section #gnav li.nav01 a {
	background: url(image/gnav01.jpg) top left no-repeat;
}
#side_section #gnav li.nav02 a {
	background: url(image/gnav02.jpg) top left no-repeat;
}
#side_section #gnav li.nav03 a {
	background: url(image/gnav03.jpg) top left no-repeat;
}
#side_section #gnav li.nav04 a {
	background: url(image/gnav04.jpg) top left no-repeat;
}
#side_section #gnav li a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* フッター */
#footer {
	width: 820px;
	clear: both;
	padding-top: 20px;
}
#footer .gotop{
	float: right;
	padding: 0 10px 5px 0;
}

#footer #copyright {
	width: 820px;
	clear: both;
	border-top: 1px solid #BD8E00;
	text-align: center;
	padding: 5px 0 20px;
	color: #bd8e00;
}
#footer #copyright a {
	color: #bd8e00;
	font-size: 12px;
	text-decoration: none;
}
#footer #copyright a:hover {
	text-decoration: none;
}


/* ------------------------
各ページ
--------------------------- */

/* --------トップページ -------*/
#home #main_section .catch {
	width: 625px;
	height: 204px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/index_main_img.jpg) top left no-repeat;
}

#home #index_main_section {
	width: 820px;
	clear: both;
	padding-top: 15px;
}
/* 幼稚園新着情報 */
#home #index_main_section .left_section {
	width: 495px;
	float: left;
	margin-bottom: 20px;
}
#home #index_main_section .left_section h2 {
	width: 495px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/index_groupinfo_h2.png) top left no-repeat;
	margin-bottom: 3px;
}
#home #index_main_section .left_section .top_info {
	padding: 8px;
	background: url(image/index_news_bg.jpg) repeat;
}
#home #index_main_section .left_section .top_info dl {
	overflow-y: scroll;
	background: #fff;
	height: 147px;
	padding: 10px 20px;
	font-size: 12px;
}
#home #index_main_section .left_section .top_info dl dt {
	width: 140px;
	padding: 5px 3px 0;
	clear: both;
}
#home #index_main_section .left_section .top_info dl dt * {
	vertical-align: text-bottom;
}
#home #index_main_section .left_section .top_info dl dd {
	width: 280px;
	padding: 0 3px 5px 140px;
	border-bottom: 1px solid #ccc;
	margin-top: -1.4em;
	
}
/* 学園着情報 */
#home #index_main_section .right_section {
	width: 310px;
	float: right;
	margin-bottom: 20px;
}
#home #index_main_section .right_section h2 ,
#home #index_main_section .right_section h2 a{
	display: block;
	width: 310px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 3px;
}
#home #index_main_section .right_section h2 a{
	background: url(image/index_news_h2.jpg) top left no-repeat;
}
#home #index_main_section .right_section h2 a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#home #index_main_section .right_section .top_info {
	padding: 8px;
	background: url(image/index_news_bg.jpg) repeat;
}
#home #index_main_section .right_section .top_info dl {
	overflow-y: scroll;
	background: #fff;
	height: 147px;
	padding: 10px 20px;
	font-size: 12px;
}
#home #index_main_section .right_section .top_info dl dt {
	padding: 5px 3px 0;
}
#home #index_main_section .right_section .top_info dl dd {
	padding: 0 3px 5px 3px;
	border-bottom: 1px solid #ccc;
}
/* 各リンク */
#home #index_main_section .bottom_section {
	clear: both;
	margin-right: -12px;
}
#home #index_main_section .bottom_section h2 {
	width: 310px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(image/index_group_h2.png) top left no-repeat;
	margin-bottom: 3px;
}
#home #index_main_section .bottom_section ul {
	overflow: hidden;
	zoom: 1;
	margin-right: -12px;
}
#home #index_main_section .bottom_section ul li {
	float: left;
	margin-right: 12px;
	background: #fff;
}
#home #index_main_section .bottom_section ul li a img {
	vertical-align: bottom;
}
#home #index_main_section .bottom_section ul li a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* ブログ記事 */
#main_section .entry {
	overflow: hidden;
	zoom:1;
	margin-bottom: 20px;
}
#main_section .entry .blog_title {
	border: 1px solid #ccc;
}
#main_section .entry .blog_title h3 {
	border: 1px solid #fff;
	background: url(image/blog_title_bg.jpg) center repeat-x;
	padding: 8px;
	font-weight: normal;
}
#main_section .entry small {
	color: #666;
}

#main_section .entry .entry_main {
	overflow: hidden;
	zoom:1;
	margin: 0 10px;
}

