@charset "utf-8";

/* =01 default style reset
------------------------*/

body,div,dl,dt,dd,ul,li,ol,li,
h1,h2,h3,h4,h5,form,p,
table,th,td,address,input{
	margin:0;
	padding:0;
}

body{
	line-height:1;
}
	
a img,img{
	border:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
	
caption,th{
    	text-align:left;
}
	
ul,li,ol,li{
	list-style:none;
}

a{
	color:#0088cc;
	outline:none;
	text-decoration:underline;	
}

a:hover{
	text-decoration:none;
}

address{
	font-style:normal;
}

textarea{
	width:98%;
	margin:5px 0;
}

iframe{
	border:none;
}



/* =02 clearfix
------------------------*/

.clearfix{
	/zoom:1;
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}



/* =03 layout
------------------------*/

body{
	font-family:"CI", Meiryo;
	color:#333;
}



/* =04 module item new
------------------------*/

.new h2{
	color:#fff;
	font-size:87.5%;
	width:690px;
	height:23px;
	padding:12px 0 0 10px;
	margin:0 0 20px 0;
	background:url(img/title_bg.gif) no-repeat 0 0;
}

.new li{
	font-size:75%;
	line-height:160%;
	padding:0 0 7px 0;
	margin:0 0 7px 0;
	border-bottom:1px dotted #bbb;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.new li span{
	font-weight:bold;
	margin:0 20px 0 0;
}

