
/* ボディに関するCSS */

body {
	font-size: 13px;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bk.jpg);
}


/* ページ構造に関するCSS */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:770px;
	background-color: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#content {
	margin:15px 20px 0px;
}
#footer {
	padding-bottom:15px;
	clear: left;
	border-top: 1px solid #000;
	text-align: center;
}





/* ナビゲーションに関するCSS */

#navi {
	font-size: 80%;
	line-height: 170%;
	margin:0px 0px;
	padding:10px;
	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: #cb9300;
	text-decoration:none;
}


/* コンテンツに関するCSS */
.text {
	background-color: #FFF;
	width: 478px;
        padding: 4px;
	margin:20px 0px;
	padding-right: 20px;
	border-right: 1px solid #CCC;
	float: left;
}

#col1 {
	width:423px;
 margin-right: 15px;	
	float:left;	
}



/* テキストに関するCSS */

h2 {
	font-size: 130%;
        margin-bottom: 30px;
}

h3 {
	font-size: 110%;
	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;
}

P {
  Line-height: 160%
  background-color:white;
  padding: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-Left: 0px;
}

/* コンテンツに関するCSS */
.text {
	background-color: #FFF;
	width: 478px;
	margin: 0px 0px;
	padding-right: 20px;
	border-right: 1px solid #CCC;
	float: left;
}


/* バックナンバーに関するCSS */

#backNumber {
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 0px;
	width: 200px;
	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:#00F;
	text-decoration:none;
	border-bottom:1px solid #00F;
}
a:visited {
	color:#936;
	text-decoration:none;
	border-bottom:1px solid #936;
}
a:hover, a:active {
	text-decoration:none;
	color:#936;
	border-bottom:1px solid #936;
} 
#nav img {
	border-style: none;
}
#nav a{
	border-style: none;
}
