﻿@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */

/*contents
----------------------------------------------------------- */
.tabNav	{
	width: 100%; margin:10px 10px 0px 20px;
	
}
.tabNav li	{
	float: left;
	margin: 0px  5px 8px -1px;
	font-weight: bold;
	text-align: center;
}
.tabNav a	{
	display: block;
	width: 150px;
	height:35px;
	line-height:35px;
	letter-spacing:0px;
	font-size:14px;
	font-weight:bold;
	color: #240000;
border:1px solid #ccc;
}
.tabNav a.active	{
	background-color:#b8b7b6;
}
.tabContents	{
	clear: both;
	padding: 5px;
	border: 1px solid #CCC;
	margin:0px 10px 30px 10px;
}
.tabContents dl	{
	margin-bottom: 15px;
}
.tabContents dt	{
	background-repeat:no-repeat;
	background-position:center left;
	padding: 8px 5px 8px 12px;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}
.tabContents dd	{
	padding: 8px 5px 8px 12px;
	margin:0px 0px 7px 10px;
}
.tabContents span{margin:0px 0px 6px 0px; display:block;}



