@charset "UTF-8";

/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 */

/*
	1 : Common
	2 : Left Contents
	3 : Right Contents
	4 : Footer
	5 : Clear Fix
 */



/* ***********************************************************************
	1 : Common
*********************************************************************** */
html {
	background: #FFF url(../images/bg.jpg) top center repeat-x scroll;
	voice-family: "\"}\"";
	voice-family: inherit;
	background: #FFF url(../images/bg.jpg) top center repeat-x fixed;
	overflow-y: scroll;
}
body {
	text-align: center;
}
#container {
	margin: 0 auto;
}
#content {
	position: relative;
	width: 985px;
	margin: 0 auto;
	text-align: left;
}




/* ***********************************************************************
	2 : Left Contents
*********************************************************************** */
#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 780px;
}
#home #left,
#detail #left {
	top: 35px;
}
#About #left,
#Bookmarks #left,
#monthlylist #left {
	top: 40px;
}
.memoSection {
	margin-bottom: 25px;
	padding-top: 15px;
	background: url(../images/bg-top.png) top left no-repeat;
}
.memoSection dl {
	padding: 0 15px 15px 15px;
	background: url(../images/bg-bottom.png) bottom left no-repeat;
}
.memoSection dt {
	margin-bottom: 10px;
	text-align: center;
}
.memoSection dt a {
	text-decoration: none;
}
.memoSection dd.memoText {
	margin: 0 15px 15px;
	font-size: 120%;
}
.memoSection dd iframe {
	float: left;
}
.memoSection dd ul {
	text-align: right;
}
.memoSection dd li {
	display: inline;
	margin-left: 0.5em;
	font-family: Georgia, serif;
	font-style: italic;
	letter-spacing: 0.05em;
	line-height: 22px;
}
.memoSection dd li h3 {
	display: inline;
	font-weight: normal;
}
.memoSection dd li,
.memoSection dd li img {
	vertical-align: middle;
}
.memoSection dd li.memoDate {
	margin-right: 0.5em;
}
.memoSection dd li.memoBtn a:hover img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* ========= Twitter ========= */
.memoSection dt.twitterText {
	margin: 0 10px;
	padding: 5px 0 5px 35px;
	text-align: left;
	font-size: 120%;
	background: url(../images/icon-twitter.gif) 0 6px no-repeat;
}
.memoSection dt.twitterText a {
	display: block;
}
.memoSection dt.twitterText a:hover {
	color: #999;
}
ul.twitterList {
	margin-right: 0.5em;
}


/* ========= Comment ========= */
#comment {
	margin: 0 5px 50px;
	padding: 25px 0 40px;
	background: #FFF;
}
#comment_post {
	float: left;
	width: 390px;
	margin-left: 25px;
}
#comment_form {
	float: right;
	width: 280px;
	margin-right: 25px;
}
#comment_post h2,
#comment_form h2 {
	width: 120px;
	height: 25px;
	margin-bottom: 20px;
	font-size: 0;
	text-indent: -9999px;
	text-decoration: none ! important;
}
#comment_post h2 {
	background: url(../images/sub-comment1.gif) top left no-repeat;
}
#comment_form h2 {
	background: url(../images/sub-comment2.gif) top left no-repeat;
}
.commentSection {
	margin-bottom: 25px;
	padding: 0 7px 15px;
	background: url(../images/line-comment.gif) bottom left no-repeat;
}
.commentSection p {
	margin-bottom: 1.2em;
	font-size: 120%;
}
.commentSection ul {
	text-align: right;
}
.commentSection li {
	display: inline;
	margin-left: 15px;
}
#comment_form input {
	vertical-align: middle;
}
#comment_form dt {
	font-size: 120%;
}
#comment_form dd {
	margin-bottom: 5px;
	font-size: 120%;
}
#comment_form dd.listShift {
	margin: -1.8em 0 5px 60px;
}
#comment_form input#author,
#comment_form input#email,
#comment_form input#url,
#comment_form textarea {
	padding: 3px;
	border: 1px solid #999;
	background: #F5F5F5;
}
#comment_form input#author:focus,
#comment_form input#email:focus,
#comment_form input#url:focus,
#comment_form textarea:focus {
	border: 1px solid #666;
	background: #FFF;
}
#comment_form input#author,
#comment_form input#email,
#comment_form input#url {
	width: 210px;
	line-height: 1;
}
#comment_form textarea {
	width: 270px;
	height: 22em;
	margin: 5px 0;
	line-height: 1.5;
}
#comment input#post {
	float: right;
	margin: 10px 2px 0;
	padding: 5px 20px;
	border: none;
	background-color: #333;
	color: #FFF;
	font-size: 92%;
	line-height: 1.2;
	cursor: pointer;
}
#comment input#post:hover {
	background-color: #999;
}
#err_box {
	margin: 5px 5px 50px;
	padding: 50px 100px ;
	background: #FFF;
}
#err_box h3 {
	margin-bottom: 1em;
	font-size: 140%;
}
#err_box p {
	font-size: 120%;
}

/* ========= Page ========= */
#page_box {
	float: right;
	width: 380px;
	margin: 0 5px 50px;
	background-color: #FFF;
}
.pageSection {
	padding: 25px 30px;
}
#page_box h2 {
	width: 150px;
	height: 30px;
	margin-bottom: 20px;
	font-size: 0;
	text-indent: -9999px;
	text-decoration: none ! important;
}
#About #page_box h2 {
	background: url(../images/sub-about.gif) top left no-repeat;
}
#Bookmarks #page_box h2 {
	background: url(../images/sub-bookmarks.gif) top left no-repeat;
}
#monthlylist #page_box h2 {
	background: url(../images/sub-monthlylist.gif) top left no-repeat;
}
#page_box p,
#page_box dl {
	font-size: 120%;
	margin-bottom: 3em;
}
#page_box li {
	padding: 3px 0 3px 15px;
}
#About #page_box li,
#Bookmarks #page_box li {
	background: url(../images/icon-list2.gif) 0 50% no-repeat;
}
#monthlylist #page_box li {
	background: url(../images/icon-list1.gif) 0 50% no-repeat;
	font-size: 92%;
	font-family: Georgia, serif;
	font-style: italic;
	letter-spacing: 0.05em;
}



/* ***********************************************************************
	3 : Right Contents
*********************************************************************** */
#right {
	position: absolute;
	top: 40px;
	left: 795px;
	width: 200px;
}
#header {
	position: fixed;
	width: 160px;
	height: 700px;
	padding: 0 15px;
	background: #FFF;
}
#header h1,
#header p {
	font-size: 0;
	text-indent: -9999px;
	text-decoration: none ! important;
}
#header h1 a {
	display: block;
	width: 160px;
	height: 90px;
	margin-bottom: 20px;
	background: url(../images/logo.gif) top left no-repeat;
}
#header h1 a:hover {
	background-position: 0 -110px;
}

/* ========= Menu ========= */
ul#menu {
	width: 160px;
	height: 125px;
	margin-bottom: 40px;
	background: url(../images/menu.gif) top left no-repeat;
}
ul#menu li {
	float: left;
	width: 160px;
}
ul#menu li a {
	display: block;
	height: 40px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
ul#menu li#menu_about a:hover {
	background: url(../images/menu.gif) -170px 0 no-repeat;
}
ul#menu li#menu_bookmarks a:hover {
	background: url(../images/menu.gif) -170px -40px no-repeat;
}
ul#menu li#menu_monthlylist a:hover {
	background: url(../images/menu.gif) -170px -80px no-repeat;
}

/* ========= Navigation ========= */
ul#navigation {
	position: relative;
	width: 160px;
	height: 35px;
	background: url(../images/bg-navi.gif) top left no-repeat;
}
ul#navigation li {
	position: absolute;
}
ul#navigation li#navi_prev { left: 0;}
ul#navigation li#navi_next { left: 120px;}
ul#navigation li#navi_top { left: 55px; }
.naviTips {
	margin: -50px 0 0 -5px;
	padding: 7px 10px;
	background-color: #93B80A;
	color: #FFF;
	font-size: 95%;
	line-height: 1;
}

/* ========= Banner ========= */
ul#banner {
	margin-top: 30px;
}




/* ***********************************************************************
	4 : Footer
*********************************************************************** */
#footer {
	clear: both;
	padding: 30px 0 120px;
	font-size: 110%;
	text-align: center;
}
#footer li {
	display: inline;
	margin: 0 0.5em;
}
#footer li#list_feed {
	padding-left: 15px;
	background: url(../images/icon-feed.gif) 0 50% no-repeat;
}





/* ***********************************************************************
	5 : Clear Fix
*********************************************************************** */
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearFix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac \*/




/* ***********************************************************************
	Other
*********************************************************************** */
.transImg a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}