/*==================================================================================*/
/* コンテンツ用	Contents.css														*/
/*==================================================================================*/

/*-----------------------------------------------------------------------------------
	コンテンツ関係　
-----------------------------------------------------------------------------------*/
/* コンテンツ枠 */
.contents
{
	text-align: left;
	margin-bottom: 20px;
}

/* コンテンツタイトル */
.con_title
{
	background-image: url("../top_images/common_title.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	line-height : 35px;
	text-align: left;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	width: 100%;
}

/* コンテンツ概要 */
.con_summary
{
	padding: 0.5em 0em 0.5em 0em;
	text-align: left;
	line-height: 1.2em;
}

/* コンテンツ内容 */
.con_main
{
	padding: 0.3em;
	text-align: left;
	line-height: 1.2em;
}

/* コンテンツ日付 */
.con_date
{
	padding: 0.2em 0.5em 0em 0.5em;
	text-align: right;
}

/* コンテンツ　ダウンロードファイル */
.con_download
{
	padding : 2px 4px;
	text-align : left;
}

/* コンテンツ　アドビリーダーリンク */
.con_pdf
{
	margin:5px 0px 5px 0px; 
	padding:5px; 
	border:1px solid #cccccc; 
	text-align: left;
}

/* コンテンツページ H2〜H6タグ  */
/* H2 */
.contents h2
{
	font-size: 110%;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 0px 10px;

	border-left: 10px solid #1d7221;
	border-bottom: 1px solid #cccccc;
}
/* H3 */
.contents h3
{
	font-size: 100%;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 0px 25px;

	background: url("../top_images/h3_bg.gif");
	border-bottom: 1px solid #cccccc;
}
/* H4 */
.contents h4
{
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px 0px 0px 0px;

	border-bottom: 1px solid #1d7221;
}
/* H5 */
.contents h5
{
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0px;
	padding: 0px 0px 0px 0px;

	border-bottom: 1px solid #cccccc;
}
/* H6 */
.contents h6
{
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0px;
	padding: 0px 0px 0px 0px;
}
.contents p
{
	margin: 0px 0px 0px 0.5em;
}
.contents ul,ol
{
	margin: 0px 0px 0px 3em;
}

/*-----------------------------------------------------------------------------------
	関連情報　relation
-----------------------------------------------------------------------------------*/
h1.relation_title
{
	text-align: center;
	font-weight: bold;
	color: #000000;
}
div.relation_frame
{
	line-height : 1.5em;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 3px 3px 3px;
	text-align: left;
}
.relation_frame ul
{
	margin : 0px;
	padding : 0px;
}
.relation_frame li
{
	list-style-type: none;
	background: transparent url(../top_images/li_01.gif) no-repeat;
	background-position: 3px 0.5em;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 90%;	
	border-bottom: 1px dotted #cccccc;
	line-height : 1.2em;
}
.relation_frame a
{
	line-height : 1.2em;
}

/*-----------------------------------------------------------------------------------
	お問い合わせ　inquiry
-----------------------------------------------------------------------------------*/
h1.inquiry_title
{
	text-align: center;
	font-weight: bold;
	color: #000000;
}
div.inquiry_frame
{
	line-height : 1.5em;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 3px 3px 3px;
	text-align: left;
}

.inquiry_frame ul
{
	margin : 0px;
	padding : 0px;
}
.inquiry_frame li
{
	list-style-type: none;
	background: transparent url(../top_images/li_01.gif) no-repeat;
	background-position: 3px 0.5em;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 90%;	
	border-bottom: 1px dotted #cccccc;
}

/*-----------------------------------------------------------------------------------
	ページアンケート　useful
-----------------------------------------------------------------------------------*/
h1.useful_title
{
	text-align: center;
	font-weight: bold;
	color: #000000;
}
div.useful_frame
{
	line-height : 1.5em;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 3px 3px 3px;
	text-align: left;
	font-size: 90%;
}
.useful_frame p
{
	text-align: center;
	margin: 0 auto;
}
p.useful_msg
{
	text-align: left;
	margin-bottom: 5px;
}
#useful_text
{
	width: 100%;
}


