@charset "shift_jis";


* {
	margin: 0;
	padding: 0;
}

/*  main
-----------------------*/

#wrapper {
	background: #f0f0f0;
}

div#contents {
}


div#main {
	clear: both;
	width:970px;
	margin:0px auto;
	background: #FFF;
}

a {
	color: #093d9d;
	text-decoration: underline !important;
}

a:hover {
	color: #093d9d;
	text-decoration: none !important;
}

div.header {
	width: 940px;
	margin: 0 auto;
	padding: 15px;
	background: #FFF;
}

h2.title{
	margin: 0;
	padding: 0;
}

	
.reportSection {
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	background: #fff url(images/box_bg.gif) repeat-y left top;
	position: relative;
	padding-bottom: 20px;
}

/* -- 針種類 -- */
ul.needle {
	overflow: hidden;
	border-bottom: 1px solid #a0a0a0;
}

ul.needle li{
	width: 138px;
	float: left;
}

ul.needle li:nth-child(2n){
	width: 131px;
}

ul.needle li:nth-child(6){
	width: 292px;
}


/* -- シリーズ -- */
.box {
	overflow: hidden;
	text-align: center;
}

.box1 {
	width: 138px;
	float: left;
	padding-bottom: 20px;
}

.box2 {
	width: 131px;
	float: left;
	padding-bottom: 20px;
}

.box .pic {
	margin: 20px auto;
	width: 110px;
}

.box .text h4 {
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}

.box .text p {
	font-size: 10px;
	line-height: 1.2;
	margin: 0px 0px 5px;
}

.box .text ul.link li {
	display: inline;
	font-size: 10px;
}

h3 {
	clear: both;
	margin: 0:
	padding: 0;
	text-align: left;
}

.series500 {
	padding-left: 69px;
}

.series600 {
	padding-left: 676px;
}

p.banner {
	width: 180px;
	float: left;
	padding: 20px 10px 0px;
}

ul.column {
	position: absolute;
	left: 25px;
	top: 580px;
}

ul.column li {
	width: 180px;
	float: left;
	padding: 0px 15px;
}


/*-------------------
 contactArea
--------------------*/
div#contactArea {
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
	font-size: 13px;
	line-height: 1.3em;
}
div#contactArea h5 {
}

div#contactArea a {
	color: #FFF;
}
