@charset "utf-8";
/* ****************************************************
Since : 2008-07-22
Last Modified: 2008-07-22
***************************************************** */

/*1: index.html
=========================================*/
/* RSS */
body#index div#contents #topics-area {
	position: relative;
}
body#index div#contents #topics-area .rss-text {
	position:absolute;
	top:8px;
	right:0;
	font-size: 83%;
}
/* for IE6 */
* html body#index div#contents #topics-area .rss-text {
	top:0;
	right: 15px;
}
/* for IE7 */
*:first-child+html body#index div#contents #topics-area .rss-text {
	top:0;
}

body#index div#contents #topics-area .rss-text li{
	display: inline;
	margin: 0 0 0 10px;
}
body#index div#contents #topics-area .rss-text li .rss-icon{
	display: inline-block;
}
/* for IE6 */
* html body#index div#contents #topics-area .rss-text li .rss-icon{
	margin-left: 7px;
}
* html body#index div#contents #topics-area .rss-text li .rss-icon img{
	vertical-align: middle;
}
/* for IE7 */
*:first-child+html body#index div#contents #topics-area .rss-text li .rss-icon img {
	vertical-align: middle;
}

body#index div#contents #topics-area .icon-link {
	background: url(../images/com_ic002.gif) no-repeat 0 0.3em;
}
/* for IE6 */
* html body#index div#contents #topics-area .icon-link {
	background: url(../images/com_ic002.gif) no-repeat 0 0.5em;
}

/*2: faq.html
=========================================*/
body#faq div#contents .anchor-link ul li {
	padding: 2px 18px 2px 34px;
	margin:4px 0 0 0;
	float:none;
	width:auto;
	line-height:1.4;
	background: url(../images/com_ic003.gif) no-repeat 16px 0.45em;
}

/* for IE6 */
* html body#faq div#contents .anchor-link ul li {
	white-space:normal;
}
/* for IE7 */
*:first-child+html body#faq div#contents .anchor-link ul li {
	white-space:normal;
}

/*3: message.html
=========================================*/
/*body#message div#contents .two-left {
	width: 170px;
}
body#message div#contents .two-right {
	width: 450px;
}*/

body#message div#contents .two-left {
	width: 450px;
}
body#message div#contents .two-right {
	width: 170px;
}

/*4: memo.html
=========================================*/
span.under{
	text-decoration:underline;
}
div#contents table td.plr30 {
	padding:7px 30px;
	background:none;
	line-height:1.4em;
	border-right:solid 1px #bbbbbb;
	border-bottom:none;
}
div#contents table td.pl200 {
	padding:7px 7px 7px 200px;
	background:none;
	border-right:solid 1px #bbbbbb;
	border-bottom:solid 1px #bbbbbb;
}
div#contents .ir-border-box {
	clear:both;
	margin:0;
	padding:0 30px 10px 30px;
	display:block;
	border:1px solid #bbbbbb;
}
div#contents .ir-border-box p{
	margin-top:10px;
	line-height:1.4em;
}

body.ir div#contents .th-design02{
	background: #F3F3F3;
	border-right: 1px solid #BBBBBB;
}
body.ir div#contents .border-none-bottom{
	border-bottom: none;
}

