/* CSS Document */
@charset "UTF-8";

/* ブラウザのデフォルトCSSをリセット
******************************************************************************************** */
	body,form,fieldset {
		margin:0;
		padding:0;
		}
	
	fieldset {
		bolder:none;
		}
	
	h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd {
		margin:0;
		padding:0;
		}
	
	blockquote,li,dt,dd {
		margin-left:1em;
		}
	
	li {
		list-style:none;
		}
	
	input,textarea {
		font-size:100%;
		}
	img{
		border:none;
		}

/* 背景設定
******************************************************************************************** */
	body{
		/*background-image:url(../images/background.gif);
		background-repeat:repeat;*/
		margin-left:0;
		margin-top:0;
		margin-width:0;
		margin-height:0;
		text-align:center;
		}


/* 外観設定 Menu 120px×7=840px + 白余白5px
******************************************************************************************** */
	#sotowaku {
		width:880px;
		padding:0px;
		margin:5px auto;
		background-color:white;
		/*border:#CCCCCC 1px solid;*/
		text-align:left;
		}

/* 基本文字色設定
******************************************************************************************** */
body {
	font-size:85%;	
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#666;
	link:#0099ff;
	}
	*html body {
		font-size:80%;
		}
	*:first-child+html body {
		font-size:80%;
		}
p {
	line-height:1.5em;
	margin-bottom:7px;
	}
h1,h2,h3,h4,h5 {
	font-size:13px;
	}
strong.key {
	font-weight:normal;
	}	
a{
	color:#333333;
	text-decoration:none;
	}
a:hover{
	color:#FF0000;
	}


/* ヘッダー設定
******************************************************************************************** */
#header{
  	width:880px;
	height:200px;
　	margin:5px0;
　	padding:0;
	background-image:url(/images/header01.jpg);
	background-repeat:no-repeat;
	}
	#header h1{
		font-weight:normal;
		padding:80px 50px 0 0;
		text-align:right;
		font-size:150%;
		}
 	#header p {
		margin:20px 0 0 400px;
		width:400px;
		text-align:right;
		}

/* コンテンツ段組
******************************************************************************************** */
#contener {
	width:880px;
	text-align:left;
	}
	#contener #side {
		width:200px;
		margin:0;
		float:left;
		}
		*html #contener #side {
			margin:0;
			}
	#contener #main {
		width:660px;
		margin:0;
		float:right;
		}
		
/* フッタ設定
******************************************************************************************** */
#footer{
	clear:both;
	margin-top:10px;
	width:880px;
	height:50px;
	background-color:#F6F6F6;
	border-top:1px solid #CCCCCC;
	padding-top:20px;
	}
	#footer p {
		text-align:center;
		}
		
/* サイドメニュー設定
******************************************************************************************** */
#contener #side ul,#contener #side ul li {
	margin:0 0 50px 0;
	}
	#contener #side ul li {
		margin-bottom:1px;
		}
	#contener #side ul li a {
		color:#000000;
		font-size:120%;
		width:190px; /*200-10*/
		height:20px; /*30-10*/
		display:block;
		margin:0;
		padding:10px 0 0 10px;
		background-repeat:no-repeat;
		}
	#contener #side ul li a {	
		background-image:url(../images/menu_off.gif);
		}	
	#contener #side ul li a.on,
	#contener #side ul li a:hover {
		background-image:url(../images/menu_on.gif);
		}	
	#contener #side ul li a.link {	
		background-image:url(../images/menu_link.gif);
		}	
	#contener #side p {
		width:194px; /*200-3*2*/
		height:22px; /*28-3*2*/
		background-image:url(../images/menu_head.gif);
		background-repeat:no-repeat;
		text-align:center;
		margin:20px 0 10px 0;
		padding:3px;
		}

/* コンテンツ設定
******************************************************************************************** */
	h2 {
		width:580px; /*600-20*/
		height:30px; /*40-10*/
		background-image:url(../images/h2_back.gif);
		background-repeat:no-repeat;
		display:block;
		margin:20px 0 20px 20px;
		font-size:140%;
		padding:10px 0 0 20px;
		}
	dl.result dt a {
		background-image:url(../images/list_off.gif);
		background-repeat:no-repeat;
		height:25px;
		width:620px;
		display:block;
		padding-left:20px;
		font-size:120%;
		font-weight:bold;
		color:#333333;
		}
		dl.result dt a:hover {
			background-image:url(../images/list_on.gif);
			color:red;
			}
	dl.result dd {
		width:620px;
		font-size:80%;
		margin-left:40px;
		margin-bottom:15px;
		}
		dl.result dd span {
			color:#006633;
			}
	/*キーワード色つけ*/
	dl.result dd a {
		color:black;
		}
	dl.result dt strong,
	dl.result dd strong {
		color:#000000;
		}
	dl.result dd strong {
		font-weight:normal;
		}
	
		
/* トップページ設定
******************************************************************************************** */
table td.toplink {
	background-color:#F6F6F6;
	padding:5px;
	}
table td.toplink p {
	color:#000000;
	font-weight:bold;
	font-size:100%;
	}
	


