﻿@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;
	}
#mainSub{
	width:980px;
	margin:0 auto;
	background: #FFF;
	}	
	
/*ヘッダー（サブ）*/	
#headerSub {
	padding: 0 14px;
	height:112px;
	/*width:980px;*/
}
#headerSub #left{
	padding:0;
	float:left;
}
	
#headerSub h1 {
	margin: 0;
	padding: 2px 0 0 0;
	font-size:11px;
	font-weight:normal;
}
#headerSub #logo a{
	display:block;
	margin				: 10px 0 0 15px;
	width				: 301px;
	height				: 65px;
	text-indent			: -9999px;
	overflow			: hidden;
	background			: url('../images/logoSub.jpg') no-repeat ;
}


#headerSub #contact_btn{
	float:right;
	padding:14px 0 0 0;
	}

/*グローバルナビゲーション*/
#Gnavi{
/*	width:970px;*/
	height:76px;
	_height:68px;
/*	background:url(../images/Gnavi_bg.png) repeat-x;*/
	padding:0 0 0 9px;
/*	margin:0 auto;*/
	}
#Gnavi li {
	float				: left;
	padding				: 11px 5px 0 0;
}
#Gnavi a {
	display				: block;
	height				: 53px;
	background			: url('../images/Gnavi.gif') no-repeat;
	text-indent			: -9999px;
	overflow			: hidden;
}
#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 .salon a { background-position: -768px 0; width: 188px; }


#content {
	padding: 15px 25px 25px 25px;
}
#content h1{
	clear:both;
}
#sidebar{
	width:214px;
	float:right;
	}
	
#sidebar #serch_area{
	border:solid 1px #e2e2e2;
	background:#ffe1e1;
	padding:10px;
	margin:0 0 10px 0;
	}
#sidebar #serch_type{
	border:solid 1px #e2e2e2;
	background:#ffe1e1;
	padding:10px;	
	}
.recommend{
	margin:0 0 10px 0;
	}
	
#sidebar .contacts{
	margin:0 0 10px 0;
	}	
#sidebar #bnr{
	margin:0px 0 0 0;
	}	
#sidebar #bnr li{
	padding:0 0 10px 0;
	}

#content_right{
	width:696px;
	float:right;
	padding:0px 16px 0 0;
	}	
	
.bnr_partyreport{
	clear:both;
	margin:15px 0;
	}
	
/*フッター*/
#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.formth  {
    margin: 0 auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse:separate;
    text-align: left;

}

table.formth 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.formth td {
    padding: 8px;
 	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

}
.box120 {
    width: 120px;
    padding: 2px;
    border: 1px solid #ccc;
}
.box240 {
    width: 240px;
    padding: 2px;
    border: 1px solid #ccc;
}
.box60 {
    width: 60px;
    padding: 2px;
    border: 1px solid #ccc;
}

.box380 {
    width: 200px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}

.area380 {
    width: 380px;
    height: 250px;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
}
.border{
	margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
	}
.attention{
	color: #ff0000;
}
.mini{
	font-size:11px;}
	
	
/*ページトップへ*/
.pagetop{
	margin:15px 0 30px 0;
	text-align:right;
	clear:both;
	}


/* パーティレポート */
#partyIndex {
	margin-bottom	: 50px;
}
#partyIndex .thumbParts {
	float			: left;
	width			: 220px;
	margin			: 5px 0;
}
.party {
	margin-top		: 10px;
	margin-bottom	: 30px;
}
.party h2 {
	background		: url("../../common/images/plan_title_bg.gif") no-repeat center center;
	padding-left	: 20px;
	margin-bottom	: 10px;
}
.party .report_info {
	margin-bottom	: 10px;
	font-weight		: bold;
}
.party .report_info .year {
	float			: left;
/*	width			: 120px;*/
}
.party .report_info .name {
	float			: left;
	width			: 400px;
	font-size		: 110%;
}
.party .report_info .space_label {
	float			: left;
	width			: 120px;
}
.party .report_info .space_name {
	float			: left;
	width			: 400px;
}

.party .couple {
	margin			: 40px 0;
	background		: url('../images/party_back.gif') no-repeat center center;
}
.party .coupleimg {
	width			: 696px;
	height			: auto;
	margin			: 4px 5px 0 15px;
	position		: relative;
	text-align		: center;
}
.party .couplemsgframe {
	width			: 620px;
	margin			: 4px auto;
}
.party .couplemsg {
	border			: 1px solid #CCCCCC;
	padding			: 5px;
}
.party .couple h4 {
	margin-bottom	: 5px;
	padding-top		: 6px;
	background		: url(../images/h4_bg.gif) no-repeat -76px center;
	height			: 31px;
	font-size		: 110% !important;
}

.party .planner {
	margin			: 40px 0;
	background		: url('../images/party_back.gif') no-repeat center center;
}
.party .plannerimg {
	margin			: 4px 5px 0 5px;
	position		: relative;
	text-align		: center;
}
.party .plannermsgframe {
	width			: 620px;
	margin			: 4px auto;
}
.party .plannermsg {
	border			: 1px solid #CCCCCC;
	padding			: 5px;
}
.party .planner h4 {
	margin-bottom	: 5px;
	padding-top		: 6px;
	background		: url(../images/h4_bg.gif) no-repeat -76px center;
	height			: 31px;
	font-size		: 110% !important;
}

.party h5 {
	margin			: 25px 0 5px 0;
	padding			: 4px 0 0 20px;
	background		: url(../images/h4_bg.gif) no-repeat;
	height			: 31px;
	font-size		: 110%;
}


/* フォトギャラリー */
.gallery {
	text-align		: center;
	margin-bottom	: 20px;
}
.gallery div {
	float 			:left;
	border			: 1px solid #CCCCCC;
	width			: 130px;
	height			: 130px;
	margin			: 2px;
	_margin-left	: 1px;
	position		: relative;
}
.gallery div img{
	position		: absolute;
}
