@charset "UTF-8";

/* ===================================
	File Name   : topics.css
	Description : Topics Page Layout CSS
	Editors     : Taz Sakurai
	Create Date : 2011/04/13

	Update Description :
		2011/04/13 File Create
====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. Topics Introduction
	3. 
	4. 
	5. 
	6. 
	*. Clear Release
	
====================================== */





/*===== ■1. Individual Redefinition =====*/
#Footer ul li a#BtnFootTopics {background-position: -499px -34px;}






/*===== ■2. Topics Introduction =====*/
#TopicsIntro {
	width: 900px;
	margin: 0px auto;
}

#TopicsIntro ul {
	padding: 20px 15px;
	width: 870px;
}

#TopicsIntro ul li {
	background: url(../common/img/line_dotted-white.jpg) repeat-x 0px bottom;
	padding: 10px 10px 5px;
	width: 850px;
}

#TopicsIntro ul li.last-child {
	background: none;
}

#TopicsIntro ul li strong {
	display: block;
	float: left;
	width: 60px;
	background: url(img/mark_info-site.png) no-repeat;
	padding: 15px 5px 25px 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
	color: #25DAFF;
}

#TopicsIntro ul li.ProfileInfo strong {background: url(img/mark_info-profile.png) no-repeat;}
#TopicsIntro ul li.PortfolioInfo strong {background: url(img/mark_info-portfolio.png) no-repeat;}
#TopicsIntro ul li.ServiceInfo strong {background: url(img/mark_info-service.png) no-repeat;}
#TopicsIntro ul li.ContactInfo strong {background: url(img/mark_info-contact.png) no-repeat;}
#TopicsIntro ul li.TopicsInfo strong {background: url(img/mark_info-topics.png) no-repeat;}
#TopicsIntro ul li.DiaryInfo strong {background: url(img/mark_info-diary.png) no-repeat;}
#TopicsIntro ul li.SitemapInfo strong {background: url(img/mark_info-map.png) no-repeat;}
#TopicsIntro ul li.PolicyInfo strong {background: url(img/mark_info-policy.png) no-repeat;}

#TopicsIntro ul li strong span {
	font-size: 83.3%;
}

#TopicsIntro ul li p {
	float: left;
	width: 680px;
	padding: 13px 15px 10px;
	margin: 0px;
	font-size: 108%;
}

#TopicsIntro ul li p em {
	display: block;
	padding: 5px 0px 0px;
	font-size: 85.7%;
}

#TopicsIntro ul.PaginateNavi {
	text-align: center;
	height: 100px;
	overflow: hidden;
}

#TopicsIntro ul.PaginateNavi li {
	background: none;
	display: inline-block;
	text-align: center;
	margin: 0px 3px;
	padding: 3px 0px;
	width: 19px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 93%;
}

#TopicsIntro ul.PaginateNavi li a:link,
#TopicsIntro ul.PaginateNavi li a:visited {
	display: block;
	background: #FFFFFF;
	padding: 2px 0px 0px;
	width: 19px;
	height: 17px;
	text-align: center;
	text-decoration: none;
	color: #000000;
}

#TopicsIntro ul.PaginateNavi li a:hover {
	background: #FFF100;
	color: #000000;
}


#TopicsIntro ul.PaginateNavi li.BtnPreviousPage a {
	display: block;
	background: url(../common/img/mark_arrow-left-blue.png) no-repeat 0px 0px;
	width: 13px;
	height: 13px;
}

#TopicsIntro ul.PaginateNavi li.BtnPreviousPage a:hover {background: url(../common/img/mark_arrow-left-yellow.png) no-repeat;}

#TopicsIntro ul.PaginateNavi li.BtnNextPage a {
	display: block;
	background: url(../common/img/mark_arrow-right-blue.png) no-repeat 0px 0px;
	width: 13px;
	height: 13px;
}

#TopicsIntro ul.PaginateNavi li.BtnNextPage a:hover {background: url(../common/img/mark_arrow-right-yellow.png) no-repeat;}






/*===== ■3.  =====*/






/*===== ■4.  =====*/






/*===== ■5.  =====*/






/*===== ■6.  =====*/






/*===== ■*.Clear Release  =====*/
#TopicsIntro ul li {
	/zoom: 1;
}

#TopicsIntro ul li:after {
	content: '';
	display: block;
	clear: both;
}





