@charset "utf-8";

/* 
* Style Name: styles.css
* Since:      2009-05-05
* Modified:   2009-05-05
* Version:    1.0
* Author:     Akiko Kurono(crema)
* Author URL: http://cremadesign.jp/
*/

/*=====================================
*
*
*デフォルトスタイルのリセット
*
*
=====================================*/

html {
  color: #000000;
  font-size: 100%;
  line-height: 1.5;
	overflow-y: scroll;
}	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	margin: 0 0 0 1px;
}
th,td {
	border: 1px solid #999;
	padding: 10px;
	vertical-align: top;
	font-size: 87.5%;
}
th.thCol {
	background: #3d5f80 url(../img/bg_th001.gif) repeat-x top left;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
}
th.thRow {
	background-color: #c2dfd6;
	font-weight: bold;
}
td {
	background-color: #ffffff;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
strong {
	font-style:normal;
  font-weight:bold;
	font-size:112.5%;
	color:#000000;
}
em {
	font-style:normal;
  font-weight:bold;
	font-size:112.5%;
}
li{
	list-style:none;
}
caption{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
  font-weight: bold;
}
q:before,q:after{
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input {
	vertical-align: top;
}
legend{
	color:#000;
}
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Verdana',sans-serif;
}
p {
  margin-bottom: 1.5em;
  text-align: left;
}
img {
  vertical-align: bottom;
}


/*=====================================
*
*
*テキストリンク指定
*
*
=====================================*/

a:link {
	text-decoration: underline;
	color: #0000ff;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #990099;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #990099;
	font-weight: bold;
}


/*=====================================
*
*
*画像リンク指定
*
*
=====================================*/

a img {
  border: none;
  text-decoration: none;
}
a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}
div#header a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}


/*=====================================
*
*
*clearfix
*
*
=====================================*/

div#resultDetail:after,
div#mainContent:after,
div.twoColumnInOneColumnWrapper:after,
div.photoAndText001:after,
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div#resultDetail,
div#mainContent,
div.twoColumnInOneColumnWrapper,
div.photoAndText001,
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html div#resultDetail,
* html div#mainContent,
* html div.twoColumnInOneColumnWrapper,
* html div.photoAndText001,
* html .clearfix {
 height: 1%;
}
div#resultDetail,
div#mainContent,
div.twoColumnInOneColumnWrapper,
div.photoAndText001,
.clearfix {
display: block;
}
/* End hide from IE-mac */


/*=====================================
*
*
*大枠レイアウトの指定
*
*
=====================================*/

body{
  text-align: center;
  background-color: #cc9900;
}
div#container {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
	position: relative;
	background: #ffffff;
}
div#header {
	position: relative;
	background: #FFC026 url(http://www.wind-now.com/img/bg_header.gif) repeat-x top left;
	overflow: hidden;
	_height: 100%;
	border: none;
}
div#logoArea h1,
div#logoArea p#logo {
	padding: 15px 0 10px 40px;
	margin: 0;
	background: none;
	width: 154px;
}
div#logoArea p {
  font-size: 62.5%;
	padding: 0 0 10px 40px;
}
div#searchBox {
	position: absolute;
	top: 45px;
	right: 40px;
}
input#search {
	background: url(http://www.wind-now.com/img/bg_search.gif) no-repeat;
	border: none;
	padding: 5px;
	width: 195px;
	height: 19px;
	_width: 205px;
	_height: 29px;
	vertical-align:text-bottom;
	margin: 0 0 3px 0;
}
div#nav {
	padding: 10px 40px;
	margin: 0 0 15px 0;
	background-color: #663300;
}

div#nav ul li {
	display: inline;
	margin: 0 2em 0 0;
	font-size: 75%;
}
div#nav ul li a {
	display: inline;
	color: #ffffff;
	text-decoration: underline;
}
div#nav ul li a:hover,
div#nav ul li a:active {
	text-decoration: none;
}
div#webpage {
  float: left;
  width: 820px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 40px 40px;
	display: inline;
}
div#primary {
  float: left;
  width: 570px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 40px 40px;
	display: inline;
}
div#primary div#textContent,
div.serchResult {
  width: 550px;
}
div#secondry {
  float: right;
  width: 250px;
	display: inline;
	margin: 0 40px 40px 0;
}
div#footer {
  clear: both;
	background: #FFDA50 url(http://www.wind-now.com/img/bg_footer.gif) repeat-x;	
	padding: 30px 40px;
	height: auto;
	_height: 100%;
}

input#submit {
	margin: 0 0 3px 0;
}


/*=====================================
*
*
*div#primary内の指定
*
*
=====================================*/

/* -----------------------------------
トップページ用
----------------------------------- */

body#toppage div#newBooks {
	margin: 0 0 20px 0;
}
div#newBooks h2 {
	background: #962305 url(http://www.wind-now.com/img/bg_ttl_brown_top.gif) no-repeat left top;
	padding: 0;
	width: 550px;
	margin: 0 0 10px 0;
}
div#newBooks h2 span {
	background: transparent url(http://www.wind-now.com/img/bg_ttl_brown_bottom.gif) no-repeat left bottom;
	padding: 5px 5px 5px 10px;
	display: block;
	color: #ffffff;
}
div#news {
	float: left;
	width: 265px;
	overflow: hidden;
	display: inline;
}
div#blog {
	float: right;
	width: 265px;
	display: inline;
	margin: 0 20px 0 0;
	overflow: hidden;
}
div#news h2,
div#blog h2 {
	background: #ffab00 url(http://www.wind-now.com/img/bg_ttl_yellow_265_top.gif) no-repeat left top;
	padding: 0;
	margin: 0 0 10px 0;
	clear: both;
}
div#news h2 span,
div#blog h2 span {
	background: transparent url(http://www.wind-now.com/img/bg_ttl_yellow_265_bottom.gif) no-repeat left bottom;
	padding: 5px 5px 5px 10px;
	display: block;
	color: #ffffff;
}
body#toppage div#news dl,
body#toppage div#blog dl {
	margin: 0 0 10px 0;
}
body#toppage div#news dl dt,
body#toppage div#blog dl dt {
	font-size: 62.5%;
}
body#toppage div#news dl dd,
body#toppage div#blog dl dd {
	font-size: 87.5%;
	padding: 0 0 0.5em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px dotted #CCC;
}
body#toppage div#news p,
body#toppage div#blog p {
	margin: 0;
}
body#toppage div#news p a {
	background: transparent url(http://www.wind-now.com/img/btn_to_more.gif) no-repeat left bottom;
	display: block;
	float: right;
	position: relative;
	width: 75px;
	height: 25px;
	overflow:hidden;
}
body#toppage div#blog p a {
	background: transparent url(http://www.wind-now.com/img/btn_to_more.gif) no-repeat left bottom;
	display: block;
	float: right;
	position: relative;
	width: 75px;
	height: 25px;
	overflow:hidden;
}
body#toppage div#news p a span,
body#toppage div#blog p a span {
	position: absolute;
	left: -9999px;
}
body#toppage div.newBooksDetail {
	width: 170px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 20px 10px 0;
	vertical-align: top;
}
body#toppage div.newBooksDetail > div {
	width:170px;
	display:block;
}
body#toppage div.newBooksDetail div.detailToppage {
	float: right;
	width: 90px;
}
body#toppage div.newBooksDetail p {
	float: left;
	width: 72px;
	padding: 3px 0 0 0;
}
body#toppage div.newBooksDetail p img {
	border: 1px solid #cccccc;
}
body#toppage div.newBooksDetail h3 {
	font-weight: bold;
	font-size: 75%;
}
body#toppage div.newBooksDetail dl dt {
	font-weight: bold;
	font-size: 62.5%;
}
body#toppage div.newBooksDetail dl dd {
	font-size: 62.5%;
	margin: 0 0 3px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #cccccc;
}


/* -----------------------------------
第二階層用
----------------------------------- */

div#topicPath p {
	font-size: 62.5%;
}
h1 {
	background: #962305 url(http://www.wind-now.com/img/bg_ttl_brown_top.gif) no-repeat left top;
	padding: 0;
	width: 550px;
	margin: 0 0 10px 0;
}
h1#webpage {
	background: #962305 url(http://www.wind-now.com/img/bg_ttl_brown_top.gif) no-repeat left top;
	padding: 0;
	width: 700px;
	margin: 0 0 10px 0;
}
h1 span {
	background: transparent url(http://www.wind-now.com/img/bg_ttl_brown_bottom.gif) no-repeat left bottom;
	padding: 5px 5px 5px 10px;
	display: block;
	color: #ffffff;
}
div#textContent dl#detail,
div#resultDetail dl {
	float: right;
	width: 300px;
}
div#textContent dl#detail dt,
div#resultDetail dl dt {
	background-color: #ffab00;
	padding: 3px 5px;
	margin: 0 0 0.5em 0;
	font-size: 75%;
	font-weight: bold;
}
div#textContent dl#detail dd,
div#resultDetail dl dd {
	font-size: 87.5%;
	margin: 0 0 1.5em 0;
}
div#resultDetail {
	border-bottom: 1px dotted #cccccc;
	margin: 0 0 10px 0;
}
div.booksDetail {
	width: 265px;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 20px 10px 0;
	vertical-align: top;
}
div.booksDetail > div{
	width: 265px;
	display:block;
}
div.booksDetail p {
	float: left;
	width: 100px;
	border: 0px solid #cccccc;
}
div.booksDetail h2,
div.booksDetail ul {
	margin-left: 110px;
}
div.booksDetail ul li {
	font-size: 62.5%;
}
body#sitemap div#primary ul li{
	margin: 0 0 10px 0;
}
body#sitemap div#primary ul li a {
	background-color: #ffab00;
	padding: 5px;
	display: block;
	font-size: 75%;
	color: #ffffff;
}
body#sitemap div#primary ul li li {
	display: inline;
	margin: 0 0 10px 0;
}
body#sitemap div#primary ul li li a {
	background-color: #ffffff;
	padding: 5px;
	display: inline;
	font-size: 62.5%;
}
body#sitemap div#primary ul li li a:link {
	color: #0000ff;
}
body#sitemap div#primary ul li li a:visited {
	color: #990099;
}
body#sitemap div#primary ul li li a:hover {
	color: #0000ff;
}
body#sitemap div#primary ul li li a:active {
	color: #990099;
}
p#bookCoverDetail {
	border: 0px solid #cccccc;
	width: 230px;
}


/*=====================================
*
*
*div#secondry内の指定
*
*
=====================================*/

/* -----------------------------------
トップページ用
----------------------------------- */

html body div#secondry ul#tag li {
	display: inline;
	font-size: 75%;
	margin: 0 1em 0 0;
}
html body div#secondry ul#tag li a {
	background: none;
	padding: 0;
	font-size: 100%;
	border-bottom: none;
	display: inline;
}


/* -----------------------------------
第二階層用
----------------------------------- */

div#secondry ul li {
	margin: 0 0 0.5em 0;
	overflow: hidden;
	_height: 100%;
}
div#secondry ul li a {
	background: transparent url(http://www.wind-now.com/img/bg_list_arrow.gif) no-repeat right 12px;
	padding: 5px 20px 5px 0;
	font-size: 87.5%;
	border-bottom: 3px solid #ffab00;
	display: block;
}
div#secondry ul li ul li{
	padding: 1em 0 0 2em;
	margin: 0;
	border-bottom: none;
}
div#secondry ul li ul li a {
	background: none;
	padding: 0;
	font-size: 87.5%;
	border-bottom: none;
	display: block;
}


/* -----------------------------------
共通
----------------------------------- */

div#secondry h2 {
	background: #ffab00 url(http://www.wind-now.com/img/bg_ttl_yellow_250_top.gif) no-repeat left top;
	padding: 0;
	margin: 0 0 10px 0;
	clear: both;
}
div#secondry h2 span {
	background: transparent url(http://www.wind-now.com/img/bg_ttl_yellow_250_bottom.gif) no-repeat left bottom;
	padding: 5px 5px 5px 10px;
	display: block;
	color: #ffffff;
}


/*=====================================
*
*
*div#footer内の指定
*
*
=====================================*/

address {
	font-size: 75%;
}