@charset "UTF-8";
/* 初期設定 */

*{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,p,ul,ol,li,dt,dl,dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

p{
	font-size:12px;
	line-height:160%;
}

p.clear {
	clear:both;
 }


.red {color: red}


/* ボディー */
body {
	width:100%;
	height:100%;
	font-size: 100%;
	color: #333333;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
}

html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	width:100%;
	height:100%;
}

/* 画像ボーダー */
img {
border-style: none;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ベース */
div#mainarea{
	width:100%;
	margin:0 auto 0 auto;
	padding:0;
	background:url(/img/special/granvia/0803/sirowaku_bg.gif);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#ffffff;
}
/* オレンジ */
div#mainarea div#contentsarea{
	width:904px;
	margin:0 auto 0px auto;
	padding:0;
	background-color:#FF9F10;
}
/* メイン */
div#mainarea div#contentsarea h1{
	width:904px;
	height:273px;
	background:url(/img/special/granvia/0803/main.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
	margin:0 auto 0 auto;
}

/* メイン */
div#mainarea div#contentsarea div#kokuchi{
	width:880px;
	margin:0 auto 20px auto;
	font-size:16px;
	line-height:140%;
	color:#FFFFFF;
	font-weight:bold;
}

/* タイトル01 */
div#mainarea div#contentsarea h2{
	width:884px;
	height:37px;
	background:url(/img/special/granvia/0803/towa_tit.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	margin:0 0 0 10px;
	_margin:0 0 0 5px;
	float:left;
}

div#what01{
	width:884px;
	background:url(/img/special/granvia/0803/cont_bk.gif);
	background-repeat: repeat-y;
	background-position:bottom;
	margin:0 0 0 10px;
	_margin:0 0 0 5px;
	float:left;
}

div#what01 p{
	width:530px;
	margin:10px 0 10px 10px;
	float:left;
	text-align:left;
}
div#what01 img{
	float: right;
	margin:10px 10px 10px 0;
}

/* タイトル02 */
div#mainarea div#contentsarea h3{
	width:884px;
	height:37px;
	background:url(/img/special/granvia/0803/sousyuu_tit.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	margin:20px 0 0 10px;
	_margin:20px 0 0 5px;
	float:left;
}

div#what02{
	width:884px;
	background:url(/img/special/granvia/0803/cont_bk.gif);
	background-repeat: repeat-y;
	background-position:bottom;
	margin:0 0 0 10px;
	_margin:0 0 0 5px;
	_padding:0 0 20px 0;
	float:left;
}

div#what02 p{
	width:650px;
	margin:10px 0 10px 20px;
	float:left;
	text-align:left;
}
div#what02 div.somurie{
	float: left;
	margin:10px 0 20px 20px;
	_margin:10px 0 20px 10px;
}

/* バックナンバー */
div#what02 div#roundup{
	width:854px;
	background:url(/img/special/granvia/0803/bg_beige.gif);
	background-repeat: repeat-y;
	margin:0 0 20px 15px;
	_margin:0 0 20px 7px;
	float:left;
}

div#what02 div#roundup div.icon{
	float: left;
	margin:500px 0 0 6px;
	_margin:500px 0 0 3px;
}

.roundup_waku{
	width:805px;
	background:url(/img/special/granvia/0803/bk01.gif);
	background-repeat: repeat-y;
	background-position:bottom;
	float:right;
	text-align: left;
	margin:10px 10px 10px 0;
	_margin:10px 5px 10px 0;
	padding:0 0 10px 0;
}

 .roundup_waku h4{
	width:785px;
	height:22px;
	background:url(/img/special/granvia/0803/tit_bk.gif);
	background-repeat: no-repeat;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px 0 0 20px;
}

.text{
	width:470px;
	float:left;
	font-size:12px;
	line-height:160%;
	color:#333333;
	margin:10px 0 0 20px;
	_margin:10px 0 0 10px;
	padding:0 0 20px 0;
}

 .roundup_waku img{
	width:276px;
	float:left;
	margin:0 0 0 27px;
}

/* ページトップ　ボタン */
 .pagetop img{
	width:140px;	
	margin:20px 0 0 740px;
	float:left;
}
