@charset "utf-8";
/* CSS Document */


/*----------------------
	デフォルトスタイル
-----------------------*/
body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img{
    margin:0;
    padding:0;
	border:none;
	outline:none;
	font-size:1rem;
}

header,footer,nav,section{display:block;}

html{
	font:13px/1.3 "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust:none;}

li{list-style:none;
}

/*----------------------
	レイアウト
-----------------------*/
body{
	background:#FFF;
	width:100%;
	color:#33336C;
}



/* リンク色変更はここ */
a{
	color:#002C00;
	font-weight:bold;
	text-decoration:none;
}

/*----------------------
カラーレイアウト変更
-----------------------*/


.bkcolor {
	background: rgb(247,251,225); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,251,225,1) 0%, rgba(237,243,196,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,251,225,1)), color-stop(100%,rgba(237,243,196,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,251,225,1) 0%,rgba(237,243,196,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,251,225,1) 0%,rgba(237,243,196,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,251,225,1) 0%,rgba(237,243,196,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,251,225,1) 0%,rgba(237,243,196,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbe1', endColorstr='#edf3c4',GradientType=0 ); /* IE6-9 */

	}


#head{
	padding:0 14% 5px 10px;
	overflow:hidden;
	border-bottom:solid 1px #FFFFFF;
	position:relative;
	background: rgb(235,247,199); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(235,247,199,1) 0%, rgba(97,188,61,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,247,199,1)), color-stop(100%,rgba(97,188,61,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(235,247,199,1) 0%,rgba(97,188,61,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(235,247,199,1) 0%,rgba(97,188,61,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(235,247,199,1) 0%,rgba(97,188,61,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(235,247,199,1) 0%,rgba(97,188,61,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf7c7', endColorstr='#61bc3d',GradientType=0 ); /* IE6-9 */

}

h1 a{
	font-size:20px;
	color:#367AC3/*-- ここを変える --*/
}

h1 span{
	display:block;
	font-size:11px;
	line-height:1.2;
	color:#333333;/*-- ここを変える --*/
}

.bkcolor2 {
	border: 1px solid #EDF3C4;/*-- ここを変える --*/
	}

.bkcolor3 {
	background: rgb(235,247,199); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(235,247,199,1) 0%, rgba(97,188,61,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,247,199,1)), color-stop(100%,rgba(97,188,61,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(235,247,199,1) 0%,rgba(97,188,61,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(235,247,199,1) 0%,rgba(97,188,61,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(235,247,199,1) 0%,rgba(97,188,61,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(235,247,199,1) 0%,rgba(97,188,61,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf7c7', endColorstr='#61bc3d',GradientType=0 ); /* IE6-9 */

	width:92%;
        padding:5px 0px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
	}

/*----------------------------------------
 トップページここから
----------------------------------------*/

/* ヘッダ部分
--------------------*/

#head h1{
	padding-top:20px;
}

.left_link{
	background:url(img/mail_bg.png) no-repeat left top;
	width:42px;
	height:42px;
	padding-top:30px;
	text-align:center;
	position:absolute;
	top:0;
	right:1.5%;
}

#header{
position: relative;
}
#openMenu{
position:absolute;
top: 0;
right: 0;
}
#layerMenu{
display: none;
position:absolute;
top:37px;
left:0;
width:100%;
height:100%;
font-size: 12px;
z-index:9999;
}
#layerMenu ul{
border-top: solid 1px #ccc;
}
#layerMenu ul li{
background: #303030;
list-style: none;
border-bottom: solid 1px #ccc;
}
#layerMenu ul li a{
position: relative;
padding: 10px;
text-decoration: none;
color: #939393;
display: block;
}
#layerMenu ul li a:hover{
color: #FFFFFF;
}
#closeMenu {
position: absolute;
top: -37px;
right: 0;
}

/* ニュース部分
--------------------*/
#news{
	margin:1% 0;
	border:solid #1CA9EB;
	border-width:2px 0 1px;
}

#news ul{
	background:url(img/title_new.gif) repeat-y left center;
	min-height:68px;
	padding-top:1%;
	padding-left:15%;
	border:solid #FFF;
	border-width:1px 0;
}

#news ul li{
	margin-bottom:1%;
	list-style:disc inside;}

#news ul li a{
	text-decoration:underline;}


/* サイト説明部分
--------------------*/
.desc{
	margin-bottom:1%;
	padding:3% 5%;
	border:solid #005BAC;
	border-width:0px;
}


/* 広告部分
--------------------*/
.pic{
	width:95%;
	text-align:center;
	margin:5px auto 0;
	padding:3% 1% 2%;
	border:solid 0px #005BAC;
	outline:solid 0px #005BAC;}

.pic img{
	width:99%;
	max-width:320px;
	height:auto;}


/* カテゴリ部分
--------------------*/
#categories{
	margin:2% 0 1%;
	border-bottom:solid 0px #005BAC;
}

.category{
	overflow:hidden;
	border-top:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	margin:5px 10px;
	}

.title_icon2{
	margin:3% 0;
	text-align:center;
	float:left;}

h2 a{
	background:url(img/link_arrow.png) no-repeat 100% 50%;
	padding:6% 7% 6% 0;
	display:block;
	color:#FFFFFF;
}

h2 a span{
	display:block;
	font-size:24px;
}

/* TEL部分
--------------------*/
#tel{
	margin:2% 5 1%;
	border-bottom:solid 0px #005BAC;
}

.no{
	margin: 10px 20px;
	overflow:hidden;
	border-top:solid 0px #FFFFFF;
	border-bottom:solid 0px #FFFFFF;
	}

.tel_icon{
	margin:10% 5%;
	text-align:center;
	float:left;}


h2 a span{
	display:block;
	font-size:20px;
}

.tel_txtt{
	margin:6px 0 0 0;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}

.tel_txtb{
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}


/* フッター部分
--------------------*/
.foot_link{
	overflow:hidden;
}

.top{
	margin:2% 2% 0 77%;
	padding:2% 3%;
	display:block;
	border:solid 1px #4A9CD5;
	border-radius:5px 5px 0px 0px;
	text-align:center;
	font-weight:bold;
}

.back{
	margin:2% 2% 0 54%;
	padding:2% 3%;
	display:block;
	border:solid 1px #FFFFFF;
	border-radius:5px 5px 0px 0px;
	text-align:center;
	font-weight:bold;
	float:left;
}

address{
	padding:3% 0;
	text-align:center;
	color:#002C00;
}

address a{
	color:#002C00;
}


/*----------------------------------------
	カテゴリページ一覧ここから
----------------------------------------*/

/* カテゴリタイトル部分
--------------------*/
#categories_title{
	margin:1% 0;
	border-top:solid 2px #1CA9EB;
	border-bottom:solid 1px #F4F7F2;
}

#categories_title .category{
	border-top-color:#FFF;
	color:#333631;
}

#categories_title h2{
	margin-left:2%;
	padding:3% 7% 1% 0;
	font-size:18px;}


/* 記事部分
--------------------*/
#sections{
	margin:2% 0 1%;
	border-bottom:solid 1px #87CEEB;
}

.boxes{
	background-image: -moz-linear-gradient(top, #FFF, #EBEBEB);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#EBEBEB));
	background-image: -o-linear-gradient(top, #FFF, #EBEBEB);
	background-image: linear-gradient(top, #FFF, #EBEBEB);
	overflow:hidden;
	border-top:solid 1px #87CEEB;
	border-bottom:solid 1px #F4F7F2;
	}

.boxes img{
	max-width:82px;
	max-height:82px;
	margin:3% 2% 2%;
	float:left;}

.boxes h3 a{
	background:url(img/link2_bg.gif) repeat-y 100% 50%;
	min-height:82px;
	margin-left:2%;
	padding:3.5% 17% 2% 0;
	display:block;
	color:#FB9287;
}

.boxes h3 a strong{
	padding-left:3px;
	border-left:solid 3px #E31414;
	font-size:16px;}

.boxes h3 a span{
	margin-top:1%;
	display:block;
	font-size:13px;
	font-weight:normal;
	color:#333631;}


/* フッタ-カテゴリリンク群
--------------------*/
#links{
	margin:2% 0 3%;
	padding:5% 3%;
	border:dotted #005BAC;
	border-width:1px 0;
	text-align:center;
}



/* CSS Document */
@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is responsible for clearing any floats that may cause the tab
 * buttons and content panels to flow/wrap "funny" around floated image/block
 * elements.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
 

/*全体の幅や高さなどのレイアウト*/
.TabbedPanels {
	padding: 0px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/*タブの幅や高さなどのレイアウト*/
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	width: 25%;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #002C00;
	outline:none;
	text-align: center;
	padding: 10px;
}

/*タブのオンマウス背景カラー*/
.TabbedPanelsTabHover {
	background-color: #DDDDDD;
}

/*タブのセレクトされた背景カラー*/
.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	color: #333333;
	border-bottom: 1px solid #FFFFFF;
}

/*タブのテキストリンクカラー*/
.TabbedPanelsTab a {
	color: #000000;
	text-decoration: none;
}

/*コンテンツ*/
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 0px #005BAC;
	border-bottom: solid 0px #005BAC;
	border-top: solid 0px #005BAC;
	border-right: solid 0px #005BAC;
	background-color: #FFFFFF;
	padding: 15px;
}

.TabbedPanelsContent {
	padding: 0px;
}

.TabbedPanelsContentVisible {
}

.ban1 {
      width:92%;
      padding:5px 0px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
　　　
}
