@charset "utf-8";

/* BASE-----------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background:url(../imgs/bg.gif);
}

h1,h2,h3,h4,h5,h6,p,div,ul,ol,li {
	margin: 0;
	padding: 0;
	font-weight:normal;
}

img {
	border: 0;
}

hr {
	display: none;
}

li {
	list-style-type: none;
}

a:link {text-decoration: underline;color: #000000;}
a:visited {text-decoration: underline;color: #000000;}
a:hover {text-decoration: underline;color: #C1000F;}
a:active {text-decoration: none; color: #000000;}

.ltext{
	font-size:14px;
	line-height:18px;
	text-align:left;
}

.mtext{
	color:#000000;
	font-size:12px;
	line-height:18px;
	text-align:left;
}

.stext{
	color:#000000;
	font-size:10px;
	line-height:15px;
	text-align:left;
}

.red1{
	color:#C1000F;
}

.red2{
	color:#ed1a3b;
}

.red3{
	color:#f15b56;
}

.bold{
	font-weight:bold;
}


/* CONTENTS BASE-----------------------------------------*/
#container {
	margin: 0 auto;
	width: 760px;
	background:url(../imgs/contents_bg.gif) repeat-y;
	padding: 0;
}

#mainContents {
	width: 720px;
	margin-top:19px;
	margin-left:19px;
}

.header-copy{
	text-align:left;
	font-size:11px;
	line-height:14px;
}

.margin19{
	margin:19px 19px 0px 19px;
}


/* CONTENTS-----------------------------------------------*/

/* INDEX----------------------------------------------*/

#topics{
	width: 758px;
	margin-top:19px;
}

.topicsBg{
	background:url(../../imgs/bg01.gif) repeat-y;
}

#banner{
	width:758px;
	margin:20px 0px 45px 0px;
}

.topicsIcon {
	background:url(../imgs/icon01.gif) no-repeat;
	background-position: 3px;
}

.topicsline {
	background:url(../imgs/dot01.gif) repeat-x;
}

.tensen {
border-bottom: 1px dotted #999999;
}
