@charset "utf-8";

/* ============================================================================

	グローカルアドプロデュース CSS
	layout.css
	2009-09-10

============================================================================ */
html, body{
	height:100%;
	}
body > #wrapper {
        height: auto;
}
body {
	background			: url('../images/bg.gif') repeat;	
	text-align: center;	
}

#container {
	background:url(../images/bg_white.png) repeat-x;	
	width: 100%; 
}

#main_wrp{
	width:1000px;
	margin:0 auto;
	text-align: left;
	background:url('../images/mainbg_shadow.png') repeat-y;
	}
#main{
	width:980px;
	margin:0 auto;
	background:url(../images/top_bg.jpg) no-repeat #FFF;
	}
#mainSub{
	width:980px;
	margin:0 auto;
	background: #FFF;
	}	
	
/*ヘッダー（トップ）*/	
#header {
	padding: 0;
	height:430px;
}
#header h1 {
	margin: 0;
	padding: 2px 0 0 7px;
	font-size:12px;
	height:24px;
}
#header #logo {
	display				: block;
	width				: 259px;
	height				: 162px;
	text-indent			: -9999px;
	overflow			: hidden;
	background			: url('../images/logo.png') no-repeat ;
	margin				: 64px 0 0 690px;
}
#header #contact_btn{
	margin				: 77px 0 0 728px;
	}

/*グローバルナビゲーション*/
#Gnavi{
	height:53px;
	/*background:url(../images/Gnavi_bg.png) repeat-x;*/
	padding:0 0 0 9px;
	margin:0;
	}
#Gnavi li {
	float				: left;
	padding				: 0 5px 0 0;
	margin:6px 0 6px 0;
}
#Gnavi li a {
	display				: block;
	height				: 53px;
	background			: url('../images/Gnavi.gif') no-repeat;
	text-indent			: -9999px;
	overflow			: hidden;
	margin: 0;
}
#Gnavi a:hover {
	background-image	: url('../images/Gnavi_ov.gif');
}
#Gnavi a.current {
	background-image	: url('../images/Gnavi_ov.gif');
}
#Gnavi .style a { background-position: 0 0; width: 188px;}
#Gnavi .space a { background-position: -192px 0; width: 188px;}
#Gnavi .fair a { background-position: -384px 0; width: 188px; }
#Gnavi .plan a { background-position: -576px 0; width: 188px; }
#Gnavi .contact a { background-position: -768px 0; width: 188px; }


#content {
	padding: 10px 25px 25px 25px;
}
#content h1{
	clear:both;
}


/*サイドバー*/
#sidebar{
	width:214px;
	float:left;
	}
#sidebar #bnr li{
	padding:0 0 10px 0;
	}
	
/*ニュース*/
#h_news{
	margin:10px 0 5px 0;}
#news{
	border:solid 1px #ffc9e1;
	padding:0 10px 0 10px;
	margin:0 0 10px 0;
	}
#news .newLine{
	margin:9px 0 9px 0;
	}
#news .border{
	background:url('../images/bd_c.gif') repeat-x;
	height:1px;
	}
#news .day{
	color: #666666;	
	font-size:90%;
	width:60px;
	float:left;
	}
#news .text{
	font-size:90%;
	clear:both;
	}
#news a{
	color: #666666;
	text-decoration: none;
	}
#news a:hover{
	color: #666666;
	text-decoration: underline;
}

/*メイン*/
#content_right{
	width:696px;
	float:right;
	padding:10px 0 0 0;
	}	
.topbnr_recommend{
	/*border:solid 1px #CCC;*/
	background:#FFF;
	height:100px;
	margin:0 0 10px 0;
	}
#top_main_left{
	float:left;
	width:343px;
	}
#top_main_right{
	float:right;
	width:343px;
	}	
.topbnr_wrp{
	width:696px;
	}	
.topbnr_spaceindex{
	border:solid 1px #CCC;
	background:#FFF;
	height:70px;
	margin:0 0 10px 0;	
	}
.topbnr_partyreport{
	border:solid 1px #CCC;
	background:#FFF;
	height:70px;
	margin:0 0 10px 0;	
	}
.topbnr_plan{
	float:left;
	width:167px;	
	background:#FFF;
	height:150px;
	margin:0 0 10px 0;		
	}
.topbnr_fair{
	float:right;
	width:167px;	
	background:#FFF;
	height:150px;
	margin:0 0 10px 0;		
	}
.topbnr_salon{
	background:#FFF;
	height:150px;
	margin:0 0 10px 0;		
	}
.topbnr_contacts{
	clear:both;
	/*border:solid 1px #d5cebe;*/
	background:#FFF;
	margin:0 0 10px 0;
	padding:0;}
/*ページトップへ*/
.pagetop{
	margin:15px 0 30px 0;
	text-align:right;
	clear:both;
	}

/*フッター*/
#footer { 
	clear:both;
	padding: 0 35px; 
	font-size:90%;
	/*background:#DDDDDD;*/
}
#footer p {
	margin: 0; 
	padding: 10px 0;
}
#footer .sitename{
	font-weight:700;
	}
#footer .sitename a{
	text-decoration:none;
	}
#footer .sitename a:hover{
	text-decoration:underline;
	}
/* テーブル共通指定

----------------------------------------------- */

table  {
    margin: 0 auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse:separate;
    text-align: left;

}

table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-left:  1px solid #ccc;
	border-bottom:  1px solid #ccc;
    background-color: #f6f6f6;
    font-weight: normal;
}
.formth th{
    background-color: #ffdcf6;
}
table td {
    padding: 8px;
 	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

}

.mini{
	font-size:11px;}
