﻿@charset "UTF-8";
/*==================================================================*/
/*CMS詳細ページ用*/
/*==================================================================*/
#detail {
	width:521px;
}
/*見出し*/
#detail h2 {
	width: 511px;
	margin-top: 5px;	
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left:10px;
	padding-bottom: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B8D3FF;
	font-size: larger;
	font-weight: bold;
	float: left;
	clear: left;
}
/*サブ見出し*/
#detail h3 {
	width: 501px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-weight: bold;
	color: #990000;
	background-image: url(../images/ico/ico_h.gif);
	background-repeat: no-repeat;
	background-position:0.7em 0.7em;
	line-height: 150%;
	float: left;	
	clear: both;	
}
#detail h4 {
	width:auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 50px;	
	padding-top: 5px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-weight: bold;
	color: #990000;
	line-height: 150%;	
}
/*画像ボックス*/
.big_photo {
	width: 250px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
/*画像*/
.big_photo img {
	margin-bottom: 5px;
}
/*サブイメージ*/
.photo {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 5px;
}
/*画像*/
.photo img {
	margin-bottom: 5px;
}
/*記事ボックス*/
.text {
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;	
}
/* サムネイル
------------------------------------------------------------------ */
/*ボックス*/
.thumbnail {
	width: 521px;
	text-align: center;
	margin-top: 5px;
	clear: both;	
}
/*小ボックス*/
.thumbnail_box {
	float: left;
	width: 173px;
	margin-bottom: 10px;
	text-align: center;
}
/*画像ボックス*/
.thumbnail_box-img {
	width: 150px;
	height: 100px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #eee;
}
/*キャプション*/
.caption {
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	padding: 0px;
	font-size: 86%;
	text-align: left;
	line-height: 120%;
}
/* 参照リンク */
#detail ul {
	padding-right: 10px;
	padding-left: 10px;
	clear: left;
	float: left;
	width: 501px;
}
#detail li {
	background-image: url(../images/ico/ico_li.gif);
	background-repeat: no-repeat;
	background-position:0.7em 1.2em;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
/* ページナビ
------------------------------------------------------------------ */
.cms_navi {
	text-align: center;
	margin: 10px;
	line-height:150%;
	clear: both;
}
#get_adobebox {
	clear:both;	
}
#get_adobe {
	float:right;
	width: 401px;
	margin-top: 5px;	
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	padding-top:5px;
	font-size: smaller;
	line-height: 120%;	
}
.koumoku{
width:112px;
padding-left:5px;
float:left;
}
.naiyou{
width:269px;
padding-left:5px;
padding-right:5px;
float:right;
}
/*アップロード
------------------------------------------------------------------ */
.pdf {
	clear: both;
	width: 491px;
	background-image:url(../images/ico/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position:0.6em 0.6em;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 0px;
}
.excel {
	clear: both;
	width: 491px;
	background-image:url(../images/ico/excelicon_small.gif);
	background-repeat: no-repeat;
	background-position:0.6em 0.6em;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 0px;
}
.jpg {
	clear: both;
	width: 491px;
	background-image:url(../images/ico/jpgicon_small.gif);
	background-repeat: no-repeat;
	background-position:0.6em 0.6em;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 0px;
}
.kome{
	clear: both;
	width: 491px;	
	background-image:url(../images/ico/kome.gif);
	background-repeat:no-repeat;
	background-position:0.6em 0.2em;
	line-height: 150%;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 0px;
}

