body {
	font-size: 90%; 
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MP Pゴシック","メイリオ",sans-sefif;
	line-height: 1.5;
	margin:0px;
	text-align:center;
	background:url(../img/bg.gif) left top repeat-x;	
	color:#444444;
	}
#wrapper {
	width: 800px ;
	margin:0px 0px;
	text-align:left;
	margin:0 auto;
	}

h1, h2, h3, h4, h5{
	margin:0px;
	font-size:100%;	
	font-weight:normal;
}
strong, em{
	font-weight:normal;
	font-style:normal;
}
ul{
	margin:0px;
	font-size:100%;	
}
li{
	margin:0px;
	font-size:100%;	
}
table{
	font-size:100%;	
}
tr, td {
	margin:0px;
	font-size:100%;	
}
img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
hr{
	border-style: dotted;
}
a{
	text-decoration:none;
	color:#444444;
}
/*----------ヘッダーの設定---------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;/*Internet Explorer 6対策*/
	height: 100px;
	border-top:1px solid #cccccc;	
	margin-top:30px;
	background:#eeeeee;
}

#header h1 {
	margin: 40px 0px 0px 20px;
	font-size: 120%;
	text-align:left;
}
#navigation {
	position: relative;
	left: 0px;
	top: 4px;
	width:100%;
}
#navigation ul{
	margin:0;
	}
#navigation li{
	float:left;
	height: 30px;	
	margin:0px 0px;
	font-size:90%;
	list-style: none;
	padding:3px 15px 4px 15px;
	}
#navigation li a {
	display: block;
	width: 100%;/*Internet Explorer 6対策*/
	text-align: center;
	text-decoration: none;/*リンクの下線を表示しないようにした*/
	}
#navigation li a:hover{
	background:#dddddd;
}
/*コンテンツの設定---------------------------------------------------------*/
#content {
	position: relative;
	margin : 0px;
	width : 100%;
	margin:30px 0;
	min-height:600px;
}
/*ページタイトルの設定------------------------------------------------------*/
#pagetitle {
	position: relative;
	top:0px;
	left:300px;
	margin : 6px 0px;
	width :510px;
	height:20px;
	text-align:right;
}
#pagetitle h2{
	margin:0 30px;
	font-size:110%;
}
#pagetitle a{

}
/*本文の設定---------------------------------------------------------*/
#primary {
	margin-left: 245px;
	margin-top:30px;
	margin-bottom:40px;
	padding: 35px 40px; 
	width:470px;
	border:1px solid #cccccc;

	}
#primary .section, #primary .index {
	text-align:left;	
	margin: 0px 10px 10px 10px;
	border-bottom:1px dashed #cccccc;
	}
#primary .section h2, #primary .index h2 {
	padding: 10px 10px;
	font-size:110%;
}
#primary .section h3 {
	font-size:100%;
	padding:3px 10px;
	color:#96514d;
}
#primary .section h3 a{
	color:#96514d;
}
#primary .section h4 {
	margin:3px 20px;
	font-size:80%;
}
#primary .section h5 {
	text-align:right;
	font-size:80%;
	margin:3px 0px;
}
#primary .section p {
	font-size: 75%;
	margin: 3px 10px 20px 10px;
	line-height:2.0;
}
#primary .section ul {
	margin-bottom:20px;
	font-size:75%;
}
#primary .section li {
	list-style: none;/*デフォルトのマーカーが表示されないように*/	
	background :url(img/cl_001.gif) left center no-repeat; 		
	margin:2px 2px 2px 20px;
	}
#primary .section table {
	width:100%;
}
#primary .section tr {
	margin-bottom:50px;
}
#primary .section th{
	margin:3px 3px;
	font-size:75%;
	font-weight:normal;
	padding:2px;
	text-align:center;
	border:1px solid #eeeeee;
	}
#primary .section td {
	background-color:#eeeeee;
	text-align:center;
	padding:6px 2px;
	font-size:75%;
	}
#primary .section td p{
	margin:0px;
	padding:0px 5px 10px 10px;
	background-color:#eeeeee;
	font-size:100%;
	line-height:1.6;
	}
#primary .section b {
	text-align:right;
	margin:0px 3px 0px 180px;
	font-size:100%;
}
#primary a {
	display: block;
	width: 100%;/*Internet Explorer 6対策*/
	text-decoration: none;/*リンクの下線を表示しないようにした*/
	}
#primary a:hover{
	background:#eeeeee;
	text-decoration: underline;
	}
#primary img {
	padding-left:10px;
}
#primary .section dl{
	font-size:75%;
}
#primary .section dt{

}
#primary .section dd{
	margin-left:75px;
	margin-bottom: 10px;
	margin-top:-1.5em;
}
		
#line{
	border-bottom:1px dashed #cccccc;
	margin:0 10px 10px 10px;
}
#primary .white{
	text-align:right;
	margin-right:30px;
}
#primary .white li{
	font-size:60%;
	color:#fefefe;
	width:20px;
}

#primary .white li a{
	color:#fefefe;
}
#primary .white li a:hover{
	color:#fefefe;
	background:#ffffff;
}

/*----------左側の目次--------------------------------------------------------*/
#secondary {
	position: absolute;
	left : 5px;
	top :  0px;
	width:250px;
	margin: 0px;
	padding: 30px 10px;
	border:1px dashed #cccccc;	
	border:1px solid #cccccc;
}

#secondary .section {
	margin:0px 30px 20px 30px;
}
#secondary .section h2 {
	font-size: 90%;
	margin: 0px;
	padding:1px 0 ;
}
#secondary .section h3 {
	margin: 4px 10px;
	font-size: 80%;	
}
#secondary .section p {
	margin:0px 10px 20px 10px;
	font-size: 75%;
}
#secondary .section dl {
	margin: 0px 10px;
	padding: 0px;
	list-style: none;
}
#secondary .section dt {
	width:50px;
	margin: 0px 20px;	
	font-size:75%;
	padding-left:5px;
	float:left;
	}
#secondary .section dd {

	margin: 2px 0px;	
	font-size:75%;
	padding-left:5px;
}
#secondary .list{
	margin:0px 0px 20px 30px;
	width:170px;
	float:left;
}
#secondary .list h2{
	border-bottom:1px dotted gray;
	width:150px;	
	line-height:1.3;
}

#secondary .list ul {
	margin: 0px 10px;
	padding: 0px;
	list-style: none;
}
#secondary .list li {
	margin: 2px 0px;	
	font-size:75%;
	padding-left:5px;
}

#secondary a{
	display: block;
	text-decoration: none;
}
#secondary a:hover{
	background:#dddddd;
}
/*----------サイトリンク及び画像使用におけるコメント-------------------------------*/
#riyou{
	position:relative;
	font-size:60%;
	margin:0px 30px;
	padding:0px 10px;
	background-color : #eeeeee;
}
/*----------フッターの設定---------------------------------------------------------*/
#footer {
	position:relative;
	text-align: center;
	font-size:80%;
	padding:5px 0;
	}
#footer a {
	text-decoration: none;
	padding:3px 0px;
}
#footer a:hover{
	background:#dddddd;
}
#copyright{
	position:absolute;
	top:13px;
	right:0;
}