?/*-------------------------------------
▼▼　基本
-------------------------------------*/

html
	{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	}

body
	{ 
	margin: 0;
	padding: 0;
	background:#fff;
	text-align: center;
	color: #666;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	line-height:160%;
	}

form, input
	{
	margin: 0;
	padding: 0;
	}

/*-------------------------------------
▼▼　リンク
-------------------------------------*/

a
	{
	text-decoration:none;
	color:#000000;/*★リンク文字カラー*/
	}

a:hover
	{
	text-decoration:none;
	color:#9A65CB;/*★リンク文字カラーホバー*/
	}

a img
	{
	border: 0;
	}

h1, h2, h3, h4, h5, h6 
	{
	margin:0;
	padding:0;
	}

/*-------------------------------------
▼▼　外枠
-------------------------------------*/

#container
	{
	width:760px;
	margin:auto;
	padding:auto;
	border-left:3px dotted #A9D8D8;/*外枠のドット*/
	border-right:3px dotted #A9D8D8;/*外枠のドット*/
	text-align:left;
	}

/*-------------------------------------
▼▼　テーブル
-------------------------------------*/


table
	{
	width:470px;
	border-collapse:collapse;
	}
td
	{
	padding:5px 10px 5px 10px;
	border:5px solid #FFF;
	background:#CBEBEB;
	vertical-align:top;
	line-height:200%;
	}

.photo table
	{
	border-collapse:collapse;
	}

.photo td
	{
	padding:5px;
	valign:middle;
	background:#FFF;
	}

/*-------------------------------------
▼▼　ヘッダー部分（トップタイトル）
-------------------------------------*/

#banner
	{
	width:760px;
	background:url(lespo-top.jpg) center bottom no-repeat;/*★トップ背景画像*/
	/*background:#A9D8D8;★トップ背景の色*/
	height:100px;
	border-top:3px dotted #A9D8D8;/*★トップ背景の上のボーダーの色*/
	border-bottom:5px solid #A9D8D8;/*★トップ背景の下のボーダーの色*/

	}

#banner-inner
	{
	padding:40px 0 10px 20px;
	}

#banner h1
	{
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
	}

#banner h1 a
	{
	text-decoration:none;
	color:#2BC2C5;/*★タイトル文字*/
	/*background:#fff;★タイトル文字背景
	padding:5px 10px 5px 10px;*/
	border-bottom:5px dotted #AAEA56;/*★タイトル文字のアンダーライン*/
	}

#banner h1 a:hover
	{
	color:#FF3399;/*★タイトル文字ホバー*/
	border-bottom:5px dotted #FFF000;/*★タイトル文字のアンダーライン*/
	}

/*-------------------------------------
▼▼　検索部分
-------------------------------------*/
#header-navi
	{
	width:760px;
	float:left;
	background:#eaeae9;
	border-bottom:1px dotted #ccc;
	padding-bottom:3px;
	}

#searchbox
	{
	width:760px;
	text-align:right;
	}

#search-inner
	{
	padding:2px 30px 2px 0;
	}

/*-------------------------------------
▼▼　トップナビ
-------------------------------------*/
.topnavi
	{
	float:left;
	}

.topnavi ul
	{
	list-style-type:none;
	padding:0 10px 5px 3px;
	margin:0;
	}

.topnavi ul li
	{
	float:left;
	margin:5px 5px 5px 3px;
	padding:0px 10px;

	}


.topnavi ul li a
	{
	margin:5px 5px 5px 3px;
	padding:0px 10px;
	text-decoration:none;
	border-left:7px solid #896A48;/*★メイントップ短ライン*/
	}

.topnavi ul li a:hover
	{
	color:#896A48;
	border-color:#BC2E33;
	}

/*-------------------------------------
▼▼　メイン
-------------------------------------*/

#wrap
	{
	width:760px;
	float:left;
	}

#main
	{
	float:right;
	width:550px;
	}

#main-inner
	{
	margin:15px;
	}

/*-------------------------------------
▼▼　メイン【アドセンス】
-------------------------------------*/

.ad
	{
	clear:both;
	margin:0;
	padding:0 0 0 10px; 
	}


/*-------------------------------------
▼▼　メイン【サイト説明】
-------------------------------------*/

#main_des
	{
	padding-left:10px;
	padding-bottom:10px;
	float:left;
	}

#des_inner
	{
	width:490px;
	float:left;
	}

#des_inner h2
	{
	font-size:14px;
	letter-spacing:1px;
	color:#BD55A8;/*★～について（文字の色）*/
	margin-bottom:10px;
	margin-top:20px;
	border-bottom:3px dotted #A9D8D8;
	}

#des_inner p
	{
	line-height:200%;
	}

/*-------------------------------------
▼▼　メイン部分【一覧部分】
-------------------------------------*/

#box ,.entry_box
	{
	width:490px;
	padding-left:10px;
	margin-top:5px;
	}

.box_h2
	{
	font-size:14px;
	letter-spacing:1px;
	color:#BD55A8;/*★～カタログ～の文字の色*/
	margin-bottom:10px;
	margin-top:20px;
	border-bottom:3px dotted #A9D8D8;/*★アンダーラインのドット*/
	}

.box_h3
	{
	color:#896A48;/*★　▼の色*/
	font-size:12px;
	letter-spacing:1px;
	margin:5px;
	background:#41BDBD;/*★カタログタイトルの背景の色*/
	padding:1px 10px 1px 10px;
	}
.box_h3 a
	{
	color:#FFFFFF;/*★カタログタイトルの文字の色*/
	}
.box_h3 a:hover
	{
	color:#C2F1F1;/*★カタログタイトルの文字のホバーの色*/
	}
.box_p
	{
	padding:0;
	margin: 0 10px 10px 40px;
	}

.box_entry p
	{
	margin:10px 10px 20px 10px;
	}

/*-------------------------------------
▼▼　メイン部分【エントリーページ・関連エントリー】
-------------------------------------*/

#entry-with
	{
	width:490px;
	margin:20px 10px;
	}

#entry-with h3
	{
	border-left: 5px solid #9A65CB;/*★単独ページ関連エントリーの短ボーダーの色▼★▼*/
	padding: 5px;
	color: #9A65CB;/*★単独ページ関連エントリーの文字の色▼★▼*/
	background: #eaeae9;/*★単独ページ関連エントリーの背景の色▼★▼*/
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom:10px;
	}

#entry-with ul
	{
	list-style-type:square;
	margin:0;
	padding:0 30px;
	color:#9A65CB;★単独ページ関連エントリーのリストの行頭記号の色*/
	}

#entry-with ul li
	{
	margin:3px 0;
	}

/*-------------------------------------
▼▼　メイン部分【ページトップ】
-------------------------------------*/

.gotop
	{
	text-align:right;
	margin-top:10px;
	margin-right:10px;
	}

/*-------------------------------------
▼▼　メイン部分【パンくずリスト】
-------------------------------------*/
.pan
	{
	padding:2px 10px;
	margin:10px;
	border-left:5px solid #eaeae9;
	border-top:1px solid #eaeae9;
	border-right:5px solid #eaeae9;
	border-bottom:1px solid #eaeae9;
	}

.pan a
	{
	text-decoration:none;
	}

/*-------------------------------------
▼▼　サイド部分
-------------------------------------*/

#side
	{
	float:left;
	width:199px;
	background:#A9D8D8;/*★サイドの背景色*/
	border-right:3px dotted #fff;/*★サイドの点々ボーダーの色*/
	}

#side-inner
	{
	margin:0;
	}

#side a
	{

	color:#000000;
	text-decoration:none;
	border-left:7px solid #BD55A8;/*★サイドの短ボーダーの色*/
	display:block;
	padding-left:10px;
	}

#side a:hover
	{
	color:#9A65CB;
	border-left:7px solid #FF3399;/*★サイドの短ボーダーのホバーの色*/
	}

/*-------------------------------------
▼▼　カテゴリ部分
-------------------------------------*/

.category
	{
	}

.category-inner
	{
	margin:5px 0 0 0;
	padding-bottom:20px;
	border-bottom:3px dotted #fff;/*★上のドット*/
	}

.category h2
	{
	padding-top:5px;
	padding-left:10px;
	font-size:12px;
	color:#fff;/*★カテゴリー、更新記録、RSS、アクセス解析の文字の色*/
	border-bottom:3px dotted #fff;/*★アンダーラインのドット*/
	}

.category ul ,.category-navi ul
	{
	margin:0;
	padding:0;
	list-style-type:none;

	}

.category ul li ,.category-navi ul li
	{
	margin:0;
	padding:5px;
	}

.category ul li ul ,.category-navi ul li ul
	{
	margin:3px 0 0 10px;
	padding:0;
	list-style-type:none;
	}

.category ul li ul li ,.category-navi ul li ul li
	{
	margin:0;
	padding:5px 5px 0 5px;
	}

.category-inner ul li span
	{
	font-size:10px;
	}

/*-------------------------------------
▼▼　サイド部分【アドセンス】
-------------------------------------*/

.ad2
	{
	padding:10px 10px 20px 10px;
	border-bottom:1px dotted #ccc;
	}

/*-------------------------------------
▼▼　フッター部分
-------------------------------------*/

#footer
	{
	clear:both;
	width:760px;
	height:45px;
	text-align:center;
	color:#FFF;
	border-left:3px dotted #A9D8D8;/*★フッターのボーダーの色とか太さとか*/
	background:#A9D8D8;/*★フッターのボーダーの背景の色*/
	}


#footer-inner
	{
	padding-top:10px;
	}

#footer a
	{
	text-decoration:none;
	}

/*-------------------------------------
▼▼　カテゴリページ
-------------------------------------*/


.cate_exc
	{
	padding:2px 0 2px 15px;
	padding-left:20px;
	margin-top:2px;
	border-bottom:1px dotted #ccc;
	}

.cate_exc p
	{
	margin:0;
	}

/*-------------------------------------
▼▼　エントリーページ【コメント・トラックバック】
-------------------------------------*/

.trackbacks
	{
	margin-top:20px;
	}

.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 490px;
	margin:10px;
	}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
	{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 460px;
	w\idth: auto;

	margin: 0;
	border-left: 5px solid #9A65CB;/*★短ボーダーの色▼★▼*/
	padding: 5px;
	color: #9A65CB;/*★コメント、トラックバックの文字の色▼★▼*/
	background: #eaeae9;/*★コメント、トラックバックの背景の色▼★▼*/
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	}

.trackbacks
	{
	margin-top:20px;
	}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
	{
	clear: both;
	margin: 5px 10px;
	}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
	{
	clear: both;
	margin: 5px 10px 20px 10px;
	}

.entry,
.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 460px;
	margin-bottom: 20px;
	}

#comment-author, #comment-email, #comment-url, #comment-text
	{
	width: 240px;
	}

#comment-bake-cookie
	{
	margin-left: 0;
	vertical-align: middle;
	}

.comments-open label { display: block; }



