@charset "shift_jis";

/*----------------------------------
/kabegami/css/kabegami.css
09.11.01 shimizu
----------------------------------*/

/* main page
----------------------------------*/

.clm-wallpaper { margin-bottom: 40px; }
.clm-wallpaper.end { margin-bottom: 25px; }

.clm-wallpaper h2 { margin-top: 10px; }

.clm-wallpaper .wallpaper-l,
.clm-wallpaper .wallpaper-r {
	width: 240px;
	}

.clm-wallpaper .wallpaper-l { float: left; }
.clm-wallpaper .wallpaper-r { float: right; }

.clm-wallpaper .img-thumb {
	width: 214px;
	margin: 0 auto;
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	}

.clm-wallpaper .img-thumb p {
	padding: 7px;
	background-color: #ececec;
	}

.clm-wallpaper .buttons,
.clm-wallpaper .buttons-cal,
.clm-wallpaper .buttons-no-cal {
	width: 218px;
	margin: 5px auto;
	}

.clm-wallpaper .buttons-cal {
	background: url(../img/btn_title_cal.gif) 0 6px no-repeat;
	}

.clm-wallpaper .buttons-no-cal {
	background: url(../img/btn_title_no-cal.gif) 0 6px no-repeat;
	}

.clm-wallpaper .buttons_inner { width: 156px; }

.clm-wallpaper span {
	font-size: 0.8em;
	margin-left: 0.5em;
	}

.flt-l { float: left; }
.flt-r { float: right; }


/* open window
----------------------------------*/

#wallpaper_wrapper { margin: 20px; }
#wallpaper_exp { margin-top: 20px; }


/* text size
----------------------------------*/

.wallpaper_text_s {
	font-size: 76%;
	_font-size: 74%;
	color: #666666;
	line-height: 1.6;
	}

/* clearFix
----------------------------------*/

/*---- for not IE ----*/
#HeadLineArea:after,
#BodyArea:after,
#WelcomeFootArea:after,
.clearFix:after{
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*---- for IE7 and Mac ----*/
#HeadLineArea,
#BodyArea,
#WelcomeFootArea,
.clearFix{
	display: inline-block;
	min-height: 1%;
	/* escape MacIE5 \*/
	display: block;      /* for not Mac */
	/* escape MacIE5 */
}

/*---- for IE5 IE6... ----*/
/* escape MacIE5 \*/
* html #HeadLineArea,
* html #BodyArea,
* html #WelcomeFootArea,
* html .clearFix{
	height: 1%;
}
/* escape MacIE5 */
