﻿/* 基本スタイル
---------------------------------------------*/
* {
	margin: 1;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
body {
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;line-height: 1.3;
	color: #000000;
	background-color: #ffffff;
}
img {
	border: none;
}

a:link    {color:#0000cd;}
a:visited {color:#ff0000;}
a:active  {color:#6495ed;}
a:hover   {color:#009900;}


/* サブページ　スタイル
---------------------------------------------*/
#wrapper {width: 710px;}
#header {height: 100px;}
#primary {
        float: left;
	width: 200px;
        margin-top:10px;
        margin-left:5px;
}

#secondary {
       	float: right;
	width: 480px;
	margin-top:10px;
}
#footer {width: 710px;
        margin-top:5px;
	text-align: center;
        clear: both; /* 回り込みを解除 */
        background-color: #c7c7a1;}
#sitemap {
        float: left;
	width: 710px;
        margin-top:10px;
}
#category {
        float: left;
	width: 710px;
        margin-top:10px;
}

/* ナビゲーション
---------------------------------------------*/
#globalNav {width: 710px;}
#globalNav ul {
	left: 0px;
        list-style: none;
	margin: 0;
	padding: 0px;
	height: 15px;
	border-bottom: 0px solid #CCCCCC;
}
#globalNav li {
	float: left;
	width: 98px;
	margin: 0;
	padding: 0;
        height: 15px;
}
#globalNav a {
	display: block;
	width: 98px;
	padding: 6px 0 8px 0;
	color: #ffffff;
        font-size: 11pt;
        font-weight: bold;
 	background-color: #006400;
	background-position: left top; /* オフマウス時の背景画像の開始位置を左上に指定 */
	text-decoration: none;
	text-align: center;
}
#globalNav a:hover {
	background-color: #3cb371; /* オンマウス時の背景色を指定 */
	background-position: right top; /* オンマウス時の背景画像の開始位置を右上に指定 */
}

/* インデックス一覧
---------------------------------------------*/
#index {font-size: 80%;
	width: 200px;
}

#index ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
}

#index li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
	background: #ccffcc url(../unionimages/button/navi_yajirushi2.gif) left center no-repeat; /* オフマウス時のマーカー画像と背景色を指定 */
}
#index a {
	padding: 5px 10px 4px 10px;
	background: #FFFFFF url(../unionimages/button/navi_yajirushi2.gif) left center no-repeat;
        display: block;
	width: 200px;
	color: #333333;
	text-decoration: none;
}
#index a:hover {
	color: #333333; /* オンマウス時の文字色を指定 */
        font-weight: bold;
	background-image: none; /* オンマウス時の背景画像を表示させないように指定 */
	background-color: transparent; /* オンマウス時の背景色を透過するように指定 */
}

/* コンテンツ一覧
---------------------------------------------*/
#contentsList {
	margin: 10px;
        width:710px
}
#contentsList li{
　　　　float: left;
        width: 330px;/* 幅を指定*/
        margin: 5px;
	}

#contentsList h1{
        margin-bottom: 5px
	padding: 1px 0;  
        width: 330px;/* 幅を指定*/
        font-size: 100%;
        color: #000000;
	font-weight: bold;
        border-left: 10px solid #339900;
        border-bottom: 2px solid #339900;
        border-right: 1px solid #339900;
        border-top: 1px solid #339900;
}

#contentsList dl{
 	margin: 2px 5px;
        background: #ffffff url(../unionimages/button/bullet106.gif) left center no-repeat;
        padding:0px;
	width: 330px;/* 幅を指定*/
        font-size: 90%;
}
#contentsList a {
 	padding: 0px;	
        display: block;
	width: 330px;
	color: #000000;
	text-decoration: none;
}
#contentsList a:hover {
	color: #ff0000; /* オンマウス時の文字色を指定 */
        font-weight: bold;
	background-color: transparent; /* オンマウス時の背景色を透過するように指定 */}


 