/*------------------------------
=BASIC SETUP
------------------------------*/

/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}

body {
	margin: 0 auto;
	padding: 12px 0 22px;
	width: 940px;
	font: 13px/22px Helvetica, Arial, sans-serif;
	background: #ffffff;
}

h1{
	font-size: 11px;
	font-weight:normal;
	line-height: 0px;
	padding: 0px 0 7px;
}

h2 {
	font-size: 24px;
	line-height: 44px;
	padding: 5px 0 0;
	color:#066;
	border-bottom:1px solid #066;
	margin-bottom:10px;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 5px 0;
}

p {
	padding-bottom: 5px;
}


a:hover img{
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;	
}

/*------------------------------
=NAVIGATION
------------------------------*/

nav {
	position: absolute;
	left: 0;
	width: 100%;
	background: url("images/nav_background.png");
}

	nav ul {
		margin: 0 auto;
		width: 940px;
		list-style: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		nav ul li {
			
		}
		
			nav ul li a {
				display: block;
				padding: 0 1em;
				font-size: 14px;
				line-height: 44px;
				text-align: center;
				text-decoration: none;
				color: #777;
			}
			
				nav ul li a:hover {
					color: #000;
					font-weight: bold;
				}
			
			nav ul li.selected a {
				color: #000;
				font-weight: bold;
			}
			
			nav ul li.subscribe a {
				margin-left: 22px;
				padding-left: 33px;
				text-align: left;
				background: url("images/rss.png") left center no-repeat;
			}



/*------------------------------
=INTRODUCTION
------------------------------*/
#slide{
	position: relative;
	margin-top: 60px;
	margin-bottom: 380px;
}

/*------------------------------
=CONTENT AREA AND SIDEBAR LAYOUT
------------------------------*/

#content {
	display: table;

}

	#mainContent {
		display: table-cell;
		width: 620px;
		padding-right: 22px;
		vertical-align:top;
	}
	
	aside {
		display: table-cell;
		width: 300px;
		background: #f1f1f1;
	}

aside section ul li a img{
	width:90%;
}

/*------------------------------
=BLOG POST
------------------------------*/
.blogPost header p, .blogPost header p a {
		font-size: 12px;
		letter-spacing: 0.1em;
		color: #000;
	}
	
		.blogPost header p a:hover {
			text-decoration: none;
			color: #000;
		}

.blogPost div {
	/* Column-count not implemented yet */
	-moz-column-count: 2;
	-webkit-column-count: 2;
	
	/* Column-gap not implemented yet */
	-moz-column-gap: 22px;
	-webkit-column-gap: 22px;
}
	
.blogPost img {
	margin: 10px 0 32px;
	-webkit-box-shadow: 3px 3px 7px #777;
}

/*------------------------------
=MAIN CONTENT
------------------------------*/
#mainContent header p, .blogPost header p a {
		font-size: 12px;
		letter-spacing: 0.1em;
		color: #000;
	}
	
		.blogPost header p a:hover {
			text-decoration: none;
			color: #000;
		}

#mainContent div {

}


/*------------------------------
=company　CONTENT
------------------------------*/

#mainContent table{
	border-collapse: collapse;
}

#mainContent td.h{
	text-align : center ;
	border: solid 1px #eee;
	width: 120px;
	background: #f5f5f5;
	padding: 0.5em;
}
#mainContent td.s{
	border: solid 1px #eee;
	text-align : center ;
	padding: 0.5em;
	width: 120px;
}

#mainContent td.ah{
	border: solid 1px #eee;
	width: 450px;
	background: #f5f5f5;
	padding: 0.5em;
}

#mainContent td.as{
	border: solid 1px #eee;
	padding: 0.5em;
	width: 450px;
}
#mainContent td img{
	width:100%;
}
	
/*------------------------------
=COMMENTS
------------------------------*/

#comments {
	margin-bottom: 21px;
	padding-top: 12px;
	padding-bottom: 15px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

	#comments article {
		display: table;
		padding: 8px 22px;
	}
	
	#comments article:nth-child(odd) {
		padding: 8px 21px;
		background: #f1f1f1;
		border: 1px solid #d7d7d7;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
	}
	
		#comments article header {
			display: table-cell;
			font-weight: bold;;
			width: 120px;
			padding-right: 22px;
		}
		
			#comments article header a {
				display: block;
				font-weight: bold;;
				color: #000;
			}
			
				#comments article header a:hover {
					text-decoration: none;
				}
				
		#comments article p {
			width: 420px;
			padding: 0;
		}
		.daihyou{
			width:100px !important;
		}
		#comments .hallo{
			border:5px solid #376092;
			border-radius: 25px 0 25px 0;
			margin-left:20px;
			padding:20px 20px 20px 40px;
			height:150px;
		}
		#comments .hallo h4{
			text-align:center;
			font-size:20px;
			margin-bottom:1em;
		}
		#comments .hallo li{
			margin-bottom:1em;
		}



/*------------------------------
=COMMENT FORM
------------------------------*/
form {
	margin-top: 21px;
	padding-top: 22px;
	border-top: 1px solid #d7d7d7;
}

	form p {
		display: table;
		margin-bottom: 22px;
		padding: 0 22px;
	}

		form label {
			display: table-cell;
			width: 140px;
			padding-right: 20px;
			text-align: right;
			font-weight: bold;
			vertical-align: top;
		}
	
		form input {
			display: table-cell;
			width: 400px;
			height: 20px;
			border: 1px solid #d7d7d7;
			padding: 0.2em;
		}
		
		form textarea {
			width: 400px;
			height: 150px;
			border: 1px solid #d7d7d7;
			padding: 0.2em;
		}
		
		form input[type="submit"] {
			margin-left: 100px;
			height: 30px;
		}



/*------------------------------
=SIDEBAR
------------------------------*/
aside section {
	margin: 22px 0px;
	padding: 0 0px 11px;
	text-align: center;
	
	/* Border-radius not implemented yet */
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}

	aside section ul {
		margin: 0 0 0 0px;
		list-style: none;
	}
	
		aside section ul li a {
			display: block;
			margin: 0 0 6px 0;
			text-decoration: none;
			color: #000;
		}
		
			aside section ul li a:hover {
				text-decoration: underline;
			}



/*------------------------------
=FOOTER
------------------------------*/
footer {
	position: absolute;
	left: 0;
	text-align : center;
	width: 100%;
	background: #222;
}

	footer div {
		display: table;
		margin: 0 auto;
		padding: 15px 0;
		width: 940px;
		color: #fff;
	}
	
		footer div section {
			display: table-cell;
			width: 300px;
		}
		
		footer div #about, footer div #blogroll {
			padding-right: 20px;
		}
		
		footer div #copy{
			
		}
		
	footer h3 {
		color: #FFF;
	}
	
	footer a {
		color: #999;
	}
	
		footer a:hover {
			color: #FFF;
			text-decoration: none;
		}
	
	footer ul {
		margin: 0 0 0 40px;
		list-style: square;
		color: #565656;
	}
	
		footer ul li a {
			display: block;
		}
.logo_area{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:600px;
	margin:50px 0;
}
.logo{
	width:300px !important;
	display:block !important;
	margin: 50px auto !important;
}
/*------------------------------
=privacy
------------------------------*/
#privacy h2{
	text-align: center;
}
#privacy p{
	margin: 1em 0;
}
#privacy ol{
	padding-left: 1em;
}
#privacy ol>li{
	font-weight: bold;
	margin-top: 2em;
}
#privacy li p{
	font-weight: normal;
}
#privacy li b{
	display: block;
	margin-bottom: 1em;
}
#privacy ul{
	padding-left: 2em;
	margin-bottom: 1em;
}
#privacy ul>li{
	list-style: square;
	font-weight: normal;
}
#privacy ol>li ol{
	list-style: none;
	padding: 0;
	margin-top: 1em;
}
#privacy ol>li ol li{
	font-weight: normal;
	padding-left: 1em;
  	text-indent: -1em;
	margin: 0;
}
#privacy .right{
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}