﻿@charset "utf-8";
/*
Theme Name: cloudtpl_782
Theme URI: http://c-tpl.com/
Description: cloudtpl_782
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

【教育03-b：テンプレートシート】

*/

*{
	margin:0;
	padding:0;
	}
html{
	margin:0;padding:0;
	overflow-x:hidden;
	overflow-y:auto;
}

body{
	font: 12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#252525;
	background: #f8f7ed url(images/bg_top.png) scroll repeat-x left top;
	overflow-x:hidden;
	/*overflow-y:scroll;*/
	position: relative;
}

a{color:#6f8215;text-decoration:none;}
a:hover{color:#93a832;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 10px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
	width:910px;
	height:90px;
	margin:0 -500px;
	padding:20px 500px 0;
	}

#header .logo_area{
	width:500px;
	float:left;
	}

#header a img {
    vertical-align: -10px;
	margin-right:10px;
	margin-top:10px;
}
#header .logo_area h2{
	width:500px;
	display:inline-block;
}

#header .logo_area h2 a{
	color:#000;
	margin-left:5px;
}
#header .logo_area h1 {
	display:inline-block;
	width:485px;
	margin-left:5px;
	padding:3px 10px 4px 0;
	font-size: 11px;
	font-weight: normal;
	color:#fff;
}
#header .menu{
	float:right;
	width:400px;
	padding-right:10px;
	}
#header .menu ul li{
	padding-left:15px;
	font-size:1.0em;
	float:right;
	padding:0 0px 4px 6px;
	}
/*#header p{
}
/*IE7用
*:first-child+html #header p{
	margin:-15px 0;
	}
*/

/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 15px 0;
width: 910px;
height: 31px;
}

ul#topnav li{float:left;list-style:none;width:130px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 130px;
height: 46px;
background:url(images/topnav.png) repeat-x right top;
}

/*************
メイン（左側）コンテンツ
*************/
#container{
	/*background:url(images/container.png) repeat-x left top;*/
	height: auto !important;  /* IE6対策：この2行で */
	height: 100%;               /* IE6対策：擬似的にmin-heightと同じことをさせてる */
	min-height:100%;
	margin:0 -500px;
	padding:10px 500px;
}
		/*クリアフィックス*/
		#container:after{
			content: ".";  /* 新しい要素を作る */
			display: block;  /* ブロックレベル要素に */
			clear: both;
			height: 0;
			}
		#container {
		  min-height: 1px;
		}
		
		* html #container {
		  height: 1px;
		  /*¥*//*/
		  height: auto;
		  overflow: hidden;
		  /**/
		}
		/*クリアフィックス*/
		
#main {
	float: right;
	width: 650px;
	padding:2px 0 0;
	display: inline;
}
/*IE7用*/
*:first-child+html #main{
	float: right;
	width: 650px;
	padding:0px 0;
	display: inline;
	margin-bottom:30px;
}

#main .bannerM img{
	padding-right: 10px;
	padding-bottom: 15px;
}
#main .bannerM img.last{padding-right:0;}

#main p {
	padding: 15px 15px 15px 20px;
}
/*IE7用*/
*:first-child+html #banners{margin:-50px 0 0 5px;}

/*******　各種見出し　*****/
#main h2.ph2{
	color:#fff;
	font-size: 18px;
	font-weight: normal;
	height:43px;
	line-height: 40px;
	background:url(images/heading3.png) no-repeat left top;
	padding: 3px 10px 0px 40px;
	margin-top: 12px;
	margin-bottom: 0px;
}

#main h3 {
	font-size: 16px;
	font-weight: bold;
	color: #252525;
	background: url(images/heading.png) no-repeat 5px 50%;
	border-bottom:2px solid #2c2c2c;
	height:35px;
	line-height: 32px;
	padding-left: 50px;
	padding-bottom:3px;
	padding-top:3px;
	margin-top: 10px;
}
#main .post .news_index h2.title{
	font-size: 16px;
	font-weight: bold;
	color: #252525;
	padding-left: 50px;
	padding-bottom:3px;
	padding-top:3px;
	margin-top: 10px;
	height:35px;
	line-height: 32px;
	background: url(images/heading.png) no-repeat 5px 50%;
	border-bottom:2px solid #2c2c2c;
	}
#main .news_index2 h2{
	font-size: 16px;
	font-weight: bold;
	color: #252525;
	padding-left: 50px;
	padding-bottom:3px;
	padding-top:3px;
	margin-top: 10px;
	height:35px;
	line-height: 32px;
	background: url(images/heading.png) no-repeat 5px 50%;
	border-bottom:2px solid #2c2c2c;
	}


/*******　テーブル設定　*****/
.cms_table{margin-bottom:10px; padding-bottom:0px;}

#main .cms_table table{
	border-collapse:collapse;
	border-top:#7e7a50 1px solid;
	border-bottom:#7e7a50 1px solid;
	font-size:13px;
	margin-bottom:20px;
}
#main .form_kakunin .form{
	border-collapse:collapse;
	border-top:#7e7a50 1px solid;
}

#main .cms_table table th,
#main .form_kakunin .form th{
	border-bottom:#7e7a50 1px solid;
	background:#d3d1b9 ;
	padding:5px 5px 5px 5px;
	color:#252525;
	text-align:left;
	font-size:13px;
	}
#main .cms_table table td,
#main .form_kakunin .form td{
	border-bottom:#7e7a50 1px solid;
	background:#f8f7ed;
	padding:5px 10px;
	font-size:13px;
	}
#main .cms_table tr:last-child th{
	border:none;
	padding:5px 5px;
	color:#252525;
	text-align:left;
	font-size:13px;
	}
#main .cms_table tr:last-child td{
	border:none;
	background:#f8f7ed;
	padding:5px 10px;
	font-size:13px;
	}
#main .cms_table tr:first-child th,
#main .form_kakunin .form tr:first-child th{
	border-bottom:#7e7a50 1px solid;
	background:#d3d1b9;
	padding:5px 5px;
	color:#252525;
	text-align:left;
	font-size:13px;
	}
#main .cms_table tr:first-child td,
#main .form_kakunin .form tr:first-child td{
	border-bottom:#7e7a50 1px solid;
	background:#f8f7ed;
	padding:5px 10px;
	font-size:13px;
	}

	
/******　テーブルここまで　*******/

#main .cms_right img{
	margin:15px 10px 10px;
	}
.cms_gallery .content{
	padding-top:10px;
	margin-bottom:20px;
	font-size:11px;
	}

#main .cms_right .text{
	margin-top:12px;
	}
	
.cms_right, .cms_left{
	background: #f8f7ed;
	border-radius:10px;
	padding:5px;
	}
/******　メインビジュアル　******/
#mainImg {
    position: relative;
    margin-left:auto;
    margin-right:auto;
    line-height: normal;
    overflow: hidden;
	padding-bottom:10px; 
	padding-top:0px;
	}
#mainImg img{
	width:100%;
	}
#catchcopy {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align:left;
    padding-top: 10px;
    font-size: 200%;
	}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 0 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: 0.7em;
}

#date {
text-align: right;
padding-right: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#542910;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}

/* メインとフッターのリスト位置調節 */
#footer ul{margin-left: 40px;}
#footer li{margin-bottom: 3px;}

/**　リスト　**/
#main .cms_left ol,#main .cms_right ol,#main .cms_text ol{
	margin: 10px 0px 10px 25px;
	}
#main .cms_left ul,#main .cms_right ul,#main .cms_text ul,#main .sidemenu{
	margin: 10px 0px 10px 17px ;
	}

.post ul li,#main ul li{
	list-style:none;
	background:url(images/list_icon_g.png) no-repeat left 50%;
	margin: 5px 10px 5px 0px;
	padding-left:20px;
	padding-top:0px;
	}
#main .sidemenu li{
	border-bottom:1px solid #d5b97c;
	margin: 5px 10px 5px 0px;
}
#freearea .cms_text ul li{
	background:none;
	border:none;
	}

#main ul.newslist{
    margin-top: 10px;
	}

#main ul.newslist li{
    margin: 0px 20px 5px 10px;
	border-bottom:1px solid #c5c4be;
	background:none;
	list-style:none;
	}
/****** フォーム *******/
#main form{
	margin-top:32px;
	}
#main form input,#main form textarea{
	border:1px solid #999;
	padding:5px 10px;
	border-radius:5px;
	}
#main form .checkbox{
	border:none;
	}
#main .form th{
	text-align:left;
	padding-left:15px;
	}

.cms_left .text{margin-left:20px;}
#main .cms_right img{
	margin:15px 10px 10px;
	}
.cms_gallery .content{
	padding-top:10px;
	}
#main .form_kakunin .form tr.submitarea td{background:none;border:none;}



/***********************
サイド（左側）コンテンツ
************************/
#sidebar {
	float: left;
	width: 235px;
	padding: 10px 0 29px;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
	margin: 0px 0 10px 0;
	padding: 3px 0px 0 35px;
	height:25px;
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #252525;
	background: url(images/heading2.png) no-repeat 5px center;
	border-bottom:2px solid #2c2c2c;
}

#sidebar .cms_text ul{
	margin: 10px 0px 10px 10px ;
}
#sidebar .cms_text ul li{
	margin:5px 20px 5px 5px;
	padding-left:0px;
}
	
#sidebar li a{
	display: block;
	padding-left:15px;
}
#sidebar li a:hover{background-position: 3px 50%;}

#sidebar .cms_text{
	padding:5px 0px 5px;
	margin-top:0px;
	margin-bottom:20px;
	background: #f8f7ed;
	border-radius:10px;
	}
#sidebar .cms_text .text{
	margin:0 5px;
}
#sidebar .cms_embed{
	padding:5px 0px 5px;
	margin-bottom:20px;
	background: #f8f7ed;
	border-radius:10px;
	}
#sidebar .cms_embed .content{
	margin:0 8px;
}
#sidebar .cms_embed h3{
	margin-bottom:0px;}
	
#sidebar .cms_navigation{
	border:1px solid #c5c4be;
	background: #f8f7ed;
	margin-bottom:20px;
	}
#sidebar .cms_navigation table{
	border-collapse: separate;
	border-spacing:2px;
}
#sidebar .cms_navigation .navi-item{
	}
#sidebar .cms_navigation .navi-item td{
	border-top:1px solid #c5c4be;
	padding:3px 0 3px 20px;
}
#sidebar .cms_navigation .navi-item:first-child td{
	border-top:none;
}

#banners{margin:0 0 0 5px;}
/***********************
　 　　フッター
************************/
#footer{
	border-top:1px solid #7f714e;
	width:910px;
	height:30px;
	margin:0 -500px;
	padding:5px 500px 10px;
}
#footer .footer_menu{
	text-align:center;
}

#footer2{
	clear:both;
	text-align:center;
	color:#252525;
	height:20px;
	line-height:20px;
	margin:0 -500px 20px;
	padding:0 500px;
	width:100%;
}

#footer2 .inner{
	overflow: hidden;
	text-align:center;
}

* html #footer2 .inner{height:1%;}

#footer2 #logo{
	float:left;
	padding: 10px 0 0px;
	width: 292px;
}

#footer2 address{
	text-align: center;
	font-style:normal;
	font-size: 10px;
}

/******　各種ナビゲーションメニュー設定　****/

.menu {
    float:right;
    padding-top: 10px;
}
.menu li {
    font-size: 10px;
    list-style-type: none;
	margin:0 auto;
	}

.globalnavi {
	background:none;
	}
.globalnavi .menu {
    float:none;
    width: 100%;
    overflow: hidden;
	height:30px;
	line-height:30px;
	margin:0 -500px;
	padding:0 500px;
	}
.globalnavi .menu li {
    list-style-type: none;
    float:left;
}
.globalnavi .menu li a{
    display: block;
	color: #000;
    font-size: 12px;
    font-weight: normal;
    width: 150px;
    text-align: center;
	height:30px;
	line-height:30px;
	padding-top:0px;	
	border-right:1px solid #6b7c15;
}
.globalnavi .menu li:first-child a{
    display: block;
	color: #000;
    font-size: 12px;
    font-weight: normal;
    width: 149px;
    text-align: center;
	height:30px;
	line-height:30px;
	padding-top:0px;	
	border-right:1px solid #6b7c15;
	border-left:1px solid #6b7c15;
}

.globalnavi .menu li a:hover{
	color:#fff;
	text-decoration:none;
	background:rgba(111,130,18,0.5);
	}
.globalnavi .menu li:first-child a:hover{
	color:#fff;
	text-decoration:none;
	background:rgba(111,130,18,0.3);
}

.newslist a:hover,
.sidemenu a :hover{
	color:#93a832;
	text-decoration:underline;}
	
.footer_menu{
	width:765px;
	margin:0 auto;
	}
.footer_menu .menu {
    float:none;
	width:765px;
	margin:0 auto;
	}
.footer_menu .menu ul{
	width:765px;
	margin:0 auto;
	}
.footer_menu .menu ul li{
	float:left;
	display:block;
	width:125px;
	text-align:center;
    border-right: 1px solid #999;
    list-style-type: none;
	}
.footer_menu .menu ul li:first-child{
	float:left;
	display:block;
	width:125px;
	text-align:center;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    list-style-type: none;
	}
.footer_menu .menu a{
    font-size: 10px;
	display:block;
	width:125px;
}
.footer_menu .menu a:hover{
	color:#000;
	background:#85D9E4;
}


.form_header{width:100px; float:right; text-align:right;font-size:1.0em; font-weight:bold;padding-top:10px;padding-right:57px;}
.form_header a{	color:#000;}
.form_header a:hover{color:#85D9E4;}

