/*
Theme Name: Elegant Box
Theme URI: http://wordpress.org/extend/themes/elegant-box/
Description: Elegant Box is my first experiment in WordPress theming. Compatible with WordPress 2.6, threaded comments ready.
Version: 3.2.3
Author: mg12
Author URI: http://www.neoease.com/
Tags: white, black, green, blue, purple, brown, two-columns, fixed-width, theme-options, right-sidebar, custom-colors, threaded-comments
*/

* {
	margin:0;
	padding:0;
}
body {
	font-family:"BitStream vera Sans",Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}
#ymap,
#ymapUnvisible {
display:none;
_display:block;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
img {
	border:none;
}
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	background-color:#EEE7A6;
}
a:visited{
color:#76AE00;
}a:visited{
color:#390;
}
pre {
	font-family:'Courier New', Courier, Monospace, Fixed;
	overflow:auto;
}
blockquote, pre {
	padding:5px 10px;
	margin:5px 0;
}
pre {
	overflow:scroll;
}
.clear, 
.fixed {
	clear:both;
}
small, 
.small {
	font-size:10px;
}
.more-link {
	font-size:10px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft{
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright{
	text-align:right;
	float:right;
	margin-left:10px;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.inline {
	display:inline;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.fontthin {
	font-weight:normal;
}
.box {
	margin-bottom:10px;
}
.box .content {
	padding:8px 10px;
}
.box h3 {
	font-size:14px;
	margin-bottom:2px;
}
.boxcaption {
	padding:5px 10px;
	margin-bottom:10px;
}
.bottom_separator {
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	margin-left:-5px;
	margin-right:-5px;
}
.bottom_space {
	margin-bottom:10px;
}
.button, 
a#cancel-comment-reply-link {
	font-size:10px;
	border-style:solid;
	border-width:1px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	text-align:center;
	padding:2px 8px;
}
a#cancel-comment-reply-link {
	padding:3px 8px;
}
a.button:hover, 
a#cancel-comment-reply-link:hover {
	text-decoration:none;
}

/* header START */
#header .inner {
	height:43px !important;
	height:44px;
}
#header .content {
	width:922px;
	margin:0 auto;
	text-align:left;
}
#header h1 {
	float:left;
	font-weight:normal;
	font-style:normal;
	margin-top:3px;
/*
text->img
	padding:1px 0 0 10px !important;
	padding:2px 0 2px 10px;
	margin-top:9px;
*/
}
#header #title {
	float:left;
	letter-spacing:-1px;
	font-family:"Century Gothic", "Hiragino Kaku Gothic", "�q���M�m�p�S Pro W3", "MS PGothic", "sans-serif";
	font-weight:700;
}
#header #title .titleText {
	position:absolute;
	top:-100px;
}
#header #tagline {
	float:left;
	font-size:10px;
	margin-left:10px;
	vertical-align:bottom;
	color:#999;
}
#header #searchbox, 
#header #nav {
	float:right;
	margin-top:11px !important;
	margin-top:10px;
}
#notice {
	margin:0 -5px 10px;
}
#notice .inner {
	padding:5px 7px;
}
#notice .icon {
	float:left;
	margin-right:5px;
	margin-bottom:0;
}
#notice .content {
	float:left;
}
#notice .content .separator {
	padding-right:10px;
}
#nav img {
	border:none;
}
#navlist {
	margin-right:10px;
}
#navlist li {
	list-style:none;
	float:left;
	margin-top:1px !important;
	margin-top:3px;
	font-size:10px;
}
#navlist li a {
	display:block;
	padding:3px 5px 5px;
	border-style:solid;
	border-width:0 1px 0 0;
}
#navlist li.current_page_item a {
	font-weight:bold;
}
#navlist li a#feed {
	border-width:0;
	margin-left:10px;
	padding:1px 0;
}
#navlist li a#feed img {
	background-position:0 0;
	width:18px;
	height:18px;
}
#navlist li a#feed:hover img {
	background-position:0 -18px !important;
}
#search_textfield {
	width:247px;
	padding-right:20px;
}
/* header END */

/* main START */
#container_body {
	position:relative;
	margin:15px auto;
	text-align:left;
	width:920px;
}
#main {
	float:right;
	padding:10px 15px 0;
}
.post img {
	max-width:600px;
}
.sided {
	padding:2px;
	margin-bottom:5px;
}
.part {
	margin-bottom:10px;
}
.sidedate {
	float:right;
	font-size:10px;
}
.post .content ul li, 
.post .content ol li {
	list-style-position:inside;
	padding-left:20px;
}
.post .content ul, 
.post .content ol {
	padding-bottom:10px;
}
.post {
	margin-bottom:20px;
}
.post .title h2 {
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	margin:0pt;
	padding:0px;
}
.post .content {
	line-height:145%;
	overflow:hidden;
}
.post .content p {
	margin:0 0 10px 0;
}
.post .comments {
	padding:3px 0 3px 22px;
	margin:10px 0 0;
	font-size:10px;
}
.post .comments_single {
	margin:10px 0;
}
#postnav {
	margin-top:20px;
}
.post .info {
	color:#999;
	font-size:10px;
	margin-bottom:8px;
	margin-top:0pt;
	padding-top:3px;
}
.post .info .edit, 
.post .info .editlinks {
	float:right;
}
#container_header .postnav {
float:right;
font-size:10px;
text-align:right;
position:relative;
top:5px;
/*width:619px;*/
}

#container_bottom .postnav {
	float:right;
	padding:9px 10px !important;
	padding:9px 10px 0;
	width:629px;
}
#container_bottom .postnav span.right {
	margin-right:10px;
}
#container_bottom .anchor {
	float:left;
	text-align:right;
	width:251px;
	padding:11px 10px 10px;
	margin-bottom:-1px;
}
#container_bottom .anchor span {
	padding:4px 0 4px 20px;
}
/* main END */

/* sidebar START */
#sidebar {
	float:left;
	width:270px;
	height:100%;
}
#sidebar-body ul {
	padding:0 5px;
}
#sidebar-body li {
	list-style:none;
}
#sidebar-body div {
	margin:5px;
}
#sidebar-body ul div {
	margin:0;
}
#sidebar h3 {
	padding:3px 5px 4px;
	font-weight:bold;
	font-size:12px;
	margin-top:5px;
	text-decoration:none;
}
#sidebar .widget {
	margin:0;
	padding:0;
}
#styleswitcher {
	padding:5px;
}
#styleswitcher .clear, 
#styleswitcher .fixed {
	margin:0;
}
#style-text {
	float:left;
	font-size:11px;
	margin-top:1px;
	font-weight:bold;
}
#styleswitcher span.color {
	float:left;
	margin-top:2px;
	margin-left:4px;
	padding:1px;
}
#styleswitcher span.color a img {
	margin:0px;
	width:8px;
	height:8px;
}
#sidebar span.right {
	float:right;
}
#sidebar .widget_tag_cloud {
	padding:0 5px;
	margin:0px;
}
#sidebar .widget_tag_cloud h3 {
	margin-bottom:5px;
	margin-left:-5px;
	margin-right:-5px;
}
.widget ul li {
	line-height:18px;
	padding:3px 0;
}
.widget ul li span.right {
	font-size:10px;
}
.widget .box {
	padding:5px;
}
.widget ul li ul {
	padding-bottom:0;
	padding-right:0;
}
.widget ul li ul li {
	padding:3px 5px 0;
	border-bottom:none;
	line-height:18px;
	margin-top:3px;
	margin-right:-5px;
}
/* sidebar END */

/* footer START */
#footer {
	font-size:10px;
}
#footer .inner {
	margin:0;
	height:30px;
}
#footer .content {
	margin:8px auto 0;
	width:900px;
}
#footer #about {
	float:left;
}
#footer ul#admin {
	float:right;
	display:block;
	list-style-position:outside;
	list-style-type:none;
}
#footer ul#admin li {
	display:block;
	float:left;
	margin-left:12px;
}
/* footer END */

/* comments START */
#commentlist {
	margin-bottom:15px;
}
#commentlist ol {
	margin:0;
	padding-left:0;
	
}
#commentlist li.comment {
	list-style:none;
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
}
#commentlist .comment p {
	margin-bottom:8px;
}
#commentlist .comment blockquote {
	margin:0 0 8px;
}
.userinfo {
	padding:5px 10px 6px;
}
.userinfo .date {
	font-size:10px;
	position:relative;
}
.userinfo .userpic {
	padding:1px;
	float:left;
	margin-right:10px;
	position:relative;
}
.userinfo .usertext {
	float:left;
	position:relative;
}
.userinfo .count {
	float:right;
	text-align:right;
	font-size:10px;
	position:relative;
}
#commentlist .comment .username {
	font-weight:bold;
}
#commentlist .comment .comment_text {
	padding:8px 10px 0;
	line-height:145%;
}
#trackbacks {
	margin-bottom:8px;
}
ol#trackbacks {
	padding-bottom:8px;
}
#trackbacks li {
	border:0;
	list-style-position:inside;
}
textarea#comment {
	width:611px !important;
	width:610px;
}
#commentlist .children {
	margin:0 0 0 20px !important;
	margin:0 10px;
}
#commentlist .children textarea#comment {
	width:591px !important;
	width:586px;
}
#commentlist .children .children textarea#comment {
	width:571px !important;
	width:562px;
}
#commentlist .children .children .children textarea#comment {
	width:551px !important;
	width:538px;
}
#commentlist .children .children .children .children textarea#comment {
	width:531px !important;
	width:514px;
}
#commentlist .children .children .children .children .children textarea#comment {
	width:511px !important;
	width:490px;
}
#commentlist .children .children .children .children .children .children textarea#comment {
	width:491px !important;
	width:466px;
}
#commentlist .children .children .children .children .children .children .children textarea#comment {
	width:471px !important;
	width:442px;
}
#commentlist .children .children .children .children .children .children .children .children textarea#comment {
	width:451px !important;
	width:418px;
}
*+html #commentlist .children {
	margin:0 10px !important;
}
*+html #commentlist .children textarea#comment {
	width:587px !important;
}
*+html #commentlist .children .children textarea#comment {
	width:563px !important;
}
*+html #commentlist .children .children .children textarea#comment {
	width:539px !important;
}
*+html #commentlist .children .children .children .children textarea#comment {
	width:515px !important;
}
*+html #commentlist .children .children .children .children .children textarea#comment {
	width:491px !important;
}
*+html #commentlist .children .children .children .children .children .children textarea#comment {
	width:467px !important;
}
*+html #commentlist .children .children .children .children .children .children .children textarea#comment {
	width:443px !important;
}
*+html #commentlist .children .children .children .children .children .children .children .children textarea#comment {
	width:419px !important;
}
#submitbox {
	margin:8px 0;
	font-size:10px;
	text-align:right;
}
#comments_rss {
	padding:2px 0 2px 22px !important;
	padding:2px 0 16px 22px;
	float:left;
	position:relative;
}
#submitbox .act {
	float:right;
}
#emoticon {
	margin-right:10px;
	float:right;
}
#respond .row {
	margin:0 3px 5px 0;
	text-align:left;
	font-size:10px;
}
#commentnavi {
	font-size:10px;
	margin-bottom:15px;
}
#commentnavi a.page-numbers {
	padding:0 3px;
}
#commentnavi span.pages {
	padding:0 3px 0 0;
}
#commentnavi span.current {
	padding:0 3px;
	font-weight:bolder;
}
/* comments END */

/* archives START */
#archive li {
	list-style:none;
	padding-left:0;
}
.postspermonth {
	margin:5px 0;
}
.srg_switcher {
	margin-bottom:10px;
}
/* archices END */

/* links START */
.post .content .linkcat ul li {
	float:left;
	width:25% !important;
	width:24%;
	list-style-type:none;
	padding-left:0;
}
/* links END */

/* image switcher START */
.imageswitcher {
	padding:5px;
}
.imageswitcher_image {
	padding:2px;
}
a.imageswitcher_button {
	float:left;
	margin-top:5px !important;
	margin-top:3px;
	margin-bottom:0px;
	margin-right:4px;
	padding:2px 5px;
	text-decoration:none;
	font-size:11px;
}
.imageswitcher a.lastbutton {
	margin-right:0;
}
a.imageswitcher_button:hover {
	text-decoration:none;
}
/* image switcher END */

/* related posts START */
#related_posts ul {
	margin-left:5px;
	margin-bottom:0;
	padding-bottom:0;
}
.post #related_posts ul li {
	padding-left:0;
}
#related_posts .excerpt {
	display:block;
}
/* related posts END */

/* entry style */
.bgText {
display:none;
}
.commonParagraph {
clear:both;
padding-top:15px;
}
.positionAndBannerWrap {
clear:both;
padding-top:25px;
width:100%;
text-align:center;
}
.etyFtrBanWrap {
display:none;
/*
clear:both;
width:550px;
height:104px;
margin:0 auto 0;
position:relative;
padding-top:25px;
*/
}
.etyFtrBanWrap .etyFtrBan {
display:block;
width:550px;
height:104px;
background:url(http://www.z1-r.com/img/etyFtrBnr.png) no-repeat 0 0;
}
.etyFtrBanWrap .blast {
position:absolute;
top:55px;
left:14px;
width:229px;
height:57px;
}
.etyFtrBanWrap .blast td {
vartical-align:center;
}
.etyFtrBanWrap .blast a {
}
.imgRowLeft {
width:304px;
float:left;
}
.imgRowRight {
width:304px;
float:right;
}
#ymapUnvisible,
#ymapVisible {
clear:both;
padding:15px 0 0 13px;
color:#3B5998;
cursor:pointer;
width:150px;
}
#ymapVisible {
background:url(http://www.z1-r.com/globe.gif) no-repeat 0 19px;
_background:url(http://www.z1-r.com/globe.gif) no-repeat 0 18px;
}
#ymapUnvisible {
background:url(http://www.z1-r.com/cut.gif) no-repeat 0 19px;
_background:url(http://www.z1-r.com/cut.gif) no-repeat 0 18px;
}
body {
	background:#E9E9E9 url(./images/background.gif) repeat;
	color:#333;
}
blockquote, pre {
	background:#F1F1F1;
	border:#CCC dashed 1px;
}
a {
color:#0E74C7;
	/* color:#3B5998; */
}
textarea, .textfield {
	border:1px solid #BDC7D8;
	padding:3px;
	font-size:12px;
}
.valid {
	color:#119900;
}
.invalid {
	color:#ff4a00;
}
.button, 
a#cancel-comment-reply-link {
	background:#3B5998;
	border-color:#3B5998 #0E1F5B #0E1F5B #3B5998;
	color:#FFFFFF;
}
.button:hover, 
a#cancel-comment-reply-link:hover {
	background:#3E5383;
	border-color:#0E1F5B #3B5998 #3B5998 #0E1F5B;
}
.sided {
	background:#FFF;
	border:1px solid #B7B7B7;
}
a .sided:hover {
	border-color:#666;
}
.box .content, 
.boxcaption {
	background:#F7F7F7;
}
.box h3 {
	color:#3B5998;
}
.bottom_separator {
	border-bottom:1px dashed #CCC;
}

/* header START */
#header {
	border-bottom:1px solid #B7B7B7;
}
#header .inner {
	background:#F7F7F7;
/*border-bottom:1px solid #FFF;*/
}
/*
text -> img
#header .content h1 {
	border-left:5px solid #999;
}
*/
#header .content h1 a {
	color:#666;
	text-decoration:none;
	display:block;
	width:424px;
	height:37px;
	position:relative;
	background:url(http://www.z1-r.com/img/logoImage.png) no-repeat 0 0;
}
#header .content h1 a:hover {
	color:#3B5998;
}
#navlist li a {
	border-color:#D6D6D6;
}
#search_textfield {
	background:#fff url(./images/search_background.gif) no-repeat right;
	background-position:100% 0% !important;
	background-position:100%-21px;
}
#search_textfield:focus {
	background-position:100%-21px !important;
}
#navlist li a#feed img {
	background-image:url(./images/feed_switch.gif);
}
/* header END */

/* main START */
#container_body {
	background:#fff url(./images/content_background.gif) repeat-y 0 0;
	border:solid 1px #B7B7B7;
}
#container_bottom .postnav {
	border-top:1px dashed #B7B7B7;
}
#container_bottom .anchor span {
	background:url(./images/go_top.gif) no-repeat left center;
}
#notice {
	border:1px solid #C6C6C6;
}
#notice .inner {
	background:#F4F4F4;
	border:1px solid #FFF;
}
#notice .icon {
	background:url(./images/notice.gif) no-repeat top left;
}
#notice .content .separator {
	border-right:1px solid #C6C6C6;
}
#main {
	width:619px !important;
	width:618px;
}


.post .title h2 {
	color:#333;
	padding-bottom:3px;
	border-bottom:1px solid #eaeaea;

}
.post .title a {
	color:#336;
	text-decoration:none;
}
.post .title a:hover {
	color:#3B5998;
	text-decoration:underline;
}
.post .comments {
	background:url(./images/comment.gif) no-repeat bottom left;
}
/* main END */

/* sidebar START */
#sidebar {
	background:#F7F7F7;
	border-right:1px solid #DDDDDD;
}
#sidebar h3, .widget .box {
	background:#E9E9E9;
}
#sidebar a h3 {
	color:#333;
}
#styleswitcher, #sidebar a:hover h3 {
	background:#d6d6d6;
}
#styleswitcher span.color {
	background:#FFF;
	border:1px solid #999;
}
#styleswitcher #style-white {
	margin-top:0px;
}
#styleswitcher #style-white a img {
	background:#FFF;
	width:12px;
	height:12px;
}
.widget ul li {
	border-bottom:1px solid #eee;
}
.widget ul li ul li {
	border-top:1px solid #eee;
}
.sidedate {
	color:#999;
}
/* sidebar END */

/* footer START */
#footer {
	border-top:1px solid #B7B7B7;
}
#footer .inner {
	background:#F7F7F7;
	border-top:1px solid #FFF;
}
/* footer END */

/* comments START */
#commentlist .comment {
	border:1px solid #BDC7D8;
	padding:1px;
}
.userinfo {
	background:#F7F7F7;
}
.userinfo .userpic {
	background-color:#fff;
	border:1px solid #B7B7B7;
}
#comments_rss {
	background:url(./images/feed.gif) no-repeat top left;
}
/* comments END */

/* image switcher START */
.imageswitcher {
	background:#EEE;
}
.imageswitcher_image {
	background:#FFF;
	border:1px solid #999;
}
a .imageswitcher_image:hover {
	border-color:#666;
}
a.imageswitcher_button {
	background:#AAA;
	border:1px solid #999;
	color:#FFF;
}
a.imageswitcher_button:hover {
	background:#425D9C;
	border-color:#3D5290;
}
/* image switcher END */

/* wp-pagenavi START */
.wp-pagenavi a:hover {
	background:#E9E9E9;
}
.wp-pagenavi span.current {
	background:#F7F7F7;
}
/* wp-pagenavi END */

/* wp-recentcomments START */
.rc_item .rc_avatar img {
	background:#FFF;
	border-color:#B7B7B7;
}
/* wp-recentcomments END */

/* wp-syntax START */
.wp_syntax {
	background:#F9F9F9;
	border:1px solid #CCC;
}
.wp_syntax .line_numbers {
	background:#E9E9E9;
}
/* wp-syntax END */
#style-white a img {
	background:#ddd;
}
#style-white a:hover img {
	background:#fff;
}
.post .content ol.liOutside li,
.post .content ul.liOutside li {
margin:0 0 5px 30px;
list-style-position:outside;
padding-left:0;
}

/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0;
}
.photo-end {
	clear:left;
}
/* ----- Style for WordPress Related Post for Japanese ----- */

.middleNav .navRight {
position:absolute;
top:7px;
right:7px;
_right:21px;
}
#wpjr,
.middleNav {
background:url(http://www.z1-r.com/img/tbar.png) repeat-x 0 0;
padding:7px 7px 0;
clear:both;
position:relative;
margin-top:20px;
}
#wpjr h3 {
color:#333;
border-left:6px solid #CFDBF3;
padding-left:5px;
}
#wpjr #wpjrelated {
padding:7px 5px 0;
}
#wpjr #wpjrelated li{
padding-left:10px;
}
#wpjr .yahoologo img{
margin:7px 5px 0 0 !important;
position:absolute;
top:0;
right:0;
_right:15px;
}
/* ----- Style for topTwitterWrap ----- */
.twitterViewWrap {
margin:0 auto 15px;width:auto;border:1px solid #eee;padding:5px;
}
.twitterViewWrap #twtr-widget-1 .twtr-doc .twtr-hd {
padding:0 3px 5px;
}
.twitterViewWrap #twtr-widget-1 .twtr-doc .twtr-hd h3 {
display:none;
}
.twitterViewWrap #twtr-widget-1 .twtr-doc .twtr-hd h4 {
padding-top:.3em !important;
}
.twitterViewWrap #twtr-widget-1 .twtr-bd i {
display:inline;
padding-left:5px;
}
.twitterViewWrap #twtr-widget-1 .twtr-doc .twtr-ft {
position:absolute !important;
top:0;
right:0;
width:220px;
}
.twFm {
position:fixed;
top:70px;
right:0;
}
