@charset "utf-8";
/*
Theme Name: JIMONET WordPress Theme
Theme URI: http://www.jimonet.co.jp/
Description: 株式会社ジモネットが制作した WordPress 用のテーマです
Version: 1.0
Author: Tsuyoshi Hirayama
Author URI: http://www.jimonet.co.jp/

*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #F6F6F6;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	background-color: #FFF;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	border: 1px solid #CCC;
	}

#header {
	margin: 0 auto;
	padding: 0;
	height: 100px;
	width: 950px;
	}

#header a:hover {
	text-decoration: none;
	cursor:pointer;
	}

#topbar {
	padding: 1px 0 1px;
	height: 23px;
	width: 100%;
	background: #6C0;
	font-size: 1.05em;
	color: #FFF;
	}

#topimg {
	width: 350px;
	height: 50px;
	float: left;
	margin: 10px 10px 10px;
	padding: 0;
	display: inline;
	}

#topdesc {
	font-size: 1.5em;
	float: left;
	margin: 25px 0 0;
	display: inline;
	}

#topnavi {
	width: 350px;
	height: 40px;
	float: right;
	margin: 15px 10px 0 10px;
	padding: 0;
	display: inline;
	}

#menu{
	border: none;
	border: 0px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	}
#menu ul{
	background: #DDD;
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu li{
	float: left;
	padding: 0px;
	}
#menu li a{
	background: #DDD;
	color: #4D4D4D;
	display: block;
	font-weight: bold;
	line-height: 35px;
	margin: 0px;
	padding: 0px 15px;
	text-align: center;
	text-decoration: none;
	}
#menu li a:hover, #menu ul li:hover a, #menu ul li .current {
	background: #BCBCBC url("images/hover.gif") bottom center no-repeat;
	color: #000;
	text-decoration: none;
	}
#menu li ul{
	background: #DDD;
	display: none;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	width: 400px;
	z-index: 200;
	}
#menu li:hover ul{
	display: block;
	}
#menu li li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 400px;
	}
#menu li:hover li a{
	color: #4D4D4D;
	background: none;
	}
#menu li ul a{
	display: block;
	height: 35px;
	font-size: 15px;
	font-style: normal;
	margin: 0;
	padding: 0px 10px 0px 15px;
	text-align: left;
	}
#menu li ul a:hover, #menu li ul li:hover a{
	background: #BCBCBC url('images/hover_sub.gif') center left no-repeat;
	color: #000;
	border: 0px;
	text-decoration: none;
	}
#menu p{
	clear: left;
	}
#wrap {
	width: 720px;
	font-size: 1.4em;
	line-height: 1.6em;
	float: left;
	margin-right: 10px;
	display: inline;
	}

#content {
	width: 480px;
	float: right;
	margin-left: 10px;
	padding: 5px 5px 20px 5px;
	display: inline;
	}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.entry {
	line-height: 1.4em;
	}

h1 {
	float: left;
	font-size: 1.3em;
	display: inline;
	text-align: left;
	font-weight: normal;
	margin: 2px 0 0 10px;
	}

h2.pagetitle{
	font-size: 1.6em;
	display: block;
	margin: 20px 5px 30px 0;
	padding: 2px 0 2px 10px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}

#sidebar-2 h2{
	font-size: 1.4em;
	display: block;
	margin: 20px 5px 10px 0;
	padding: 2px 0 2px 8px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}

h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	line-height: 115%;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2 a:hover, h3 a:hover {
	color: #060;
	text-decoration: none;
	}

.MenuTitle {
	margin: 0 0 10px;
	padding: 1px 0 4px;
	border-bottom: 1px solid #CCCCCC;
	}

.MenuTitle1 h3 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #FF0000;
	}

.MenuTitle2 h3 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #66CC00;
	}

#sidebar h4 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}

.thread-alt {
	background-color: #f8f8f8;
	}
.thread-even {
	background-color: white;
	}
.depth-1 {
border: 1px solid #ddd;
	}

.even, .alt {
	border-left: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a {
	color: #3E3E3E;
	text-decoration: underline;
	}

a:hover {
	color: #060;
	text-decoration: none;
	}
/* End Typography & Colors */



/* Begin Structure */
.post hr {
	display: block;
	}

.postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	margin: 30px 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	display: inline;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


/* 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;
	}
/* 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 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;
	}

.Menu1Wrapper {
	width: 210px;
	margin: 0 0 15px;
	overflow: hidden;
	background: url(images/menu1top.jpg) no-repeat top left;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}

.Menu1 {
	width: 180px;
	margin: 0;
	padding: 15px;
	overflow: hidden;
	background: url(images/menu1bottom.jpg) no-repeat bottom left;
	}

#sidebar ul, #sidebar ul ol, #sidebar-2 ul, #sidebar-2 ul ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 7px auto;
	padding: 3px 3px;
	text-align: center;
	}

#sidebar #searchform #s, #sidebar-2 #searchform #s {
	width: 140px;
	padding: 2px;
	}

#sidebar #searchsubmit, #sidebar-2 #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width:130px;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

/* End Comments */



/* Begin Sidebar */
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 210px;
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	padding: 0;
	display: inline;
	}

#sidebar-2 {
	font: 1.4em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 210px;
	float: left;
	margin-right: 10px;
	padding: 8px 0;
	display: inline;
	}

#sidebar form {
	margin: 0;
	}

#footer {
	margin: 0 auto;
	padding: 5px 0;
	width: 950px;
	clear: both;
	background: #66CC00;
	font-size: 1.3em;
	color: #FFF;
	border: none;
	text-align: center;
	}
/* End Sidebar */



/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	}
/* 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;
}

/* Table */
table {
	border-collapse: collapse;
}

th {
	padding:4px;
	border: solid 1px #CCCCCC;
	color: #000000;
	background-color: #FFFFFF;
}

td {
	padding:4px;
	border: solid 1px #CCCCCC;
	color: #000000;
	background-color: #FFFFFF;
}

/* End captions */


