@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 15px;
	line-height: 1.5;
	font-family: /*"メイリオ", */Verdana, Arial, sans-serif;
}
*:first-child+html * { font-size: 14px; } /* IE7 */
html>body * { font-family: Verdana, Arial, sans-serif; } /* Firefox */

html { width: 100%; height: 100%; overflow-y: scroll; }
body {
	width: 100%;
	height: 100%;
}
body.month1 { background: #fff url(../img/bg1.gif) center top no-repeat fixed; }
body.month2 { background: #fff url(../img/bg2.gif) center top no-repeat fixed; }
body.month3 { background: #fff url(../img/bg3.gif) center top no-repeat fixed; }
body.month4 { background: #fff url(../img/bg4.gif) center top no-repeat fixed; }
body.month5 { background: #fff url(../img/bg5.gif) center top no-repeat fixed; }
body.month6 { background: #fff url(../img/bg6.gif) center top no-repeat fixed; }
body.month7 { background: #fff url(../img/bg7.gif) center top no-repeat fixed; }
body.month8 { background: #fff url(../img/bg8.gif) center top no-repeat fixed; }
body.month9 { background: #fff url(../img/bg9.gif) center top no-repeat fixed; }
body.month10 { background: #fff url(../img/bg10.gif) center top no-repeat fixed; }
body.month11 { background: #fff url(../img/bg11.gif) center top no-repeat fixed; }
body.month12 { background: #fff url(../img/bg12.gif) center top no-repeat fixed; }

small { font-size: 75%; font-style: normal; }
b { font-size: 115%; font-weight: bold; font-style: normal; }
em { font-size: 75%; font-weight: normal; font-style: normal; }
strong { font-size: 110%; }

a { outline: none; }
a:link { color: #ECA834; text-decoration: none; }
a:visited { color: #8CBB00; text-decoration: none; }
a:hover { color: #FF6262; text-decoration: underline; background-color: #E6F2B6; }
a:active { color: #FF6262; text-decoration: none; }

a:link, a:visited, a:hover, a:active { text-decoration: none; }

img { border: none; vertical-align: bottom; }
img.png { _behavior: expression(IEPNGFIX.fix(this)); }

table {
	position: relative;
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
html>body table { border-collapse: separate; }

fieldset { border: none; }
span.validate { margin-left: 10px; font-size: 80%; }
span.must { color: #cc0000; }
input, select, textarea {
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff url(../img/bg_form_text.gif) 0 0 repeat-x;
	z-index: 10;
}

input.num30 { width: 30px; ime-mode: disabled; }

input.default50 { width: 50px; }
input.ja50 { width: 50px; ime-mode: active; }
input.num50 { width: 50px; ime-mode: disabled; }

input.default120 { width: 120px; }
input.ja120 { width: 120px; ime-mode: active; }
input.num120 { width: 120px; ime-mode: disabled; }

input.default150 { width: 150px; }
input.ja150 { width: 150px; ime-mode: active; }
input.num150 { width: 150px; ime-mode: disabled; }

input.default200 { width: 200px; }
input.ja200 { width: 200px; ime-mode: active; }
input.num200 { width: 200px; ime-mode: disabled; }

input.default250 { width: 250px; }
input.ja250 { width: 250px; ime-mode: active; }
input.num250 { width: 250px; ime-mode: disabled; }

input.default300 { width: 300px; }
input.ja300 { width: 300px; ime-mode: active; }
input.num300 { width: 300px; ime-mode: disabled; }

input.default400 { width: 400px; }
input.ja400 { width: 400px; ime-mode: active; }
input.num400 { width: 400px; ime-mode: disabled; }

button {
	border: none;
	background: none;
	cursor: pointer;
}

.show { display: block; }
.hidden { display: none; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}



#wrapper {
	position: relative;
	display: block;
	margin: 0 auto 50px auto;
	padding: 0px 0 0px 0;
	width: 780px;
}
#wrapper a { outline: hidden; }



/* ------------------------------------------------------------------------------------ header */

#wrapper #header {
	position: relative;
	margin: 0 0 70px 0;
	padding: 0px 0 0px 0;
	width: 780px;
}

/* title */
#header #title {
	position: relative;
	display: inline;
	margin: 0;
	padding: 20px 0 0px 0;
	width: 350px;
	float: left;
}

#title a#pagetop,
#title span#pagetop {
	display: block;
	margin: 50px 0 10px 0px;
	padding: 0px 0 0px 0;
	text-indent: -9999em;
	width: 200px;
	height: 50px;
	background: url(../img/logo.png) 0 0 no-repeat;
	_background: url(../img/logo.gif) 0 0 no-repeat;
}

#title h1 {
	margin: 0px 0 0 35px;
	padding: 0px 0 0px 0;
	font-size: 75%;
	font-weight: normal;
	line-height: 1.3;
}

/* twitter */
#header #twitter {
	position: relative;
	display: inline;
	margin: 25px 0 0 0;
	padding: 0px 0;
	width: 350px;
	height: 85px;
	background: url(../img/header_twitter_bg.gif) 0 0px no-repeat;
	float: right;
	overflow: hidden;
}
*:first-child+html #header #twitter { margin-top: 25px; } /* IE7 */
html>body #header #twitter { margin-top: 40px; } /* Firefox */

#twitter ol span,
#twitter ol a {
	font-size: 90%;
	line-height: 1.2;
}

#twitter a.twitter {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	width: 170px;
	height: 35px;
}
#twitter a.twitter:hover { background: none; }

#twitter ol {
	display: block;
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	width: 280px;
}

#twitter ol li {
	display: block;
	padding: 0px 5px 0px 0px;
	list-style: none;
	width: 275px;
	height: 45px;
	border: none;
	overflow-x: hidden;
	overflow-y: auto;
}
*:first-child+html #twitter ol li { padding: 0 20px 0px 0px; width: 260px; } /* IE7 */
html>body #twitter ol li { padding: 0px 5px 0px 0px; width: 275px; height: 45px; } /* Firefox */

/* サイト内検索 */
#header #searchForm {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	margin: 0 0 0px 0;
	_width: 245px;
	padding: 0px 0;
}

#searchForm label { font-size: 80%; }

#searchForm input {
	margin: 0 0 0px 0;
	padding: 0px 0;
}
#searchForm input.field { width: 120px; }
#searchForm input.submit {
	margin: 0 0 0 0px;
	padding: 0px 5px;
	_padding: 0px;
	_font-size: 75%;
	color: #fff;
	font-size: 100%;
	background: #333;
	cursor: pointer;
}
*:first-child+html #searchForm input.submit { padding: 0px 0px; }



/* ------------------------------------------------------------------------------------ パンくずリスト */



#wrapper #pankuzu {
	position: absolute;
	top: 350px;
	left: 0;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	font-size: 75%;
	text-align: right;
	width: 500px;
}

#pankuzu a {
	margin: 0 10px 0 0;
	padding: 0 0 0 0px;
	font-size: 100%;
}



/* ------------------------------------------------------------------------------------ container */

#wrapper #container {
	position: relative;
	margin: 0 0 50px 0px;
	padding: 0px 0;
	width: 780px;
	clear: both;
}

/* ------------------------------------------------------------------------------------- contents */

#container #contents {
	position: relative;
	margin: 0 0 0px 0px;
	padding: 0px 0 0 0;
	width: 530px;
	float: left;
}

/* drop バナー */
#contents a.drop {
	display: block;
	margin: 0 0 40px 0px;
	text-indent: -9999em;
	width: 500px;
	height: 100px;
	background: url(../img/top_banner_drop.gif) 0 0 no-repeat;
}

#contents h2 {
	margin: 0 0px 0.0em 0;
	padding: 0.5em 50px;
	color: #fff;
	font-size: 100%;
	line-height: 1.2;
	width: 400px;
	background: #333 url(../img/h2_single.gif) center center no-repeat;
}
#contents h2 strong { color: #fff; font-size: 120%; }



/* ------------------------------------------------------------------------------------- sidebar */

#container #sidebar {
	position: relative;
	margin: 0 0 0px 0;
	padding: 0px 0 0px 0;
	width: 220px;
	float: right;
}

#sidebar h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0 0px 0px;
	font-size: 80%;
	clear: both;
}



/* ウィジェット */
#sidebar #widget {
	margin: 0 0px 30px 0px;
	padding: 0px 0 0px 0px;
	font-size: 80%;
	width: 220px;
	overflow: auto;
	clear: both;
}

#sidebar #widget object,
#sidebar #widget embed,
#sidebar #widget iframe,
#sidebar #widget #myminicity_container,
#emobphouse785, #gooAshiatoParts,
#sidebar #widget a.awasete {
	margin: 0 0 10px 0;
	float: right;
}

/* 並べ替えナビゲーション */
#sidebar ul#sortEntry {
	margin: 0 0 20px 0;
	padding: 0px 0;
	list-style: none;
	width: 219px;
	border-top: 5px solid #333;
	border-left: 1px solid #aaa;
	overflow: auto;
	clear: both;
	float: right;
}

ul#sortEntry li {
	display: inline;
	list-style: none;
	float: left;
}
ul#sortEntry a,
ul#sortEntry span {
	display: block;
	margin: 0 0 0 0px;
	padding: 3px 0 2px 0px;
	font-size: 75%;
	text-align: center;
	width: 72px;
	border-right: 1px solid #aaa;
}
*:first-child+html ul#sortEntry a,
*:first-child+html ul#sortEntry span { font-size: 70%; }
ul#sortEntry a.default { color: #fff; background-color: #333; }

#sidebar #entryList {
	position: relative;
	margin: 0 0 0px 0;
	padding: 0px 0 20px 0;
	min-height: 200px;
	_height: 200px;
	clear: both;
}

#entryList .entryList {
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
}

.entryList ul {
	display: block;
	margin: 0 0 20px 0;
	padding: 0px 0;
	list-style: none;
	width: 220px;
	clear: both;
}

.entryList ul li {
	display: block;
	font-size: 80%;
	_line-height: 0;
	list-style: none;
}
.entryList ul a {
	display: block;
	margin: 0 0 0 0px;
	padding: 5px 10px 5px 20px;
	font-size: 100%;
	line-height: 1.2;
	width: 190px;
	border-bottom: 1px dotted #ccc;
	background: url(../img/icon-right.gif) 10px 0.8em no-repeat;
}
.entryList ul a:hover {
	border-bottom: 1px dotted #aaa;
	background: #E6F2B6 url(../img/icon-right.gif) 10px 0.8em no-repeat;
}

/* 記事ランキング */
#sidebar h3.popular {
	margin: 0 0 0px 0;
	padding: 3px 0;
	color: #fff;
	font-size: 80%;
	text-align: center;
	background: #333;
}

#sidebar ol.popular {
	margin: 0 0 25px 0;
	padding: 0px 0;
	list-style: none;
	width: 220px;
	clear: both;
}

ol.popular li {
	display: block;
	font-size: 80%;
	_line-height: 0;
	list-style: none;
}
ol.popular a {
	display: block;
	margin: 0 0 0 0px;
	padding: 5px 10px 5px 20px;
	font-size: 100%;
	line-height: 1.2;
	width: 190px;
	border-bottom: 1px dotted #ccc;
	background: url(../img/icon-right.gif) 10px 0.8em no-repeat;
}
ol.popular a:hover {
	border-bottom: 1px dotted #aaa;
	background: #E6F2B6 url(../img/icon-right.gif) 10px 0.8em no-repeat;
}

/* トラックバック一覧 */
#sidebar ul.trackback {
	margin: 0 0 20px 0;
	padding: 0px 0;
	list-style: none;
	clear: both;
}

ul.trackback li {
	display: block;
	margin: 0 0 0 0px;
	padding: 5px 0;
	list-style: none;
	border-bottom: 1px dotted #ccc;
}
ul.trackback span {
	font-size: 75%;
}
ul.trackback a {
	display: block;
	margin: 0 0 0 0px;
	padding: 0px 0 0 18px;
	line-height: 1.2;
	border-left: none;
}
ul.trackback a:hover { background: #E6F2B6; }



/* TB・ソーシャルブックマーク */
#sidebar #sharing {
	margin: 0 0px 0px 0px;
	padding: 0px 0 0px 0px;
	width: 220px;
	border-top: 5px solid #333;
}

#sharing h3 { margin-top: 15px; }

#sharing input {
	margin: 0 0 30px 0;
	font-size: 80%;
	width: 215px;
}


/* ブログ解析ツール */
#sidebar #blogTool {
	margin: 0 0px 0px 0px;
	padding: 0px 0 0px 0px;
	width: 220px;
}

#sidebar .left {
	margin: 0 0px 10px 0px;
	padding: 0px 0 0px 0px;
	width: 90px;
	float: left;
}

/* i2iアクセス解析 */
#sidebar a.i2i {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0 0px 0px;
	width: 88px;
}
/* trackfeed */
#sidebar a.trackfeed {
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 0px 0 0px 0px;
	width: 80px;
}
/* なかのひと */
#sidebar a.nakanohito {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0 0px 0px;
	width: 48px;
}

#sidebar .right {
	margin: 0 0px 10px 0px;
	padding: 0px 0 0px 0px;
	width: 120px;
	float: right;
}

/* trackword */
#sidebar a.trackword {
	display: block;
	margin: 0px 0px 10px 0px;
	_margin-bottom: 0px;
	padding: 0px 0 0px 0px;
	text-indent: -9999em;
	width: 120px;
	height: 14px;
	background: url(http://www.trackword.net/img/minilogov.gif) 0 0 no-repeat;
	float: right;
}

#sidebar ul.trackword {
	display: block;
	margin: 0px 0px 10px 20px;
	_margin-left: 0;
	padding: 0px 0 0px 20px;
	list-style-type: circle;
	width: 100px;
	clear: both;
	float: right;
}
*:first-child+html #sidebar ul.trackword { margin-left: 0; } /* IE7 */

#sidebar ul.trackword li { list-style-type: circle; _width: 100px; }
#sidebar ul.trackword a {
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0 0px 0px;
	font-size: 80%;
	line-height: 1.2;
	width: 100px;
}
*:first-child+html #sidebar ul.trackword a { margin-bottom: 0; }

/* technorati */
#sidebar a.technorati {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0 0px 0px;
	text-indent: -9999em;
	width: 130px;
	height: 32px;
	background: url(http://staticjp.technorati.jp/pix/fave/btn-fave2.png) 0 0 no-repeat;
	clear: both;
}

/* ナビゲーション */
#sidebar ul.nav {
	position: relative;
	display: block;
	margin: 0 0 0 0;
	list-style: none;
	width: 220px;
}
*:first-child+html #sidebar ul.nav { top: 50px; }

#sidebar ul.nav li {
	display: inline;
	list-style: none;
	float: left;
}

#sidebar ul.nav a {
	display: block;
	margin: 0 10px 5px 0px;
	padding: 0px 0 0 0;
	text-indent: -9999em;
}
#sidebar ul.nav a.profile {
	width: 117px;
	height: 20px;
	background: url(../img/banner_iddy_orange.gif) 0 0 no-repeat;
}
#sidebar ul.nav a.profile:hover { background: url(../img/banner_iddy_green.gif) 0 0 no-repeat; }
#sidebar ul.nav a.feedburner {
	width: 88px;
	height: 18px;
	background: url(../img/icon/feedburner.gif) 0 0 no-repeat;
}



/* -------------------------------------------------------------------------------------- footer */

#wrapper #footer {
	position: relative;
	margin: 0 0 50px 0px;
	padding: 0 0 0px 0;
	width: 780px;
	border-bottom: 5px solid #333;
	overflow: auto;
	clear: both;
}

#footer a.pagetop {
	position: absolute;
	top: 0px;
	right: 30px;
	display: block;
	margin: 0 0 20px 0px;
	padding: 0 20px 0px 0px;
	font-weight: bold;
	text-align: right;
	width: 150px;
	background: url(../img/icon_pagetop.gif) right center no-repeat;
}

#footer address {
	margin: 0 0 20px 30px;
	padding: 0 0 0px 0px;
	font-style: normal;
}





/* -------------------------------------------------------------------------------------- etc */

/* ページナビゲーション */

#contents .wp-pagenavi {
	margin: 30px 0 0 0;
	padding: 0px 0 0 0;
	clear: both;
}

.wp-pagenavi span {
	margin: 0 5px 0 0;
	padding: 5px;
	_padding: 0;
	font-size: 80%;
	background: #e0e0e0;
}

.wp-pagenavi a {
	margin: 0 5px 0 0;
	padding: 5px;
	font-size: 80%;
	border: 1px solid #ccc;
}

/* あし＠用 */
div.ashiato {
	position: absolute;
	top: 0;
	right: 0;
}
span embed { display: none; }