@charset "utf-8" ;


/********************************************************************************************************
AUTHOR:         a.oya
CSS構成書:      基本段組み（全頁共通）


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

/* -------------------------------------------------------------------------------------------------------
           インデックスページ
------------------------------------------------------------------------------------------------------- */
#main h2 {
	margin-bottom:55px;
	}



/* ----------------------------------------------------
            スライド
----------------------------------------------------- */

#slideImage{
	position:relative;
	margin:0 0 40px 0;
	height:530px;
	}


.nivo-controlNav {
	width:950px;
	position:absolute;
	bottom:0;
	text-align:center;
}



/* ----------------------------------------------------
            左部
----------------------------------------------------- */
#contents h3{
	margin-bottom:16px;
	}

#contents p{
	font-size:1.3em;
	line-height:1.9em;
	margin-bottom:60px;
	}

#contents h4{
	padding:0 0 6px 4px;
	border-bottom:1px solid #333;
	}

#contents dl{
	overflow:hidden; /* 回り込み解除指定 */
	zoom:1; /* 回り込み解除指定 IE6-7 */
	font-size:1.0em;
	}

#contents dt{
	width:124px;
	float:left;
	display:inline;
	margin-top:30px;
	}

#contents dd{
	width:454px;
	float:left;
	display:inline;
	background:url(../img/bg_bd02.gif) left top repeat-y;
	margin-top:30px;
	padding:0 0 0 18px;
	font-size:1.3em;
	line-height:1.5em;
	}






#main #column-wrap {
	margin:0 0 34px 0;
	overflow:hidden; /* 回り込み解除指定 */
	zoom:1; /* 回り込み解除指定 IE6-7 */
	}

#main #column-wrap .Left_box{
	width:610px;
	}

#main #column-wrap .Left_box .c_block {
	margin-bottom:65px;
	}

#main #column-wrap .Left_box h3{
	margin-bottom:33px;
	}
#main #column-wrap .Left_box h4 {}
#main #column-wrap .Left_box p{
	font-size:1.3em;
	line-height:1.9em;
	}

#main #column-wrap .Right_box{
	float:left;
	text-align:left;
	width:290px;
	}


#main #column-wrap .box{
	overflow:hidden; /* 回り込み解除指定 */
	zoom:1; /* 回り込み解除指定 IE6-7 */
	}

#main #column-wrap .imgArea{
	width:950px;
	padding:12px 0 0 0;
	overflow:hidden; /* 回り込み解除指定 */
	zoom:1; /* 回り込み解除指定 IE6-7 */
	}

#main .imgArea .Left_thumb{
	width:626px;
	float:left;
	}


#main #column-wrap ul.image_area {}
#main #column-wrap ul.image_area li {
	width:180px;

	float:left;
	margin-right:28px;
	margin-top:35px;
	}
#main #column-wrap ul.image_area li.last {
	margin:35px 0 0 0;
	}
#main #column-wrap ul.image_area p.image {}
#main #column-wrap ul.image_area p.comment {
	margin:10px 0 0 0;
	line-height:1.4em;
	font-size:1.1em;
	}





#main .imgArea .Left_thumb span{
	display:inline;
	float:left;
	width:180px;
	height:160px;
	margin:0 28px 25px 0;
	}



#main .Right_thumb{
	float:right;
	margin-right:20px;
	}

/* ----------------------------------------------------
           右部
----------------------------------------------------- */
#side .A_Center{
	margin-bottom:34px;
	}
#side #greeting {
	margin-top:60px;
	}
#side #greeting h4 {
	text-align:center;
	margin-bottom:15px;
	}
#side #greeting .okami_img {
	height: 200px;
	margin: 0 auto 10px;
	position: relative;
	width: 200px;
}
#side #greeting .okami_img p {
	height: auto !important;
	margin: 0 auto;
	position: relative !important;
	width: auto !important;
}
/*
#side #greeting .okami_img {
	margin-bottom:10px;
	}
#side #greeting .okami_img p {
	margin:0 auto;
	}
*/

#side #greeting p.okami_name {
	text-align:center;
	margin-bottom:45px;
	}
#side #greeting p.comment {
	margin-bottom:35px;
	line-height:2em;
	font-size:1.3em;
	}

#side #search {
	margin-top:0px;
	}


.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:70px; }
