@charset "shift-jis";

/*--------------------------------------------------------------------------*
DDD TEMPLATE
http://dddtemplate.com
Fumiwa 2011
/*--------------------------------------------------------------------------*


/*-------------------------------------------------------------------------------------------
リセット
--------------------------------------------------------------------------------------------*/
*{
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
html,body,div,h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,table,th,td,form,blockquote,pre,address,fieldset{
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	vertical-align: top;	
}
ul li {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*-------------------------------------------------------------------------------------------
トップページの設定
--------------------------------------------------------------------------------------------*/

body {
	background-color: #fff;/*背景色*/
	background-image:url(../img/back.png);

}
#topBody {/*枠内の設定*/
	width:840px;
	margin-left:auto;
	margin-right:auto;
	padding-top:80px;
	margin-bottom:80px;	
	overflow: hidden;				
}
#topBody #leftnavi {/*レフトの設定*/
	width:180px;
	margin-right:auto;
	float:left;
	text-align:center;
}
#topBody #leftnavi h1 {/*サイト名の設定*/
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
	color:#333;
}
#topBody #leftnavi .navi {/*ナビゲーションの設定*/
	margin-bottom:25px;
}
#topBody #leftnavi .navi li {/*ナビゲーションの設定*/
	display: block;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #999;
	margin-bottom: 5px;
	background-color: #fff;	
}
#topBody #leftnavi .navi a {/*ナビゲーションの設定*/
	display: block;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	padding: 5px;	
}
#topBody #leftnavi .navi li a:hover {/*ナビゲーションの設定*/
	color: #333;
	background-color: #999;
}
#topBody #leftnavi div {/*ブログパーツなどを入れるときの設定*/
	margin-bottom:25px;
}
#topBody #contents {/*コンテンツの設定*/
	width:660px;
	margin-left:auto;
	margin-right:auto;
	float:right;

}
#topBody #contents {/*コンテンツ内のテキスト設定*/
	font-size:12px;
	color:#333;
	line-height:160%;
	
}
#topBody #contents a {/*コンテンツ内のリンクの設定*/
	color:#333;
}
#topBody #contents a:hover {/*コンテンツ内のリンク(hover)の設定*/
	text-decoration:none;
}
#topBody #contents .whatnew {/*更新履歴の設定*/
	height: 100px;
	width: 500px;
	overflow: auto;
	padding: 10px;
	margin-left:40px;
	margin-bottom:40px;
	border: 1px solid #999;
	background-color: #FFF;
}
#topBody #contents .whatnew dd {/*更新履歴の設定*/
	margin-left:10px;
}
#topBody #contents .whatnew {/*更新履歴のスクロールバーの設定*/
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #999999;	
}
#topBody #contents h2 {/*コンテンツ内の項目*/
	margin-bottom:10px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#topBody #contents .box01 {/*コンテンツ内のボックス*/
	width:540px;
	margin-left:40px;	
	margin-bottom:40px;
}


#topBody #contents .box01 p{/*コンテンツ内のボックス*/
	margin-bottom:10px;
}
#topBody .list ul {/*一覧の設定*/
	color: #333;
	margin-bottom: 20px;
}
#topBody .list li {/*一覧の設定*/
	font-size: 12px;
	line-height:140%;
	color: #333;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: circle;	
}
#topBody .book {/*販売物の設定*/
	margin-bottom: 15px;
}
#topBody .book .ttl {/*販売物の設定（タイトル）*/
	font-weight:bold;
}
#topBody #contents .box01 .book p {/*販売物の設定*/
	margin-bottom: 2px;
}
#topBody #contents .pagetop {/*ページトップへ戻る設定*/
	text-align: right;
	margin-bottom:20px;
}

