@charset "UTF-8";
 
/*=========================================================================
Type : Specified Directory Layout
Page : /index.html
=========================================================================*/

/* Common Import Setting
--------------------------------------------- */

/* Basic Setting */
@import "common_basic.css";

/* Whole Layout */
@import "common_layout.css";


/* ReWrite Common Layout
--------------------------------------------- */
html {
	display:table;
	width:100%;
	height:100%;
}
body {
	display:table-cell;
	vertical-align:middle;
	background-image:none;
}
/* for IE6 */
* html body {
	text-align: center;
	height: 100%;
}
* html #container{
	display: inline;
	vertical-align: middle;
	zoom: 1;
	text-align:left;
}
* html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
/* for IE7 */
*:first-child+html body {
	text-align: center;
	height: 100%;
}
*:first-child+html #container{
	display: inline;
	vertical-align: middle;
	zoom: 1;
}
*:first-child+html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

div#container div#contB{
	padding-top:10px;
	background:url(../images/index/container_bg_top.gif) no-repeat 0px 0px;
}
div#contents div.coInB{
	width:895px;
	padding:0px 15px 0px 20px;
	/*background:url(../images/index/side_bg.gif) no-repeat 600px bottom;*/
}

/* Directry Page Layout
--------------------------------------------- */
/* main column */
div#coMain{
	float:left;
	width:560px;
}
div#coMain h2{
	height:45px;
	margin-bottom:10px;
	background:url(../images/index/main_title_information.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	overflow:hidden;
}
div#coMain ul{
	padding-left:10px;
}
div#coMain li{
	margin-bottom:0.5em;
	padding-left:8px;
	background:url(../images/index/main_bullet01.gif) no-repeat 0px 6px;
}
div#coMain li p{
	padding-top:5px;
}

/* side column */
div#coSide{
	float:right;
	width:320px;
	padding-bottom:40px;
}
div#coSide h3{
	width:320px;
	height:45px;
	margin-bottom:13px;
	background:url(../images/index/side_title_blog.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	overflow:hidden;
}
div#coSide div.sBox{
	padding:0px 25px;
}
div#coSide div.sBox ul#feed{
}
div#coSide div.sBox ul#feed li{
	margin-bottom:0.3em;
	padding-left:8px;
	background:url(../images/index/main_bullet01.gif) no-repeat 0px 6px;
}
div#coSide div.sBox ul#feed li span{
	margin-left:1.0em;
	font-size:0.8em;
}






