@charset "UTF-8";
/*
Theme Name: extends Plainscape
Theme URI: http://srinig.com/wordpress/themes/plainscape/
Description: A plain and simple theme that just works. Fixed width, two columns, left sidebar, standards compliant.
Author: mayutann
Tags: fixed-width, two-columns, right-sidebar, white, light, threaded-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*========================================*//*
 *
 * reset
 *
 */

html {
	overflow-y:scroll;
	margin-bottom:1px;
	height:100%;
}

body, div, 
dl, dt, dd, 
ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, 
p, blockquote, 
th, td, code,
img
{
	margin: 0;
	padding: 0;
}

a img{
	margin: 0;
	padding: 0;
}

address, caption, th,
code, em, strong, var,
cite, acronym, abbr 
{
	font-style: normal;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
}

caption, th{
	text-align: left;
}

img, fieldset{
	  border: none;
}

ol, ul{
	list-style:none;
}

body {
	background: #FFF;
	color: #222222;
	
	font-size: 13px;
	*font-size: small;	/* IE 7 */
	*font: x-small;		/* IE 6 */
	/*\*//*/
	font: small;
	/**/
	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ ゴシック", "MS Gothic", Verdana, Arial, Helvetica, sans-serif;
}

/* IE6 base font */
* html body {
	font-family: "ＭＳ ゴシック", "MS Gothic", Verdana, Arial, Helvetica, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%; 
	font-weight: normal;
	font-weight: bold;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}

/*========================================*//*
	25pixel:		189%
	24pixel:		182%
	23pixel:		174%
	22pixel:		167%
	21pixel:		161.6%
	20pixel:		153.9%
	19pixel:		146.5%
	18pixel:		138.5%
	17pixel:		131%
	16pixel:		123.1%
	15pixel:		116%
	14pixel:		108%
	13pixel:		100%
	12pixel:		93%
	11pixel:		85%
	10pixel:		77%
============================================*/

/*========================================*//*
 *
 * Tag set
 *
 */

h1 { 
	font-size: 2.6em;
}

h2 {
	font-size: 123.1%;
}

h3 {
	font-size: 108%;
}

h4 {
	font-size: 100%;
}

pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

p {
	margin: 0 0 1em 0;
}

a {
	text-decoration: none; 
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #808080;
}

a img {
	border: none;
}

/*========================================*//*
 * 
 * Layout
 * 
 */

#page {
	margin: 0 auto;
	padding: 0;
	width: 840px;
}

#header {
	width: 840px;
}

#wrapper {
	background: #FFF;
}

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

#wrapper {
	display: inline-table;
}

* html #wrapper {
	height: 1%;			/* IE 6 */
}

*:first-child+html #wrapper {
	min-height: 1%;		/* IE 7 */
}

#wrapper {
	display: block;
}

/* Mac IE \*//*/
#wrapper { overflow: hidden; }
/**/


#content {
	margin: 0;
	padding: 0 0 0 0;
	width: 600px;
	float: left;
}

#sidebar {
	width: 200px;
	float: right;	
	margin: 0;
	padding: 0 0 20px;
}	

#footer {
	margin: 20px auto;
	clear: both;
}

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

#hmenu {
	margin: 0;
	padding: 20px 0 40px;
}

#hmenu ul {
	line-height: 1;
	list-style-type: none;
}


#hmenu ul li {
	margin: 0;
	padding: 0;
	display:inline;
	float: left;
	/*
	width: 110px;
	 */
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}	

#hmenu ul li a {
	padding-right: 2em;
	display: block;
	position: relative; /* IE 6 */
	color: #000;
	text-decoration: none;
}

#hmenu ul li a:hover {
	color: #808080;
}

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

#hmenu ul {
	display: inline-table;
}

* html #hmenu ul {
	height: 1%;			/* IE 6 */
}

*:first-child+html #hmenu ul {
	min-height: 1%;		/* IE 7 */
}

#hmenu ul {
	display: block;
}

/* Mac IE \*//*/
#hmenu ul { overflow: hidden; }
/**/


#hmenu ul li#hmenu_rss {
	background: url('images/rss.png') left center no-repeat;
}

#hmenu ul li#hmenu_rss a 
{
	padding-left: 1.5em;
}

#header h1{
	text-align: right;
	width: 600px;
}

#header h1 a {
	text-decoration: none;
}

#header .description {
	font-size: 1em;
}

#header h1#pagetitle{
	width: 840px;
}

/*------------------------------------------------------*//*
 *	Post
 *	page > wrapper > content > post
 *	                 sidebar
 */

.post {
	margin: 0 0 40px 0;
	padding: 64px 36px 24px 36px; 
	border: #CCCCCC 1px solid;
	text-align: justify;
	overflow: hidden;
	clear: both;
}

.post h3.post-title {

}

div.archive-title {
	font-size: 123.1%;
	font-weight: bold;
}

.post hr {
	display: block;
}

.postmetadata {
	clear: both;
	font-size: 85%;
	color: #888;
}

.clear {
	clear: both;
}

/*------------------------------------------------------*//*
 *	Post@archive_posts
 *	page > wrapper > content > archive_posts > post
 *	                 sidebar
 */

#archive_posts
{
	border: 1px solid #CCCCCC;
}

#archive_posts h2 {
	padding: 50px 36px 40px;
}

#archive_posts .post {
	border: none;
	padding: 0;
	margin: 0 0 30px 36px;
	clear: both;
}

#archive_posts .post h3 {
	background: url(images/marker01.gif) left center no-repeat;
	padding: 0 0 0 0.75em;
}

/*------------------------------------------------------*//*
 *	randomimage_content_style
 *	page > wrapper > content > randomimage_content_style
 *	                 sidebar
 */

#randomimage_content_style
{
	margin: 40px 0;
	padding: 0;
	clear: both;
}

#randomimage_content_style h2
{
	margin: 0 5px;;
	padding: 0;
}

#randomimage_content_style ul
{
	clear: both;
	margin: 5px 0;
}

#randomimage_content_style ul li
{
	border: 1px solid #CCCCCC;
	float: left;
	margin: 5px;
	display: inline; /* IE 6*/
}

#randomimage_content_style ul li a
{
	display: block;	
	width: 180px;
	height: 120px;
	overflow: hidden;
	padding: 4px;
}

#randomimage_content_style ul li img
{
	width:180px;
}

#randomimage_content_style ul li em
{
	display:block;
	width: 180px;
	height: 15px;
	overflow: hidden;
	margin: 4px 0 4px 4px;
	font-size: 85%;
}

/*------------------------------------------------------*//*
 *  Post > entry
 */
 
.entry {
	font-size: 1em;
	line-height: 1.75em;
	margin: 20px 0;
}

.entry blockquote {
	padding: 1em;
	margin: 0 20px;
}

.entry fieldset {
	border: 1px dashed #CCC;
}

.entry fieldset legend {
	font-weight: bold;
	text-transform: uppercase;
}

.entry table {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #CCC;
	font-size: 0.9em;
}

.entry table tr td {
	padding: 5px 10px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #CCC;
}

.entry table tr th {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #CCC;
	padding: 5px 10px;
	background: #F4F4F4;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }

.entry a{
	text-decoration: underline; 
	color: #808080;
}

.entry a:hover {
	text-decoration: none;
	color: #000;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	padding: 0;
	margin: 13px 0 13px 20px;
	display: inline;
	float:right;
}

.alignleft {
	padding: 0;
	margin: 13px 20px 13px 0;
	display: inline;
	float:left;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 13px auto;
	/*
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	*/
}

.naviToTop {
	text-align:right;
	width: 600px;
}

.navigation .alignleft {
	text-align: left;
	float: left;
}
.navigation .alignright {
	text-align: right;
	float: right;
}

.navigation {
	margin: 20px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

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

.navigation {
	display: inline-table;
}

* html .navigation {
	height: 1%;			/* IE 6 */
}

*:first-child+html .navigation {
	min-height: 1%;		/* IE 7 */
}

.navigation {
	display: block;
}

/* Mac IE \*//*/
.navigation { overflow: hidden; }
/**/


.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 4px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 85%;
	line-height: 1.4em;
	padding: 0 4px 4px;
	margin: 0;
	text-align: left;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

/*------------------------------------------------------*//*
 *  Comments
 */

#comments {
	font-size: 93%;
	line-height: 1.5;
}

.commentlist {
	margin: 10px 0;
	padding: 0 0 1px 0;
	background: url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
	padding: 15px;
	overflow: auto;
}

li.comment div div, li.pingback div div {
	padding: 0;
	overflow: visible;
}

.commentlist li.even {
}

.commentlist li.odd {
}

ul.children li {
	list-style: none;
}

img.avatar {
	float: right;
	border: #EEEEEE solid 1px;
	padding: 2px;
	margin: 0;
	background: #FFFFFF;
}

.comment-meta, .reply {
	margin: 0;
	padding: 0;
	font-size: 85%;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}


textarea#comment {
	width: 100%;
	border: 1px solid #CCCCCC;

}

#comments div.navigation {
	font-size: 0.8em;
}

/*------------------------------------------------------*//*
 *  Sidebar
 */

#sidebar {
	font: 93% 'Lucida Grande', Arial, Sans-Serif;
}

#sidebar h2 {
}

#sidebar h2 {
	padding: 0;
}


#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 30px;
}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

/* sidebar > ul > ul */

#sidebar ul ul{
	margin: 5px 0 0 0;
}

#sidebar ul ul li {
	margin: 5px 0 0;
	padding: 0; 
}

#sidebar ul ul ul{
	margin: 0 0 0 20px;
}

/* sidebar > ul > class */

#sidebar ul li.widget_links li,
#sidebar ul li.widget_mylinkorder li
{
	font-size: 85%;
	margin-bottom: 10px;
}

#sidebar ul li.widget_links li a,
#sidebar ul li.widget_mylinkorder li a
{
	display: block;
	padding: 0 0 5px 12px;
	background: url(images/marker01.gif) left center no-repeat;
	font-weight: bold;
	
	text-decoration: underline;
	color: #999;
}

#sidebar ul li.widget_links li a:hover,
#sidebar ul li.widget_mylinkorder li a:hover,
{
	text-decoration: none;
	color: #000;
}

#sidebar ul li.widget_archive li,
#sidebar ul li.widget_categories li,
#sidebar ul li.widget_recent_entries li,
#sidebar ul li.categories li,
#sidebar ul li.archives li
{
	background: url(images/marker01.gif) left center no-repeat;
	padding: 0 0 0 1em;
}

#sidebar ul li.widget_recent_entries li
{
	background: url(images/marker01.gif) 0px 5px no-repeat;
	padding: 0 0 0 0.75em;
	font-size: 93%;
}

#sidebar ul li.widget_recent_entries li a
{
}

/*-------------------*/

#sidebar ul li#randomimage_widget_style li
{
	margin-bottom: 10px;
	border: #CCCCCC 1px solid;
}

#sidebar ul li#randomimage_widget_style li a
{
	display: block;	
	width: 190px;
	height: 120px;
	overflow: hidden;
	padding: 4px;
}

#sidebar ul li#randomimage_widget_style li img
{
	width:190px;
}

#sidebar ul li#randomimage_widget_style li em
{
	display:block;
	margin: 4px 0 4px 4px;
	font-size: 93%;
}

/*------ sidebar > ul > ol --*/
 
#sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul ol {
	margin: 5px 0 0 0;
}

#sidebar ul ol ul,
#sidebar ul ol ol
{
	margin: 0 0 0 20px;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ol li {
	margin: 5px 0 0;
	padding: 0;
}



/*------------------------------------------------------*//*
 *	Calendar
 */

#wp-calendar {
	empty-cells: show;
	width: 155px;
	font-size: 85%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight: bold;
}

#wp-calendar caption {
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 5px 8px;
	color: #666;
}

#wp-calendar th {
	text-align: center;
}

#wp-calendar td {
	padding: 3px 8px;
	text-align: center;
}
	
#wp-calendar td#today {
	background: #eee;
}	

#wp-calendar td#prev a {
	padding: 0;
	text-align: left;
	font-weight: normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align: right;
	font-weight: normal;
}

/*------------------------------------------------------*//*
 *	Pages
 */
h1#pagetitle{
	width: 840px;
	color: #000;
}

.post .profDescription {
	font-size: 93%;
	width: 450px;
	margin: 20px 0 30px;
	float: left;
}

.resume {
	font-size: 93%;
	width: 240px;
	margin: 20px 0 30px;
	float: right;
}

.resume ul li {
	background: url(images/marker01.gif) left center no-repeat;
	padding: 0 0 0 0.75em; 
}

/*------------------------------------------------------*//*
 *	Footer
 */

#footer {
	margin:	30px 0 0;
}

#fixedfooter {
	margin:	-40px 0;
}

#footer p,
#fixedfooter p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #808080;
	padding: 10px 0;
}

#footer a,
#fixedfooter a
{
	color: #808080;
}

/*========================================*//*
 * 
 *	class
 *
 */
 
.crearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.crearfix {
	display: inline-table;
}

* html .crearfix {
	height: 1%;			/* IE 6 */
}

*:first-child+html .crearfix {
	min-height: 1%;	/* IE 7 */
}

.crearfix {
	display: block;
}

/* Mac IE \*//*/
.crearfix { overflow: hidden; }
/**/

.strongColor {
	color: #FF0000;
}