/*  ********************************************************
simp_02 http://terrapin.jugem.cc/?eid=196
¥Æ¥ó¥×¥ì¸ø³«Æü: 2008/10/19
¥Æ¥ó¥×¥ì¹¹¿·Æü: 2008/11/25
********************************************************  */

* {
	margin: 0;
	padding: 0;
	}

/*  ¥¹¥¯¥í¡¼¥ë¥Ð¡¼¡ÊIE¡Ë  */
html {
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-base-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	}

body {
	font-family: "Osaka¡¾ÅùÉý", "century gothic","Verdana", "arial", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;
	}


/* --¢¦-- */

#container {
	overflow: hidden;
	background-color: #ffffff;
	}

#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	}

/*¡ï*/
* html #container {
	height: 1em;
	overflow: visible;
	}
/**/

/* --¢¤-- */


#header {
	width: 100%;
	font-size: 10px;
	text-align: right;
	background-color: #000000;
	margin: 0;
	padding: 5px 0;
	color: #ffffff;
	}

#layout {
	width: 760px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	}

#left_box {
	width: 500px;
	float: left;
	padding: 20px 0;
	background-color: #ffffff;
	}

#right_box {
	width: 250px;
	float: right;
	padding: 30px 0;
	background-color: #ffffff;
	}

#footer {
	width: 100%;
	margin: 0;
	padding: 5px 0;
	font-size: 10px;
	text-align: center;
	clear: both;
	background-color: #000000;
	}


h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}

h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

p {
	margin: 0;
	padding: 0;
	line-height: 150%;
	}

#left_box ul {
	line-height: 150%;
	margin: 5px 30px;
	padding: 0;
	list-style-type: square;
	}

#right_box ul {
	line-height: 150%;
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
	}

blockquote {
	font-size: small;
	color: #333333;
	line-height: 150%;
	margin: 5px 30px 5px 25px;
	padding-left: 5px;
	border-left: 2px solid #333333;
	}


/*  ¥ê¥ó¥¯  */
a {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#header .header_meta a { 
	padding: 5px;
	}

#header .header_meta a { 
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	}

#header .header_meta a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	}

.site_title a {
	color: #000000;
	text-decoration: none;
	}

.site_title a:hover {
	color: #000000;
	text-decoration: underline;
	}

#left_box .entryinfo_left a {
	display: block;
	height: 100%;
	width: 100%;
	padding: 10px 2px;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	border: 1px solid #000000;
	}

#left_box .entryinfo_left a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #000000;
	}

.entry .entry_state a {
	color: #000000;
	text-decoration: none;
	}

.entry .entry_state a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #ffffff;
	}

.entry a, .entry_comment a, .entry_trackback a {
	color: #000000;
	text-decoration: underline;
	}

.entry a:hover, .entry_comment a:hover, .entry_trackback a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	}

#right_box .linktitle a {
	display: block;
	width: 100%;
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	}

#right_box .linktitle a:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	}

#footer .footertext a {
	color: #ffffff;
	text-decoration: none;
	}

#footer .footertext a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

/*¡¡¥Ø¥Ã¥À¡¼ */
#header .header_meta {
	font-family: "Osaka¡¾ÅùÉý", "Verdana", "arial", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: 10px;
	display: inline;
}

/*  ¥µ¥¤¥È¥¿¥¤¥È¥ë¡¡ */
#left_box .blog_title {
	padding:10px 0;
	}

.site_title {
	font-size: xx-large;
	color: #000000;
	text-align: left;
	padding: 5px;
	}

.description {
	font-size: small;
	color: #000000;
	padding: 5px;
	text-align: left;
	}

/*¡¡¥µ¡¼¥Á¡¡*/
#left_box .search {
	background-color: #000000;
	text-align: right;
	margin: 0;
	padding: 2px 5px;
	}

/*  ¥Ú¡¼¥¸¥Ê¥Ó  */
.page_navi, .entry_navi {
	font-family: "Osaka¡¾ÅùÉý", "Verdana", "arial", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "sans-serif";
	color: #000000;
	font-size: 11px;
	text-align: center;
	line-height: 130%;
	padding: 5px;
	border-bottom: 2px solid #000000;
	}


/*  ¥¨¥ó¥È¥ê¡¼  */
.entry {
	margin: 20px 0 30px 0;
	}

.entry_info {
	width: 500px;
	}

.entryinfo_right{
	width: 430px;
	float: right;
	}

.entryinfo_left {
	font-family: "Osaka¡¾ÅùÉý", "century gothic", "arial", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	float: left;
	width: 60px;
	}

.entry_title {
	font-size: small;
	color: #000000;
	margin: 0;
	padding: 10px 5px 10px 10px;
	}

.entry_body {
	font-size: small;
	line-height: 150%;
	color: #000000;
	margin: 0;
	padding: 10px 10px 0 10px;
	clear: both;
	}

.entry_more {
	font-size: small;
	line-height: 150%;
	color: #000000;
	margin: 0;
	padding: 0 10px;
	}

.entry_state {
	font-family: "Osaka¡¾ÅùÉý", "Verdana", "arial", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: 10px; 
	text-align: right;
	padding-right: 10px;
	color: #000000;
	}


/*  ¥³¥á¥ó¥È¡¦¥È¥é¥Ã¥¯¥Ð¥Ã¥¯  */
.comment_body, .trackback_body {
	font-size: small;
	line-height: 150%;
	color: #000000;
	margin: 0;
	padding: 30px 10px 5px 20px;
	}

.comment_state, .trackback_state {
	font-family: "Osaka¡¾ÅùÉý", "Verdana", "arial", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: 10px;
	color: #000000;
	padding: 5px 10px 20px 20px;
	text-align: left;
	}

.entry_comment, .entry_trackback {
	margin: 20px 0 30px 10px;
	}

.entry_trackback {
	padding-bottom: 10px;
	}

.comment_title, .trackback_title {
	font-size: small;
	color: #000000;
	margin: 0 10px 0px 10px;
	padding: 10px 0 3px 0;
	border-bottom: 1px solid #000000;
	text-align: left;
	}

.trackback_url {
	font-size: small;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	}


/*  ¥×¥í¥Õ¥£¡¼¥ë  */
.entry_profile {
	margin: 20px 0 30px 10px;
	padding: 0;
	font-size: small;
	color: #000000;
	text-align: left;
	}

.profile_title {
	font-size: small;
	color: #000000;
	margin: 0 10px;
	padding: 10px 0 3px 0;
	border-bottom: 1px solid #000000;
	text-align: left;
}

.profile_body {
	font-size: small;
	line-height: 150%;
	color: #000000;
	margin: 0;
	padding: 10px;
	}

.profile_name {
	font-size: small;
	color : #000000;
	padding-bottom: 20px;
	}


/*  ¥á¥Ë¥å¡¼  */
.linktitle {
	font-size: small;
	font-weight: bold;
	text-align: left;
	line-height: 200%;
	border-bottom: 1px solid #ffffff;
	}

.menutitle {
	padding-left: 5px;
	}

#right_box .linktext {
	font-family: "Osaka¡¾ÅùÉý", "Verdana", "arial", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	text-align: left;	
	font-size: 10px;
	color: #000000;
	line-height: 150%;
	margin: 0;
	padding: 5px 5px 10px 5px;
	text-align: left;
	}


/*  ²èÁü  */
img  {
	border-style: none;
	background-color: #ffffff;
	}

a img { 
	border-style: none;
	background-color: #ffffff;
	}

.pict {
	padding: 5px;
	}

.amazon_pict {
	padding: 3px;
	width: 60px;	
	}


/* ¥¹¥Ý¥ó¥µ¡¼¥É¥ê¥ó¥¯¡¡¥Ú¡¼¥¸¥È¥Ã¥×¥ê¥ó¥¯ */
#left_box .linktext {
	font-family: "Osaka¡¾ÅùÉý", "Verdana", "arial", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	margin-top: 20px;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	}


/*  ¥Õ¥Ã¥¿¡¼  */
.footertext {
	font-family: "Osaka¡¾ÅùÉý", "Verdana", "arial", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "sans-serif";
	font-size: 10px;
	color: #ffffff;
	}


/* ¥Õ¥©¡¼¥à */
form #search {
	font-family: "Osaka¡¾ÅùÉý", "century gothic", "Verdana", "arial", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: small;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #ffffff;
	}

form #search_button {
	font-family: "Osaka¡¾ÅùÉý", "century gothic", "Verdana", "arial", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: small;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #000000;
	}

form #name, form #email, form #url {
	font-family: "Osaka¡¾ÅùÉý", "century gothic", "Verdana", "arial", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: small;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	}

form #description {
	font-family: "Osaka¡¾ÅùÉý", "century gothic", "Verdana", "arial", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: small;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 3px;
	}

form #cm_button {
	font-family: "Osaka¡¾ÅùÉý", "century gothic", "Verdana", "arial", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: small;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	}

label {
	font-family: "Osaka¡¾ÅùÉý", "century gothic", "Verdana", "arial", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "trebuchet MS", "trebuchet", "sans-serif";
	font-size: small;
	color: #000000;
	}