﻿/* 基本スタイル
---------------------------------------------*/
* {
	margin: 1;
	padding: 0;
	font-size: 100%;
        line-height: 150%;
	font-weight: normal;
        list-style: none;
}
body {
	font-size: 100%;
        line-height: 150%;
	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 {width: 710px;}
#guide {width: 710px;
        margin-top:10px;
        margin-bottom:20px;}
#primary {
         float: left;
	width: 710px;
        margin-top:10px;
}

#footer {width: 710px;
        margin-top:5px;
	text-align: center;
        clear: both; /* 回り込みを解除 */
        background-color: #c7c7a1;}

/* ナビゲーション
---------------------------------------------*/
#globalNav {width: 710px;}
#globalNav ul {
        list-style: none;
	margin-left: 10px;
	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; /* オンマウス時の背景画像の開始位置を右上に指定 */
}

/* コンテンツ一覧
---------------------------------------------*/
#contentsList {
	margin: 10px;
        width:710px
}
#contentsList li{
　　　　float: left;
        width: 500px;/* 幅を指定*/
        margin-top: 5px;
        margin-left:50px;
	}

#contentsList h1{
        margin-bottom: 5px
	padding: 1px 0;  
        width: 500px;/* 幅を指定*/
        font-size: 100%;
        color: #000000;
}

#contentsList dl{
 	margin: 2px 5px;
        background: #ffffff url(../unionimages/button/navi_yajirushi2.gif) left center no-repeat;
        padding:0px;
	width: 500px;/* 幅を指定*/
        font-size: 90%;
}
#contentsList a {
 	padding: 0px;	
        display: block;
	width: 500px;
	text-decoration: none;
}
#contentsList a:hover {
	color: #ff0000; /* オンマウス時の文字色を指定 */
        font-weight: bold;
	background-color: transparent; /* オンマウス時の背景色を透過するように指定 */}

/* チャプター一覧
---------------------------------------------*/
#chapterList {
	margin: 20px;
        width:710px
}
#chapterList li{
　　　　float: left;
        width: 680px;/* 幅を指定*/
        margin-top: 5px;
	}

#chapterList h1{
        margin-bottom: 5px
	padding: 1px 0;  
        width: 680px;/* 幅を指定*/
        font-size: 100%;
        color: #000000;
}

#chapterList dl{
 	margin: 2px 10px;
        padding:0px;
	width: 680px;/* 幅を指定*/
        font-size: 90%;
}
