@charset "utf-8";
/*
Theme Name: Okada
Version: 1.0.0
Author: OFFICE NAOKI OKADA
*/

html {
	overflow-y: scroll;
	background: url(images/topbg.jpg) top repeat-x;
}

body {
	margin:0;
	background: url(images/footerbg.gif) bottom repeat-x;
	color:#444;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
}

a { 
	color:#258;
	text-decoration:none;
}

a:hover {
	text-decoration:underline; 
}

h1, h2, h3, h4, h5, h6 {
	color:#555;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align:left;
}

h1 {font-size:2.6em;}
h2 {font-size:2.4em;}
h3 {font-size:1.8em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}
h3.news {
	margin:0;
	padding:0;
}

img {
	border:0;
}

input, textarea {
	font-size:12px;
}

input[type=text], textarea{
	border:1px inset #aaa;
	background:#fff;
}
input[type=submit] {
	border:1px outset #aaa;
	background:#ddd;
}

pre {
	overflow:auto;
	border:1px solid #ccc;
	padding:5px 10px;
	background: #f8f8f8;
	font-size: 12px;
}
code {
	background-color:#f8f8f8;
	color:#111;
}
	


/* Layout */
#page {
	width:934px;
	margin:0 auto;
}
#container{
  margin:0;
  padding:0 187px 0 186px;
}
* html #container{
  padding:0 180px 0 186px;
}
*+html #container{
  padding:0 180px 0 186px;
}
#wrapper{
  float:left;
  width:100%;
  border-left:186px solid #FFF; /* Sidebar left background color */
  border-right:187px solid #FFF; /* Siderab right background color */
  margin-left:-186px;
  margin-right:-187px;
  background-color:#fff;
  display:inline;
}
.sidebar {
	padding:0;
}
#sidebar_left{
	float:left;
	width:177px;
	margin:0 0 0 -186px;
	position:relative;
}
#content{
	float:left;
	width:559px;
	margin-right:-960px;
	padding:0;
	overflow:hidden;
	background:#fff;
}
#sidebar_right{
	float:right;
	width:177px;
	margin:0 -187px 0 0;
	position:relative;
}
#footer {
	clear:both;
	padding:10px;
}

/* Header */

#header {
	margin:20px 0 0 0;
	height:370px;
}

#headerlogo {
	float:left;
}
#headerlogo h1 {
	margin:0 0 7px 0;
}
#headerimg {
	float:left;
}
#headernews {
	position:relative;
	right:5px;
	bottom: 50px;
	margin-bottom:-50px;
	float:right;
}

/* Top navigation */
#header #hmenu {
	float:left;
	border:0;
	padding:0;
	margin:2px 0 0 7px;
}
#footer #hmenu {
	padding:0 335px;
	width:244px;
}
* html #footer #hmenu {
	padding:0;
}
#header #hmenu ul {
	width:auto;
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}
#footer #hmenu ul {
	display:inline-block;
	text-align:center;
	list-style:none;
	padding:0;
	margin:0;
	clear:both;
}
#hmenu ul li {
	display:inline;
	float:left;
	padding:0;
	margin:0;
}
#footer #hmenu ul li {
	padding:0 5px;
}
#hmenu ul li ul {
	padding:0.5px 0 0 0;
	position:absolute;
	display:block;
	visibility:hidden;
	z-index:599;
}
#hmenu ul li:hover ul {
	visibility:visible;
}
#hmenu ul ul li {
	display:block;
	float:none;
	width:auto;
}
#hmenu ul ul a {
	margin:1px;
}
#header #hmenu ul li {
	margin-left:2px;
}

/* Sidebar */

.sidebar {
	color:#222;
	line-height:1em;
}
.sidebar ul {
	padding:0;
	margin:0;
	list-style: none;
	font-size:1.2em;
}
.sidebar ul li {
	margin:0;
}
.sidebar ul li.jimin a {
	display:block;
	margin:12px 0 2px 5px;
}
.sidebar ul li.seiwaken a {
	display:block;
	margin:2px 0 2px 5px;
}
.sidebar ul li.qr a {
	display:block;
	margin:2px 0 2px 5px;
}
.sidebar ul li.movieplayer {
	margin:4px 0 3px 3px;
}

/* Footer */
#footer {
	padding-top:45px;
	height:55px;
	text-align:center;
	font-size:1em;
	color:#1e1e1e;
	clear:both;
}
#footer a {
	color:#1e1e1e;
}

/* Post */

.post, .page {
	clear:both;
}

.blog .post, .archive .post, .search-results .post, .search-results .page {
	margin:0 0 4em 0;
}

.postentry {
	font-size:1.4em;
	line-height:1.4em;
	padding-left:5px;
	padding-right:5px;
}
.postentry p, .postentry blockquote, .postentry ul, .postentry ol {
	text-align:justify;
}
.postentry blockquote {
	margin:10px 20px;
	padding:0 0 0 10px;
	border-left:0.4em solid #ddd;
	font-size:0.8em;
	line-height:1.2em;
}
.postentry blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

.postentry a {
	border-bottom:1px solid #ddd;
}
.postentry a:hover {
	border-bottom:1px solid #258;
	text-decoration:none;
}


div.navigation {
	font-size:1.1em;
}

.postentry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.postentry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.postentry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
h2.posttitle {
	margin:14px 0 5px 0;
	padding:0 5px;
}
.postmetadata {
	clear:both;
	margin:0;
	font-size:1.1em;
	background-color:#fff;
	color:#888;
	text-align:right;
}
.posttagscat {
	margin:0 0 10px 0;
}
.postcat {
	margin:0 0 0 10px;
}
.postcomment:after {
	content:' | ';
}
.postedit:before {
	content:' | ';
}
.poststicky {
	margin:0 0 0 10px;
}
.poststicky:before {
	content:'\2022 \0020';
}
div.archive-desc, body.page h2.posttitle {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(images/cat_title.gif) no-repeat;
	width:559px;
	height:41px;
	margin-top:0px;
	padding:15px 0 0 25px;
	font-size:2em;
	font-weight:bold;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
}
.wp-caption a, .wp-caption a:hover, .gallery a, .gallery a:hover, .attachment a, .attachment a:hover {
	border:none;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 0.8em;
   margin:4px 0 0 0;
   padding:0 4px;
}
.gallery {
	border:1px solid #ddd;
	background-color: #f3f3f3;
}
.gallery-item {
	margin:10px;
}
.gallery-caption {
	font-size:0.8em;
}
.attachment img {
	border:1px solid #ddd;
	background-color:#f3f3f3;
	padding:4px;
}
.page div#kokkai {
	float:right;
	margin-top:-43px;
	font-size:1.6em;
	text-align:right;
	padding-right:15px;
}

/* Comments */

textarea#comment {
	width:100%;

}
.commentlist {
	margin:0;
	padding:0;
}
.children {
	margin: 0 -21px -21px 0;
	padding:0;
}
li.comment, li.trackback, li.pingback {
	list-style:none;
	border:1px solid #eee;
	padding:20px;
	margin:10px 0;
}
ul.children li.comment {
	margin: 10px 0 -11px 0;
}
	
.comment-body {
	overflow:auto;
}
.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}
.commentlist li.bypostauthor {
	background-color:#fffff8;
}
.commentlist li.bypostauthor > .comment-body > .comment-author > cite {
	border-bottom:1px solid #aaa;
}
.comment-body p {
	font-size:1.3em;
}
.comment-body blockquote {
	margin:5px 10px;
	padding:0 0 0 5px;
	border-left:0.4em solid #ddd;
	font-size:0.9em;
}
.comment-body blockquote blockquote {
	font-size:1em;
}
.comment-body img.avatar {
	float:right;
	border:1px solid #eee;
	margin:0;
	background:#fff;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
	color:#555;
	font-size:1.4em;
}
.comment-meta {
	margin:4px 0 0 0;
}
.reply {
	margin:5px 0;
	padding:0;
	font-size:1.1em;
}

/* Comment ends */


/* Calendar */
#wp-calendar {
	text-align:center;
	width:100%;
}
#wp-calendar caption, #wp-calendar thead th{
	font-weight:bold;
	text-transform:uppercase;
	color:#555;
}
#wp-calendar tbody td {
	border:1px solid #ccc;
	background:#f2f2f2;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar td#today {
	background:#e4e4e4;
}
#wp-calendar tbody td.pad {
	border:none;
	background:transparent;
}
/* Calendar ends */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

.sidebar #searchform #s {
	width: 120px;
	padding: 2px;
	}

.sidebar #searchsubmit {
	padding: 1px;
	}
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 0 0;
   width:auto;
}

.alignright {
   float: right;
   width:auto;
   margin: 0 0 0 10px;
}

/* Main Index */
div#content ul li {
	list-style-image:url(images/news_item.gif);
	padding-left:5px;
}
*+html div#content ul li {
	margin-left:-10px;
	padding-left:10px;
}
body.home div#content ul li a {
	font-size:1.6em;
}

/* Site Map */
#content ul#sitemap_list li {
	line-height:2em;
	font-size:1em;
}
#content ul#sitemap_list li.home-item {
	list-style:none;
}
#content ul#sitemap_list li.cat-item, #content ul#sitemap_list li.page_item {
	margin-left:20px;
}

/* home content upper-margin */
.home #content {
/*	margin-top:-7px;*/
}


