@charset "utf-8";
/*
Theme Name: modelvox-blog
Theme URI: http://model-vox.com/blog/wp-content/themes/
Description: model*vox-blog only
Version: 1.0
Author: ena
Author URI: http://ena-design-labo.com/
Tags: model-vox blog
*/



/* ----------[ font & color ]---------- */
body {
	font-size: 11px;
	font-family:"ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #70b5ff url(images/mv_blog_common_bg.gif) center top;
	color: #333;
	text-align: center;
	line-height: 160%;	
	}
 /* for less ie6 */
*html body {
	font-size: 12px;
	line-height: 160%;	
	}
/*	for only IE7 */
*:first-child+html body {
	font-size: 12px;
	line-height: 160%;	
	}

#container {
	text-align: left;
	}

#headerimg 	{
	width: 720px;
	}
	
.post small {
	color: #FFF;
	}

/* ----------[ structure ]---------- */
body {
	margin: 0;
	padding: 0;
	}

#container {
	margin: 0 auto;
	padding: 0;
	width: 720px;
	}

#page {
	background: #99CCFF url(images/mv_blog_common_page_bg.gif) top left repeat-x;
	}

#header {
	margin: 0 0 10px;
	padding: 0;
	}

#headerimg {
	width: 100%;
	}

#content {
	margin: 25px 0 0;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 15px;
	margin: 0px;
	width: 500px;
	}

 /* for except ie6 */
*html .narrowcolumn {
	width /**/: 515px;
	}

.widecolumn {
	float: left;
	padding: 0 0 20px 15px;
	margin: 0px;
	width: 500px;
	}
	
 /* for except ie6 */
*html .widecolumn {
	width /**/: 515px;
	}

.post-wrap {
	margin: 0;
	background: #FFF url(images/mv_blog_common_post_bottom_bg.gif) bottom left no-repeat;
	clear: both;
	}

.post {
	margin: 0 0 20px;
	padding: 8px 20px 11px;
	background: url(images/mv_blog_common_post_top_bg.gif) top left no-repeat;
	}

/*	for only IE7 */
*:first-child+html .post {
	margin: 0 0 20px;
	padding: 5px 20px 11px;
	background: url(images/mv_blog_common_post_top_bg.gif) top left no-repeat;
	}

/*	for less IE6 */
*html .post {
	margin: 0 0 20px;
	padding: 5px 20px 11px;
	background: url(images/mv_blog_common_post_top_bg.gif) top left no-repeat;
	}
	
.entry {
	padding: 10px 0;
	clear: both;
	}

/*	text-align: justify; */

/* かなり限定したいので、下記の記述 */
.widecolumn .postmetadata {
	margin: 10px 0 0 ;
	padding: 10px 0 0;
	background: url(images/common_dotted_ccc.gif) top left repeat-x;
	clear: both;
	}
	
.entry .postmetadata small {
	color: #999;
	text-align: left;
	}

/* sociable settings start */
.sociable ul {
	margin: 0;
	padding: 0;
	}
	
.sociable ul li {
	list-style: none;
	float: left;
	}

.sociable ul li:before { content: ""; }

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
	
/* 以下、IE系のまとめ */
/*	for only IE7 */
*:first-child+html div.sociable { margin: 16px 0; }

*:first-child+html span.sociable_tagline { position: relative; }
*:first-child+html span.sociable_tagline span { display: none; width: 14em; }
*:first-child+html span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
*:first-child+html .sociable span {
	display: block;
}
*:first-child+html .sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
*:first-child+html .sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
	padding-left: 0;
}
*:first-child+html .sociable ul li:before { content: ""; }
*:first-child+html .sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

*:first-child+html .sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
*:first-child+html .sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* for less IE6 */
*html div.sociable { margin: 16px 0; }

*html span.sociable_tagline { position: relative; }
*html span.sociable_tagline span { display: none; width: 14em; }
*html span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
*html .sociable span {
	display: block;
}
*html .sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
*html .sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
*html .sociable ul li:before { content: ""; }
*html .sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

*html .sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
*html .sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* sociable settings end */

/* similar posts settings start */
#content .post .entry h3,
#similar-posts h3{
	height: 25px;
	background: url(images/mv_blog_common_entry_h3_bg.gif) top left no-repeat;
	margin: 30px 0 10px;
	padding: 14px 0 0 20px;
	clear: both;
	}

/* for less IE6 */
*html #content .post .entry h3,
*html #similar-posts h3 {
	height: 38px;
	margin: 20px 0 10px;
	clear: both;
	}

#similar-posts ul {
	margin: 0;
	padding: 0;
	}
	
/* for less IE6 */
*html .entry #similar-posts ul {
	margin: 0;
	padding: 0;
	}
	
#similar-posts ul li {
	margin: 0;
	padding: 0 0 0 15px;
	}

#similar-posts ul li:before {
	content: "\00BB \0020";
	color: #06C;
}
/*	for only IE7 */
*:first-child+html #similar-posts ul li {
	background: url(images/mv_blog_common_allow_right03.gif) top left no-repeat;
	padding: 0;
	text-indent: 15px;
	}
	
/* for less IE6 */
*html #similar-posts ul li {
	background: url(images/mv_blog_common_allow_right03.gif) top left no-repeat;
	padding: 0 0 0 15px;
	list-style: none;
	}
/* similar posts settings end */

.post hr {
	display: block;
	}

.post h2 {
	display: block;
	float: left;
	width: 290px;
	padding: 12px 0 0 42px;
	line-height: 130%;
	}

/*	for only IE7 */
*:first-child+html .post h2 {
	font-size: 16px;
	padding: 11px 0 0 42px;
	}

/*	for less IE6 */
*html .post h2 {
	font-size: 16px;
	padding-top: 10px;
	}

.date {
	width: 120px;
	background: #06C;
	margin: 12px 0 0;
	padding: 1px 4px;
	float: right;
	text-align: center;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 15px;
	}

.widecolumn .postmetadata {
	margin: 30px 0 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.narrowcolumn .postmetadata {
	color: #999;
	text-align: right;
	padding: 10px 0 0;
	background: url(images/common_dotted_ccc.gif) top left repeat-x;
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 720px;
	clear: both;
	background: url(images/mv_blog_common_footer_bg.gif) top left repeat-x;
	}

#footer address {
	padding: 0;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0;
	}

/*	for only IE7 */
*:first-child+html h2 {
	font-size: 16px;
}

/*	for only IE7 */
*:first-child+html h3 {
	font-size: 13px;
}

/*	for less IE6 */
*html h2 {
	font-size: 16px;
}

/*	for less IE6 */
*html h3 {
	font-size: 13px;
}


h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

.widecolumn h3 {
	height: 38px;
	padding: 15px 0 0 20px;
	margin: 30px 0 0;
	background: url(images/mv_blog_common_cotent_title_bg.gif) top left no-repeat;
	}
	
/*	for only IE7 */
*:first-child+html .widecolumn h3 {
	font-size: 13px;
	padding: 14px 0 0 20px;
	}	
	
/* for Safari */
html[xmlns*=""] body:last-child .widecolumn h3 {
	padding: 15px 0 0 20px;
	}

h3.comments {
	padding: 0;
	margin: 30px auto 20px ;
	}
	
h3#respond {
	margin: 10px 0 0 0;
	clear: both;
	}
	
.narrowcolumn .post h3 {
	width: auto;
	background: #fff;
	margin: -20px 0 0 0;
	padding: 0;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.pagetop {
	margin: 0;
	padding: 0 0 12px 0;
	float: right;
	}
	
#pagetop-single {
	padding: 15px 0 0 0;
	}
	
/* for only IE7 */
*:first-child+html .pagetop {
	padding: 0;	
	}
	
/* for less IE6 */
*html .pagetop {
	padding-bottom: 0;	
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	color: #FFF;
	}
	
/*	for only IE7 */
*:first-child+html .entry ul li,
*:first-child+html #sidebar ul ul li {
	padding-left: 15px;
	background: url(images/mv_blog_common_allow_right02.gif) left top no-repeat;
	}
	
/*	for less IE6 */
*html #sidebar ul ul li {
	padding-left: 15px;
	background: url(images/mv_blog_common_allow_right02.gif) left top no-repeat;
	}	

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	padding-top: 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
h2.widgettitle {
	background: url(images/mv_blog_common_profile_title.gif) top left no-repeat;
	height: 31px;
	text-indent: -20000px;
	}

.textwidget {
	margin: 20px 0;
	padding: 0 5px;
	}
	
/*	for only IE7 */
*:first-child+html .textwidget {
	margin: 20px 0 -10px;
	padding: 0 5px;
	}
	
/*	for less IE6 */
*html .textwidget {
	margin: 20px 0 -20px;
	padding: 0 5px;
	}

#searchform {
	margin: 10px auto;
	text-align: center;
	}

#content #searchform {
	width: 500px;
	}

#search-box {
	background: #F60;
	border-right: 1px solid #C44E00;
	border-bottom: 1px solid #C34E00;
	}

#search-head {
	height: 27px;
	background: #9CF url(images/mv_blog_common_search_title.gif) top left no-repeat;
	text-indent: -20000px;
	margin: 0;
	padding: 0;
	}

/*	for only IE7 */
*:first-child+html #search-head {
	margin: 0;
	padding: 0;
}

#search-box input {
	margin: 20px 0;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin trackback-url*/
#trackback-url p {
	background: #9CF;
	padding: 10px;
	}
	
/*	for less IE6 */
*html #trackback-url p {
	padding: 10px;
	margin: 0;
	}

#trackback-url p strong {
	color: #000;
	background: url(images/mv_blog_common_allow_right03.gif) top left no-repeat;
	padding: 2px 0 0 15px ;
	}
	
/*	for less IE6 */
*html #trackback-url p strong {
	padding: 0px 0 0 15px;
	}
/* End trackback-url */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.comment-edit {
	margin: 2px 0 0 0;
	clear: both;
	float: right;
	}

/*	for only IE7 */
*:first-child+html .comment-edit {
	margin: 2px 0 0 0;
	clear: both;
	float: right;
	}

/*	text-align: justify; */

.commentlist li {
	background: url(images/mv_blog_common_comment_header_bg.gif) top left no-repeat;
	margin: 0px 0 3px;
	padding: 5px 10px 20px;
	list-style: none;
	clear: both;
	}
	
/*	for only IE7 */
*:first-child+html .commentlist li {
	background: none;
	margin: 0px 0 10px -30px;
	padding: 5px 0px 10px -30px;
	}

/*	for less IE6 */
*html .commentlist li {
	background: none;
	margin: 0px 0 10px -30px;
	padding: 5px 0px 10px -30px;
	}

/*	for only IE7 */
*:first-child+html div.comment-name {
	background: url(images/mv_blog_common_comment_header_bg.gif) top left no-repeat;
	}

/*	for less IE6 */
*html div.comment-name {
	background: url(images/mv_blog_common_comment_header_bg.gif) top left no-repeat;	
	height:70px;
	}

.commentlist p {
	display: block;
	background: #FFF;
	margin: -65px 0px 10px 120px;
	padding: 10px;
}

.comment-author {
	margin: 0;
	padding: 0;
	width: 110px;
	}

/*	for only IE7 */
*:first-child+html .commentlist p {
	display: block;
	background: #FFF;
	margin: -67px 0px 10px 120px;
	padding: 10px;
}

/*	for less IE6 */
*html .commentlist p {
	display: block;
	background: #FFF;
	margin: -72px 0px 10px 120px;
	padding: 10px;
}

/* for Sarafi */
html[xmlns*=""] body:last-child .commentlist p {
	margin-top: -62px;
	}
	
.commentlist p strong {
	visibility: hidden;
	display: block;
	background: #06C;
	margin: 20px 0 0 0;
	padding: 0;
	}

/* for Sarafi */
html[xmlns*=""] body:last-child .commentlist p strong {
	margin-top: 15px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 530px;
	width: 175px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin profile */
#text-394570871 {
    margin: 20px 0;
}
/* for less ie6 */
*html #text-394570871 {
    padding-top: 20px;
}
/* End profile */

/* Begin Calendar */
#calendar-2 {
	background:#FC0;
	border-bottom: 1px solid #C39C00;
	}

/*	for only IE7 */
*:first-child+html #calendar-2 h2,
*:first-child+html #calendar-2 caption,
*:first-child+html #calendar-2 th,
*:first-child+html #calendar-2 td {
	font-size: 10px;
	}

/* for less ie6 */
*html #calendar-2 h2,
*html #calendar-2 caption,
*html #calendar-2 th,
*html #calendar-2 td {
	font-size: 10px;
}
	
#calendar-2 h2 {
	height: 28px;
	background:url(images/mv_blog_common_calendar_title.gif) top left no-repeat;
	}

#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 155px;
	}
	
/* for less ie6 */
*html #wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	margin-left /**/: 6px;
	}

#calendar-2_wrap {
	border-right: 1px solid #C49D00;
	padding: 5px auto;
	}

#wp-calendar th {
	background: #FFF;
	text-align: center;
	}

#wp-calendar #next a {
	padding-bottom: 5px;
	text-align: right;
	background: #FC0;
	}

#wp-calendar #prev a {
	padding-bottom: 5px;
	text-align: left;
	background: #FC0;
	}
	
	
/* for less ie6 */
*html #wp-calendar #next a {
	padding-bottom: 7px;
	}

/* for less ie6 */
*html #wp-calendar #prev a {
	padding-bottom: 7px;
	}

#wp-calendar a {
	display: block;
	background: #FF3;
	}
	
#wp-calendar a:hover {
	background: #FF9;	
	}
	
#wp-calendar caption {
	text-align: center;
	width: 100%;
	margin: 10px 0 0;
	color: #960;
	font-weight: bold;
	}

/* for less ie6 */
*html #calendar-2 caption {
	padding-top: 7px;
	}
	
/* for Safari */
html[xmlns*=""] body:last-child #calendar-2 caption {
	padding-top: 7px;
	}

#wp-calendar td {
	padding: 0px 0;
	text-align: center;
	font-family: "Comic Sans MS";
	}

/*
#wp-calendar td.pad:hover {
*/
/* Doesn't work in IE */
/*
background-color: #fff; }
*/

/* End Calendar */

/* Begin archives */
#archives-2 {
	background: #9F0;
	border-bottom: 1px solid #75C300;
	}

#archives-2 h2 {
	text-indent: -20000px;
	height: 28px;
	background: url(images/mv_blog_common_archives_title.gif) top left no-repeat;
	}

#archives-2 ul {
	border-right: 1px solid #76C400;
	padding: 5px 0 13px;
	}

#archives-2 li {
	margin: 0;
	padding: 0;
	}
/* End archives */

/* Begin categories */
#categories-394571381 {
	background: #6C0;
	border-bottom: 1px solid #4E9D00;
	}

#categories-394571381 h2 {
	text-indent: -20000px;
	height: 28px;
	background: url(images/mv_blog_common_category_title.gif) top left no-repeat;
	}

#categories-394571381 ul {
	border-right: 1px solid #4E9C00;
	padding: 5px 0 13px;
	}

#categories-394571381 li {
	margin: 0;
	padding: 0;
	}
	
#categories-394571381 .children {
	border-right: none;
	padding: 0;
	}
/* End categories */

/* Begin links */
#linkcat-2 {
	background: #09C;
	border-bottom: 1px solid #00769D;
	}

#linkcat-2 h2 {
	text-indent: -20000px;
	height: 28px;
	background: url(images/mv_blog_common_link_title.gif) top left no-repeat;
	}

#linkcat-2 ul {
	border-right: 1px solid #00759C;
	padding: 5px 0 13px;
	}

#linkcat-2 li {
	margin: 0;
	padding: 0;
	}
/* End links */

/* Begin otherLinks */
#linkcat-19 {
	background: #06C;
	border-bottom: 1px solid #004E9D;
	}

#linkcat-19 h2 {
	text-indent: -20000px;
	height: 28px;
	background: url(images/mv_blog_common_otherlink_title.gif) top left no-repeat;
	}

#linkcat-19 ul {
	border-right: 1px solid #004E9C;
	padding: 5px 0 13px;
	}

#linkcat-19 li {
	margin: 0;
	padding: 0;
	}
	
#linkcat-19 a:link {
	color: #9CF;
	}

#linkcat-19 a:visited{
	color: #C6F;
	}

/* End otherLinks */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
	}
	
/*	for only IE7 */
*:first-child+html .navigation {
	padding-bottom: 5px;
	}
	
/*	for less IE6 */
*html .navigation {
	padding-bottom: 5px;
	}	
	
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */