/*  
Theme Name: DSI Theme
Theme URI: 
Description: 
Version: 1.0
Author: Minorio
Author URI: 

*/

/*
Modified By: Minorio (minorio@nokosu.com)
CSS Framework: BlueprintCSS 0.7.1 (http://code.google.com/p/blueprintcss/)
*/

body{
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, sans-serif;
}

a{
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

h2{
	font-size:1.75em;
	margin-bottom:0;
}

h3{
	font-size:1.25em;
	margin-bottom:0;
}

h4{
	font-size:1.1em;
	margin-bottom:0;
}

p img{
	float:none;
	margin:1em;
}

blockquote img{
	float:none;
	margin:1em;
}

input{
	color:#333;
	border: 1px solid #bbb;
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, sans-serif;
	font-size:1em;
	padding:1px 3px;
}

input:focus{
	border: 1px solid #666;
}

textarea{
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, sans-serif;
}

.sub{
	border:0px;
}

.alert{
	color:#FF0033;
}

.relax{
	color:#157B0F;
}

/*header*/

#page{
	width: 950px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	text-align: left;
}

#header{
	background:#fff;
	height:6.5em;
}

#header h1{
	padding-top:0.25em;
	font: normal 2em Verdana, Helvetica, Arial, sans-serif;
}

#header a{
	text-decoration:none;
}

#catchphrase{
	color:#666;
}

#header_logo{
	height:65px;
	background: url(images/headerlogo.png) no-repeat left center;
}

/*menu*/

#menu{
	background:#FF0;
	height:2.7em;
}

#menu a{
	color:#333;
}

#menu a:hover{
	color:#000;
}

#menu hr{
	margin-bottom:0.4em;
}

#menu .menu{
	line-height:2.7em;
}


/* end menu */

/* end header */

/* blog*/

#blog_body{
	margin-bottom:0.5em;
}

h2.pagetitle{
	color:#157B0F;
	margin-bottom:0.25em;
}

#blog_left{
}

#posts{
}

#posts strong{
	color:#157B0F;
}

#posts .post_body h3{
	margin:1em 0;
	color:#157B0F;
}

#posts p{
	margin:0.75em 0;
	line-height: 1.75em;
}

#posts ul li{
	margin-left: 20px;
	list-style: outside;
}

#posts ol li{
	margin-left: 20px;
	list-style: decimal outside;
}

#posts .post_body object{
	margin:1em;
}

#posts .post_body object.vimeo embed{
	margin:1em 0 0.5em 0;
}

#posts .post_title a{
	color:#157B0F;
	text-decoration:none;
}

#posts .post_title a:hover{
	color:#333333;
}

#posts .post_attribute{
	margin-bottom:1em;
}

#posts .post_body{
	font-size:1.2em;
}

#posts .post_body p{
	text-align:justify;
}

#posts .post_body p.alert{
	text-align:left;
}

#posts .post_body blockquote{
	margin-left:0;
	padding-left:40px;
	font-style:normal;
	background: url(images/bq_li.png) no-repeat;
	text-align: justify;
}	

#posts .post_body code, #posts .post_body tt{
	background:#eef;
}

#posts .post_body a{
	color:#157B0F;
}

#posts .post_body a:hover{
	color:#333333;
}

#posts .post_body pre{
	font-family: "ＭＳ ゴシック", "Osaka－等幅", mono;
	padding:1em;
	margin: 1em 0em;
	overflow: auto;
}

#posts .post_sbm{
	margin-top:0;
	margin-bottom:1em;
	margin-left:0;
}

#posts .post_end{
	background:#FFFFAA;
	margin:0.5em 0;
}

#posts .tb_url{
	margin-bottom:1.5em;
	color:#666;
	font-style:italic;
}

#posts .tb_url a{
	color:#157B0F;
}

#posts .post_comment{
	background: url(images/comm.png) no-repeat left;
	padding-left:20px;
	margin:0.5em;
}

#posts .post_edit{
	margin:0.5em;
}

h4.related_posts, h4.related_tags{
	color:#009;
	margin-top:1.25em;
	margin-bottom:0.75em;
}

h4.ticker{
	color:#009;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#ticker{
	margin-top:0.5em;
	margin-bottom:1.5em;
	margin-left:30px;
}

#ticker img{
	padding: 3px 0px 1px 5px;
	border: thin dotted #bbbbbb;
}

#posts .post_body .st-related-posts a{
	color:#333;
}

#posts .post_body .st-related-posts a:hover {
color:#157B0F;
}

#posts .post_body .st-related-posts li{
margin-bottom:0.25em;
}

#posts .post_body form.mail_magazine{
	border:1px solid #CCC;
	padding: 0.5em 1em;
	margin: 2em 0;
}

.notfound .mostviewed{
	margin-top:3em;
}

.notfound .rated{
	margin-top:0;
}

.mostviewed h4, .rated h4{
	font-size:1.2em;
	color:#157B0F;
	margin-top:2em;
	margin-bottom:0.75em;
}

.mostviewed li, .rated li, .notfound p{
	font-size:1.1em;
	line-height:1.75em;
}

#blog_right{
}

/* blog comment */
#comments{
}

#comments ol{
	margin:0;
	padding:0;
}

#comments ol li{
	margin:0;
	padding:0;
	list-style:none;
}

#comments{
	margin-bottom:1em;
}

#comments .comm_body{
	margin-bottom:1em;
}

#comments .comm_body .comm_author{
	color:#157B0F;
}

#comments .comm_body .comm_author a{
	color:#157B0F;
}

#comments .comm_body .comm_author a:hover{
	color:#333;
}

#comments #comm_form #form_title{
	font-size:1.2em;
	color:#009;
}

#comments #comm_form #form_title #form_required{
	font-size:0.8em;
	color:#333;
}

#comments #comm_form #comm_userdata{
	margin:1em 0 0.25em 0;
}

#comments #comm_form #comm_userdata .userdata{
	margin-bottom:0.5em;
}

#comments textarea{
	font-size:1em;
	color:#333;
	height: 9em;
	overflow: auto;
}

/* archive */

#archive_title h2.pagetitle{
	color:#009;
	margin-bottom:0;
}

/* search */

h2#search{
	color:#009;
	margin-bottom:0;
}

#search_box{
	margin-right:10px;
}

#search_box input.s{
	width:200px;
	margin-left:5px;
}

#search_box input.sub{
	color:#fff;
	background:#333;
	padding:0 2px;
	margin-left:5px;
	margin-right:20px;
}

/* links */

#links h2{
	font-size:1.5em;
	color:#157B0F;
}

#links ul{
	margin-left:0;
}

#links ul li{
	margin-left:0;
	list-style:none;
}

#links ul li ul li{
	font-size:1.2em;
	margin:0.5em 0 0.5em 2em;
}

#links ul li.linkcat{
	margin-bottom:1em;
}

/* sidebar*/
#sidebar{
	padding-top:0;
}

#sidebar #sidebar_colspan{
}

#sidebar #sidebar_left{
}

#sidebar #sidebar_right{
}

#sidebar h2{
	color:#009;
	font-size:1.2em;
	font-weight:normal;
	margin:0.125em 0
}

#sidebar ul{
	margin:0;
}

#sidebar ul li{
	list-style-type:none;
	font-size:1.1em;
	margin-bottom:1em;
}

#sidebar ul li a{
	color:#333;
}

#sidebar ul li ul li{
	font-size:1.1em;
	margin-left:2em;
	margin-bottom:0;
}

#sidebar ul li ul li ul li{
	font-size:1em;
	list-style: disc inside;
	margin-left:0.5em;
}

#sidebar ul li ul li ul li a{
}

/* end sidebar*/


/* end blog */

/* footer */

#footer{
	background:#FF0;
	height:2.7em;
	margin-bottom:3em;
}

#footer #copyright{
	color:#333;
	line-height: 2.7em;
}

#footer #copyright a{
	color:#333;
}

/* end footer */

/* SUBSCRIPTION MANAGER STYLE */
.subscription-manager {
}

div.wrap {
background: #fafafa;
padding: 0 1em;
margin-top: 1.5em;
border: 1px solid #ccc;
}

div.wrap h2 {
margin: .5em 0;
color:#157B0F;
}

div.wrap fieldset {
border: 1px solid #555;
margin: 1em 0;
padding: 0.5em 1em;
}

div.wrap fieldset legend {
font-weight: bold;
font-size: small;
}

div.wrap p.submit {
text-align: right;
}


.updated {
	background: #FFFF99;
	border: 1px solid #FFCC00;
	margin: 1em 0;
	padding: 0.5em 1em;
}

.updated-error {
	border: 1px solid #FFFF99;
	background: #FFFF00;
}

div.wrap form {
margin: 0;
padding: 0;
}

div.warp li {
margin-bottom: 6px;
line-height: 130%;
}
/* END SUBSCRIPTION MANAGER STYLE */

/* FOR ADSENSE */
div#ad_single, div#ad_under_entry {
margin-top: 1.25em;
margin-bottom: 1.25em;
}

div#ad_singletop {
margin-top: 1.25em;
margin-bottom: 1.25em;
}

div#ad_singleovertop {
margin-top: 0.5em;
margin-bottom: 1.25em;
}

li.adsensem_widget {
margin-left: 25px;
margin-top: 1.75em;
}

/* FOR CONTACT FORM 7 plugin */
span.wpcf7-not-valid-tip-no-ajax {
display:block;
color:#FF3300;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-mail-sent-ok {
color:#FF3300;
}

div#inquiry_form {
margin-top:1em;
}

.whitebox h3, .whitebox h4, .whitebox p {
line-height:1.75em;
}

h3.aboutus {
font-size:1.5em;
margin-bottom:1.5em;
}

/* FOR WP-JRelated Plugin */
#posts .post_body #wpjr h4.related_posts {
margin-top:1.5em;
margin-top:0.75em;
color:#009;
}

#posts .post_body #wpjr a {
color:#333;
}

#posts .post_body #wpjr a:hover {
color:#157B0F;
}

#posts .post_body #wpjr .yahoologo {
margin: 1.5em 1em 2em 3em;
}

#posts .post_body #wpjr ul#wpjrelated {
margin:1em 0 0.5em 1.5em;
}

#posts .post_body #wpjr ul#wpjrelated li {
margin-bottom:0.25em;
}

/* Widget li background */
#sidebar li.li_even {
	background-color:#E6E6E6;
}

#sidebar ul li.my_widget_recent_entries ul li, #sidebar ul li.widget_views_most_viewed ul li {
margin-bottom:0.5em;
}

#sidebar ul li.my_widget_recent_entries ul li a, #sidebar ul li.widget_views_most_viewed ul li a {
text-decoration:none;
display:block;
}

#sidebar ul li.my_widget_recent_entries ul li a:hover, #sidebar ul li.widget_views_most_viewed ul li a:hover {
text-decoration:none;
color:#009;
}

/* for awpcomments plugin */
div#posts div.awpcomments{
	margin-top:1em;
	margin-bottom:1em;
}

div#awp-comments-list {
	padding-top:1em;
	border-bottom: 2.25em solid #FFFFAA;
	border-top-style: none;
	border-right: none;
	border-left: none;
}

div#posts div.awpcomments ol{
	margin:0;
	padding:0;
}

div#posts div.awpcomments ol li{
	margin:0;
	padding:0;
	list-style:none;
}

div.awpcomments .comm_body{
	margin-bottom:1em;
}

div.awpcomments .comm_body .comm_author{
	color:#199B12;
}

div.awpcomments .comm_body .comm_author a{
	color:#199B12;
}

div.awpcomments .comm_body .comm_author a:hover{
	color:#333;
}

/* FOR 404 showcase list */
div#showcase_list {
margin-top:2em;
}

div#showcase_list h3{
	color:#157B0F;
}

div#showcase_list h4{
	margin-top:1.25em;
	margin-bottom: 0.5em;
	margin-left:10px;
}

a#showcase_em {
color:#000;
}

a:hover#showcase_em {
text-decoration:none;
}

div#showcase_list li#empty {
list-style-type: none;
}
