/*
Theme Name: mStyle 2009
Theme URI: http://mantiddesign.com/
Description: WordPress Theme for mBlog. This theme is based on Pixeled.
Version: 5.0
Author: Quattro
Author URI: http://mantiddesign.com/
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar.
*/


/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 15px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto;
  overflow:auto;
  width:100%; 
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  }

a {
  color: #6598b8;
  text-decoration: none;
  }

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

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  padding: 5px 15px;
  margin: 5px 10px 15px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #0FC;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: #26373d url(images/body_background.jpg) top repeat-x;
  }


#whole-wrapper {
	width:100%;
	height:100%;
  background:url(images/container_background.jpg) top center no-repeat;
  position:relative;
  z-index:0;
}

/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  padding: 0;
  position:relative;
  }

#header {
  padding: 0;
  margin: 0;
  height: 295px;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 300px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #fff;
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #logo {
  float: left;
  width: 500px;
  margin:  0;
  padding: 0;
}
#header #logo h1 img {
  margin:100px 0 0 7px;
}
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
	padding: 0;
	color: #FFF;
	margin-left:15px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-weight: normal;
	font-size: 13px;
	letter-spacing:-1px;
	text-shadow:2px 2px 3px rgba(0,0,0,0.8);
}


/* Menu */

#catnav {
  margin: 17px 0 0 10px;
  padding: 0;
  clear: both;
  height: 44px;
  width: 940px;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 30px;
  margin: 4px 0 0 0;
  padding: 1px 20px 1px 15px;
  letter-spacing: -1px;
  font-family:'Trebuchet MS', Helvetica, sans-serif;
 font-weight: normal;
 font-size: 16px;
 color: #CCC; 
 text-shadow: -1px -1px 1px rgba(0,0,0,0.7); 
}

#nav li a:hover {
 text-decoration: underline;
 display: block;
 color: #fff; 
 text-shadow: -1px -1px 1px rgba(0,0,0,0.5); 
 background:#333  url(images/nav_black.gif) repeat-x;
 border:#2C2C2C solid 1px;
 padding: 0 19px 0 14px;
}

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 8px 5px 0 0;
  display: inline;
  width: 27px;
  line-height: 41px;
  }



/* Top Content */

#main {
  margin: 5px 15px 0 15px;
  clear: both;
  width: 930px;
  padding-bottom: 5px;
  }
#contentwrapper {
  float:left;
  width: 580px;
  margin: 0 0 15px 5px;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #fff;
  font-weight: normal;
  background: url(images/bg-trans.png) repeat;
  padding: 5px;
  }
.topPost {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 9pt;
  border-bottom:#667 solid 1px;
  }
.topPost h2.topTitle a {
	font-size: 18px;
	line-height: 130%;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-weight: normal;
	color: #EEE !important;
	text-shadow: #000 1px 1px 2px;
	text-align:left;
	letter-spacing: -1px;
  }
.topPost h2.topTitle a:hover {
  text-decoration: underline;
  color: #abd1ea;
  }
.topPost p.topMeta {
  padding: 3px;
  margin: 7px 0 0 0;
  font-size: 9pt;
  color: #888;
  background: url(images/topSocialFeed_bg.gif) repeat;
  box-shadow: 1px 1px 1px rgba(255,255,255,0.2);
 -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.2);
 -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0px 1px 1px #000;
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #DDD;
  }
.topPost p.topMeta a:hover {
  color: #06C;
  }

.topPost p.topSocialFeed {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #cdcdcd;  
  }



.topPost div.topContent {
  font-size: 9pt;
  color: #efefef;
  margin: 8px 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #fff;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #ff9933;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 15px 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #eee;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 4px 7px;
  margin-right: 5px;
  line-height: 27pt;
  color: #fff;
  border: 1px solid #111;
  }
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topComments a {
  color: #fff;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #fff;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #fff;
  }


/* Comments */

#comment {
  margin-bottom: 10px;
  margin-top: 15px;
  background: #040404;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border: 1px solid #090909;
  padding: 0px 15px 10px 15px;
  color: #fff;
  }
#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #fff;
  margin: 15px 0;
  padding: 0;
  }
#comment p a {
  color: #6598b8;
  }
#comment p a:hover {
  color: #fff;
  }
#comment p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #080808;
  border: 1px solid #040404;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #000;
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #dedede;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
#comment #submit {
  margin: 0;
  }
#extrastuff a {color:#222; font-size:0.8em;}
#extrastuff a:hover {color:#6598b8; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


.authorcomment{  
    color:#000;  
    font-weight:bold;  
    background:#068;  
}  



/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #fff;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background:url(images/find_bg.gif);
  color: #222;
  font-size: 10pt;
  padding: 5px 7px;
  vertical-align: middle;
  border: 1px solid #999;
  text-shadow: 0px 1px 1px #FFF;
  font-weight: bold;
  }
.submitbutton:hover {
  cursor: pointer;
  background:url(images/find_bgh.gif);
  color:#FFF;
  text-shadow: 0px 1px 1px #000;
  border: 1px solid #333;
  }


/* Sidebars */
#sidebars {
  margin: 15px 5px 0 0;
  float: right;
  width: 320px;
  color: #555;
  }
div#sidebars div.sidebarbox ul li strong {
  color: #888;
  }
#sidebars .sidebarbox {
  background:#b1b7bf url(images/sidebar_bg.jpg) repeat-x;
  padding: 8px 15px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
 -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
 -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
  }

*html #sidebars .sidebarbox {
  padding: 8px 0 8px 15px;
  }

#sidebar_full {
  padding: 0;
  margin: 0;
  }

#sidebar_left {
  float: left;
  width: 150px;
  }

#sidebar_right {
  float: right;
  width: 150px;
  }

#sidebars h2 {
  margin: 0 0 0 -5px;
  padding: 0px 0 5px 23px;
  letter-spacing: -1px;
  background: url(images/sidebar_head_icon.png) no-repeat;
  color: #222; 
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-shadow: #FFF 1px 1px 1px;
  line-height:140%;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0 0 0 15px;
  padding: 2px 2px 2px 1px;
  color: #555;
  list-style:disc;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #111; 
  text-shadow: #EEE 1px 1px 1px;
  }
#sidebars a:hover {
  color: #6598b8;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #555;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}


.google-ads,
.apple-ads, 
.banner-inner,
.quad-ads {
	padding:0;
	margin:0 0 0 -5px;
}
div#sidebars iframe,
div#sidebars div.banner-inner img {
	border-top:#999 solid 1px;
	border-right:#EEE solid 1px;
	border-bottom:#EEE solid 1px;
	border-left:#999 solid 1px;
}

div#sidebars .quad-ads {
}
div#sidebars .quad-ads iframe {
	float:left;
	margin:5px 10px;
}


/* Before footer */

#morefoot {
  background: #000 url(images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px;
  color: #3c3c3c;
  margin: 0 0 10px 0;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
 -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
 -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  color:#555;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: underline;
  color: #111; 
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  text-shadow: #EEE 1px 1px 1px;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #6598b8;
  }
#morefoot h3 {
  border-bottom: 1px dotted #444;
  padding: 1px 0 8px 23px;
  letter-spacing: -1px;
  background: url(images/sidebar_head_icon.gif) no-repeat;
  color: #3c3c3c; 
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-shadow: #EEE 1px 1px 1px;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 160px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 350px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
  clear: both;
  background: #000 url(images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px 15px 10px 15px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
 -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
 -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
  }
#footer p {
  font-size: 9pt;
  padding: 0;
  color: #3c3c3c; 
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  text-shadow: #EEE 1px 1px 1px;

  }
#footer a {
  color: #111;
  text-decoration: underline;
  }
#footer a:hover {
  color: #fff;
  }
#footerleft {
  float: left;
  width: 750px;
  }
#footerright {
  float: right;
  width: 50px;
  text-align: right;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

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

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }




/* ここから追記分
----------------------------------------------- */


/* General
----------------------------------------------- */
.clr {
	clear:both;
	}

blockquote {
    margin: 0 0 0 5px;
    padding: 5px 25px 5px 45px;
    font-style: italic;
	clear:both;
	background:url(images_common/blockquote-background.gif) no-repeat top left;
	color:#FFF;
    }

#content blockquote p {
    margin: 0 0 20px 0;
    padding: 0;
    }


.archives-category,
.archives-month {
	margin:10px;
}


/* Entry
----------------------------------------------- */
.EntBody, 
.EntTopic, 
blockquote p, 
.quickr-set {
 line-height:160%;
 font-size:12px;
 font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
 margin:0 0 10px 0;
 color:#CCC;
 padding:0;
 }

.EntBlock {
 line-height:160%;
 font-size:12px;
 font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
 margin:0;
 }
 
.EntFooter {
 line-height:160%;
 font-size:12px;
 font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
 margin:5px 0 5px 0;
 font-weight:normal;
 clear:both;
 border-top:#999999 solid 1px;
 }
 
.tt_title { 
 font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
 font-weight: bold;
 font-size: 12px;
 color: #222;
 margin:10px 0 0 !important;
 }

.EntLink,
.more-link {
 display : block;
 margin: 0;
 padding : 5px;
 clear : both;
 line-height : 1em;
 font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
 font-weight: bold;
 font-size: 12px;
 text-shadow: #111 1px 1px 1px;
 line-height:150%;
 }


.EntLink a,
.more-link a {
 color: #035;
 text-decoration:underline;
 }
 
.EntLink a:hover, 
.more-link a:hover {
 color: #990000;
 text-decoration:underline;
 }

.EntLink a:visited,
.more-link a:visited {
 color: #663366;
 text-decoration:underline;
 } 

.ent-subtitle {
 border-left: #990000 solid 5px;
 border-bottom:#666666 solid 1px;
 padding:4px;
 margin:10px 0 5px 0;
 clear:both;
 color:#333333;
 font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
 font-weight: bold;
 font-size: 14px;
 text-shadow: #BBB 2px 2px 2px;
}

.LinkTitle {
	background:url(images_common/LinkTitle_image.gif) no-repeat;
	padding-left:15px;
	margin-left:0;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-weight: bold;
	font-size: 13px;
}


.topPost h3 {
	font-size:18px;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-weight: normal;
	color: #FFF;
	text-shadow: #000 1px 1px 3px;
	text-align:left;
	letter-spacing: -1px;
	border-left: #BD4 solid 5px;
	border-bottom: #99A solid 1px;
	display:block;
	padding:5px 0 5px 10px;
	line-height:120%;
	margin:30px 0 10px 0;
	}


/* =Dot Border
----------------------------------------------- */

/*
.dot01,
.dot01R,
.dot01C,
.dot-non {
 box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
 -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
 -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
*/

p.dot01,
p.dot01R,
p.dot01C,
p.dot-non,
div.quickr-photo,
p.thumbDetail {
	display: block;
	position: relative;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	color: rgba(0,0,0, 0.8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	text-align: center;
}


p.dot01C {
	background:#555 url(images_thumb/thumbFrame.jpg) no-repeat center center;
}



p.dot01:before,
p.dot01:after,
p.dot01R:before,
p.dot01R:after,
p.dot01C:before,
p.dot01C:after,
p.dot-non:before,
p.dot-non:after,
div.quickr-photo:before,
div.quickr-photo:after,
p.thumbDetail:before,
p.thumbDetail:after {
	z-index: -1; 
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 12px rgba(0,0,0, 0.8);
	-moz-box-shadow: 0 15px 12px rgba(0, 0, 0, 0.8);
	box-shadow: 0 15px 12px rgba(0, 0, 0, 0.8);
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
}


p.dot01:after,
p.dot01R:after,
p.dot01C:after,
p.dot-non:after,
div.quickr-photo:before,
div.quickr-photo:after,
p.thumbDetail:before,
p.thumbDetail:after {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	right: 10px;
	left: auto;
}



/*
.dot01{
 float:left;
 padding:7px;
 margin:0 15px 5px 0;
 background:url(images/dotborder.gif) repeat;
 }
 */
 

p.dot01,
p.thumbDetail {
 float:left;
 margin:0 15px 5px 0;
 }

/*
.dot01 img{
 border:1px solid #333;
 }
*/

.dot01R{
 float:right;
 background:url(images/dotborder.gif) repeat;
 padding:10px;
 margin:0 0 5px 10px;
 }
	
.dot01R img{
 border:1px solid #333;
 }

/*.dot01C,
div.quickr-photo {
 float:none;
 clear:both;
 background:url(images/dotborder.gif) repeat;
 padding:10px;
 margin:10px 0 15px 0;
 text-align:center;
 }
	
.dot01C img,
div.quickr-photo img {
 border:1px solid #333;
 margin:0 auto;
 }*/

.dot01C {
 margin:10px 0 15px 0;
 }

div.quickr-caption {
	display:block;
	background:#333;
	width:500px;
	margin:0 auto;
	color:#EEE;
	text-shadow:-1px -1px 1px rgba(0,0,0,1);
}
 
.dot-non {
 float:left;
 padding:0;
 margin:0;
 }


/*マウスオーバートランジション*/
a.thumbLink,
div.quickr-photo a {
	opacity:1;
	/*background:#000000;*/
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;

}
a.thumbLink:hover,
div.quickr-photo a:hover {
	opacity:0.15;
	/*background-color:#FFF;*/

/*	background:url(images_mosaic/hover-magnify.png) no-repeat center center;
*/}

/*a.thumbLink:hover:before {
	content:url(images_mosaic/hover-magnify.png) no-repeat center center;
	position:absolute;
	top:50px;
	right:100px;
	z-index:5;
}*/


p.dot01,
p.viewsite {
	background:#dcdcdc url(images_thumb/clicktoviewsite.jpg) no-repeat center center;
}
p.dot01C,
p.readmore {
	background:#dcdcdc url(images_thumb/clicktoreadmore.jpg) no-repeat center center;
}
p.thumbDetail,
div.quickr-photo,
p.detail {
	background:#dcdcdc url(images_thumb/clicktoviewdetail.jpg) no-repeat center center;
}







.dot-non img{
 }
 
.inline-image {
 padding:0;
 margin:0;
 }

.inline-image img{
 }

.thumb-C {
 padding:0;
 margin:0;
 text-align:center;
 display:block;
 }
 
.thumb-C img {
 padding:0;
 margin:0;
 border:#666666 solid 1px;
 margin:0 auto;
 }

.ClrEntry {
 clear:both;
 width: 1px;
 height: 1px;
 margin: 0;
 border: 0;
 padding: 0;
 font-size: 0;
 line-height: 0;
 }

.FlashGame object {
 border:#666 solid 1px;
 }

.Quotation {
 color:#006600;
 font-style:italic;
 }

.FunnyImage img {
 border:#666 solid 1px;
 margin-bottom:10px;
 }

.Mannaka {
 text-align:center;
 margin-bottom:10px;
 }

.Mannaka img {
 margin-right : auto;
 margin-left : auto;
}

.Mannaka object {
 border:#999 solid 1px;
}

.Mannaka2 {
 text-align:center;
 margin-top:10px;
 }

.Mannaka2 img {
 margin-right : auto;
 margin-left : auto;
}

.Mannaka2 object {
 border:#999 solid 1px;
}



/* Wallpaper
----------------------------------------------- */
.WallpaperWhole {
 }

.WallpaperThumb {
 float:left;
 text-align:center;
 margin-bottom:20px;
 clear:both;
 padding:10px 0;
 width:225px;
 }

.WallpaperThumb img {
 border:#333 solid 1px;
 }

.WallpaperText {
 float:left;
 text-align:left;
 margin-bottom:20px;
 padding:10px 10px 10px 0;
 width:394px;
 }


/* Comment
----------------------------------------------- */
form label {
font-size:12px;
font-weight:bold;
letter-spacing:1px;
color:#999;
}

.comment-input {
	background: transparent url(images/form-background01.gif) no-repeat;
	border:0;
	height:21px;
	width: 214px;
	padding: 4px 10px;
	color: #333;
	font-weight:bold;
	font-size:1em;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	margin-bottom:10px;
}

#twitterID {
	background: transparent url(images/form-background01.gif) no-repeat;
	border:0;
	height:21px;
	width: 214px;
	padding: 4px 10px;
	color: #333;
	font-weight:bold;
	font-size:1em;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
}

textarea#comment {
	background: transparent url(images/form-background02.gif) no-repeat;
	border:0;
	height:132px;
	width: 395px;
	padding: 8px 10px;
	color: #333;
	font-weight:bold;
	font-size:1em;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
}

:focus {
	outline: 0;
}


.search-input {
	background: transparent url(images/form-background03.png) no-repeat;
	border:0;
	height:21px;
	width: 189px;
	padding: 4px 10px;
	color: #333;
	font-weight:bold;
	font-size:1em;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	margin-bottom:10px;
}
	
/* =Add Del
----------------------------------------------- */

.socialbox {
 margin: 0 0 15px 0;
 border: 1px dotted #666;
 padding: 10px;
 color: #292e33;
 font-size: 11px;
 text-align: left;
 background-color: #D2D5c5;
 }

.socialbox a {
 color:#000066;
 }

.social {
 list-style:none;
 margin:0;
 padding:0;
 }
	
.socialtitle {
 font-weight:bold;
 float:left;
 }

.del {
 margin-left:5px;
 padding-left:17px;
 float:left;
 background: url(http://blog.mantiddesign.com/images_template/images/addtodelicious.gif) no-repeat center left;
 }

.hatena {
 margin-left:15px;
 padding-left:19px;
 float:left;
 background: url(http://blog.mantiddesign.com/images_template/images/addtohatena.gif) no-repeat center left;
 }
	
.ForDeliciousBanner {
 text-align:center;
	}


/* =QuickrPicker
----------------------------------------------- */
.quickr-photo {
 margin-bottom:15px;
 }

.quickr-photo img {
 border : solid #555 1px;
 }
 
 
 /* アイコン類
---------------------------------------------------- */

.ICON_FLASH,
.ICON_GAZOU,
.ICON_QUICKTIME,
.ICON_HTML,
.ICON_REAL,
.ICON_WMV,
.ICON_SHOCKWAVE,
.ICON_BABE,
.ICON_AMAZON,
.ICON_FLICKR,
.ICON_APPLE,
.ICON_SEIBI,
.ICON_YOUTUBE {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 1px;
	line-height:180%;
}

.ICON_FLASH {
	background-image: url(images_common/mark_01.gif);
	}

.ICON_GAZOU {
	background-image: url(images_common/mark_02.gif);
	}
	
.ICON_QUICKTIME {
	background-image: url(images_common/mark_03.gif);
	}
	
.ICON_HTML {
	background-image: url(images_common/mark_04.gif);
	}
	
.ICON_REAL {
	background-image: url(images_common/mark_05.gif);
	}
	
.ICON_WMV {
	background-image: url(images_common/mark_06.gif);
	}
	
.ICON_SHOCKWAVE {
	background-image: url(images_common/mark_07.gif);
	}
	
.ICON_BABE {
	background-image: url(images_common/mark_08.gif);
	}

.ICON_AMAZON {
	background-image: url(images_common/mark_09.gif);
	}

.ICON_FLICKR {
	background-image: url(images_common/mark_10.gif);
	}

.ICON_APPLE {
	background-image: url(images_common/mark_11.gif);
	}

.ICON_SEIBI {
	background-image: url(images_common/mark_11.gif);
	}

.ICON_YOUTUBE {
	background-image: url(images_common/mark_12.gif);
	}


.more-link {
	background-repeat: no-repeat;
	background-image: url(images_common/continuetoread.gif);
	background-position: left bottom;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	}


.IMG_TOP {
 text-align:center;
	MARGIN-BOTTOM : 15PX;
	MARGIN-BOTTOM : 15PX;
	border: 1px solid #444;
	}
	
.IMG_LEFT {
 border:#777 solid 1px;
	MARGIN-RIGHT : 10PX;
	MARGIN-BOTTOM : 5PX;
	}	
	

.IMG_RIGHT {
	MARGIN-LEFT : 15PX;
	MARGIN-BOTTOM : 15PX;
	border: 1px solid #444;
	}

.twitter-share-button,
.mixi-check-button {
	vertical-align:bottom;
}

.appIconL {
	float:left;
	margin:0 10px 0 0;
}


 /* 広告類
---------------------------------------------------- */
.GoogleAd-InnerContents {
 margin:7px;
 clear:both;
}

.GoogleAd-SidebarContents {
 margin:5px auto 10px;
}

.Ad-InContents {
 margin:5px auto 0;
 text-align:center;
}

.Ad-InContents img {
 border:#999999 solid 1px;
}

.Ad-inline {
 float:right;
 margin:10px;
 }


 /* Flickr Badge
---------------------------------------------------- */
#flickr_badge_wrapper {
 width:auto;
 text-align:center;
 margin:0;
 padding:0;
 padding-bottom:10px;
 }

#flickr_badge_wrapper img {
 margin:5px;
 border:#666 solid 1px;
 }

#flickr_badge_wrapper h2 {
 background:#FFF;
 padding:4px;
 margin:2px;
 }

#flickr_badge_wrapper a:hover {
 background:none;
 }

#flickr_www {
 display:block;
 padding:0 !important;
 font: 11px Arial, Helvetica, Sans serif !important;
 color:#3993ff !important;
 }
 
#flickr_badge_source {
 padding:0 !important;
 font: 11px Arial, Helvetica, Sans serif !important;
 color:#FFFFFF !important;
 }


/* プラグイン関係
----------------------------------------------- */
.similar-posts {
}

.similar-posts ul li {
	margin-left:20px;
}


/* ダウンロードエリア
----------------------------------------------- */
.download-area {
	width:550px;
	background:#DDD url(images/view_btn_area_bg.gif);
	border:#999 solid 1px;
	clear:both;
	text-align:center;
}

.download-area li {
    display: -moz-inline-box;  
    display: inline-block;  
    /display: inline;
    /zoom: 1;
	margin:0 20px;
}
.download-area li a {
	display:block;
}


/* Social Media Badge
----------------------------------------------- */

ul.socialBadge {
	margin:-5px 0 5px 0;
}
ul.socialBadge li {
	float:left;
	list-style:none;
	margin-right:8px;
}


/* Font
----------------------------------------------- */
body { 
	font: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	}

/* Gothic style */
.K9, .K10, .K11, .K12, .K13, .K14, .K16, .K18, .K20, .K24 { font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;}
.KB9, .KB10, .KB11, .KB12, .KB13, .KB14, .KB16, .KB18, .KB20, .KB24 { font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif; font-weight: bold;}
.K9  { font-size: 9px; line-height: 100%;}
.KB9 { font-size: 9px; line-height: 100%;}
.K10 { font-size: 10px;line-height: 130%;}
.KB10{ font-size: 10px;line-height: 130%;}
.K11 { font-size: 11px;line-height: 140%;}
.KB11{ font-size: 11px;line-height: 140%;}
.K12 { font-size: 12px;line-height: 170%;}
.KB12{ font-size: 12px;line-height: 170%;}
.K13 { font-size: 13px;line-height: 210%;}
.KB13{ font-size: 13px;line-height: 210%;}
.K14 { font-size: 14px;line-height: 210%;}
.KB14{ font-size: 14px;line-height: 210%;}
.K16 { font-size: 16px;line-height: 230%;}
.KB16{ font-size: 16px;line-height: 230%;}
.K18 { font-size: 18px;line-height: 250%;}
.KB18{ font-size: 18px;line-height: 250%;}
.K20 { font-size: 20px;line-height: 270%;}
.KB20{ font-size: 20px;line-height: 270%;}
.K24 { font-size: 24px;line-height: 270%;}
.KB24{ font-size: 24px;line-height: 270%;}

/* Mincho style */
.M9, .M10, .M11, .M12, .M13, .M14, .M16, .M18, .M20, .M24 { font-family: 'Lucida Grande','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝', serif;}
.MB9, .MB10, .MB11, .MB12, .MB13, .M14, .MB16, .MB18, .MB20, .MB24 { font-family: 'Lucida Grande','Hiragino Mincho Pro','ヒラギノ明朝 Pro W6','ＭＳ Ｐ明朝', serif; font-weight: bold;}
.M9  { font-size: 9px; line-height: 100%;}
.MB9 { font-size: 9px; line-height: 100%;}
.M10 { font-size: 10px;line-height: 130%;}
.MB10{ font-size: 10px;line-height: 130%;}
.M11 { font-size: 11px;line-height: 140%;}
.MB11{ font-size: 11px;line-height: 140%;}
.M12 { font-size: 12px;line-height: 150%;}
.MB12{ font-size: 12px;line-height: 150%;}
.M13 { font-size: 13px;line-height: 210%;}
.MB13{ font-size: 13px;line-height: 210%;}
.M14 { font-size: 14px;line-height: 210%;}
.MB14{ font-size: 14px;line-height: 210%;}
.M16 { font-size: 16px;line-height: 230%;}
.MB16{ font-size: 16px;line-height: 230%;}
.M18 { font-size: 18px;line-height: 250%;}
.MB18{ font-size: 18px;line-height: 250%;}
.M20 { font-size: 20px;line-height: 270%;}
.MB20{ font-size: 20px;line-height: 270%;}
.M24 { font-size: 24px;line-height: 270%;}
.MB24{ font-size: 24px;line-height: 270%;}

/* Marugothic style */
.R10, .R12, .R14 { font-family: 'Lucida Grande','Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4','ＭＳ Ｐゴシック',sans-serif;}
.R10 { font-size: 10px; line-height: 140%;}
.R12 { font-size: 12px; line-height: 180%;}
.R14 { font-size: 14px; line-height: 210%;}
