@charset "utf-8";

/* ---------- サイト内共通の設定 ---------- */

a:link { text-decoration: none; color:#006400; }
a:visited { text-decoration: none; color:#006400; }
a:hover { text-decoration: none; color:#000; }
a:active { text-decoration: none; color:#000; }
 a.selected{ color: black;}

html , body{
  height:100%;
}

body{
	margin: 0;
	padding: 0;
	line-height:180%;
	font-size: .8em;
	color: #000;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', Verdana, serif;
}

a img{
	background: none;
	border: none;
}

a img:hover{
	background: none;
	border: none;
}

h1, h2, h3{
	margin: 0;
	padding: 0;
}

h1{ margin-bottom: 20px; font-size: 1.4em; }
h2{	margin-bottom: 15px; font-size: 1.15em;}
h3{ margin-bottom: 10px; font-size: 1.05em;}

ul, ol, p{
	margin: 0;
	padding-bottom: 20px;
}

ul{
	margin-bottom:0;
	padding: 0px 0px 20px 15px;
	list-style: none;
}

ul ul{
	margin:0;
	padding:0;
}

p{ margin-bottom: 20px;}

.caption{
	font-size: .85em;
	line-height:180%;
}
	
.data{
	font-size: .85em;
	line-height:180%;
}

.caution{
	color: #ff0064;
}
	
/* ----------- 基本レイアウト ----------- */

/* container */

#container{
	width: 700px;
	height: 100%;
	margin: 0 auto 0 auto;
	text-align: left;
    background: #fff;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -36px; /* the bottom margin is the negative value of the footer's height */
  overflow: hidden;
  _overflow: visible;
}

/* header */
#banner{
	margin: 15px 0 20px 0;
}



#headerBottom{
	overflow: hidden;
	height: 40px;
	padding: 20px 0px 0px 0;
}

	
/* side bar */

#sidebar{
	float: left;
	width: 180px;
    padding:10px 0px 30px 0;
}

#sidebar h2{
  font-size: 1.8em;
  font-weight: normal;
}

#sidebar h3{
  font-size: 1.15em;
  font-weight: normal;
}

#sidebar ul{
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', Verdana, serif;
	margin: 0px;
	padding: 0px;
}

#sidebar ul ul{
	padding-left: 15px;
	list-style: none;
}
	

/* main */

#main{
	overflow: hidden;
	width: 480px;
	margin:10px 0 60px 0;
  background: #fff;
  float: right;
}

/* footer */
#footer, .push{
  height: 36px; /* .push must be the same height as .footer */
}
#footer{
	width: 700px;
	clear: both;
	overflow: hidden;
}


/* ----------- コンテンツ毎のレイアウト ----------- */
/* header */
#header #menu{
  white-space: nowrap;
}



	#topicPath{
		font-size: 1em;
	}
	
	#subMenu{
		float: right;
		width: 100px;
		text-align: right;
		font-size: 1em;
	}
	

/* news */
#news {
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', Verdana, serif;
}


#news h1{ margin-bottom: 20px; font-size: 1.4em;}
#news h2{ margin-bottom: 20px; font-size: 1.4em;}

#news p{
	margin: 0;
}

#news .article{
   clear: both;
}

#news .article .entryFooter{
  clear: both;
  border-top: 1px solid #999;
  padding-top: 6px;
  margin-bottom: 36px;
}

#news .left{
	float: left;
	width: 380px;
}

#news .right{
	float: right;
	width: 100px;
	text-align: right;
}

#news .entryBody{
  clear: both;
}

#news a.amazon{
   display: block;
   width: 82px;
   height: 25px;
   border: 1px solid #ccc;
   background: url("./amazonBanner.gif") no-repeat center left;
}

#news a.amazon span{
  display: none;
}


#news .recommend{
  margin-bottom: 36px;
}

#news .recommend .article{
   padding: 12px;
   overflow: hidden;
   border: 3px solid #f19ec2;
}

#news .recommend .article .entryFooter{
  clear: both;
  border: none;
  margin-bottom: 0px;
}

.archives{
  font-size: 1.15em;
  text-align: center;
}

/* works */

#works .article{
	overflow: hidden;
	width: 480px;
	margin-bottom: 15px;
}

#works .left{
	width: 220px;
	float: left;
}

#works .right{
	width: 220px;
	float: right;
}

#works .left h3, 
#works .right h3{
  margin-left: 104px;
}

#works p.year{
  margin-left: 104px;
}

#works img{
	float: left;
	border: 1px solid #999;
	margin-right: 5px;
}


#worksDetail h1{
	margin-bottom: 10px;
}

#worksDetail img{
	border: 1px solid #999;
}

#worksDetail .photo{
  margin-bottom: 15px;
  width: 480px;
  height: 365px;
}

#worksDetail #photoNumber{
	padding-bottom: 20px;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', Verdana, serif;
}

#worksDetail #spec{
	font-size: .85em;
}

#worksDetail .amazonBanner {
   margin-left: 15px;
}

#worksArchive{
	overflow: hidden;
    padding: 20px 0px;
}

#worksArchive h1{
	clear: both;
	margin-bottom: 10px;
}

#worksArchive img{
	border: 1px solid #999;
}

#worksArchive #photo{
	padding-bottom: 20px;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', Verdana, serif;
}

#worksArchive .article{
	overflow: hidden;
	width: 480px;
	margin-bottom: 15px;
}

#worksArchive .left{
	width: 220px;
	float: left;
}

#worksArchive .right{
	width: 220px;
	float: right;
}

#worksArchive img{
	float: left;
	margin-right: 5px;
}

#worksArchive ul{
    padding-top:20px;
}

#worksArchive #spec{
	clear: both;
	font-size:  .85em;
}

/* biography */

#biography h2{
	margin: 0px;
}

/* contact */
#contact{
	overflow: hidden;
}#contact h1{display: none;}

#contact h3{
	margin: 0px;
	font-weight: 400;
	font-size: 1em;
}

#contact td{
  padding-bottom: 10px;
}

#contact input.form-name,
#contact input.form-mail,
#contact input.form-subject{
  width: 250px;
}
