/*-------------------------------------
UKIUKI TEMPLATE
template : blog003-plugin

2008/05/10
-------------------------------------*/


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

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: 'Lucida Sans Unicode',Verdana,Sans-serif;
	line-height:170%;
	}

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

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

a img
	{
	border: 0;
	}


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

a
	{
	color:#0083cb; /*リンク色*/
	}

a:hover
	{
	text-decoration:none;
	color:#333;
	}

a.no-link
	{
	text-decoration:none;
	color:#666;
	}

a:hover.no-link
	{
	color:#666;
	}


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

#container
	{
	width:900px;
	margin:0 auto;
	padding:0;
	background:url(img/wrap.gif) center top repeat-y;
	text-align:left;
	}


/*-------------------------------------
▼▼　ヘッダー部分
-------------------------------------*/

#banner
	{
	width:850px;
	background:url(img/banner_bg.jpg) center bottom no-repeat;
	height:210px;
	margin-bottom:15px;
	margin-left:25px;
	}

#banner-inner
	{
	padding:30px 0px 10px 80px;
	}

h1
	{
	font-size:12px;
	font-weight:normal;
	letter-spacing:2px;
	color:#305467;
	}

#top
	{
	font-size:16px;
	font-weight:bold;
	}

#banner a
	{
	color:#042434; /*タイトルリンク色*/
	letter-spacing:2px;
	text-decoration:none;
	padding:0 0 80px 0;
	}

#banner a:hover
	{
	color:#ccc; /*タイトルリンクにマウスがのったときの色*/
	}

#banner p
	{
	margin:10px 80px 10px 0;
	color:#305467;
	}


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

#wrap
	{
	width:850px;
	float:left;
	margin-left:25px;
	margin-bottom:20px;
	background:#fff;
	text-align:justify;
	text-justify:inter-ideograph;
	display:inline;
	}

#leftbox
	{
	float:left;
	width:650px;
	background:#fff;
	}

#main
	{
	float:right;
	width:430px;
	background:#fff;
	margin-right:10px;
	display:inline;
	}

#side
	{
	float:left;
	width:200px;
	margin:0;
	padding-bottom:10px;
	line-height:140%;
	}

#side-r
	{
	float:right;
	width:200px;
	}

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

.ad
	{
	clear:both;
	margin:0;
	font-size:10px;
	padding:5px 0 0 40px; 
	}


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

#box ,.entry_box
	{
	width:430px;
	margin-top:5px;
	}

.blog_body
	{
	margin-bottom:40px;
	border:1px solid #c4c3c3;
	}

.box_h2
	{
	padding:10px 15px;
	border-bottom:1px dotted #c4c3c3;
	}

.box_h2 a,
.entry_title
	{
	font-size:12px;
	letter-spacing:1px;
	color:#313131; /*一覧部分タイトル文字色*/
	clear:both;
	text-decoration:none;
	padding-left:10px;
	border-left:9px double #0083cb;
	line-height:150%;
	}

.text
	{
	margin:15px;
	text-align:justify;
	text-justify:inter-ideograph;
	}

.posted
	{
	border-top:1px dotted #c4c3c3;
	text-align:right;
	padding:5px 10px;
	margin:5px 0px;
	font-size:10px;
	clear:both;
	}

.entry-more
	{
	text-align:right;
	margin:0 10px 5px 10px;
	}

.entry-tags
	{
	margin-left:15px;
	}

.entry-tags ul
	{
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
	}
	
.entry-tags ul li
	{
	float:left;
	margin-right:10px;
	}


/*-------------------------------------
▼▼　メイン部分【ページ分割】
-------------------------------------*/

.pagebute
	{
	text-align:center;
	font-weight:bold;
	}

.pagebute span
	{
	padding:0 10px;
	}

.pagebute a
	{
	font-weight:normal;
	padding:0 5px;
	}


/*-------------------------------------
▼▼　メイン部分【カテゴリページ】
-------------------------------------*/

.cate_name
	{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#0083cb;
	clear:both;
	margin-bottom:10px;
	}


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

.navi_link
	{
	text-align:center;
	width:430px;
	}
	
#more.entry-more
	{
	text-align:left;
	}


/*-------------------------------------
▼▼　メイン部分【サイトマップ】
-------------------------------------*/

.box_h3
	{
	font-weight:normal;
	font-size:12px;
	letter-spacing:1px;
	margin:2px 10px 5px;
	color:#313131;
	}


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

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


/*-------------------------------------
▼▼　メイン部分【パンくずリスト】
-------------------------------------*/
.pan
	{
	width:430px;
	padding:2px 0px;
	margin:5px 0;
	text-align:right;
	}

.pan a
	{
	text-decoration:none;
	}


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

#side a,
#side-r a
	{
	text-decoration:none;
	color:#313131;
	}

#side a:hover,
#side-r a:hover
	{
	color:#ccc
	}


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

.category
	{
	margin:0 5px;
	padding-bottom:0px;
	}

.category h2
	{
	padding:6px 10px 6px 15px;
	font-size:12px;
	color:#313131; /*サイドタイトル文字色*/
	background:url(img/sidetitle.gif) left center no-repeat;
	}

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

.category ul li ,.category-navi ul li
	{
	background:url(img/icon.gif) left 7px no-repeat;
	padding:2px 5px 2px 16px;
	margin-left:5px;
	}

.category ul li span
	{
	font-size:12px;
	padding-left:5px;
	color:#9a9b9b;
	}

.search
	{
	padding:10px 0;
	background: #fff;
	margin: 0px;
	text-align:center;
	}

.category-navi
	{
	border-top:4px double #c4c3c3;
	margin-left:5px;
	margin-top:10px;
	}

.bookmark
	{
	margin-left:6px;
	}


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

#footer
	{
	clear:both;
	width:850px;
	height:115px;
	text-align:center;
	background:url(img/footer.jpg);
	margin-left:25px;
	}


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

#footer a
	{
	color:#313131;
	text-decoration:none;
	}


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

.trackbacks
	{
	margin-top:20px;
	padding-top:10px;
	}

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

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

	margin: 0;
	font-size:12px;
	letter-spacing:1px;
	color:#313131; 
	border-left:8px double #0083cb; 
	clear:both;
	text-decoration:none;
	padding-left:5px;
	padding: 5px;

	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	background:#fff;
	}

.trackbacks
	{
	margin-top:20px;
	}

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

#trackbacks-info,
.trackbacks-content
	{
	padding:5px;
	}

.trackback-content
	{
	border:1px dotted #ccc;
	padding:10px;
	background:#f3f3e9;
	}

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

.entry-footer,
.trackback-footer,
.comment-footer
	{
	text-align:right;
	}

.entry,
.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 400px;
	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; }


/*-------------------------------------
▼▼　カラー一括置き換え用
-------------------------------------*/




/* ----カラー一括置き換えを使用する場合、この行を削除-----

a,
#side a:hover,
#side-r a:hover,
box_h2 a:hover
	{
	color:#0083cb;
	}

a:hover,
#side a,
#side-r a:hover
	{
	color:#666;
	}

.box_h2 a,
.entry_title,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
	{
	border-color:#0083cb;
	}

.box_h2,
.category h2,
.box_h3,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
	{
	color:#313131;
	}



 ----カラー一括置き換えを使用する場合、この行を削除----- */


