@charset "utf-8";
/*------------------------------------------------------------------------------
[1] メインコンテンツ 共通設定
[2] メインコンテンツ 詳細設定
------------------------------------------------------------------------------*/
/*******************************************************************************
[1] メインコンテンツ 共通設定
********************************************************************************/
.clear{
	clear:both;
}
.middle{
	vertical-align:middle;
}
.fontnormal{
	font-weight:normal;
}
.small{
	font-size:90%;
}
/*==============================================================================
	テキスト
==============================================================================*/
.textleft{
	text-align:left;
}
.textright{
	text-align:right;
}
.textcenter{
	text-align:center;
}
/*==============================================================================
	画像関連
==============================================================================*/
.imageright{
	margin:5px 0px 0px 20px;
	width:auto;
	float:right;
	display:inline;
}
.imageleft{
	margin:5px 20px 0px 0px;
	width:auto;
	float:left;
	display:inline;
}
p.imageleft img{
	margin-right:20px;
}
.imagecenter{
	margin:5px auto 5px auto;
	clear:both;
	text-align:center;
}
/*==============================================================================
	SNSボタン
==============================================================================*/
#content div.sns,#content2 div.sns{
	width:35%;
	float:left;
	display:inline;
}
#tw{
	margin-right:10px;
	float:left;
}  
#fb{
	float:left;
}
#fb span,#fb div{
	width:60% !important;
}
/*==============================================================================
	更新日
==============================================================================*/
#content p.update,#content2 p.update{
	width:60%;
	float:right;
	display:inline;
	text-align:right;
}
/*==============================================================================
	ID番号
==============================================================================*/
#content p span.idnumber,#content2 p span.idnumber{
	margin-right:15px;
	padding:3px 5px 3px 5px;
	background:#F0EEDE;
	border:1px solid #CDCBBC;
	line-height:2;
}
/*==============================================================================
	縦線のスタイル（pタグ内、ddタグ内にて使用）
==============================================================================*/
#content p.line span a,#content2 p.line span a{
	margin:5px 3px 5px 0px;
	padding:0px 8px 0px 5px;
	display:inline-block;
	line-height:1.5;
	border-right:1px solid #CDCBBC;
}
#content dd.line span a,#content2 dd.line span a{
	margin:3px 10px 3px 0px;
	padding:0px 8px 0px 0px;
	border-right:1px solid #CDCBBC;
	display:inline-block;
	line-height:1.2;
}
/*==============================================================================
	イベントやパブコメ用の「終了」メッセージ
==============================================================================*/
#content p.end{
	margin:0px 0px 15px 0px;
	padding:5px 10px 5px 10px;
	color:#A80000;
	font-size:120%;
	background: #FFF0F0;
	border-top:1px solid #FFA6A6;
	border-bottom:1px solid #FFA6A6;
	text-align: center;
}
/*******************************************************************************
[2] メインコンテンツ 詳細設定
********************************************************************************/
/*==============================================================================
	見出し・段落（h1からh6まで）
==============================================================================*/
#content h1,#content2 h1{
	margin-bottom:15px;
	padding:17px 10px 15px 10px;
	font-size:130%;
	font-weight:bold;
	background:url(images/content/h1_bg.gif) repeat-x left top;
	border:1px solid #CDCBBC;
}
#content h1 span,#content2 h1 span{
	font-size:75%;
	font-weight:normal;
}
#content h2,#content2 h2{
	margin-bottom:10px;
	padding:10px 5px 8px 20px;
	clear:both;
	font-size:115%;
	font-weight:bold;
	background:#F0EEDE url(images/content/h2_bg.gif) no-repeat left top;
	border-bottom:1px solid #CDCBBC;
	border-right:1px solid #CDCBBC;
}
#content h3,#content2 h3{
	margin-bottom:10px;
	padding:5px 5px 3px 15px;
	clear:both;
	color:#7C6000;
	font-size:115%;
	font-weight:bold;
	background:url(images/content/h3_bg.gif) no-repeat left center;
	border-top:1px dotted #7C6000;
	border-bottom:1px dotted #7C6000;
}
#content h4,#content2 h4{
	margin-bottom:10px;
	margin-left:5px;
	padding:0px 5px 0px 10px;
	clear:both;
	font-size:100%;
	font-weight:bold;
	border-bottom:2px solid #D5CFA2;
}
#content h4.plus,#content2 h4.plus{
	padding-left:25px;
	background:url(images/smp/mark_plus.gif) no-repeat 5px 4px;
}
#content h4.minus,#content2 h4.minus{
	padding-left:25px;
	background:url(images/smp/mark_minus.gif) no-repeat 5px 4px;
}
#content h5,#content2 h5{
	margin-bottom:10px;
	margin-left:5px;
	padding:0px 5px 0px 7px;
	clear:both;
	font-size:100%;
	font-weight:bold;
	border-left:3px solid #D5CFA2;
}
#content h6,#content2 h6{
	margin-bottom:10px;
	margin-left:5px;
	padding:0px 5px 0px 10px;
	clear:both;
	font-size:100%;
	font-weight:bold;
}
#content p,#content2 p{
	margin-bottom:15px;
	margin-left:15px;
	margin-right:15px;
}
/*==============================================================================
	リスト
==============================================================================*/
#content ol,#content2 ol{
	margin:5px 15px 20px 55px;
}
#content ul,#content2 ul{
	margin:5px 15px 20px 50px;
}
#content ol li,#content2 ol li{
	margin-bottom:5px;
}
#content ul li,#content2 ul li{
	margin-bottom:2px;
}
/*------------------------------------------------------------------------------
	定義リスト
------------------------------------------------------------------------------*/
#content dl{
	margin:20px 0px 20px 15px;
	width:97%;
	clear:both;
}
#content dl:after{
    content:""; 
    display:block; 
    clear:both;
}
#content dt{
	margin-bottom:8px;
	padding:5px 5px 5px 7px;
	width:20%;
	float:left;
	clear:both;
	font-weight:bold;
	background:#F0EEDE url(images/content/th_bg.gif) repeat-x left top;
	border-top:1px dotted #7C6000;
	border-left:3px solid #D5CFA2;
}
#content dd{
	margin-bottom:8px;
	padding:5px 5px 5px 7px;
	width:75%;
	float:right;
	border-top:1px dotted #7C6000;
	text-align:left;
}
#content dd p{
	margin:0px 0px 0px 0px;
}
#content dd ul{
	margin:5px 0px 10px 25px;
}
#content dd ol{
	margin:5px 0px 10px 25px;
}
#content2 dl{
	margin:20px 45px 20px 45px;
	clear:both;
	width:95%;
}
#content2 dl:after{
    content:""; 
    display:block; 
    clear:both;
}
#content2 dt{
	margin-bottom:8px;
	padding:5px 5px 5px 7px;
	width:20%;
	float:left;
	clear:both;
	font-weight:bold;
	background:#F0EEDE url(images/content/th_bg.gif) repeat-x left top;
	border-top:1px dotted #7C6000;
	border-left:3px solid #D5CFA2;
}
#content2 dd{
	margin-bottom:8px;
	padding:5px 5px 5px 7px;
	width:75%;
	float:right;
	border-top:1px dotted #7C6000;
	text-align:left;
}
/*------------------------------------------------------------------------------
	リンク付リスト
------------------------------------------------------------------------------*/
#content ul.objectlink,#content2 ul.objectlink{
	margin-bottom:25px;
	margin-left:25px;
	clear:both;
	list-style-type:none;
	list-style-position:outside;
}
#content ul.objectlink li,#content2 ul.objectlink li{
	margin-bottom:5px;
	padding-left:25px;
	background:url(images/content/mark_ul.gif) no-repeat 5px 6px;
}
/*==============================================================================
	リストページ
==============================================================================*/
#content ul.listlink,#content2 ul.listlink{
	margin-bottom:25px;
	margin-left:25px;
	clear:both;
	list-style-type:none;
	list-style-position:outside;
}
#content ul.listlink li,#content2 ul.listlink li{
	margin-bottom:10px;
	padding-left:25px;
	background: url(images/content/mark_list.gif) no-repeat 5px 6px;
	clear:left;
}
#content ul.listlink li span,#content2 ul.listlink li span{
	display:block;
	font-size:95%;
	line-height:1.5;
}
/*==============================================================================
	添付ファイルアイコン
==============================================================================*/
/*------------------------------------------------------------------------------
	<li>である場合
------------------------------------------------------------------------------*/
#content ul li.pdf,#content2 ul li.pdf{
	background:url(images/icon/pdf.gif) no-repeat 5px 5px;
}
#content ul li.xls,#content2 ul li.xls{
	background:url(images/icon/xls.gif) no-repeat 5px 5px;
}
#content ul li.doc,#content2 ul li.doc{
	background:url(images/icon/doc.gif) no-repeat 5px 5px;
}
#content ul li.zip,#content2 ul li.zip{
	background:url(images/icon/zip.gif) no-repeat 5px 5px;
}
#content ul li.jpg,#content2 ul li.jpg{
	background:url(images/icon/jpg.gif) no-repeat 5px 5px;
}
#content ul li.gif,#content2 ul li.gif{
	background:url(images/icon/gif.gif) no-repeat 5px 5px;
}
#content ul li.mp3,#content2 ul li.mp3{
	background:url(images/icon/mp3.gif) no-repeat 5px 5px;
}
#content ul li.ram,#content2 ul li.ram{
	background:url(images/icon/ram.gif) no-repeat 5px 5px;
}
#content ul li.com,#content2 ul li.com{
	background:url(images/icon/com.gif) no-repeat 5px 5px;
}
/*------------------------------------------------------------------------------
	<li>ではない場合
------------------------------------------------------------------------------*/
#content span.pdf{
	padding-left:18px;
	background:url(images/icon/pdf.gif) no-repeat left 2px;
}
#content span.xls{
	padding-left:18px;
	background:url(images/icon/xls.gif) no-repeat left 2px;
}
#content span.doc{
	padding-left:18px;
	background:url(images/icon/doc.gif) no-repeat left 2px;
}
#content span.zip{
	padding-left:18px;
	background:url(images/icon/zip.gif) no-repeat left 2px;
}
#content span.jpg{
	padding-left:18px;
	background:url(images/icon/jpg.gif) no-repeat left 2px;
}
#content span.gif{
	padding-left:18px;
	background:url(images/icon/gif.gif) no-repeat left 2px;
}
#content span.mp3{
	padding-left:18px;
	background:url(images/icon/mp3.gif) no-repeat left 2px;
}
#content span.ram{
	padding-left:18px;
	background:url(images/icon/ram.gif) no-repeat left 2px;
}
#content span.com{
	padding-left:18px;
	background:url(images/icon/com.gif) no-repeat left 2px;
}
/*==============================================================================
	テーブル
==============================================================================*/
#content table,#content2 table{
	margin:10px 10px 20px 15px;
	padding:0px;
	clear:both;
	border:3px solid #CDCBBC;
	empty-cells:show;
}
#content th,#content2 th{
	padding:3px 6px 3px 6px;
	background:#F0EEDE url(images/content/th_bg.gif) repeat-x left top;
	border-right:1px solid #D5CFA2;
	border-bottom:1px solid #D5CFA2;
	text-align:left;
	vertical-align:top;
}
#content td,#content2 td{
	padding:3px 6px 3px 6px;
	border-right:1px solid #D5CFA2;
	border-bottom:1px solid #D5CFA2;
	vertical-align:top;
}
#content table caption,#content2 table caption{
	padding:0px 0px 3px 3px;
	text-align:left;
	font-weight:bold;
}
/*　二重線　*/
#content th.tdborder,#content2 th.tdborder,#content td.tdborder,#content2 td.tdborder{
	border-right:6px double #D5CFA2;
}
/*　右寄　*/
#content table td.textright,#content table th.textright,#content2 table td.textright,#content2 table th.textright{
	text-align:right;
}
/*　中央寄せ　*/
#content table td.textcenter,#content table th.textcenter,#content2 table td.textcenter,#content2 table th.textcenter{
	text-align:center;
}
/*　自動的に改行なし　*/
#content table td.cell,#content table th.cell,#content2 table td.cell,#content2 table th.cell{
	white-space:nowrap;
}
/*　右寄せかつ自動的に改行なし　*/
#content table td.cellright,#content table th.cellright,#content2 table td.cellright,#content2 table th.cellright{
	text-align:right;
	white-space:nowrap;
}
/*　中央寄せかつ自動的に改行なし　*/
#content table td.cellcenter,#content table th.cellcenter,#content2 table td.cellcenter,#content2 table th.cellcenter{
	text-align:center;
	white-space:nowrap;
}
/*　pの中にテーブルがあるとき　*/
#content p table,#content2 p table{
	margin-left:0px;
	width:100%;
}
/*　テーブルの中にpがあるとき　*/
#content td p,#content th p,#content2 td p,#content2 th p{
	margin:0px;
	padding:0px;
}
/*　テーブルの中にリストがあるとき　*/
#content table ul,#content2 table ul{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
}
#content table ol,#content2 table ol{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:35px;
}
#content table ul li,#content table ol li,#content2 table ul li,#content2 table ol li{
	margin-bottom:0px;
}
/*==============================================================================
	関連情報、添付ファイル
==============================================================================*/
#content h2.kanren,#content2 h2.kanren{
	margin-bottom:5px;
	padding: 2px 5px 2px 15px;
	font-size:100%;
	background: #F0EEDE url(images/content/kanren_bg.gif) no-repeat left center;
	border:1px solid #CDCBBC;
}
#content h3.kanren,#content2 h3.kanren{
	font-size:100%;
	border:none;
	border-bottom:1px dotted #7C6000;
	background:none;
}
#content ul.kanrenlink,#content2 ul.kanrenlink{
	margin-bottom:25px;
	margin-left:25px;
	clear:both;
	list-style-type:none;
	list-style-position:outside;
}
#content ul.kanrenlink li,#content2 ul.kanrenlink li{
	margin-bottom:5px;
	padding-left:25px;
	background:url(images/content/mark_kanren.gif) no-repeat 5px 6px;
}
/*==============================================================================
	お問合せ
==============================================================================*/
#reference{
	margin:20px auto 30px auto;
	padding:3px;
	width:90%;
	clear:both;
	background:url(images/content/reference_bg.gif) repeat left top;
}
#reference h2{
	margin:0px;
	padding:10px 5px 8px 80px;
	font-size:120%;
	background:#FFF url(images/content/reference_h2.gif) no-repeat 15px bottom;
	border:none;
}
#reference p{
	margin:0px;
	padding:15px 20px 10px 30px;
	background:#FFF url(images/content/reference_p.gif) repeat-x left top;
}
#reference p a.mail{
	padding:5px 0px 10px 30px;
	background:url(images/content/mail.gif) no-repeat left top;
}
#reference p a:hover.mail{
	padding:5px 0px 10px 30px;
	background:url(images/content/mail_o.gif) no-repeat left top;
}
/*==============================================================================
	plugin
==============================================================================*/
.plugin{
	margin:20px auto 20px auto;
	width:90%;
	clear:both;
	font-size:90%;
	background: #F0EEDE;
	border:1px solid #CDCBBC;
}
#content .plugin p{
	margin:0px;
	padding:10px 15px 10px 15px;
}
#content .plugin ul{
	margin:0px 10px 10px 15px;
	list-style-type:none;
}