/*
Theme Name: MetMoJi 2009
Theme URI: http://wordpress.org/
Description: The MetaMoJi 2009 theme.
Version: 0.1
Author: MetaMoJi Corporation
Author URI: http://www.metamoji.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

@charset "UTF-8";



/* common styles */

strong {
	font-size: 1em;
	font-weight: bold;
	color: #555555;
	text-align: left;
}
.sign {
	font-size: 1.1em;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #444444;
	text-align: right;
	margin-right: 25px;
	margin-top: 50px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

form {
	background-color: #f5f5f5;
	border: 1px dotted #33CCFF;
	padding: 24px;
	text-align: center;
	font-size: 0.8em;
}

#conteiner {
	width: 950px;
	background: #fff;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
}

#visual {
	height: 260px;
	width: 950px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a:link {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #3A7DCC;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

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

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}
.offset1 {
	padding-left: 60px;
}

h2 {
	border-bottom: 1px solid #bbb;
	letter-spacing: 0.2em;
	margin: 35px 0 8px 0;
	padding-left: 4px;
	font-size: 150%;
	text-shadow: 0px 2px 3px #cccccc;
	color: #555555;
	padding-bottom: 4px;
}

h3 {
	margin-top: 30px;
	border-bottom: 1px dotted #ccc;
	color: #3A7DCC;
	font-size: 1.15em;
	padding-left: 4px;
	letter-spacing: 0.1em;
	font-weight: normal;
}

h4 {
	margin-top: 30px;
	font-size: 1.1em;
	color: #555555;
	font-weight: normal;
	letter-spacing: 0.03em;
	margin-bottom: 5px;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: .9em;
	letter-spacing: 0.07em;
}

acronym, abbr {
	cursor: help;
}


ol#comments li p {
	font-size: 100%;
}



/* footer styles */

#credit {
	background-color: d5dad9;
	background-image: url(http://www.metamoji.com/img/copyright_bg.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 35px;
	width: 950px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	text-shadow: 0px 0px 1px #cccccc;
	padding-top: 4px;
}



/* header styles */

#header {
	height: 75px;
	padding-right: 0px;
	background-image: url(img/header_bg.png); /* 2010/01/12 hc sada mod（相対パスに変更）*/
	padding-left: 30px;
	padding-top: 15px;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px; /* 2010/01/12 hc sada add */
	position:relative;
}

#header a:hover {
	text-decoration: underline;
}

.logo {
	margin-right: 560px;
}

/* 問い合わせボタン　2010/01/12 hc sada add */
#toi a {
	display:block;
	width:112px;
	height:24px;
	background-image:url(img/btn_toi.gif);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:33px;
	right:43px;
}

#toi span {
	display:none;
}

/* menu styles */

#menu {
	background-image: url(http://www.metamoji.com/img/menu_bg.png);
	background-repeat: no-repeat;
	height: 63px;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 9px;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110%;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115%;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}




/* classes used by the_meta() */

ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}


.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: 0.7em;
	margin-top: -15px;
	text-align: right;
	padding-right: 25px;
	text-shadow: 0px 0px 0px;
	letter-spacing: 0px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.post-title {
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	list-style-position: outside;
	list-style-type: disc;
}
.post-title  a hover {
	text-decoration: underline;
}

.post-content{
	margin: 0;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 12px;
	list-style-position: outside;
	list-style-type: disc;
	color: #666;
}
#content-idx {
	background-color: #eaeaeb;
	background-image: url(http://www.metamoji.com/img/contents_bg.png);
	background-repeat: no-repeat;
	height: auto;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

#content {
	background-color: #eaeaeb;
	background-image: url(http://www.metamoji.com/img/contents_bg.png);
	background-repeat: no-repeat;
	height: auto;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 125px;
	padding-bottom: 30px;
	padding-left: 125px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}


/* Captions & aligment */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	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;
}

hr {
	color: #C9E4E9;
	border-top-style: solid;
	border-width: 1px;
}



span {
	display: inline-block;
	width: 6em;
	text-align: right;
	text-justify: inter-cluster;
}
.white{
	color: #FFFFFF;
}
.red{
	color: #CC0000;
	font-size: 0.9em;
}

.style1 {font-size: 150%}
