﻿/*
Theme Name: Basic Template
Theme URI: http://www.emds99.com/
Description: design作成用の基本ベース</a>
Author: ishigaki
Author URI: http://www.emds99.com/
Version: 1.0
*/

@charset "UTF-8";

/* カラー設定
	ボーダーカラー：#DCDCE5
	テーブル（th）：
	テーブル（td）：
 */
/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
html {
}
body {
	font-family: "ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka", sans-serif;
	font-size:14px;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
}
/*
 見出し設定 [
----------------------------------------------------------- */
h1{
	font-size: 12px;
	font-weight: 400;
	padding: 5px;
	text-align: center;
	color: #8C8C8C;
}
/* h1用リンク設定 */
h1 a:link {
	color:#8C8C8C;
	text-decoration:none;
}
h1 a:visited {
	color:#8C8C8C;
	text-decoration:none;
}
h1 a:hover{
	text-decoration: underline;
	color: #8C8C8C;
}
h1 a:active {
	color:#8C8C8C;
}
h2{
	font-size: 14px;
	font-weight: 400;
	margin: 5px;
	text-align: left;
	color: #FFFFFF;
	position: absolute; right:20; bottom:5;
}
/* h1用リンク設定 */
h2 a:link {
	color: #CC0000;
	text-decoration:none;
}
h2 a:visited {
	color: #CC0000;
	text-decoration:none;
}
h2 a:hover{
	color: #CC0000;
}
h2 a:active {
	color: #CC0000;
}
h3{
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	margin: 5px 10px 5px 0px;
	padding: 10px 5px;
	background-color: #003399;
}
h4{
	color: #000000;
	font-size: 12px;
}
/* h4用リンク設定 */
h4 a:link {
	color:#000000;
	text-decoration:none;
}
h4 a:visited {
	color:#000000;
	text-decoration:none;
}
h4 a:hover{
	text-decoration: underline;
	color: #CC0033;
}
h4 a:active {
	color:#fff;
}

h5{
	color: #000000;
	font-size: 14px;
}
h6{
	font-size: 14px;
}
/*
 基本設定 [
----------------------------------------------------------- */

p,li {
	line-height:1.5em;
}
p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
p strong{
	font-weight: 600;
	color: #FF0000;
}
li{
	list-style-type: none;
}

img {
	border:0;
	margin-top: 0px;
}
address {
	font-style:normal;
}
.clear {
	clear:both;
}
br{
	height: 0px;
	line-height: 1em;
}
/* ------------------------------------- 
 *	パンくずナビ
 * ------------------------------------- */

/*
 リンク設定 [
----------------------------------------------------------- */
a:link {
	color:#0000FF;
	text-decoration:none;
}
a:visited {
	color:#189B12;
	text-decoration:none;
}
a:hover {
	color: #FF9900;
	text-decoration:none;
}
a:active {
	color:#666;
	text-decoration:none;
}

/*
 基本ボックスの設定 [
----------------------------------------------------------- */
/* 背景・包括ボックス設定 */
#bg_box{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
}
/* ヘッダーボックス設定 */
#header_box{
	width: 900px;
	height: 300px;
	background-image: url('img/header001.jpg');
	background-repeat: no-repeat;
	position: relative;
}
/* コンテンツボックス設定 */
#con_box{
	width: 900px;
}
#con_box dl{
}
#con_box dt{
}
#con_box dd{
	margin-bottom: 10px;
}
#con_box dd img{
	float: left;
	margin: 5px 20px;
}
#con_box dd .explanation{
	padding: 5px 20px 20px 20px;
}
/* フッター */
#footer_box {
	margin: 0px;
	width: 900px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0F4A87;
}
#footer_box a{
	margin-left: 5px;
	padding: 0px 5px 0px 5px;
	font-size: 14px;
}
#footer_box a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#footer_box a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer_box a:hover {
	color: #FF9900;
	text-decoration:none;
}
#footer_box table{
	font-size: 14px;
	line-height: 1.2em;
}
#footer_box td{
	background-color: #FFFFFF;
	vertical-align: top;
}
#footer_box table.haisou{
}
#footer_box table.haisou td{
	padding: 5px;
}

#footer_box td dl{
	font-weight: 400;
	width: 295px;
}
#footer_box td dt{
	text-align: center;
	background-color: #FF9999;
	margin: 2px 10px;
	padding: 5px 0px 0px 0px;
}
#footer_box td dd{
	text-align: justify;
	padding: 10px;
	line-height: 1.2em;
}
#footer_box ul{
	margin-top: 2px;
}
#footer_box a{
	padding-left: 15px;
}
#footer_box li{
	display: inline;
	border-right: 1px solid #BEBEBE;
}
#footer_box li.bnone{
	border-right: none;
}
/*
 ボックス設定 [
----------------------------------------------------------- */

/* メインカラム設定 */
#main_col{
	width: 700px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#main_col table{
}
/* サイドカラム設定 */
#side_col{
	width: 195px;
	float: left;
	height: auto;
}
#side_col p{
	background-color: #FFCC66;
	text-align: center;
	padding: 0px 5px;
	font-weight: 600;
}
#side_col ul{
	margin-top: 5px;
	padding: 5px 0px 0px 0px;
}
#side_col li{
	line-height: 1.5em;
	padding-left: 5px;
}
/* 一段下げるリスト設定 */
#side_col .list2{
	padding-left: 20px;
	margin: -5px 0px 5px 0px;
}
#side_col iframe{
	margin: 2px;
}
#side_col .toi{
	text-align: justify;
	border: solid 1px #C8C8C8;
	margin: 2px;
	padding: 10px;
	font-size: 1em;
	line-height: 1.5em;
}
/*
 テンプレート用設定 [
----------------------------------------------------------- */
/* メインカラムのテーブルサイズ設定 */
#main_t{
	width: 700px;
	padding: 10px;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#99CC66;
    empty-cells:show;
}

