@charset "UTF-8";

/* ***************************************************
   layout
   *************************************************** */
/* -----------------------------------------------
 *	bg
 * ----------------------------------------------- */
body #wrapper{
	background-image: url(../img/blog/blog_wrapper_bg.gif);
}

/* ***************************************************
   build
   *************************************************** */
/* ----------------------------------------------- 
 *	#contents
 * ----------------------------------------------- */
/* ---------------------------- 
 *	.pageTtl
 * ---------------------------- */
.pageTtl{
	padding-bottom:25px;
}

/* ---------------------------- 
 *	#contBlock
 * ---------------------------- */
#contBlock{
	float:left;
	width:492px;
	display: block;
}
#contBlock .block{
	border: 1px solid #54c2f0;
	margin-bottom: 25px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}
#contBlock .block h3{
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.3em;	
	margin-bottom:14px;
}
#contBlock .block p{
	margin-top:16px;
}

/* ---------------------------- 
 *	#contSide
 * ---------------------------- */
#contSide{
	float:right;
	padding-bottom:25px;
	text-align: left;
	width:150px;
}
/*
#contSide li{
	list-style-position: outside;
	list-style-type: disc;	
}
*/
.side_bloglist {
	padding-top: 20px;
	list-style-type: none;
	width: 150px;
	text-align: left;
}
.side_bloglist li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.4;

}
.side_bloglist h3 {
	font-size: 1.0em;
	font-weight: bold;
}

#contents {
min-height:1000px;
height: auto !important;  
height: 1500px;  
}


