/*******resetCSS**********/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
	table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
	fieldset,img {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	} 
	
	
/*******resetCSS_END**********/

/*基本設定*/


	*{
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Verdana","Osaka","ＭＳ ゴシック","MS UI Gothic","Arial","sans-serif";
	font-size: 100%;
	}
	
	
	#body_bg {
	margin: 0 auto;
	width: 926px;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-y;
	}
	
	#wrapper {
	margin: 0 auto;
	width: 700px;
	height: auto;
	/*border: 1px solid red;*/
	}
	
	a#top:hover {
	color:#000000;
	text-decoration:none;
	}

	a:link {
	color:#000000;
	text-decoration:none;
	}
	
	a:visited {
	color:#000000;
	text-decoration:none;
	}
		
	#header {
	width: 700px;
	margin:0 auto;
	padding-bottom: 30px;
	}
	
	.p_official {
	font-size: 90%;
	float: right;
	margin: 15px;
	}
	
/*ヘッダーエリア*/	
	.tittle_area {
	width: 900px;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
	}

	.navi_area {
	font-size:13px;
	text-align: right;
	margin: 0px 10px 5px 0px;
	}
	
/*メニューリストの設定*/

	#leftmenu {
	width: 240;
	float: left;
	}
	
	ul#menu_list  {
	list-style-type: none;
	/*border: 1px solid red;*/
	margin-left: 15px;
	padding: 0;
	}

	li {
	/*font-size: 90%;*/
	}
	
	
	
/* フッター部分の設定 */

	#footer{
	margin:0 auto;
	clear: both;
	color: #FFF;
	padding: 5px 0;
	font-size: 10px;
	background-color: #003399;
	background-position:center;
	background-repeat:repeat-y;
	text-align:center;
	}
			
	div#footerinner {
	clear: both;
	padding: 20px;
	background-image:url(images/nicole_logo_s.gif) no-repeat;
	background-attachment: fixed;
	text-align: center;
	}
	
	
/*メインコンテンツの基本設定*/



	div#maincontent{
	width: 630px;
	margin:0 auto;
	/*border: 1px solid red;*/
	text-align:left;
	height:1%;
	}
	
	div.maincontent_bothpad {
	margin: 20px 0 20px 0;
	height:1%;
	}
	
	div.maincontent_text {
	margin: 10px 10px 30px 10px;
	height: 1%;
	}

	div.rightpad {
	width: 300px;
	height: auto;
	float: right;
	height:1%;
	}

	div.leftpad {
	width: 300px;
	height: auto;
	float: left;
	height:1%;
	}
	
	
	#scroll_area_box {
	width: 590px;
	margin: 0 auto;
	}
	
	
/************通常ページ・スクロール設定******************/	
	#scroll_area{ 
	width: 580px;
	margin:0 auto;
	height: 100px;
	overflow: auto;
	border: #CCCCCC 1px solid;
	scrollbar-base-color:#CCCCCC;
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#0000CC;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
}


	.news_index{
	padding: 4px 0;
	margin: 15px 20px;
	line-height: 120%;
	font-size: 11px;
	color:#000000;
	border-bottom: 1px solid #CCC;
}	
	

/*メインコンテンツの個別設定*/	
	
	h2.title_banner {
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 85%;
	font-weight: bold;
	background-color: #003399;
	clear: both;
	}
	
	
	
	h3 {
	margin: 20px 0; 
	padding-left: 10px;
	/*font-size: 100%;*/
	font-weight: bold;
	border-left: 5px solid #FF0000;
	color: #000000;
	clear: both;
	}
	
	h4 {
	margin: 40px 0 10px 0; 
	padding-left: 10px;
	font-size: 80%;
	font-weight: bold;
	border-left: 5px solid #000066;
	color: #000000;
	clear: both;
	}

	
	h5 {
	margin-top: 15px;
	font-size: 75%;
	padding: 4px 10px;
	color: #FFFFFF;
	background-color: #666;
	clear: both;
	text-align: left;
	}
	
	h5.party_tittle {
	margin-top: 15px;
	font-size: 80%;
	font-weight: bold;
	padding: 4px 10px;
	color: #FFFFFF;
	background-color:#009999;
	clear: both;
	text-align: left;
	}

	
	
	#maincontent p {
	font-size: 80%;
	padding-top:15px;
	line-height:150%;
	color:#555555;
	}
	


/*文字・イメージ装飾*/
	

	h6.text_design1 {
	width:585px;
	margin: 10px 0;
	line-height:20px; 
	padding-left: 10px;
	font-size: 14px;
	border-left: 5px solid #009933;
	background-color: #CCCCCC;
	color: #000000;
	clear: both;
	}
	
	h6.text_design2 {
	width:585px;
	margin: 10px 0;
	line-height:20px; 
	padding-left: 10px;
	font-size: 14px;
	border-left: 5px solid #33FFFF;
	background-color: #CCCCCC;
	color: #000000;
	clear: both;
	}
	
	h6.text_design3 {
	width:585px;
	margin: 10px 0;
	line-height:20px; 
	padding-left: 10px;
	font-size: 14px;
	border-left: 5px solid #0099FF;
	background-color: #CCCCCC;
	color: #000000;
	clear: both;
	}

	h6.text_design4 {
	width:585px;
	margin: 10px 0;
	line-height:20px; 
	padding-left: 10px;
	font-size: 14px;
	border-left: 5px solid #0000CC;
	background-color: #CCCCCC;
	color: #000000;
	clear: both;
	}

	span.text_design5 {
	margin:5px; 
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	border-left: 5px solid #0000CC;
	border-right: 5px solid #0000CC;
	background-color: #D1E0F8;
	color: #000000;
	clear: both;
	}
	
	.h6_text {
	width:570px;
	margin-left:10px;
	padding:5px;
	text-align:left;
	font-size:11px;
	color:#000000;
	}
	
	span.right {
	text-align:right;
	}

	
	p.small {
	font-size:9px;
	line-height:100%;
	}
		
	span.new {
	color: #FF0000;
	font-weight: bold;
	}
	
	span.bold {
	color:#000000;
	font-weight: bold;
	}
	
	span.bold2 {
	font-weight: bold;
	color:#0000CC;
	border-bottom: #000099 1px;
	}
	
	span.bold3 {
	font-weight: bold;
	color:#009999;
	border-bottom: #009999 1px;
	}

	
	span.icon {
	width:5px;
	height:5px;
	background-image: url(images/ya_001.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
	
	span.text1 {
	color:#FF0000;
	font-size:16px;
	}
	
	span.text2 {
	font-size:13px;
	font-weight:bold;
	}
	
	span.text_nomal {
	font-size:13px;
	text-decoration:none;
	}

	
	img.imgleft {
	float:left;
	}
	
	img.imgright {
	float:right;
	}
	
	
	
	img.margin_bottom {
	margin-bottom: 50px;
	}
	
	img.margin_bottom2 {
	margin-bottom: 10px;
	}
	
	

/*-------各ページ別の設定--------*/


/*イベント*/
	div.event_text{
	text-align: left;
	padding: 10px;
	}
	
	.photp_gallery {
	width: 550px;
	height: 100px;
	margin: 0 auto;
	}
	
	.photp_img {
	margin-left: 5px;
	margin-bottom: 5px;
	}
	
	.backimg {
	background-color: #F0F0F0;
	padding-left: 30px;
	padding-bottom: 20px;
	}  
	
	
	.party_text_right {
	width:500px;
	float:right;
	}
/*Gala Partyの特別抽選会部分*/
	#galaparty {
	width:550px;
	height:150px;
	margin: auto;
	border:#999999 1px solid;
	padding:20px 5px;
	}
	
	.left_area {
	width:270px;
	float:left;
	}

	.right_area {
	width:270px;
	float:right;
	}
	
	.smallright_area {
	width:180px;
	float:right;
	}
	
	
/*プロフィール、セーリングプラン*/

	table.graph{
	width: 590px;
	table-layout: auto;
	border-collapse: collapse;
	}
	
	table,td,th{
	border: 2px solid #333;
	padding: 3px;
	font-size: 90%;
	line-height:160%;
	color:#555555;
	text-align: left;
	}
	
	
	
	table caption {
	font-size:100%;
	font-weight:bold;
	text-align: center;
	color: #333;
	}
	

/*ニュースページ*/
	
	p.h5_diary_head {
	height: auto;
    line-height:140%;
	padding: 10px 10px 10px 10px;
	}
	
	p.h5_diary_text {
	border: 1px solid #CCC;
	height: auto;
	padding: 10px 10px 20px 10px;
	}
	
	p.diary_top {
	float: left;
	}
	
	#area {
	width: 600px;
	height: auto;
	border: 1px solid red;	}
	
	#area.right {
	float: right;
	width: 200px;
	border: 1px solid red;	}
	
	#area.left {
	float: left;
	width: 200px;
	border: 1px solid red;	}
	
	.days_photo	{
	text-align:center;
	margin-left:auto;
	margin-right:auto
	}
	
	
/*インデックスページ*/	
	
	
	p.index_bg{
	width: 600px;
	height: 40px;
	margin-bottom: 10px;
	}
	
	#maincontent img.img_right {
	float:right;
	padding:0;
	margin-bottom: 10px;
	}
	
	#maincontent img.img_left {
	float:left;
	padding-right:10px;
	padding-bottom: 10px;
	}
	
	
/*問い合わせページ*/
	p.reference{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
/*メディアクリップ*/

	
	span.normal_text{
	font-weight: bold;
	border-left: 4px solid #0000CC;
	padding: 0 0 2px 4px;
	line-height: 70%;
	}
	
	div.media_text{
	font-size: 90%;
	text-align: left;
	padding: 10px 30px;
	}
	
/*グッズ*/

	div.area_goods{
	width: 580px;
	margin: 20px auto;
	border: solid 1px #CCC;
	padding: 10px;
	text-align: left;	
	}
	
	p.area_text {
	width: 280px;
	float: left;
	text-align: left;
	}
	
	
	.area_goods img {
	width: 225px;
	float:right;
	}
	
	span.goods {
	font-size: 16px;
	font-weight: bold;
	}
	
		
	
	
		
/* 共通パーツ：回り込み解除 */

	div.clear,span.clear{
	clear: both;
		}


