/*****************************************

INNI SET

******************************************/

body{
	margin:0px auto;
	font-size: 12px;
	font-family: "メイリオ,MSゴシック" ;
	color:#000000;
	border:0px yellow solid;
	background-color: #FFFFFF;
}

img {
	border:0px;
	max-width: 100%; /* not working in IE6*/
}
a {color:#666666;text-decoration: underline;}
a:hover {color: #0000FF;text-decoration: none;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #5A6B1E; width:90%;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
	background: url(images/quote.gif) no-repeat top left;
}
input {
	margin-bottom:5px;
	vertical-align: middle;
}
select{
	font-family: "メイリオ,MSゴシック" ;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:20px;}

/*****************************************

LAYOUT SET

******************************************/

#page_top{
	padding:0px;
	width:100%;
	border:0px blue solid;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#base{
	width:100%;
	padding:0px;
	height: 69px;
	background-image: url(images/base_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header{
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#container{
	overflow:hidden;
	width:950px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#content{
	float:right;
	width:730px;
	overflow:hidden;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
* html #content{
	float:right;
	width:740px;
	overflow:hidden;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#footer{
	clear:both;
	position:relative;
	height:69px;
	color:#ffffff;
	font-size:11px;
	font-family:"メイリオ,MSゴシック";
	background-image: url(images/bg_footer.png);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}
#footer address {
	font-weight: normal;
	font-variant: normal;
	padding-top: 20px;
}
/*######### header ############*/
#blogtitle {
	position:absolute; 
	top:90px;
	
	width:894px;
	font-family: Arial,Verdana; 
	font-size:30px; 
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	border:0px red solid;
	overflow:hidden;
	
}

#blogtitle a, #blogtitle a:hover {
	font-family: Arial, Verdana; 
	font-weight:bold;
	color:#ffffff; 
	text-decoration:none;
}
	
#subtitle {
	position:absolute;
	overflow:hidden; 
	font-family: Tahoma,Arial, Verdana; 
	width:894px; 
	height:45px;
	top:125px; 
	text-align:center; 
	font-size:13px;
	letter-spacing: 2px;
	color:#ffffff; 
	font-style:italic;
	border:0px red solid;
	line-height:1.1em;
}

/*******************************

GLOBAL MENU

*******************************/

#menu{
	width: 100%;
	height: 50px;
	background-image: url(images/bg_menu.png);
	background-repeat: no-repeat;
	background-position: center;
}
#menu ul {
	width: 950px;
	overflow:hidden;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
#menu ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

/*******************************

OTHER

*******************************/

.searchbox {
	position:absolute;
	top:1px; 
	right: 45px;
	width:250px;
	height:30px; 
	border:0px;
}
.search-field input {
	position:absolute;
	top:5px;
	left:7px;
	width:172px; 
	height:15px; 
	font-family:Verdana;
	font-size:11px; 
	font-weight:bold;
	color:#999999; 
	padding:5px 3px 3px 3px;
	border:0px;
	background:#ffffff;
}
.search-but input {
	position:absolute;
	top:7px;
	right:5px;
	width:50px; 
	height:20px; 
	background:transparent;
	border:0px;
}

/***** sidebar *****/
#sidebar{
	float:left;
	height: 950px;
	width: 200px;
	background-color:#FFFFFF
}

#sidemenu{
	width:200px;
	height: 780px;
	background-image: url(images/bg_sidemenu.png);
	background-repeat: no-repeat;
	background-position: top;
}

#sidemenu ul {
	list-style-type: none;
	margin: 0px;
	width: 183px;
	text-align: center;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidemenu li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	
	
}

/***** content *****/

.archivetitle {
	height:20px;
	font-size: 130%;
	color: #FFFFFF;
	font-weight:bolder;
	background-image: url(http://www.kamiura-media.com/renewal/images/bg_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 171px;
	background-color: #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.post{
	width:750px;
	margin-bottom:10px;
}	

.post_top{
	position: relative;
	height:40px;
	margin-bottom:10px;
	/*background: #f6f6f6;*/
}
.post_bottom{
	margin: 0 50px 0 50px;
	height:3px;
	background:url(images/line.jpg) repeat-x bottom;
}	
.posttitle{
	position:absolute;
	top:0px;
	left:5px;
	font-size:18px;
	font-family:arial;
	color:#5A6B1E;
	border:0px red solid;
	margin-bottom:10px;

}
.posttitle a{
	font-family:arial;
	color:#5A6B1E;
	text-decoration:none;
}
.posttitle a:hover{
	font-family:arial;
	text-decoration:underline;
	color:#5A6B1E;
}
.date {
	position:absolute;
	font-family:arial;
	top:24px;
	right: 20px;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}
.author{
	position:absolute;
	font-family:arial;
	font-size:11px;
	top:24px;
	left:5px;
}
.author a{
	text-decoration:none;
}
.author a:hover{
		text-decoration:underline;
}
.info {
	line-height: 2em;
	font-size: 9px;
	padding:10px 10px 5px 10px;
	color:#000000;
	border:0px red solid;
}
.category{
	padding:2px 0 2px 20px;
	background:url(images/category.jpg) no-repeat top left;
}
.bubble{
	padding:2px 0 2px 20px;
	background:url(images/bubble.jpg) no-repeat left top;
}
.tags{
	padding:2px 0 2px 20px;
	background:url(images/tags.jpg) no-repeat left top;
}

.entry {
	color: #000000;
	line-height: 1.6em;
	text-align: justify;
	padding: 5px 15px 0px 15px;
}

.navigation {
	font-size: 12px;
	padding: 30px 0px 30px 0px;
}


.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #CC6633;
	background:#ffffff;
}

/*** comment ***/
#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}
#comments{
	padding:0 20px 0 20px;
}
.nocomments {background: none; color: #000000;}

.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #5A6B1E;
}
.commentlist {list-style: none;margin:0px;padding:0px;}

.commentbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}

.commenthead {
	height:34px;
	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.adminbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 15px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}
.adminhead {
	height:32px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 40px;
	border-bottom: 1px dashed #5A6B1E;
	background: #F0F3CD url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;
	font-size:12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px dashed #5A6B1E;
	background:#F0F3CD;
}

.avatar {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #aaaaaa;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.authorlink {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.authorlink a {color: #000000; font-size: 12px; font-weight: bold;line-height:1.5em;}
.commentlink {font-size: 10px; color: #000000;}

.trackbody p a {color: #000000;}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #5A6B1E;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 500px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #5A6B1E;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #5A6B1E;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/***** widget *****/
#wp-calendar td {font-size:11px;color:#999999;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 210px;
	text-align: center;
	font-size:11px;
	color:#5A6B1E;
}
.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
}

.textwidget { /*text box*/
	margin:5px 0px 5px 5px;
}

#akismetwrap{
	margin:2px 0 2px 45px;
}
.rsswidget img {
	margin-top:2px;
	margin-left:-15px;
	padding:0px;
	background:#ff0 fixed;
}

#sidebar h1 a.rsswidget{
	margin-left:-3px;
	color: #706D2A;
	text-decoration:none;
}

/*********** NEWS ************/
#news{
	float: left;
	width: 360px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 296px;
}
* html #news{
	float: left;
	width: 360px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#news a{
	padding-left: 15px;
}
#news ul{
	width: 310px;
	padding-top: 70px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 10px;
}
#news li{
	list-style-type: none;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

#pickup{
	float: left;
	width: 360px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/pickup.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 296px;
}
#pickup_inner{
	width: 310px;
	float: left;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#pickup h3{
	font-size: 120%;
	color: #FF6600!important;
}
#pickup p{
	line-height: 1.3em;
}
#pickup img{
}
#what{
	float: left;
	width: 720px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/what.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 260px;
	margin-left: 7px;
	margin-top: 10px;
}
#what_inner{
	float: left;
	width: 700px;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
}
#what_inner p{
	line-height: 1.5em;
}
#what_inner h3{
	margin: 0px;
	padding: 0px;
	color: #FF0066;
}
#q_a{
	float: left;
	width: 360px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/q_a.png);
	background-repeat: no-repeat;


	background-position: center top;
	height: 296px;
}
#q_a ul{
	width: 310px;
	padding-top: 80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 5px;
}
#q_a li{
	list-style-type: none;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#case{
	float: left;
	width: 360px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/case.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 296px;
}
#case ul{
	width: 310px;
	padding-top: 80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 5px;
}
#case li{
	list-style-type: none;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#banner{
	text-align: center;
	width: 930px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
#banner img {
	border: 1px solid #CCCCCC;
}
#side_inquiry{
	width: 170px;
	text-align: center;
	padding-left: 15px;
	background-color:#FFFFFF
}

/*************************************

COMMON

**************************************/

.detail{
	color: #FF6600;
}

.question{
	background-image: url(images/icon/question.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
}
.arrow1{
	background-image: url(images/icon/arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
}
.contents_title{
	width: 700px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #FF6600;
	font-size: 130%;
	margin-top: 0px;
	padding-top: 0px;
}/**  display h2 contents title **/
.page_top{
	text-align: right;
	padding: 10px;
	width: 690px;
}
.float_left{
	float: left;
}
/*************************************

what about kamiuramedia

**************************************/

.whatH3{
	font-size: 150%;
	color: #FF6600;
}
.what_pBox{
	padding: 20px;
	width: 620px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	background-color: #EFEFEF;
}
.what_pBox p{
	
	line-height: 1.5em;
}
.what_pBox2{
	padding: 20px;
	width: 620px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}

.what_pBox2 h3{
	font-size: 130%;
	color: #FF0000;
}

/*************************************

list of all categories

**************************************/
.cateogry_aBox {
	padding: 20px;
	width: 620px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
}
.cateogry_aBox a{
	margin-right: 15px;
	line-height: 1.7em;
}
.cateogry_aBox2 {
	width: 720px;
}
.category_aBoxInner{
	padding: 20px;
	width: 677px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.category_text{
	padding-left: 20px;
	float: left;
	width: 500px;
	line-height: 1.5em;
}


/**********************

TABL

**********************/

.hyo3 {
  margin-top:12px;
  margin-bottom:20px;
  width:750px;
}
.hyo3 td {
  padding:8px 15px;
  border-bottom:1px solid #e5e5e5;
  letter-spacing:1px;
}
.hyo3 td.sub {
  background:#f7f7f7;
  vertical-align:middle;
  text-align:center;
  width:200px;
}
.hyo3 td.sub2 {
  width:20%;
  background:#f7f7f7 ;
  vertical-align:middle;
  text-align:center;
}
.hyo3 td.non {
  padding:0;
  border:none;
}
.hyo3 td span {
  color:#FF0000;
  font-size:10px;
}
.hyo3 td img {
  vertical-align:middle;
}
img.sp {
  padding-bottom:5px;
}
.hyo3 td p {
  margin-top:10px;
}

.red!important{
	color: #FF0000;
}

/****************************************

the H3 when the list of category display

****************************************/
#content .entry .cate_listH3{
	font-size: 120%;
	color: #FF6600;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.page_list{
	background-color: #DFDFDF;
	padding: 5px;
	width: 100%;
	font-weight: bold;
}

