<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">@charset "UTF-8";
/* bodyに関するCSS 
--------------------------------------------------------------------------------*/
body {
	font-size: 100%;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bck.gif);
}


/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:924px;
	background-color: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#header {
	padding-top: 18px;
	margin-bottom: 10px;
	margin-left: 18px;
}

#content {
	margin:15px 20px 0px;
}

#footer {
	padding-bottom:15px;
	clear: both;
	border-top: 1px solid #000;
	text-align: center;
}


/* ヘッダーに関するCSS 
--------------------------------------------------------------------------------*/
h1 {
	margin:0px;
}


/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
#nav {
	background-image: url(img/dot_line_long.gif);
	height:27px;
	margin: 0px;
	padding-left:20px;
	list-style: none;
}

#nav li {
	margin-top: 6px;
	margin-bottom: 5px;

	margin-right: 20px;
	float:left;
}


/* コンテンツに関するCSS
--------------------------------------------------------------------------------*/
h2 {
	margin:0px;
}

h3{
	font-size: 100%;
	margin: 0px;
}

.text {
	background-color: #FFF;
	width: 682px;
	margin:20px 0px;
	padding-right: 20px;
	border-right: 1px solid #CCC;
	float: left;
  line-height : 1.4em;
}

p{
	margin:0px;
}

#content p img {
	margin-left:10px;
	float: right;
}

hr{
 width: 100%;
	height: 1px;
}

/* バックナンバーに関するCSS 
--------------------------------------------------------------------------------*/
#backNumber {
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 0px;
	width: 120px;
	float: left;
}
#backNumberMenu {
	margin: 5px 0px;
	padding: 0px;
}
#backNumberMenu li {
	margin-top:1px;
	list-style: none;
	padding: 0px 0px 0px 12px;
	background: url(img/bullet.gif) no-repeat left center;
}


/* リンクに関するCSS 
--------------------------------------------------------------------------------*/
a:link {
	color:#0000FF;
	text-decoration: none; 
}
a:visited {
	color:#0000FF;
	text-decoration:none;
}

A:hover, A:active {
	text-decoration: none; 
	color : red;
} 


#nav img {
	border-style: none;
}
#nav a{
	border-style: none;
}

h1 A:hover, A:active {
	text-decoration: none; 
	color : #0000FF;
} 


td.menu
{
	border: solid;
	border-width: 0 1 1 1;
	border-color: #cccccc;
	text-align: center;
	line-height: 1.4em;
}

th.com
{
	border: solid;
	border-width: 1;
	background-color: #fffff0;
	color: #555555;
	border-color: #cccccc;
}



P.minibox {

height : 400px;
overflow: scroll;
background-color: white;
border: dashed 3px #cecfce;
padding: 0.3em;
line-height: 1.4em;
}

