
@charset "UTF-8";


/* -----------------------------------------------
印刷用
-------------------------------------------------- */
@media print {
	
html{ font-size : 87.5%;} 
body{ width: 960px;} 

/* -----fluid-images ----- */
img, object, embed, video {
	max-width: 100%;
}
/* ----- IE 6 does not support max-width so default to width 100% ----- */
.ie6 img {
	width:100%;
}

/* -----------------------------------------------
 contents_common
-------------------------------------------------- */

#ttlbg1{
	background-image: url(../index_img/ttl_01.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 280px;
	margin: 0;
}
#ttlbg2{
	background-image: url(../index_img/ttl_02.png);
	background-repeat: no-repeat;
    width: 100%;
	height: 280px;
	margin: 0;
}
#ttlbg3{
	background-image: url(../index_img/ttl_03.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 280px;
	margin: 0;
}
#ttlbg4{
	background-image: url(../index_img/ttl_04.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 280px;
	margin: 0;
}
