/* Yoshimi IWASAKI CSS FILE 2013.07.05 */


/* START OF TEST ----*/

/*#souma {
	width:400px;
}
*/
/* END OF TEST -----*/


/*.past_block { */

/*	visibility: hidden; */
/*	display: none;	 */

/* } */


/*.hidden { 
	display: none; 
	visibility: hidden;
} 

*/


.clear { 
	clear:both;　/*floatの解除、ここがポイント */ 
}

/*---- アイコン風（発売中） -----*/
/* タグアイコン */
.tag1 {
	padding:2px 4px;
	font-size:77%;
	font-weight:bold;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
/* 	behavior: url(PIE.htc); */ 
}
.tag1{
/* 発売中の色 (オレンジ→紫色ラズベリー色) */

/* background: #FFA500 ; オレンジ色 */
background: #9c0a7c ;	/* 紫ラズベリー色 */
}

/*------ BODY -----*/
body {
margin: 0;
padding: 0;
color:#333;

/* font-family:Arial, sans-serif; */

font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;

font-size:0.9em;

}

a:link {
	text-decoration: none;	/* リンクの下線なし */
	color:#9c0a7c;			/* 未訪問の色：紫ラズベリー色 */
}
a:visited {
	color:#9c0a7c;			/* 訪問済の色：紫ラズベリー色 */
}
a:hover {
	color:#0000ff; 		/* リンクがあるときにカーソルが乗ったときの色：紺色 */
/*	color:#00ff00; */	/* リンクがあるときにカーソルが乗ったときの色：緑色 */
}

a:active { color: #ff8000; } … 選択中のリンク


/*------ 上段ブロック -----*/
#block_top {

/*	height:410px; */

/* background-color: #c0c0c0; */
}  
/*------ 上段 ヘッダー（先頭行） -----*/
#block_top_head {
	
/*	height:27px; */
	
	height:30px;
	

	background-color: #A9A9A9; /* DARK GRAY */

	clear:both;
}

#block_top_head_item {

/*	position: fixed; */
/*	top: 0; */
/*	left: 0;  */
	
/*	height:27px; */
/*	height:50spx; */
	
	width: 960px;
	
	background-color: #A9A9A9; /* DARK GRAY */

/*    background-repeat:repeat-x; koko ja nai? 20130721 j-souma */

	margin: 0 auto; 	


/*	clear:both; */

}

/*---- Menuナビゲーション 2013.07.12 -----*/

#block_top_head_menu{

	float:left;

	width:660px;	/* 画像6個分の横合計 (110 * 6 = 660) */

	
}
ul.menu li{
	float:left;

	width:110px;	/* ひとつ分の画像の横サイズ */

	height:25px;	/* ひとつ分の画像の縦サイズ */
	
	background:url("images/menu_bottom.jpg");

	position:relative;

	list-style-type:none; 

}
ul.menu li a{
	
	display:block;
	width:100%;
	height:100%;

	line-height:25px; 		/* 画像の縦サイズ */

	text-align:center;
		
	font-size: 14px;
	
	color:#FFF;
	
	text-decoration:none;

	margin:0; 
	padding:0; 

}
ul.menu li.ok a:hover{
	background:url("images/menu_select.jpg");
}

ul.menu li ul.sub{
	position:absolute;
}
ul.menu{
	
/*	margin:0; */

	margin-top:3px; 
	margin-bottom:0; 
	margin-left:0; 
	margin-right:0;  
	
	padding:0; 

/*	zoom:1; 20130721 j.souma comment out */

}

ul.menu:after {

/*	height:0;				*/ 			
/*	visibility:hidden;		*/
/*	content:".";			*/
/*	display:block;			*/
/*	clear:both; 			*/

}

/*----- Facebook,Twitter -----*/
.social_btn { 

	float:left; 

	margin-left: 10px;
	margin-top: 4px;
	 
	padding: 0px;
	 
	width:280px; 
} 

.facebook { 

/*	float: left;  */

	margin: 0px 0px 0px 0px; 

	padding: 0px; 
	
	display: inline;  

	width: 120px;  

	font-size:14px;

} 

.twitter { 

/*	float: left; */ 

	margin: 0px 0px 0px 20px;   /* 左マージン20 */
	padding: 0px; 
	
	display: inline;  

	width: 140x;

	font-size:14px;

}

/* Twitterボタンの幅調整 */ 
/* .twitter-share-button { */
/*	width: 100px!important; */
/*	margin: 0px 0px 0px 0px; */
/*	padding: 0px; */
/* } */
 

/*------ 上段 ヘッダー画像（良美さんの写真） -----*/
#block_top_img {
	
	padding-top: 10px;
	
	height:380px;
	
	background-color: #FFFFFF;  /* white */ 
	background-image:url(images/yoshimi_b.jpg);

	background-position:center;
	background-repeat:no-repeat;

	margin-top: 0;
	margin: 0 auto; 

	/* border:1px solid black; */

}

/*------ 上段 ヘッダー画像の上に入れるダミーブロック（メニューの下がはみ出てくるのを防ぐため） -----*/
#block_top_img_dummy {
	
	padding-top: 10px; 
	
	height:1px;
	
	background-color: #FFFFFF;  /* white */ 
/*	background-image:url(images/yoshimi_b.jpg); */

	background-position:center;
	background-repeat:no-repeat;

	margin-top: 0;
	margin: 0 auto; 
}

/*------ 上段 ヘッダー画像（Information画面用） -----*/
#block_top_img_information {
	
	padding-top: 5px;
	
	height:200px;
	width: 960px;
	
	background-color: #FFFFFF;  /* white */ 
	background-image:url(images/information.jpg);

	background-position:center;
	background-repeat:no-repeat;
	
	margin-top: 0;
	margin: 0 auto; 


	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;

	border:1px solid black; 

	-webkit-box-shadow: 6px 6px 6px -0px #777;
	   -moz-box-shadow: 6px 6px 6px -0px #777;
	        box-shadow: 6px 6px 6px -0px #777;

	
}
/*------ 上段 ヘッダー画像（Profile画面用） -----*/
#block_top_img_profile {
	
	padding-top: 5px;
	
	height:200px;
	width: 960px;
	
	background-color: #FFFFFF;  /* white */ 
	background-image:url(images/profile.jpg);

	background-position:center;
	background-repeat:no-repeat;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	padding-left: 5px;
	padding-right: 5px;

	border:1px solid black; 

	-webkit-box-shadow: 6px 6px 6px -0px #777;
	   -moz-box-shadow: 6px 6px 6px -0px #777;
	        box-shadow: 6px 6px 6px -0px #777;


	margin: 0 auto; 

}
/*------ 上段 ヘッダー画像（Ticket画面用） -----*/
#block_top_img_ticket {
	
	padding-top: 5px;
	
	height:200px;
	width: 960px;
	
	background-color: #FFFFFF;  /* white */ 
	background-image:url(images/ticket.jpg);

	background-position:center;
	background-repeat:no-repeat;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	padding-left: 5px;
	padding-right: 5px;

	border:1px solid black; 

	-webkit-box-shadow: 6px 6px 6px -0px #777;
	   -moz-box-shadow: 6px 6px 6px -0px #777;
	        box-shadow: 6px 6px 6px -0px #777;

	margin: 0 auto; 
}



/*------ （Profile画面用Profile文章） -----*/
#profile {
	
	
	padding-top: 5px;

/*	height:200px; */

/*	width: 960px; */
	width: 880px;  /* 960-80 = 890 */
	

/*	background-color: #D3D3D3; 	*/ /* LIGHT GRAY */
	background-color: #ffffff; 	/* white */


/*	background-image:url(images/profile.jpg); */

	background-position:center;
	background-repeat:no-repeat;
	

	padding-top: 25px;
	padding-bottom: 40px;
	
	padding-left: 40px; 
	padding-right:40px; 

	border:1px solid black; 

	-webkit-box-shadow: 6px 6px 6px -0px #777;
	   -moz-box-shadow: 6px 6px 6px -0px #777;
	        box-shadow: 6px 6px 6px -0px #777;


	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	color:#24130D;					/*文字色：ランブラック*/	


	margin: 0 auto; 

}

.font_middle {

	font-size: 20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	color:#24130D;					/*文字色：ランブラック*/	

}

/*------ 上段 ヘッダー画像（contact画面用） -----*/
#block_top_img_contact {
	
	padding-top: 5px;
	
	height:200px;
	width: 960px;
	
	background-color: #FFFFFF;  /* white */ 
	background-image:url(images/contact.jpg);

	background-position:center;
	background-repeat:no-repeat;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	padding-left: 5px;
	padding-right: 5px;

	border:1px solid black; 

	-webkit-box-shadow: 6px 6px 6px -0px #777;
	   -moz-box-shadow: 6px 6px 6px -0px #777;
	        box-shadow: 6px 6px 6px -0px #777;


	margin: 0 auto; 

}

/*------ 上段 ヘッダー画像（contact→送信完了画面用） -----*/
#block_top_img_contact2 {
	
	padding-top: 5px;
	
	height:200px;
	width: 960px;
	
	background-color: #FFFFFF;  /* white */ 
	background-image:url(images/contact2.jpg);

	background-position:center;
	background-repeat:no-repeat;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	padding-left: 5px;
	padding-right: 5px;

	border:1px solid black; 

	-webkit-box-shadow: 6px 6px 6px -0px #777;
	   -moz-box-shadow: 6px 6px 6px -0px #777;
	        box-shadow: 6px 6px 6px -0px #777;

	margin: 0 auto; 

}


/*------ 中段 -----*/
#block_mid {

	width:960px;
	margin: 0 auto;	

	margin-top: 15px;

}  
/*------ 中段左 -----*/
#block_mid_left {
	width:470px;
	
/*	height:500px; */ 
	
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	
	/* background-color: blue; */
}  
/*------ 中段左whats's new1(title) -----*/

.topics_title {
	padding-left: 10px; 

	border-left: solid 15px;
	border-bottom: solid 2px;

	border-left-color: #7D7D7D;		/*左ボーダー色（グレイ）*/
	border-bottom-color: #7D7D7D;	/*下ボーダー色（グレイ）*/

	color:#24130D;					/*文字色：ランブラック*/

	margin-right:300px;
	margin-bottom:20px;

	font-size: 20px;
/*	font-style:italic; */

	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,"Times New Roman", Times, serif;
}


/*------ Informationページ用 -----*/

.topics_title_o {

	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	padding-left: 10px; 

	border-left: solid 15px;
	border-bottom: solid 2px;

	border-left-color: #7D7D7D;		/*左ボーダー色（グレイ）*/
	border-bottom-color: #7D7D7D;	/*下ボーダー色（グレイ）*/

	color:#24130D;					/*文字色：ランブラック*/

	margin-right:600px;
	margin-bottom:20px;
		
}



/*------ 中段左whats's new2(内容) -----*/
.whatsnew {
	
	margin-top: 20PX; /* 上のタイトル行と少し間をあける */
	margin-left: 20PX; /* ブロック自体を、すこし右にずらす */
	
	padding-left: 10px; 

	border-left: solid 10px;
	border-left-color: #C9C9C4;		/*左ボーダー色（パールグレイ）*/
	border-bottom: solid 2px;
	border-bottom-color: #C9C9C4;		/*左ボーダー色（パールグレイ）*/
	color:#24130D;					/*文字色：ランブラック*/

/*	box-shadow:5px 5px 5px rgba(0,0,0,0.4); */
	
	margin-right:50px;

	font-size: 14px;

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;


}

.whatsnew ul {
/*	list-style-type:none; */
	margin-top:0;
/*	margin-bottom:0; */
/*	margin-left:0; */
/*	padding-left:0;	*/

}

/*------ 中段左下（LINKS(内容)) -----*/
.links {
	
	margin-top: 00PX; /* 上のタイトル行と少し間をあける */
	margin-bottom: 10PX;
	margin-left: 20PX; /* ブロック自体を、すこし右にずらす */
	
	padding-left: 10px; 

	border-left: solid 10px;
	border-left-color: #C9C9C4;		/*左ボーダー色（パールグレイ）*/
	color:#24130D;					/*文字色：ランブラック*/
	
	margin-right:20px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

/*	vertical-align:middle;	なぜかうまくいかない */	/* 垂直位置：中心 */
}
/*------ 中段右 -----*/
#block_mid_right {
 width:470px;
 
/* height:500px; */ 
 
 float:left;
 margin-top: 10px;
/* background-color: #6CF; */
}  

/*------ 中段右（Music Video) -----*/
.musicvideo {
	
	margin-top: 20PX; /* 上のタイトル行と少し間をあける */
	margin-bottom: 7PX; /* 下の行と少し間をあける */
	margin-left: 40PX; /* ブロック自体を、すこし右にずらす */
	
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*------ 中段右下（New Release) -----*/
.nr {
	
	margin-top: 00PX; /* 上のタイトル行と少し間をあける */
	margin-bottom: 10PX;
	margin-left: 20PX; /* ブロック自体を、すこし右にずらす */
	
	padding-left: 10px; 

	border-left: solid 10px;
	border-left-color: #C9C9C4;		/*左ボーダー色（パールグレイ）*/
	color:#24130D;					/*文字色：ランブラック*/
	
	margin-right:20px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*------ 中段の下のVIDEOブロック -----*/
#block_video {

 width:960px;
 margin: 0 auto;	

}  
/*------ 中段 videoブロック左 -----*/
#block_video_left {
	width:470px;
	
/*	height:500px; */ 
	
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	
	/* background-color: blue; */
}  
/*------ 中段 videoブロック右 -----*/
#block_video_right {
 width:470px;
 
/* height:500px; */ 
 
 float:left;
 margin-top: 10px;
/* background-color: #6CF; */
}  

/*------ 下段 -----*/

#block_bottom {

	padding-top:5px;
	height:22px; 
	background-color: #A9A9A9; /* DARK GRAY */
	
}

#block_top_head_info {

	float:left;

/*	padding-top: 5px; */
	padding-left: 10px;
	color: #FFF;	/* 白文字 */
	
/*	background-color: #A9A9A9; */ /* DARK GRAY */ 

}

#block_bottom_left {

	float:left;

	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	margin-left: 20px;

}
#block_bottom_right {

	float:right;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right: 20px;

}


/*---------- くるくる回す画像用 ----------*/
.roundabout-holder {
	padding: 0;
	margin: 0 auto;

	height: 500px;

	width: 960px;	/*全体幅と関係がある。これを大きくすると全体横が広がる */
}

.roundabout-moveable-item {
	height: 300px;
	width: 300px;
	cursor: pointer;
	border:2px solid #696969;
	display:block;
	box-shadow:5px 5px 5px rgba(0,0,0,0.4); 
}

.roundabout-moveable-item img {
	height: 100%;
	width: 100%;
}

.roundabout-in-focus {
	cursor: auto;	/* カーソル形状 */
}


/*---------------------------------*/
/* くるくる回る下のところにある「タイトル」表示 */

#carousel-descriptions {
	list-style:none;
	display:block;
/*	width:850px; */
	width:960px;

/*	margin:25px auto; */

	padding:0;
}

#carousel-descriptions li {
	font-size:24px;
/*	font-weight:bold; */
	text-align:center;
	display:none;
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#carousel-descriptions li.current {
	display:block;
}

/*---------------------------------*/
#carousel-controls {
/* 画面下の文字にハイライトがあたるあのブロック */

/*	max-width:900px; */
	max-width:900px;

	margin-left: 30px;
	
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


#goshop {
	
	color:red;
/*	background-color:yellow; */

	margin-top: 5p;	
	margin-bottom: 5px;	

	padding-top: 0px;
	padding-bottom: 0px;	
}

#carousel-controls span {

/*	width:500px; */
	width:800px;

/*	display:inline-block; /* インラインブロック指定 */

/*	font-size:18px; */
/*	text-align:center; */

	margin-top: 5p;	
	margin-bottom: 5px;	
	margin-left: 5px;	
	margin-right: 5px;	

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;

	cursor:pointer;
	
/*	border:1px solid black; */

/*	background:#333; */
			
/*	background:#999; */ /* グレー */			
	background:#FFF;	/* 白 */			

}


#carousel-controls .current {
/*  カレント　*/
/*	background:#600; */
/*	color:;	*/
/*	border-color:#400; */

	background:#CCC;
	color:#FFF;
	border-color:#400;

}

/*========================== release.html =============================== */
/*------ タイトル -----*/
.width920 {
	
	width:960px;
	height:50px;
	margin: 0 auto;	
	
	padding-top: 10px;
	
}
.topics_title2 {
	
	float: left;
	
	padding-left: 0px; 

	border-top: 50px;
	border-left: solid 20px;
	border-bottom: solid 5px;

	border-left-color: #7D7D7D;		/*左ボーダー色（グレイ）*/
	border-bottom-color: #7D7D7D;	/*下ボーダー色（グレイ）*/

	color:#24130D;					/*文字色：ランブラック*/

/*	margin-left: 20px; */
	margin-bottom:20px;

	font-size: 36px;
	font-style:italic;
	font-weight:bold;
	font-family:abel;
	
}

/*------ （Profile画面の中のDisccograpy部） -----*/
.discograpy {
	
	
	width: 920px; /* 960 - 20 - 20 = 920 */ 
	

	background-color: #ffffff; 	/* white */

/*
	background-position:center;
	background-repeat:no-repeat;
	
*/
	padding-top: 20px;
	padding-bottom: 20px;
	
	padding-left: 20px; 
	padding-right:20px; 

	border:1px solid black; 

	-webkit-box-shadow: 6px 6px 6px -0px #777;
	   -moz-box-shadow: 6px 6px 6px -0px #777;
	        box-shadow: 6px 6px 6px -0px #777;


	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	color:#24130D;					/*文字色：ランブラック*/	


/*	margin: 0 auto; 
*/
}

.photo {

/*	width:960px; */
	
	display:inline;	 
	
	margin-left:30px;
	margin-right:0px;
	
	float:left;
	
	height: 250px;
	
}
.image_s {
/*	width: 300px; */	
	width: 185px;	
	
}

/*------ （Contact画面の中Block部分） -----*/
.contact_form {
	

/*	width: 870px; */	/* 960 - 20 - 20 - 50 = 870 */ 

	width: 700px; 		/* 960 - 20 - 20 - 50 = 870 */ 
	

	background-color: #ffffff; 	/* white */

/*
	background-position:center;
	background-repeat:no-repeat;
	
*/

	margin-left: 50px;

	padding-top: 20px;
	padding-bottom: 20px;
	
	padding-left: 40px; 
	padding-right:20px; 

	border:1px solid black; 

	-webkit-box-shadow: 6px 6px 6px -0px #777;
	   -moz-box-shadow: 6px 6px 6px -0px #777;
	        box-shadow: 6px 6px 6px -0px #777;


	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	color:#24130D;					/*文字色：ランブラック*/	


/*	margin: 0 auto; 
*/
}

/*------ （Contact画面の中上部部分） -----*/
.otoiawase {
	
	margin-top: 20PX; /* 上のタイトル行と少し間をあける */
	
/*	margin-left: 20PX; */	/* ブロック自体を、すこし右にずらす */
	
	padding-left: 00px; 

/*	border-left: solid 10px; */
/*	border-left-color: #C9C9C4;	*/	/*左ボーダー色（パールグレイ）*/

/*	border-bottom: solid 2px; */
/*	border-bottom-color: #C9C9C4; */		/*左ボーダー色（パールグレイ）*/

	color:#24130D;					/*文字色：ランブラック*/
	
	margin-right:20px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#mail_icon {
	
	display:inline-block;
	margin-right: 30px;
	vertical-align: middle;

/*	position:relative; */	/* 垂直位置を行の中央に */
	
	
/*	padding-top: 5px;
*/	
	width:60px;
	height: 40px;

/*	line-height: 40px; */
		
	background-color: #FFFFFF;  /* white */ 
	background-image:url(images/mail_s.gif);

	background-position:center; 
	background-repeat:no-repeat; 
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;

	border:1px solid black; 

	-webkit-box-shadow: 6px 6px 6px -0px #777;
	   -moz-box-shadow: 6px 6px 6px -0px #777;
	        box-shadow: 6px 6px 6px -0px #777;
	
}
 
/*#mail_icon img { 
	position:absolute; 
	top: 50%; 
	margin-top: -30px ; 
} 
*/

#mail_text { 
	
	display:inline-block; 	
	vertical-align: middle;
		
/*	padding-top: 5px; */
	
/*	height: 40px;
/*	line-height: 40px; */
	
/*	position:absolute; 
	top: 50%; 
	margin-top: -30px ; 
*/		
}
