@charset "UTF-8";

/* =======================================

	Layout CSS

========================================== */

html, body{}

body{line-height:1.5;}

/* h1 ~ h6 Config */
h2, h3, h4, h5, h6, {
	line-height:1.5;
}

/* =======================================

	#HEADER

========================================== */
#header{
}


/* =======================================

	#CONTENTS

========================================== */
#contents{
}


/* ------------------------------------------

      #MAIN

------------------------------------------ */
#main{
}

	#mainvisual{
		height:360px;
		margin-bottom:28px;
	}
	
	#slideshow{
		height:360px;
		overflow:hidden;
	}
	
	.section {
		width:700px;
		margin-bottom: 20px;
	}
	
	.main-contents {
		width:330px;
		float:left;
		margin-right:20px;
		color:#333333;
	}
	
	
	.main-contents .img-area {
		float: left;
		margin-bottom: 15px;
	}
	
	.main-contents .detail-area {
		float:right;
		width: 214px;
	}
	
	.main-contents .detail-area h3 {
		border-bottom: 1px solid #adadad;
		line-height:1.2;
		margin-bottom:10px;
	}
	
	.main-contents .detail-area h3 a {
		font-size: 1em;
	}
	
	.main-contents .detail-area h3 span {
		font-size: 0.846em;
	}
	
	#main .main-contents .detail-area p {
		color: #909090;
		font-size: 0.846em;
		line-height:1.2;
		margin-bottom: 0;
	}
	
	.main-contents .link-btn {
		width:330px;
		clear: both;
	}
	
	
	
	#concept {
	}
	
	#concept p{
	}
	
	#blog {
	}
	
	#blog table{
	}
	
	#blog tr{
	}
	
	#blog th{
		padding:3px 0;
		color: #909090;
		font-size: 0.846em;
		line-height:1.2;
		margin-bottom: 0;
	}
	
	#blog td{
		padding:3px 0 3px 5px;
	}
	
	#blog table a {
		color: #909090;
		font-size: 0.846em;
		line-height:1.2;
		margin-bottom: 0;
	}
	
	#blog table a:hover{
		color:#d23219;
	}
	
	#memmber {
	}
	
	.last {
		margin-right:0;
	}


/* ------------------------------------------

      #SIDE

------------------------------------------ */
#side{
}



/* =======================================

	#FOOTER

========================================== */
#footer {
}

