@charset "utf-8";
/*  
Theme Name: Moaroma
Theme URI: http://www.moaroma.com/
Description: Moaroma <a href="http://www.moaroma.com/">Moaroma website template</a>.
Version: 1.0
Author: Moaroma
Author URI: http://tora.moaroma.com/
*/

body{font:13px/1.231 Georgia,arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
	float:center;
	margin:0px auto 0 auto;
	padding:0px;
}

img,img a, img a:hover {border:0;}


.wrapper {
	float:center;
	margin: 0 auto;
	width: 900px; 
}

div#main {
	width: 600px;
	float: left;
	margin-right: -1px;
	border-right: 1px solid #eee;
	border-bottom: 0px solid #eee;
}

/* Rightwand margin */

div#main > *,
div#main p.topicPath,
div#main div.entry,
div#main p.archives,
div#main div.freeSpace {margin-right: 20px;}

/* Leftwand margin */

div#utilities > *,
div#utilities dl.navi,
div#utilities dl.others {margin-left: 15px;}

/* Utilities
---------------*/

div#utilities {
	width: 300px;
	float: left;
	clear: right;
}

div#utilities dl.navi,
div#utilities dl.others {cleart:both;}


/*========================================

  Elements

========================================*/

body {
	color: #000;
	background-color: #fff;
}

/* Link
---------------*/

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}

a:focus,
textarea:focus,
input:focus {
	outline: 1px dotted #aaa;
}

/* Text
---------------*/

h2 {
	margin:0 20px 0px 0;
	padding: 15px 20px;
	border: 1px solid #eee;
	background: url('http://www.moaroma.com/img/img/m_grad03.gif') repeat-x;
	line-height: 1.5;
	font-size: 150%;
	color: #000;
	clear:both;
}

body.mainIndex h1 {
	display: none;
}

h3,h4 {
clear:both;
}

p {
	margin: 1em 0;
}

blockquote {
	margin: 1em 20px 1em 20px;
	padding: 1px 20px;
	border: 1px solid #eee;
	color: #444;
}

pre {
	padding: 10px 20px;
	background-color: #f5f5f5;
	overflow: auto;
	width: 90%;
	_width: 95%; /* for IE6 */
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-size: 109%;
}

/* List
---------------*/

ul,
ol {
	margin: 1em 40px;
	padding: 0;
	list-style-position: outside;
}

ul ul,ul ol,ul ol,ol ol {
	margin: 0.3em 0 0.3em 15px;
}

/* form
---------------*/

form {
	margin: 1em 0;
	background: url(http://www.moaroma.com/img/img/slash.png);

}

fieldset {
	padding: 1px 0;
	border: none;
}

legend {
	padding: 4px 10px;
	background-color: #fff;
}

input,
textarea {
	padding: 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #fff;
}

input:hover,
textarea:hover {
	border-color: #999;
}

textarea {
	padding: 0.5em 10px;
}

input.submit {
	padding: 2px 5px;
	border: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
}

input.submit:hover {
	background-color: #666;
}

input.radio {
	border: none;
	background-color: transparent;
	background-image: none;
}

/* Table
---------------*/

table {
	margin: 1em 0;
	border: 1px solid #ccc;
	background-color: #fff;
font-family:arial;
}

caption {
	padding-bottom: 0.3em;
}

th,
td {
	padding: 0.3em 10px;
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	border-right: 1px solid #ddd;
	color: #333;
	background-color: #f5f5f5;
}

td {
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

/* Others
---------------*/

hr {
	margin: 1.5em 0;
	border: none;
	border-top: 1px dotted #222;
}

/*========================================

  div#header

========================================*/
#top {
	padding-bottom:5px;
	/*background: #000 url('http://www.moaroma.com/img/img/bg_grad02.png') repeat-x left bottom;*/
	background: #000 url('http://www.moaroma.com/img/img/01.png') repeat-x left bottom;
}

#top h1 {
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	text-align:right;
	font-size:9px;
	color:#aaa;
	font-weight:normal;
}

#top p {
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	text-align:right;
	font-size:9px;
	color:#aaa;
}

div#header {
	width: 900px; 
	margin: 0px auto;
	padding-top:40px;
	height:60px;
	background: url('http://www.moaroma.com/img/img/cat3.png') no-repeat 30px bottom;
}

div#header h1 {
	font-size:40px;
	line-height: 1;
	font-family:Bradley Hand ITC;
	font-weight: bold;
	border:none;
	margin: 0px 0 0 0px;
	padding: 10px 0px 0 0px;
}

div#header p {
	font-size:40px;
	line-height: 1;
	font-family:Bradley Hand ITC;
	font-weight: bold;
	border:none;
	margin: 0px 0 0 0px;
	padding: 10px 0px 0 0px;
}

div#header a:hover {
	color: #aaa;
	text-decoration: none;
}

/* ul#gnavi
---------------*/

#gnavi {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #e5e5e5;
}

#gnavi ul, #gnavi li {display: inline;}
#gnavi li {display: inline;}
#gnavi, #gnavi a {background: #eee url('http://www.moaroma.com/img/img/m_grad02.gif') repeat-x 0 -5px;}
#gnavi a {
	border-left: 1px solid #e5e5e5!important;
	border-right: 1px solid #fff!important;
	float: left;
	width:98px;
	font: normal 0.9em Georgia,Tahoma,sans-serif;
	color: #333;
	padding: 4px 0px;
	text-align: center;
	text-decoration: none;
}

#gnavi a:hover,#gnavi li.current_page_item a {
	border-left: 1px solid #e5e5e5!important;
	border-right: 1px solid #fff!important;
	background: #eee url('http://www.moaroma.com/img/img/m_grad01.gif') repeat-x 0 -5px;
	text-decoration: none;
}

/*========================================

  div#content

========================================*/

div#content {
	/*background: url('http://www.moaroma.com/img/img/bg_grad02.png') repeat-x left top;*/
	background: url('http://www.moaroma.com/img/img/m_grad03.gif') repeat-x;
	padding: 24px 0;
margin-top:1px;
}

p.topicPath {
	font-family: Georgia,sans-serif;
	margin:0px 0 20px 0px;
	padding:0px 0 0 18px;
	background-image: url('http://www.moaroma.com/img/img/v_icon030101.gif');
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	clear:both;
}

p.topicPath a {
	text-decoration: none;
}

p.topicPath span.current {
	padding: 1px 10px;
	border: 1px solid #eee;
	color: #000;
	background-color: #f5f5f5;
}

/*=========================
 > div#main
=========================*/

/* > div.entry
---------------*/

div.entry {
	margin: 0em 0 2em 0;
	padding: 1px 0;
	line-height: 1.7;
	_height: 1px; /* for IE6 */
	*min-height: 1px; /* for IE7 */
}

/* body.archives */

body.archives div.entry {
	margin-top: 0;
}

/* Entry Title
---------------*/


div.entry h2 {
	margin:1em 0px 0 0;
	padding: 0.3em 0;
	border-bottom: 4px solid #eee;
	border-left: none;
	border-right: none;
	border-top: none;
	font-size: 131%;
	clear:both;
	background-image: none;
}

div.entry h2 a {text-decoration: none;}
div.entry h2 a:link {color: #000;}
div.entry h2 a:visited {color: #000;}
div.entry h2 a:hover {color: #aaa;text-decoration: none;}

/* ul.info
---------------*/

div.entry ul.info {
	margin: 0 0 1em 0;
	padding: 0.3em 0;
	list-style-type: none;
}

div.entry ul.info li {
	margin: 0.3em 10px 0.3em 0;
	padding-right: 10px;
	border-right: 1px solid #eee;
	color: #444;
	float: left;
	font-size: 85%;
}

div.entry ul.info li a {
	text-decoration: none;
}



/* Text Style
---------------*/

div.textBody {
	font-size:105%;
	letter-spacing: 0.1em;
}


div.textBody a:link {color:#0000ff;}
div.textBody a:visited {color:#0000ff;}
div.textBody a:hover {color:#000000;}

div.textBody h2 {margin-top: 2em;}

div.entry div.textBody h3 {
	margin-top: 3em;
	margin-right: 0px;
	padding:0.1em 10px 0.1em 23px;
	font-size: 112%;
	font-weight: normal;
	background-image: url('http://www.moaroma.com/img/img/v_icon010101.gif');
	background-repeat: no-repeat;
	background-position: left 0.7em;
	border-bottom: 2px solid #eee;
	color: #000000;
}

div.entry h3 {
	margin-top: 3em;
	margin-right: 0px;
	padding:0.1em 10px 0.1em 23px;
	font-size: 112%;
	font-weight: normal;
	background-image: url('http://www.moaroma.com/img/img/v_icon010101.gif');
	background-repeat: no-repeat;
	background-position: left 0.7em;
	border-bottom: 2px solid #eee;
	color: #000000;
}

div.textBody dl {
	padding: 0.5em 20px;
	border: 1px solid #eee;
}

div.textBody dt {
	margin: 0.7em 0;
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	color: #000;
}

div.textBody dd {
	color: #666;
	margin: 0.5em 0;
}

/* p.continue
---------------*/

div.textBody p.continue a {
	padding: 3px 10px;
	color: #fff;
	background-color: #999;
	text-decoration: none;
}

div.textBody p.continue a:hover {
	color: #000;
	background-color: #ddd;
}

p.more {
	margin:0px 0 0 0;
	padding:0px 0 0 0;
}

p.more a:link,
p.more a:visited {
	padding-left: 20px;
	background-image: url('http://www.moaroma.com/img/img/v_icon190101.gif');
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	color: #0000ff;
}

p.more a:visited {
	background-image: url('http://www.moaroma.com/img/img/v_icon100101.gif');
	background-position: 2px 0.3em;
}

p.more a:hover {color: #000;background-position: 2px 0.3em;}

p.kau {
	font-weight:bold;
	font-size:105%;
}

p.kau a:link,
p.kau a:visited {
	color: #0000ff;
	padding-left: 20px;
	background-image: url('http://www.moaroma.com/img/img/v_icon190101.gif');
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}

p.kau a:visited {
	color: #0000ff;
	background-image: url('http://www.moaroma.com/img/img/v_icon190101.gif');
	background-position: 0 0.3em;
}

p.kau a:hover {
	color: #C40;
	background-position: 2px 0.3em;
	text-decoration: underline;
	background-image: url('http://www.moaroma.com/img/img/v_icon190101.gif');
}
/* ul.reaction
---------------*/

div.entry ul.reaction {
	margin: 1em 0;
	border-top: 1px solid #eee;
	list-style-type: none;
}

div.entry ul.reaction li {
	margin: 0 10px 0 0;
	padding: 5px 10px 0 0;
	border-right: 1px solid #eee;
	float: left;
}

div.entry ul.reaction li a {
	padding-left: 18px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
}

div.entry ul.reaction li.comment a {
	padding-left: 21px;
	background-image: url(http://www.moaroma.com/img/img/v_icon040103.gif);
}

div.entry ul.reaction li.trackback a {
	background-image: url(http://www.moaroma.com/img/img/v_icon080101.gif);
}

div.entry ul.reaction li.close {
	background-image: url(http://www.moaroma.com/img/img/v_icon110104.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 18px;
}


div.entry ul.reaction li.rating {
	background-image: url(http://www.moaroma.com/img/img/v_icon090101.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left:17px;
}


/* page navi
---------------*/

p.archives {
	margin: 1em 0;
}

p.return {
	margin: 0 0;
	padding: 0.7em 0;
	text-align: right;
	clear: both;
}

/* Newer | Older */

ul#flip1 {
	margin: 0 0 0 0;
	list-style-type: none;
	position: relative;
	top: 1px;
}

ul#flip1 li {
	float: left;
	width: 60px;
	font-size: 92%;
	text-align: center;
	line-height: 1;
}

ul#flip1 li a {
	margin-right: 2px;
	padding: 4px 0 3px;
	border: 1px solid #eee;
	border-bottom: none;
	display: block;
	text-decoration: none;
	color: #666;
	background: url(http://www.moaroma.com/img/img/grad01.gif) repeat-x;
}

ul#flip1 li a:hover {
	color: #000;
}



ul.flip {
	_height: 1px;
	min-height: 1px;
}

ul.flip2:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#flip2 {margin: 2em 0px 2em 0px;}

ul#flip2 li {
	margin: 0;
	display: inline;
	font-size: 100%;
}

ul#flip2 li a {
	display: block;
	float: left;
	line-height: 1;
}

ul#flip2 li a {
	padding: 0 0.5em;
	background-repeat: no-repeat;
}

ul#flip2 li.newer a {
	padding-left: 18px;
	background-image: url(http://www.moaroma.com/img/img/v_arrow070101.gif);
	background-position: left 0.1em;
}

ul#flip2 li.older a {
	padding-right: 18px;
	background-image: url(http://www.moaroma.com/img/img/v_arrow070102.gif);
	background-position: right 0.1em;
	float:right;
}

ul#flip2 li.newer a:hover {background-image: url(http://www.moaroma.com/img/img/v_arrow070201.gif);}

ul#flip2 li.older a:hover {background-image: url(http://www.moaroma.com/img/img/v_arrow070202.gif);}

/*=========================
  div#Comments, 
  div#Trackbacks
=========================*/

div#comments,
div#trackback {
	margin: 2em 0;
	_height: 1px; /* for IE6 */
}

div#comments h2 {
	padding:0.1em 10px 0.1em 21px;
	font-size: 112%;
	font-weight: normal;
	background-image: url(http://www.moaroma.com/img/img/v_icon040103.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	border-bottom: 4px solid #eee;
	color: #000000;
}

div#trackback h2 {
	padding:0.1em 10px 0.1em 18px;
	font-size: 112%;
	font-weight: normal;
	background-image: url(http://www.moaroma.com/img/img/v_icon080101.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	border-bottom: 4px solid #eee;
	color: #000000;
}


div#comments dl.log dt,
div#trackback dl.log dt {
	margin: 0.8em 0 0;
	font-weight: bold;
}

div#comments dl.log dt span.name,
div#trackback dl.log dt span.name {
	color: #000;
}

div#comments dl.log dt span.date,
div#trackback dl.log dt span.date {
	margin-left: 10px;
	color: #666;
	font-weight: normal;
}

div#comments dl.log dd,
div#trackback dl.log dd {
	margin: 0;
	padding: 0.8em 0 1em;
	border-bottom: 1px solid #eee;
}

div#comments dl.log dd p,
div#trackback dl.log dd p {
	margin: 0;
}

/* Comment form
---------------*/

form.post dl {
	margin: 0.5em 20px;
}

form.post p {
	margin: 1em 20px;
}

form.post dl dt {
	margin: 0.5em 0;
}

form.post dl dd {
	margin: 0;
}

form.post div.action {
	margin: 0.5em 20px 1em;
}

form.post div.action input {
	margin: 0 5px 0 0;
}

form.post textarea {
	width: 80%;
	max-width: 85%;
}

/* Trackback info
---------------*/

div#trackback dl.info {
	padding: 0.8em 15px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: url(http://www.moaroma.com/img/img/slash.png);

}

div#trackback dl.info dd {
	margin: 0.3em 20px;
}

div#trackback dl.info dd.URL {
	margin: 0.5em 0;
	padding: 0.5em 10px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color: #fff;
	color: #000;
}

/*=========================
  div#utilities
=========================*/

div#utilities dl {
	margin: 5px 0;
	padding-bottom: 5px;
}

div#utilities dl dd p {
	margin: 5px 5px 0 5px;
}

div#utilities dl dt {
	margin: 5px 0 2px 0;
	padding: 3px 5px;
	border: 1px solid;
	border-color: #f5f5f5 #e5e5e5 #e5e5e5 #f5f5f5;
	color: #000;
	background-color: #eee;
	background: url(http://www.moaroma.com/img/img/m_grad02.gif) repeat-x 0 -5px;
	clear:both;

}

div#utilities dl dd {
	margin: 0 0;
	padding: 1px 0;
	background: url('http://www.moaroma.com/img/img/m_grad03.gif') repeat-x;
}

div#utilities dl dd ul {
	margin: 5px 0 5px 20px;
}

div#utilities dl dd ul li {
	margin: 0.5em 0;
}

div#utilities dl dd ul li a {
	text-decoration: none;
}

/* Feeds
---------------*/

div#utilities dl dd ul.feeds {
	margin-left: 10px;
	list-style-type: none;
	list-style-position: outside;
}

div#utilities dl dd ul.feeds li {
	margin-left: 0;
}

div#utilities dl dd ul.feeds li a {
	padding-left: 20px;
	background: url(http://www.moaroma.com/img/img/icon_feed.gif) no-repeat;
}

/* div#utilities dl dd >  
---------------*/

div#utilities p {
	margin: 0.3em 0;
}

div#utilities dl dd ul ul {
	margin-left: 15px;
}

div#utilities dl dd dl {
	margin: 0.3em 0;
	padding: 0 10px;
	border: 1px solid #eee;
}

div#utilities dl dd dl dt {
	font-weight: normal;
}

div#utilities dl dd form {
	margin: 0;
	padding: 1px 5px;
	border: none;
}

div#utilities dl dd form legend {
	display: none;
}

div#utilities dl dd form input.inputField {
	width: 45%;
}

div#utilities dl dd form input.submit {
	padding: 0.2em 2px;
	font-size: 10px;
}

/*========================================

  div#footer

========================================*/

#footer {
	background:#000;
	color: #AA9;
	padding: 5px 0 3px 0;
	height:20px;
}
#footer a {color: #BBA;}
#footer .left, #footer .left a {
	color: #777;
}
#footer a:hover {color: #CCB;}

div#footer ul.support {
	margin: 0em 0px 0em 10px;
	text-align: right;
}

div#footer ul.support li {
	margin: 0 0 0 6px;
	display: inline;
}

div#footer ul li.atom,
div#footer ul li.rss {
	margin-left: 5px!important;
	list-style-type: none;
}

div#footer ul li.atom a,
div#footer ul li.rss a {
	padding-left: 20px!important;
	background-image: url(http://www.moaroma.com/img/img/icon_feed.gif)!important;
	background-repeat: no-repeat;
	background-position: 0 0.1em;
}

/*========================================

  Class

========================================*/

/* Headline
---------------*/

dl.headline {
	margin: 0.5em 0;
}

dl.headline dt span.date {
	font-size: 85%;
}

dl.headline dd {
	margin: 0.5em 0 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 3px solid #eee;
}

dl.headline dd ul {
	margin: 0;
	list-style-type: none;
}

dl.headline dd ul li {
	margin: 0.3em 5px 0.3em 0;
	display: inline;
	font-size: 92%;
}

dl.headline dd ul li.textBody {
	display: block;
	font-size: 100%;
}

/* ul.thumb
---------------*/

ul.thumb,
div#utilities ul.thumb {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.thumb li {
	margin: 0;
	padding: 0;
	float: left;
	width: 33%;
	overflow: hidden;
	font-size: 0;
}

ul.thumb li a img {
	border: none;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul.thumb li a:hover img {
	border-bottom: 1px solid #000;
}

/* Tag cloud
---------------*/

ul.tagCloud {
	margin: 1em 0;
	line-height: 1.3;
	_height: 1px; /* for IE6 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div#utilities dl dd ul.tagCloud {
	margin: 0.5em 5px;
}

ul.tagCloud li {
	margin: 0;
	padding: 0 10px 0 0;
	display: inline;
	font-size: 100%;
}


/* Calendar
---------------*/

table.calendar {
	margin: 0 0 5px;
	border-color: #ddd;
	width: 100%;
	_width: 90%; /* for IE6 */
}

table.calendar th,
table.calendar td {
	padding: 0;
	line-height: 1.8;
	font-size: 85%;
	text-align: center;
}

table.calendar th {
	line-height: 2;
	font-weight: normal;
}

table.calendar th.sat {
	font-weight: bold;
	background-color: #e5e5e5;
}

table.calendar th.sun {
	font-weight: bold;
	background-color: #e5e5e5;
}

table.calendar td {
	color: #888;
	padding: 0;
	width: 14%;
}

table.calendar td a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background-color: #eee;
}

table.calendar td a:visited {
	color: #333;
	background-color: #fff;
}

table.calendar td a:hover {
	color: #000;
	background-color: #eee;
}

/* ページナビ
---------------*/

.tablenav {
	padding: 0px; 
	margin: 12px 0px 12px 0px;	
	text-align:right;
	font-family:Arial;
}

a.page-numbers, .tablenav .current {
	color: #000;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:12px;
}

a.page-numbers:hover {
	color:white;
	background: #0000ff;
}

.tablenav .current {
	color: white;
	background: #000;
	border-color: #000;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:normal;
}

#rate {
	height:40px;
	margin:20px 0px 30px 0px;
	font-size:0.95em;
	clear:both;
	}

.mid {
text-align: center;
margin:30px 20px 30px 0px;
overflow:hidden;
}

div#relative {
	margin:20px 0px 30px 0px;
	line-height:1.7em;
	clear:both;
}
div#relative h2 {
	margin:10px 0px 0px 0px;
	padding:0.1em 0px 0.1em 18px;
	font-size: 112%;
	font-weight: normal;
	background-image: url('http://www.moaroma.com/img/img/v_icon110103.gif');
	background-repeat: no-repeat;
	background-position: left 0.5em;
	border-bottom: 4px solid #eee;
	color: #000000;
}

.admin a {
	padding: 0 10px 0 25px;
	text-decoration: none;
	color: #f65472;
	background: url(http://www.moaroma.com/img/img/icon_edit.gif) 5px 0px no-repeat;
}

.admin a:hover {
	color: #953844;
}

div#utilities dl.navi2 {
width:140px;
float:left;
margin-left:15px;
}

div#utilities dl.navi3 {
width:140px;
float:right;
margin-left:5px;
}

div.ddsg-pagenav {font-family:Arial;}

#shita {
	padding:2em 0px 2em 0px;
	background: url('http://www.moaroma.com/img/img/m_grad03.gif') repeat-x;
	border-top: 1px dashed #C0C0B0;
}

#shita ul {
	margin: 1em 0px 1em 0px;
	padding: 0px;
	list-style-type: none;
}

#shita li {
	color: #887;
	padding: 6px 0px;
	margin:  0px;
	list-style-type: none;
}
#shita li {border-top: 1px dashed #ccc;}
#shita li a {
	color: #000;
	text-decoration: none;
}
#shita li a:hover {
	color: #0000ff;
	text-decoration: underline;
}

#shita dl.hidari {
	width: 277px;
	float:left;
	padding:0 15px 0 0px;
	margin: 0 0px 2em 0px;
	text-align:left;
}

#shita dl.naka {
	width: 276px;
	float:left;
	padding: 0 15px;
	margin: 0 0px 2em 0px;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	text-align:left;
}

#shita dl.migi {
	width: 285px;
	float:right;
	padding:0 0px 0 15px;
	margin: 0 0px 2em 0px;
}

#shita dl.hidari dt , #shita dl.naka dt ,#shita dl.migi dt {
font-size:1.3em;
margin-bottom: 0.2em;
	text-align:left;
}

#shita dl.hidari dd , #shita dl.naka dd ,#shita dl.migi dd {
	padding:0px;
	margin: 0px;
}
/* Social Bookmarking */

.bookmark {
	margin: 18px 0 0 0px;
	padding: 1px;
}

.bookmark ul {
	display: inline;
	margin:0px;
}

.bookmark ul li {
	background: none;
	display: inline;
	list-style-type: none;
}

.bookmark_line img {
	border: 0;
}

.bookmark_icon {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	_filter: alpha(opacity=100);
}

.bookmark_icon:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* Captions */

.pic {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 5px 5px 0px 5px;
	margin :5px 0px 10px 20px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float:right;
}

.pic img {border: 0 none;}

.pic_icon {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	_filter: alpha(opacity=100);
}

.pic_icon:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*    Comment abator
--------------------------------------------------------------- */
.bordered img {
border: 3px solid #eee;
margin:0px 10px 0px 0px;
padding:0px 0px 0px 0px;
}

/*    Floats
--------------------------------------------------------------- */

.left {float: left;}
.right {float: right;}
.aligncenter,div.aligncenter{
   display: block;
   margin: 20px auto 20px auto;
}


.clearer {
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;	
}

.clear {
	display: block;
	clear: both;
}

/* Clearfix
---------------*/

ul#gnavi,
div#content,
div.entry ul.info,
div.entry div.textBody,
ul.reaction,
ul.thumb,
ul.flip,
body.multi2 div#utilities,
body.multi2-l div#utilities {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul#gnavi:after,
div#content:after,
div.entry ul.info:after,
div.entry div.textBody:after,
div.entry ul.reaction:after,
ul.thumb:after,
ul.flip:after,
body.multi2 div#utilities:after,
body.multi2-l div#utilities:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


/* IE6 - なにがあってもカラム落ちを防ぐ
---------------*/

div#main,
div#utilities dl.navi,
div#utilities dl.navi2,
div#utilities dl.navi3,
div#utilities dl.others {
	_overflow: hidden;
}

#header .right a {color:#ff0099;font-weight:bold;}
#header .right a:hover {color:#FF6FCF;font-weight:bold;}
