@charset "UTF-8";
/* CSS Document */

/* ===containerのレイアウト==================*/

#container {
	background:url(../images/impression/background_06.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ===headerのレイアウト==================*/

#header {
	width:800px;
	height:150px;
}

#head-top #head-top-left {
	float:left;
	width:430px;
	height:150px;
}

#head-top h1 {
	width:430px;
	height:150px;
	background:url(../images/impression/ttl_impression.png) no-repeat 0px center;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#head-top #head-top-right {
	float:right;
	padding:16px 12px 0 0px;
}

/* ===contentsのレイアウト==================*/

#main {
	background:url(../images/impression/background_line.png) repeat-y left top;
}

#contents #impre {
	width:370px;
	padding:0 30px;
}

#contents #impre p {
	font-family:'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体",Georgia,"ＭＳ Ｐ明朝","MS P Mincho",serif;
	color:#cac8ba;
	margin:20px 0;
	line-height:1.7em;
	padding-bottom:18px;
	border-bottom:#333 1px solid;
}

#contents #impre p span {
	font-size:24px;
	color:#c2fafe;
	line-height:1.4em;
	padding:0 3px;
}
