﻿@charset "UTF-8";

/* CSS 設置パス/ファイル名 */
/* 使用目的 */
/* 説明 */
/* 制作日時・制作者 */
/* インポート先 */

/* css/top.css */
/* トップページのデザインを定義 */
/*  枠組み、フォント設定*/
/* 2008/03/13 Aki Saito */
/* index.html */

.grn {
	color: #060;
	}
.red {
	color:#F00;
	}

.bl {
	color:#00F;
	}
.gry {
	color:#999;
	}
/* カテゴリ配色 */
.pkg {
	color:#00F;
	}
.web {
	color:#F00;
	}
.medical {
	color: #060;
	}
.else {
	color:#999;
	}

a.info:link {
	color: #000;
	}
a.info:visited {
	color: #000;
	}
a.info:hover, a:focus, a:active {
	color: #09F;
	text-decoration: underline;
	}

/* top-image */
#top-image {
	width: 100%;
	height: 193px;
	margin-bottom:1em;
	padding-top:1em;
	text-align:center;
	background:#FC0;
	}

/* info */

div.info {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom:dotted #FC0 2px;
	background-color: #fff;
	}
p.date {
	float:left;
	margin-right:1em;
	width:7em;
}
p.info-text {
	padding-left: 8em;
	}
hr.info-text {
	border: dotted 1px #CCC;
	height: 1px;
	}
p.ex {
	text-align:center;
}
hr.info {
	border: 1px #CCC solid;
	height: 1px;
	background-color:#CCC;
	}

/* Side Navigation */

ul li{
	list-style: none inside;
	background: url('../img_common/snv_ic_m.gif') left center no-repeat;
	border-bottom: dotted 1px #008080;
	margin-left: 2em;
	padding : 0.5em 1em;
	font: 110%;
	font-weight: normal;
}


