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

/*------------------
  メインリンクカラー
------------------*/
#main a:link  {
	text-decoration: none;
	color: #cc0000;
}
#main a:visited  {
	text-decoration: none;
	color: #cc0000;
}
#main a:hover  {
	text-decoration: underline;
}
#main a:active {position:relative;

 left:+1px;

 top:+1px;
 }


/*------------------
  コンテンツ（中・右カラム）
------------------*/
div#contents {
	width: 800px;
	float: right;
	background-color: #fff9ef;
}

/*------------------
  メイン（中カラム）
------------------*/
div#main {
	width: 630px;
	float: left;
	min-height: 1000px;
	margin-bottom: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
div#main h3 {
	height: 60px;
	background-image: url(../images/sub630_01.gif);
	background-repeat: no-repeat;
	width: 630px;
	text-indent: -10000em;
	margin: 10px 0 0 0;
}
div#main  h4 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left: 4px solid;
	margin-left: 10px;
	letter-spacing: 1px;
	margin: 10px 10px 20px 0;
	color: #993300;
}
div#main  h5 {
	margin-bottom: 5px;
	letter-spacing: 0.2em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-size: large;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.little {
	font-size: 9px;
}
div#main p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: 180%;
	letter-spacing: 1px;
}
/*------------------
  エクストラ（右カラム）
------------------*/
div#extra {
	width: 150px;
	float: right;
	background-color: #fff9ef;
	min-height: 1000px;
}
div#extra  h5 {
	margin-top: 10px;
	text-align: center;
	background-color: #660000;
	color: #FFFFFF;
	margin-bottom: 10px;
	line-height: 60px;
}



/*------------------
  放浪リスト（右カラム）
------------------*/

.horo_list {
	width: 150px;
}
.horo_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.horo_list li a{
	margin: 0;
	display: block;
	width: 140px;
	height: 40px;
	color: #660000;
	font-size: small;
	text-decoration: none;
	padding: 5px;
}
.horo_list li a:hover{
	background-color: #ECD8C4;
}
.horo_list img{
	padding-right: 5px;
	float: left;
}
