﻿@charset "utf-8";
/* CSS Document */

/*******************************
** Base Tags
********************************/




/*******************************
** Btn/Title-Text
********************************/

.text-none {
	text-indent: -9999px;
	overflow: hidden;
}

.image {
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	background-position: left top;
	background-repeat: no-repeat;
}


/*******************************
** Text Link
********************************/

/*******************************
** Layout Base
********************************/

/**** topics ****/
div#topics-base {
width:612px;
}
h3#topics-title {
width:612px;
height:30px;
background:url(../img/common/topics_title.gif) no-repeat left top;
margin:0;padding:0;
}
#topics-base #topics-box{
width:600px;
height:104px;
/*overflow:scroll;kishiro*/
margin:0 0 20px 0;
}
#topics-base dl{
margin:0;
padding:5px 0;
width:580px;
border-bottom:1px solid #fc9;
}
#topics-base dl dt,
#topics-base dl dd{
font-size:12px;
line-height:1.2;
}
#topics-base dl dt{
display:block;
width:80px;
padding:0 0 0 20px;
}
#topics-base dl dd{
margin:-1.2em 0 0 100px;
width:480px;
}
#topics-base dl dd a:link,
#topics-base dl dd a:visited {
color: #666;
text-decoration: none;
}
#topics-base dl dd a:hover {
color: #666;
text-decoration: underline;
}

div#topics-box {
	margin: 0;
	padding: 5px;
	width: 290px;
	height: 60px;
	overflow: auto;
	clear: both;
}

div.topics {
	margin: 10px 0 0 0;
	padding: 0;
	width: 270px;
	overflow: hidden; /* float対策 */
}

div.topics p {
	font-size: 10px;
	line-height: 1.2;
}

div.topics p.date {
	margin: 0;
	padding: 0;
	width: 50px;
	float: left;
}
div.topics p.topics-comment {
	margin: 0;
	padding: 0;
	width: 215px;
	float: right;
}

div.topics p.topics-comment a:link,
div.topics p.topics-comment a:visited {
	color: #666;
	text-decoration: none;
}
div.topics p.topics-comment a:hover {
	color: #666;
	text-decoration: underline;
}



/* header right btn */
/**** sub-btn ****/
div#sub-btn-base {
	background-color: #F5F5EB;
	margin: 0 45px 0 0;
/*	padding: 0;*/
padding:3px 0 0 0;
	width: 271px;
/*	height: 94px;*/
height:91px;
	float: right;
	display: inline; /* IE6用ハック */
}

div#sub-btn-base a {
	background-position: left top;
	background-repeat: no-repeat;
/*	margin: 0px auto 0 auto;*/
margin:4px auto 0 auto;
	width: 257px;
	height: 24px;
	display: block;
}

a.btn-first {
	background-image: url(../img/common/btn_first.gif);
}
a.btn-login {
	background-image: url(../img/common/btn_login.gif);
}
a.btn-lost {
	background-image: url(../img/common/btn_lost.gif);
}
a.btn-logout {
	background-image: url(../img/common/btn_logout.gif);
}
/* header right btn */



/*******************************
** P
********************************/

p.comment {
	width: 96%;
}



/*******************************
** Sub-Content
********************************/


div#sub-content a {
	margin: 5px 0 0 0;
	padding: 0;
	width: 175px;
	display: block;
}

div#sub-content a.image {
	background-position: left top;
	background-repeat: no-repeat;
}

div#sub-content a.image:hover {
	background-position: left bottom;
}

a.banner-so {
	background-image: url(../img/common/banner_so.png);
	height: 70px;
}
a.banner-dn {
	background-image: url(../img/common/banner_dn.png);
	height: 66px;
}
a.banner-hl {
	background-image: url(../img/common/banner_hl.png);
	height: 66px;
}
a.banner-for-ag {
	background-image: url(../img/common/banner_for_ag.png);
	height: 49px;
}

/*******************************
** Contents-Navi
********************************/

div.contents-navi {
	padding: 0 5px 15px 5px;
	width: 612px;
	overflow: hidden; /* float対策 */
}


div.contents-navi a.text-link {
	font-size: 11px;
	background: url(../img/my/text_link_arrow.png) no-repeat left top;
	margin: 5px 0 0 15px;
	padding: 0 0 0 15px;
	display: block;
	float: left;
	display: inline; /* IE6用ハック */
}

div.contents-navi a.link1 {
	width: 260px;
}
div.contents-navi a.link3 {
	width: 260px;
	clear: both;
}


/*******************************
** Btn-Next-base
********************************/

div.btn-next-base {
	margin: 15px auto 0 5px;
	width: 592px;
	overflow: hidden; /* float対策 */
}

div.btn-next-base a.image {
	background-position: left top;
	background-repeat: no-repeat;
	width: 80px;
	height: 18px;
	display: block;
}

div.btn-next-base a.btn-prev {
	background-image: url(../img/common/btn_prev.png);
	float: left;
}

div.btn-next-base a.btn-next {
	background-image: url(../img/common/btn_next.png);
	float: right;
}



/*******************************
** Page-Top
********************************/

div.btn-pagetop-base {
	margin: 0 0 0 40px;
	padding: 0;
	width: 612px;
	border-top: 1px solid #7F7F7F;
	clear: both;
	overflow: hidden; /* float対策 */
}

div.btn-pagetop-base a {
	background: url(../img/common/btn_pagetop.png) no-repeat left top;
	margin: 5px 5px 0 auto;
	padding: 0;
	width: 85px;
	height: 15px;
	display: block;
	float: right;
	display: inline; /* IE6用ハック */
}

