@charset "huzo_m02.css"

/* -----------▼基本スタイル▼---------------------------------------*/
*
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 12px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	line-height: 1.9;
    color: #333333;
	background-color: #ffffff;
}
img {
    border: none;
}

/* -----------▲基本スタイル▲---------------------------------------*/

/* -----------▼３段組レイアウト▼-----------------------------------*/

#wrapper {
    text-align: left;
	width: 762px;
	margin: auto;
}
#header {
	background-color: #ffffff;   /* 白 */
	height: 200px;
}
#container {
	float: left;
	width: 760px;                /* ボックスの幅を指定 */
}
#primary {
	float: right;                /* ボックスを右寄せに変更 */
	width: 540px;
	margin: 5px 2px 5px 2px;
    padding: 3px;
    background-color: #ffffff;   /* 白 */
}
#secondary {
	float: left;
	width: 160px;
	margin: 5px 2px 5px 0px;
    padding: 3px;
	background-color: #ffffff;   /* 白 */
}
#footer {
	clear: both;
	background-color: #99ff99;
}

/* -----------▲３段組レイアウト▲-----------------------------------*/

/* -----------▼ヘッダーレイアウト▼---------------------------------*/

#header h1 {
    font-size: 11px;
    font-style: normal;
    line-height: 1.2;
	color: #666666;
}

/* -----------▲ヘッダーレイアウト▲---------------------------------*/

/* -----------▼記事本文▼-------------------------------------------*/

#primary h2 {
	font-size: 18px;    
	font-weight: bold;
	line-height: 2;
    padding: 2px 6px;
    border-style:solid;
    border-color: #339933;
    border-width: 0px 0px 2px 25px;
}
#primary h3 {
	font-size: 14px;
    margin: 15px 10px;
    border-bottom-style: dashed;
    border-bottom-color: #d3d3d3;
    border-width: 0px 0px 2px 20px;
}
#primary h4 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}
#primary p {
    font-size: 12px;
    line-height: 1.7;
    padding: 0px 5px;
	/*\*/
	letter-spacing: 1px;
	/**/
}
#primary .date {
	font-size: 100%;
	text-align: right;
	color: #333333;
}
#primary .section .top {
    font-size: 10px;
    padding-right: 15px;
}
#primary table {
    border-collapse: collapse;
    background-color: #99ff99;
}
#primary table , th , td {
    border: solid #99cc00 2px;
}    
#primary th,td {
    padding: 2px;
}
#primary ul {
    font-size: 12px;
    line-height: 1.7;
    list-style: outside;
}
#primary ol {
    font-size: 14px;
    line-height: 2.2;
    list-style: outside;
}
#primary dl {
	margin: 15px 15px 0 30px;
}
#primary dl dt {
	color: #333333;
	margin-top: 10px;
}

/* -----------▲記事本文▲-------------------------------------------*/

/* -----------▼ナビゲーション見出し▼-------------------------------*/

#secondary .list h5 {
    font-size: 16px;
    padding: 5px 5px 5px 15px;
    color: #003300;
    background-color: #99ff99;
}
#secondary ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}
#secondary li {
    margin: 0;
    padding: 1px 0;
   border-bottom: 1px dotted #339933;
}
#secondary a {
    background: #ffffff;   /* 白 */
    list-style: none;
    padding: 5px;
}

/* -----------▲ナビゲーション見出し▲-------------------------------*/

