@charset "utf-8";


/*全体
---------------------------------------------------------------------------*/
body {
	color: #666666;	
	margin: 0px;
	padding: 0px;
	font: 14px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）
---------------------------------------------------------------------------*/
a {
	color: #0582AB;	

}
a:hover {
	color: #F60;			
	text-decoration: none;	
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 960px;	
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダーh1（タイトル画像）
---------------------------------------------------------------------------*/
header h1 img{
	margin:15px 0 5px 0;
}
header h1 a:hover {
	filter:alpha(opacity=65);
     -moz-opacity:0.65;
     -khtml-opacity: 0.65;
     opacity:0.65;
}

/*上部メインメニュー
---------------------------------------------------------------------------*/
header nav ul {
	background-color: #48a290;	
	height: 46px;		
	border-radius: 10px;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#71baa3), to(#1b9479));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#71baa3, #1b9479);	/*同上*/
	background-image: linear-gradient(#71baa3, #1b9479);			/*同上*/
	padding-left: 48px;    /*「ホーム」文字の左幅*/
	-webkit-box-shadow: 0px 2px 4px #bebebe;	/*影。右、下、ぼかし、色*/
	box-shadow: 0px 2px 4px #bebebe;			/*同上*/
}

header nav ul li {
	float: left;
	border-right: 1px solid rgba(255,255,255,0.5); 	
	
}
header nav ul li a {
	font-weight:bold;
	line-height:46px;	
	color: #FFF;		
	text-decoration: none;
	display: block;
	text-align: center;
	text-shadow: 1px 1px 1px  #004160;    /*影文字*/
	padding-left:28px;     /*メニュー文字ヨコ幅*/
	padding-right:28px;    /*同上*/
}

header nav ul li a:hover {
	background-color: #43d8b3;
	color: #FFF;
}

header nav ul li:first-child {
	border-left: 1px solid rgba(255,255,255,0.5);
}


/*パンくず
---------------------------------------------------------------------------*/
.pan{
	font-size:12px;
	margin:0 0 10px 0;
}


/*コンテンツ（main,sub,footer）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	padding-top: 20px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	
	width: 700px;	
}

/*h1（ページタイトル等）*/
#main h1 {
	background-color: #48a290;	
	border-radius: 22px;	
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71baa3), to(#1b9479));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#71baa3, #1b9479);	/*同上*/
	background-image: linear-gradient(#71baa3, #1b9479);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影。右、下、ぼかし、色*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
	font-size: 22px;
	color: #FFF;
	font-weight:normal;
	padding: 6px 0px 6px 40px;
	margin-bottom:15px;
	clear: both;
}


#main p {
	padding: 0.5em 10px 1em;
}

/*左サイド
---------------------------------------------------------------------------*/
#sub {
	float: left;	
	width: 240px;	
}

/*#sub h1 {
	border: 1px solid #CCC;   
	border-radius: 6px 6px 0 0;  
	font-size: 100%;
	text-align: center;
	padding: 9px 0px;
	background-color: #e3e3e3;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	
	background-image: linear-gradient(#FFF, #e3e3e3);			
}
*/

/*左サイドのメニュー
---------------------------------------------------------------------------*/
#sub ul {
	margin-bottom: 1em;
	border-top:3px solid #555555;
	border-bottom:3px solid #555555;
	padding:2px 0;
}

#sub ul li a {
	text-decoration: none;
	display: block;   
	border-bottom: 1px dashed #CCC;	
	padding: 10px 0 10px 35px;
	background:url("../images/allow_bg.gif") 15px 50% no-repeat;
}

#sub ul li:first-child a{
	border-top: 1px solid #555555;
}

#sub ul li:last-child a{
	border-bottom: 1px solid #555555;
}


#sub ul li a:hover {
	background-color: #f0f0f0;

}


/*トップへ文字
---------------------------------------------------------------------------*/
.to-top{
	clear:both;
	float:right;
	font-size:12px;
	padding:10px 10px 5px 0;
}



/*フッター
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background-color: #48a290;
	text-align: center;
	padding: 20px 0 30px;
	border-radius: 6px 6px 0 0;	/*角丸。左上、右上、右下、左下*/
	color:#FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71baa3), to(#1b9479));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#71baa3, #1b9479);	/*同上*/
	background-image: linear-gradient(#71baa3, #1b9479);			/*同上*/
}


/*トップページメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	position:relative;
}

#mainimg img {
	-webkit-box-shadow: 0px 2px 6px #bebebe;	/*影。右、下、ぼかし、色*/
	box-shadow: 0px 2px 6px #bebebe;			/*同上*/
	margin-bottom: 10px;
	border-radius: 5px;
}

#mainimg .mainimg-text{
	position:absolute;
	top:205px;
	left:45px;
	font-size:20px;
	line-height:1.5em;
	font-weight:bold;
	color:#000;
}


/*トップページ「お知らせ」
---------------------------------------------------------------------------*/
#new dl{
	overflow: auto;	
	height: 100px;
	padding: 10px;
	margin-bottom:20px;
}

/*日付*/
#new dt {
	font-weight: bold;
	float: left;
	width: 8em; 
	padding:10px 0; 
}

/*記事*/
#new dd {
	border-bottom: 1px dashed #d2d2d2;	
	padding:10px 0 10px 8em;

}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	
	line-height: 1.7em;
}
.ta1 td{
	width: auto;
	padding: 10px;
}

.ta1 th{
	width: auto;
	padding: 10px;
	text-align: center;
	background-color: #f3f3f3;	
}


/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 90%;
	margin:0 auto;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #CCC;
	line-height: 1.7em;
}

.ta2 td{
	width: auto;
	padding: 10px;
}

.ta2 th{
	width: auto;
	padding: 10px;
	text-align: left;
	background-color: #f3f3f3;	
}


/*テーブル３
---------------------------------------------------------------------------*/
.ta3 {
	width: 90%;
	margin:0 auto;
}
.ta3, .ta3 td, .ta3 th{
	border: 1px solid #CCC;
	line-height: 1.7em;
}

.ta3 td{
	width: auto;
	padding: 10px;
}

.ta3 th{
	width: auto;
	padding: 10px;
	text-align: center;
	background-color: #f3f3f3;	
}


/*テーブル４
---------------------------------------------------------------------------*/
.ta4 {
	width: 95%;
	margin:0 auto;
	font-size:13px;
}
.ta4, .ta4 td, .ta4 th{
	border: 1px solid #CCC;
	line-height: 1.7em;
}

.ta4 td{
	width: auto;
	padding: 7px;
}

.ta4 th{
	width: auto;
	padding: 7px;
	text-align: center;
	background-color: #f3f3f3;	
	border-bottom: 4px double #CCC;
}

/*テーブル５
---------------------------------------------------------------------------*/
.ta5 {
	width: 90%;
	margin:0 30px 0 30px;
	border: 1px solid #DCDCDC;
	padding:10px;
}
.ta5 td, .ta5 th{
	line-height: 1.7em;
	padding: 5px 10px;
	width: auto;
	border:none;
}
.ta5 td{

}
.ta5 th{

}



/*その他
---------------------------------------------------------------------------*/

.clear {
	clear: both;
}
.f-r{
	float:right;
	margin:0 0 20px 15px;
}
.f-l{
	float:left;
	margin:0 15px 20px ;
}
.gray-waku{
	border:1px solid #CCC;
}
.t-center{
	text-align:center;
}
.f-12{
	font-size:12px;
}
.f-16{
	font-size:16px;
}
.f-18{
	font-size:18px;
}
.f-20{
	font-size:20px;
}
.bold{
    font-weight:bold;
}
.map-waku a{
	width:30px;
	color:#ffffff;
	background-color: #F93;
	padding:3px 5px;
	text-decoration:none;
	border-radius: 3px
}
.map-waku a:hover{
	width:35px;
	color:#ffffff;
	background-color: #F30;
	padding:3px 5px;
}
.m-t-8{
    margin-top:8px;
}
.blue{
    color:#069;
}
.red{
	color:#F00;
}
.orange{
	color: #F93;
}
.gray{
	color: #c1c1c1;
}


.l-h-2{
	line-height: 2em;
}
.l-h-1-7{
	line-height: 1.7em;
}


.bg-yellow{
	background-color: #FFFFAA;
}
.bg-orange{
	background-color: #ffe566;
}
.bg-green{
	background-color:#CF9;
}
.bg-aqua{
	background-color:#C2EEFF;
}
.bg-gray{
	background-color:#eeeeee;
}
.bg-purple{
	background-color:#eeccff;
}
