@charset "utf-8";

/*--------------------------------
基本設定
--------------------------------*/	

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url("../img/body_back.gif") 0 0 repeat-x;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #464646;
	background-color: #feface;
}
p,li,dt,dl {  
    line-height:1.6;  
}  
	
p {  
    margin:0 0 0.5em 0;  
	font-size: 14px;
}

a {
	color:#eb7b14;
    overflow: hidden; /* FireFox リンク選択時の点線を消す　*/
	text-decoration: underline;
}
a:hover {
	color:#464646;
    overflow: hidden; /* FireFox リンク選択時の点線を消す　*/
}
#main_content a img:hover {
	opacity:0.8;
}

/*--------------------------------
見出しの設定
--------------------------------*/	
/*見出しブロック*/
h1{}
h2{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	color:#fff;
	background-color:#7aa53b;
	list-style:square;
	position:relative;
	padding-left:35px;
	padding-top: 1px;
}
h2:after {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 11px;
    height: 11px;
    background: #eb7b14;
    content: "";
	border:#fff solid 1px;
}
h2:before {
    position: absolute;
    top: 7px;
    left: 9px;
    width: 17px;
    height: 17px;
    background: #7aa53b;
    content: "";
	border:#fff solid 1px;
}
#main h3{
	font-size: 14px;
	color: #608b21;
	padding:4px 10px 2px ;
	margin: 0 10px 20px;
	border-left:#eb7b14 solid 5px;
	line-height:1em;
	font-weight:bold;
	background: #F7F7F7;
}

#main h4{
	font-size:16px;
	font-weight:bold;
	margin:0 10px 20px;
	color:#608b21;
}
#main h5{
	font-size:14px;
	font-weight:bold;
	margin:0 10px 20px;
	color:#608b21;
}
#main h6 a{
	background: url("../img/arrow_tb.gif") left center no-repeat;
	height: 11px;
	width: 11px;
	padding: 0 0 0 15px;
	font-size: 12px;
}

#side h3 {
	background: #7aa53b url("../img/cate_img.gif") 8px 6px no-repeat;
	padding: 5px 0 5px 30px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 130%;
}
#side h3 a {
color: #FFFFFF;
}
#side h3 a:hover {
	color:#eb7b14;
}
/*--------------------------------
リストの設定
--------------------------------*/	
#main_contents .sz-content ul{
	list-style:none;
}
#main .sz-content ul li{
	margin-left:20px;
	position:relative;
	padding-left:15px;
	list-style:none;
}
#main .sz-content ul li:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #fff;
    content: "";
	border:#7aa53b solid 1px;
}
#main .sz-content ul li:after {
    position: absolute;
    top: 7px;
    left: 2px;
    width: 6px;
    height: 6px;
    background: #eb7b14;
    content: "";
}
#main .sz-content ul li a{
	font-weight:normal;
}

/*--------------------------------
テーブルの設定
--------------------------------*/	
/*記事ブロック 表*/
#main .sz-content table {	
	border: none !important;
	border-collapse: collapse;
}
#main .sz-content table td, #main .sz-content table th {
	border: 1px solid #7aa53b !important;
	padding: 15px 10px;
	text-align: left !important;
}
#main .sz-content table td {
	background:#fff;
	width:80%;
}
#main .sz-content table th {
	background:#f4f4f4;
	font-weight:normal;
	width:20%;
}

/*表ブロック*/
.sz_table_block table {	
	border: none !important;
	border-collapse: collapse;
}
.sz_table_block table td, .sz_table_block table th {
	border: 1px solid #7aa53b !important;
	padding: 15px 10px;
	text-align: left !important;
}
.sz_table_block table td {
	background:#fff;
}
.sz_table_block table th {
	background:#f4f4f4;
	font-weight:normal;
}

/*フォームブロック*/
table.sz_form_table {	
	border: none !important;
	border-collapse: collapse;
	width:100%;
}
table.sz_form_table td, table.sz_form_table th {
	border: 1px solid #ccc !important;
	padding: 15px 10px;
	text-align: left !important;
}
table.sz_form_table td {
	background:#fff;
}
table.sz_form_table th {
	background:#f4f4f4;
	font-weight:normal;
}

.sz_form_table input{
	padding:5px;
}
.sz_form_table textarea{
	padding:5px;
	min-width:400px;
}
.sz_form_submit{
	text-align:center;
	overflow:hidden;
}

.sz_form_submit input{
	text-decoration: none;
	margin-top: 20px;
	margin-right: 20px !important;
	padding: 5px 30px;
	background-color: #7aa53b;
	font-size: 14px;
	color: #fff;
	border: none;
	border-radius: 5px;
}

.sz_form_view{
	margin-bottom:30px;
}

/*--------------------------------
マージン等の設定
--------------------------------*/	
/*記事ブロックの設定*/
#main .sz-content{
	margin:0 10px 30px;
	overflow: hidden;
}

/*画像ブロックの設定*/
#main .sz_file_block{
	margin-bottom:15px;
	overflow: hidden;
}

/*画像ブロックの設定*/
#footer .sz_file_block{
	margin-bottom:10px;
	overflow: hidden;
}
#footer .sz-content{
	margin-bottom:0;
	overflow: hidden;
}
.sz_accordion_wrapper{
	display:block !important;
}

.img_right{
	text-align:right;
}
.img_center{
	text-align:center;
}

