@charset "utf-8";

@import"recBanner.css";

*{
	margin:0;
	padding:0;
}

body{
	background:url(../img/wrapper/top.jpg) 0 0 #fff;
	line-height:1.5;
	color::#666666;
}

h1,
h2{
	font-size:xx-small;
}

a:link {
	text-decoration: none;
	color: #fc4a4a;
}
a:visited {
	color: #fc4a4a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #fc4a4a;
}
a:active {
	color: #fc4a4a;
	text-decoration: none;
}

#main{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	background:url(../img/enter_bg.png) no-repeat right top;
}

#attention{
	clear:both;
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.5em;
	color:#fc4a4a;
	margin-top:100px;
}

#enter{
	width:960px;
	position:relative;
	margin-bottom:10px;
}

#enter h3{
	background:url(../img/enter_logo.png) no-repeat 0 0;
	width:385px;
	height:256px;
	text-indent:-8888px;
	margin-left:20%;
	margin-top:20%;
}

#enter ul{
	position:absolute;
	top:200px;
	right:50px;
}

#enter ul li{
	overflow:hidden;
	float:left;
}

#enter ul li a{
	text-indent:-8888px;
}

#enter ul li a:hover{
	background-position:0 -160px;
	position:relative;
	top:1px;
}

#enter01 a{
	background:url(../img/enter.png) no-repeat 0 0;
	display:block;
	width:258px;
	height:160px;
	margin-right:20px;
	}
	
#enter02 a{
	background:url(../img/exit.png) no-repeat 0 0;
	display:block;
	width:180px;
	height:160px;
}

/*リンクバナー*/
#link_title{
	width:730px;
	height:63px;
	margin:0 auto;
	text-indent:-8888px;
	background:url(../img/link_title.png) no-repeat;
}

#link_box{
	width:730px;
	padding-left:40px;
	margin:0 auto;
	font-size:14px;
	line-height:1.5;
	color:#666;
}

#link_box p.center{
	text-align:center;
}

#link_box a{
	color:#fc4a4a;
}

#link_box a:visited{
	color:#63c;
}

#link_box a:hover{
	position:relative;
	top:1px;
}

#link_box table{
	border-collapse:collapse;
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
}

#link_box table img{
	margin-bottom:5px;
}

#link_box table th,
#link_box table td{
	width:180px;
	padding:5px;
}
/*自社リンクバナー一覧*/
#bana{
	font-size:0.8em;
	line-height:1.5;
	background:url(../img/enter_bg.png) no-repeat 100px 0;
	width:800px;
	margin:0 auto;
	overflow:hidden;
	color:#666;
}

#bana h3{
	background:url(../img/link/ban_title.gif) no-repeat 0 0;
	text-indent:-8888px;
	width:860px;
	height:40px;
	margin-bottom:10px;
}


/*相互リンク紹介*/

.sougo_list #Contents{
	background:url(../img/bg.png) repeat 0 0;
	padding:10px;
	margin:0 auto;
	color:#666;
}

.sougo_list h2{
	background:url(../img/link/sougo_title.gif) no-repeat 0 0;
	width:680px;
	height:40px;
	text-indent:-8888px;
}

.sougo_list #Contents p{
	font-size:14px;
	line-height:1.5;
	padding:10px;
}

#Contents table{
	width:940px;
	margin:0 auto;
}

#Contents table td{
	font-size:14px;
	line-height:1.5;
	width:188px;
}

#Contents table td p{
	font-size:14px;
	line-height:1.5;
	padding:0;
}

#footer {
	background-color: #424242;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	clear:both;
}

#footer #f_naviBox {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:10px;
}
#footer #f_naviBox ul {
	display: inline;
	list-style-type: none;
}
#footer #f_naviBox li {
	float: left;
	color: #ffaeed;
}
#footer #f_naviBox li a{
	color: #ffaeed;
	text-decoration: none;
}
#footer #f_naviBox li a:hover{
	color: #ffaeed;
	text-decoration: underline;
}

#cprBox {
	background-color: #1e1e1e;
	width: 100%;
	clear:both;
}
#cprBox p {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffaeed;
}