 /* ボディに関するCSS */
	body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: #666;
}


/* ヘッダーに関するCSS */

#header {
	width: 700px;
	margin-bottom: 10px;
}


/* ナビゲーションに関するCSS */

#navi {
	font-size: 80%;
	line-height: 170%;
	margin:5px 0px;
	padding:0px;
	list-style:none;	
	float:left;	
}

#navi li {
	float:left;
	background-color: #FAFAFA;
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #000;
	text-align: center;
	width: 118px;
	height:22px;
}

#navi a{
	color: #000;
	display:block;
	width: 118px;
	height:22px;
}

#navi a:hover {
	color: #FFF;
	background-color: #663;
	text-decoration:none;
}



/* コンテンツに関するCSS */

#content {
	clear:left;
	width: 750px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 20px;
	margin-top: 5px;
}

#col1 {
	width:740px;
 margin-right: 15px;
	float:left;	
}

#col2 {
	width:740px;
 margin-right: 15px;
	float:left;	
}

#sidebar {
	width: 190px;
	padding: 7px 15px 15px;
	background-image:  url(panic-01.css);	
	float:left;	
}




/* テキストに関するCSS */

h2 {
	font-size: 110%;
}

h3 {
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.news_title {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	margin-top: 0px;
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 15px;
}

.pagemark {
	font-weight: bold;
}

.news {
	font-size: 80%;
	line-height: 150%;
}

#credit {
 clear:left;
	font-size: 80%;
	line-height: 150%;
	margin-top: 5px;
}

.mail{
	font-size: 80%;
 clear: left
}



/* リンクに関するCSS */

a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:underline}

