/* 最初の設定 
-----------------------------------------------------------------------------------------*/

* {  
	font-style: normal;
	margin: 0px;  
	padding: 0px;  
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #666666;
	background-image: url(../img/new/img_bg.jpg);
	background-repeat: repeat-x;
}

p,li,dt,dl {  
	line-height:1.6;  
}  

p {  
	margin: 0 0 1em 0;  
}  

a img {  
	border: 0;  
}  

address {  
	 font-style:normal;  
}  

.clear {  
	clear:both;  
}

a:link {    
	color: #356502;  
	text-decoration: underline; 
}  

a:visited {  
	color: #356502;  
	text-decoration: underline;  
}  

a:hover {  
	text-decoration: none;  
}  

a:active {  
} 

/* wrapper 
-----------------------------------------------------------------------------------------*/

#wrapper {
	margin: 0px auto;
	width: 950px;
	background-color: #F8F7F3;
}

/* header 
-----------------------------------------------------------------------------------------*/

#header {
	height: 60px;
	margin: 0px 15px;
	padding-top: 15px;
	position: relative;
}

#header p.copy {
	position: absolute;
	left: 130px;
	top: 57px;
}

#header #outer {
	float: right;
	position: absolute;
	left: 660px;
	top: 15px;
}

/* contents 
-----------------------------------------------------------------------------------------*/

#contents {
	width: 920px;
	margin: 15px 15px 0px;
}

/* arealeft 
-----------------------------------------------------------------------------------------*/

#arealeft {
	float: left;
	width: 605px;
}

#arealeft #presents {
	background-image: url(../img/new/main_bg.gif);
	width: 605px;
	background-repeat: no-repeat;
	height: 185px;
	margin-bottom: 20px;
}

#presents_topics .present01_bottom {
	margin-top: -3px;
	padding: 0px;
}

#presents_topics .present01 {
	margin-bottom: -5px;
	padding: 0px;
}

#presents_topics .present01 #box .pre_text {
	font-size: 75%;
	line-height: 1.6;
	color: #666666;
}


.leftcolumn {
	float: left;
	width: 201px;
	height: 71px;
}

#presents_topics {
	height: 155px;
	width: 420px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 180px;
}

.date {
	font-size: 80%;
	font-weight: bold;
	color: #FF6600;
}

.present_title {
	font-size: 120%;
	font-weight: bold;
}

.pic {
	padding-right: 5px;
}

/* books 
-----------------------------------------------------------------------------------------*/

#books {
	margin-bottom: 10px;
}

#booksbox {
	margin-top: 10px;
}

#leftbooks {
	float: left;
	width: 285px;
	margin-left: 10px;
}

#rightbooks {
	float: right;
	width: 285px;
	margin: 0px 10px 0px 5px;
}

.leftcol_books {
	float: left;
	width: 78px;
	height: 75px;
}

.rightcol_books {
	float: right;
	width: 200px;
	height: 85px;
}

.text {
	font-size: 85%;
	line-height: 160%;
}

.books_title {
	font-size: 100%;
	font-weight: bold;
	line-height: 160%;
	background-image: url(../img/new/img_point.jpg);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 20px;
}

.books_title2 {
	font-size: 100%;
	font-weight: bold;
	line-height: 160%;
	background-image: url(../img/new/img_point.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 1% 3px;
}

.bookscolumn {
	padding-top: 10px;
}

/* news 
-----------------------------------------------------------------------------------------*/

#news h2 {
	margin-bottom: 20px;
}

.allow {
	background-image: url(../img/new/img_point.jpg);
	background-repeat:no-repeat;
	font-size:100%;
	background-position: 20px 4px;
	padding: 0px 15px 0px 40px;
	margin: 3px 0px;
}

/* arearight 
-----------------------------------------------------------------------------------------*/

#arearight {
	float: right;
	width: 300px;
}

#rightcolumn {
	width: 235px;
	height: 71px;
	float: right;
}

#rightcolumn .date {
	color: #FF6600;
	font-weight: bold;
	font-size: 80%;
}

#rightcolumn .title {
	font-size: 125%;
	font-weight: bold;
}

#presents_topics .dotline {
	margin: 2px 0px;
}

#columns {
	margin: 10px 0px;
}

.subcol {
	margin: 5px 0px;
}

#topics {
	margin-bottom: 10px;
}

/* twitter 
-----------------------------------------------------------------------------------------*/

#twitter {
}

/* footer 
-----------------------------------------------------------------------------------------*/

#footer {
	width: 920px;
	height: 40px;
	padding: 5px 0px 10px;
}

#footerleft {
	float: left;
	font-size: 75%;
	color: #333333;
}

#footerright {
	float: right;
}

/* clear 
-----------------------------------------------------------------------------------------*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clearline {
	clear: both;
}





















     

