@charset "UTF-8";

/*-------------------------------------------------
|||| CSS for "Hidehiranuri" |||||
[ based on Nucleus default-skin data ]
by GPworks / IWDD
Edited 07-03-27
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/

body
{
	background: url(images/g_body_bg_2.png) repeat-x top left #ededed;
/*	background: #c30;
*/
	color: #333;
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 100%;
	line-height: 160%;
	padding: 20px 40px;
	margin: 0 auto;
}
img { border: 0 }
form { margin: 0 }
em { font-style: normal; font-weight: normal; text-decoration: underline }
strong { font-style: normal; font-weight: bold; }
/* Headings */
h1,h2,h3,h4,h5,h6
{
/*    font-family: "ヒラギノ明朝 Pro W3" "ＭＳ Ｐ明朝", "細明朝体", ;
*/	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 140%;
}


/* Lists */

.at_aiina ul {
	padding: 0;
	margin: 0 0 1em 0;
}


.at_aiina ul li
{
background: none;
	list-style-type: disc;
	margin: 0 0 0 2em;
	padding: 0;

}

ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin: 0 0 1em 0;
}
ol {
	list-style-position: outside;
	padding: 0;
	margin: 0 0 1em 0;
}
ul li
{
	background: url(images/g_ul_1.gif) 0.5em 5px no-repeat;
	padding: 0 0 0 2em;
	margin: 0;
}


ul li li
{
	background: url(images/g_ul_2.gif) 0.5em 5px no-repeat;
}
ul li li li
{
	background: url(images/g_ul_1.gif) 0.5em 5px no-repeat;
}

ol li {
	list-style-type: decimal;
	padding: 0;
	margin: 0 0 0 2em;
}
ol li li {
	list-style-type: lower-alpha;
}
ol li li li {
	list-style-type: lower-roman;
}

p { margin:0 0 1em 0; padding:0 }

/* Links */
a { text-decoration: none }
a:link { color: #c00 }
a:visited {	color: #c00 }
a:hover, a:active { color: #f30 }
/* Basic classes */
.hidden { display: none }
.centerize { text-align: center }
.clearing { width: 100%; height: 0; clear: both }

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	width: 800px;
	background: #fff url(images/g_header_top_1.png) top right no-repeat;
	margin: 0 auto;
	padding: 40px 0 10px 0;
	border-top: 1px solid  #808080;
	border-left: 1px solid  #ccc;
	border-right: 1px solid  #999;
}
#header #logo-img/* for site-name */
{
/*	background: url(images/g_logo_bg.png) left 90% no-repeat; */
	margin: -20px 20px 0 50px;
}
#header #main-copy	/* for site description */
{
	text-align: right;
	margin: 0 10px 0 0;
	font-size: 87.5%;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 800px;
	background: #fff;
	margin: 0 auto;
	border-left: 1px solid  #ccc;
	border-right: 1px solid  #999;
}
#wrapper
{
	width: 100%;
	margin: 0;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 100%;
	height: 1%;
	overflow: visible;
	float: left;
	padding: 0;
	margin-right: -240px;
}
.content
{
	padding: 0;
	margin: 0 240px 30px 50px;
}
.content #wanko 
{
	margin-bottom: 18px
}
/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	clear: both;
	font-size: 131.25%;
	padding: 7px 0 7px 30px;
	margin-bottom: 20px;
	background: url(images/s_title_marker.gif) left 50% no-repeat;
	border-top: 2px solid #933;
	border-bottom: 1px solid #ccc;
}
.contentbody
{
	font-size: 93%;
	margin-left: 25px;
}

.contentbody h1 {
	font-size: 123.1%;
	color: #933;
	border-bottom: 1px solid #933;
	border-left: 4px solid #933;
	padding-left: 8px;
	margin-bottom: 10px;
}
.contentbody h2 {
	font-size: 116%;
	border-bottom: 1px dotted #666;
	margin-bottom: 1em;
}
.contentbody h3 {
	font-size: 108%;
/*	color: #933; */
	color: #080808; 
	border-left: 2px solid #933;
	padding-left: 4px;
	margin-bottom: 1em;
}
.contentbody h4 {
	font-size: 100%;
	margin-bottom: 1em;
}
.contentbody h5 {
	font-size: 100%;
	margin-bottom: 1em;
}
.contentbody h6 {
	font-size: 100%;
}

.contentbody p { 
	padding-left: 6px;
}

.contentbody table {
	table-layout: auto;
	width: auto;
	border-width: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0;
	border-top: 1px solid #c30
}
.contentbody table td {
	border-bottom:1px solid #000;
	padding: 3px 0;
	text-align: left;
	vertical-align: top;
}
.contentbody table th {
	color: #660;
	border-bottom:1px solid #000;
	padding: 3px 1em 3px 0;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.contentbody a { text-decoration: underline  }

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitem
{
	font-size: 93%;
	line-height: 110%;
	margin: 20px 0;
	padding: 3px 0;
	background: #f4f4e8;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
}
.contentitem1
{
	display: inline;
	border-right: 1px solid #000;
	padding: 0 10px;
}
.contentitem2
{
	display: inline;
	padding: 0 10px;
}


/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	padding: 1em;
	border: 1px solid white;
	margin: 0 0 0 20px;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #f4f4f4;
}
.itemcomment h3
{
	font-size: 100%;
	border-bottom: 1px solid #c30;
	padding-bottom: 4px;
	margin-bottom: 8px;
}
.commentinfo {
	margin-top: 0.5em;
	color: #666;
	font-size: 80%;
}

div.loginform .formfield, div.commentform .formfield, div.mailform .formfield {
    display: block;
} 

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: right;
	width: 220px;
	padding: 0;
	margin: 0;
	background: #fff;
}
.sidebar
{
	margin: 0;
}

#sidebarcontainer #rss-icon {
	margin: 10px 0 10px 2px; 
}

/* Menu lists */
.sidebardl
{
	padding: 10px 10px 10px 10px;
	margin: 0 0 1px 0;
	background: url(images/g_navi_bg_2.png);
	color: #fff;
}
.sidebardl dt
{
	padding: 0 6px;
	margin: 4px;
/*    font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
*/	font-size: 100%;
	font-weight: bold;
	border-left: 3px solid #c90;
}
.sidebardl dd
{
    font-size: 85%;
	line-height: 150%;
	margin: 0;
	padding: 0 0 0 12px;
}
.sidebardl dd a {
    display: block;
    padding-left: 2px;
}
.sidebardl dd a:link { color: #ffc }
.sidebardl dd a:visited { color: #fcc }
.sidebardl dd a:hover {
	color: #ffc;
	background: #600 ;
}
.sidebardl dd.g-login-form a {
	display: inline;
}
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 800px;
	overflow: visible;
	background: url(images/g_footer_bg_1.png) top left repeat-y;
	text-align: center;
	padding: 4px 0;
	margin: 0 auto;
	border-left: 1px solid  #ccc;
	border-bottom: 2px solid  #666;
	border-right: 1px solid  #999;
	line-height: 110%;
}

#copyrights { color:#fff; font-size: 75%; }
#copyrights a:link,  #copyrights a:visited { color: #ff9 }
#copyrights a:hover { color: #f99}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 0;
}
.commentform, .mailform
{
	margin: 0 0 0 20px;
    padding: 1em;
    background: #f4f4f4;
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
    margin: 5px 0;
	font-size: 85%;
	background: white;
	color: #333333;
}
.formbutton { font-size: 85% }
.searchform .formfield { width: 170px }
.searchform .formbutton {  }
.loginform .formfield { width: 170px }
.loginform .formbutton {
	width: 60px;
	padding: 2px 2px;
}
.mainform .formfield { width: 280px }
.mailform .formbutton
{
	width: 100px;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield { }
.commentform .formbutton
{
	width: 100px;
	height: 22px;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: 120%;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}

/*-------------------------------------------------
  Trackbacks
-------------------------------------------------*/
.tb
{
	padding: 0;
	margin: 0 240px 30px 50px;
}
div.tb h2
{
	clear: both;
	font-size: 131.25%;
	padding: 7px 0 7px 30px;
	margin-bottom: 20px;
	background: url(images/s_title_marker.gif) left 50% no-repeat;
	border-top: 2px solid #933;
	border-bottom: 1px solid #ccc;
}

div.tb .item {
	margin: 1em 0;
}
div.tb .body {
	font-size: 85%;
}
div.tb .date {
	font-size: 77%;
}


/*-------------------------------------------------
  Custom Styles
-------------------------------------------------*/
h2#headlines
{
	font-size: 123.1%;
	padding: 7px 0 7px 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	background: url(images/s_title_marker.gif) left 50% no-repeat;
	border-top: 2px solid #933;
	border-bottom: 1px solid #ccc;
}
dl#news
{
	font-size: 85%;
	margin-bottom: 3em;
}
dl#news dt
{
	padding-left: 30px;
}

.catnews
{
	font-size: 85%;
}
.catnews dt
{
	padding-left: 30px;
}

.textright
{
	text-align: right;
}

div.pageswitch1, div.pageswitch2 {
               color: #000000;
               font-size: 12px;
               font-weight: normal;
               line-height:120%;
}

.pageswitch1 div.subnavi {
               display: none;
}

.pageswitch2 div.subnavi {
               text-align: center;
}
.pageswitch2 div.topicpath {
               display: none;
}

.sidebardl dt.current {
	padding: 0 6px;
	margin: 4px;
	font-size: 85%;
	font-weight: bold;
	border-left: 3px solid #c90;
}
.sidebardl dd.cloud a {
	display: inline;
}

span.list {
	font-size: 12px;
}

ul.arlist {
	margin-top: 1em;
	margin-bottom: 1em;
}

div.link-banners {
	margin: 10px 0 10px 2px; 
}

div#banner {
	margin-left:2px;
	margin-bottom: 2em;	
	margin-left:2px;
}
div#at_aiina {
	font-size: 93%
}