/*
Theme Name: daijirom.com
Theme URI: http://www.daijirom.com
Description: The original WordPress theme for daijirom.com.
Version: 1.0
Author: So Hashizume
Author URI: http://www.sosososo.com
Tags: blue, custom header, fixed width, two columns, widgets
*/
/******************************************************************************************************/
/* General styles */
/******************************************************************************************************/

* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #ddd;
}

body {	
	margin:0;
	padding:0;	
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif; 
	line-height: 1.5em;
	color:#333;
	background: #ddd;
}

a {
	color:#000;
	text-decoration: none;
	font-weight: normal;
	outline:none;
	overflow: hidden;
}

a:hover {
}


h1{
	font-size: 16px;
	color: #000;
}

h2, h3 {
	color:#000;
}

.block h2 {
	margin:1em 0;
}

.desc_j h2{
	line-height: 1.3em;
	font-size: 11px;
}

.desc_e h2{
	line-height: 1.3em;
	font-size: 12px;
}

img {
	border:0;
	vertical-align:top;
	height: auto;
}

li {
	width:100%;
	vertical-align:bottom;
}

ul,li {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

/******************************************************************************************************/
/*boxes*/
/******************************************************************************************************/

#page{
	padding: 0 0 0 15px;
}

#content{
	width: 100%;
	padding: 0;
	margin: 15px 0 15px 0;
	list-style: none;
}

.blockwrap {
	float: left;
	width: 190px; /*Set default width*/
	padding: 0;
	margin-bottom: 15px;
	display: inline;
}

.block {
	background: white;
	margin-right: 15px;
	padding: 15px;
}

/******************************************************************************************************/
/*  */
/******************************************************************************************************/

.toggle_active{
	font-weight: bold;
}

.desc_j {
	font-size: 11px;
	line-height: 1.4em;
}

.desc_e {
	font-size: 12px;
	line-height: 1.2em;	
}

/******************************************************************************************************/
/*single*/
/******************************************************************************************************/


.imgs {
	background: white;
	padding: 25px 25px 0 25px;
}

.single h2 {
	font-size: 14px;
}

.single .desc_j{
	line-height: 1.6em;
	font-size: 12px;
}

.single .desc_e{
	line-height: 1.4em;
	font-size: 12px;
}

.single h2 {
	font-size: 14px;
	margin-bottom: 0.8em;
}

/******************************************************************************************************/
/*boxes*/
/******************************************************************************************************/

.block img {
	width: 100%;  /*Took 1% off of the width to prevent IE6 bug*/
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
}

#title {
	font-size: 18px;
	font-weight: normal;
}

#ajx{
	display: none;
	overflow: hidden;
	height: auto;
}

#test {
	overflow: hidden;
	height: auto;
}

.single {
	margin: 15px 15px 0 0;
	background: white;
	padding: 15px;

}
/******************************************************************************************************/
/*etc*/
/******************************************************************************************************/

.feed {
  padding: 0 0 0 16px;
  background: url("images/feed.png") no-repeat 0 50%;
}

.clr {
	clear: both;
}

.close, .top {
	font-weight: bold;
}

.close {
	float: left;
}
.top {
	float: right;
	display: none;
}


.menu {
	line-height: 1.4em;
}

.single img{
	margin: 0 15px 15px 0;
}

.awppost_link{
	display: none;
}
