@charset "utf-8";

/* for iframe pages */

/* For Basic Tag Puls */

body {
	margin: auto;
	padding: 0px;
	font-size: 12px;
	color:#666666;
	line-height: 1.5;
	background: #FFFFFF;
}

img {
	border: 0px none;
}

h1,h2,h3,h4,h5,h6,p,form,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}

ul,ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul li,ol li {
	margin: 0px;
	padding: 0px;
}

ul li img {
	vertical-align: top;
}

table {
	font-size: 12px;
	line-height: 1.5;
	border-width: 0px;
	border-style: none;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

/*----------------------------------------------*/

/* For Basic Parts */

.anchor{
	font-size:0px;
	line-height:0px;
	display:block;
	overflow:hidden;
	height:0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}

.prt {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}

.bold {
	font-weight: bold;
}

.c-left {
	float:left;
}

.c-right {
	float:right;
}

/*----------------------------------------------*/

/* iframe */

table.news {
	width: 300px;
	font-size: 10px;
	color: #000000;
	line-height: 1.3;
}

table.news th {
	background: url(../images/iframe/news_date_line.gif) no-repeat right top;
	padding: 0 8px 8px 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 1%;
	white-space: nowrap;
}

table.news td {
	padding: 0px 0px 8px 8px;
	vertical-align: top;
}

span.new {
	color: #FF0000;
}

ul.blog {
	font-size: 10px;
	color: #000000;
	line-height: 1.3;
}

ul.blog li {
	background: url(../images/iframe/icon_blog.gif) no-repeat left top;
	margin: 0 0 8px;
	padding: 0px 0px 0px 13px;
}


