@charset "UTF-8";
/* =============================================  
beige_sea-blue
 ============================================= */
/*
2009.3/26
2008.3/5
新管理対応。
2006.7.24
ユーザー共有テンプレート登録。
*/


*{margin : 0; padding : 0 ;}


/* =============================================  
ボディ
 ============================================= */
body {
	margin : 0; padding : 0 ;
	text-align : center;
	font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",sans-serif;
	font-size : 85%; 
	color : #557C8F;
	background-color : #FDFEFD;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/sea-back.gif");
	background-repeat : repeat-x ;
}


/* =============================================  
レイアウト設定
 ============================================= */

/*コンテンツ*/
div#container {
	margin : 0px auto ; 
	width : 800px;
	text-align : left;
	background-color : transparent;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/sea-body-r.gif");
	background-repeat : no-repeat ;
	background-position : center top;
}
div#wrapper{
	width:100%;
 	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/dot-bg.gif");
	background-repeat : repeat-y ;
	background-position : center top;
}

/*ヘッダー*/
div#layout_head {
	margin : 0px;
	height : 283px;
	text-align : right;
	background-color : transparent;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/sea-header-r.gif");
	background-repeat : no-repeat ;
	background-position : center top;
}

/*メイン部分*/
div#layout_main {
	float : right; 
	width : 530px; 
	padding-right : 50px; 
	voice-family : "\"}\""; 
	voice-family : inherit; 
	width : 480px; 
}
html>body div#layout_main { 
	width : 480px; 
}

/*サイド部分*/
div#layout_side {
	float : left; 
	width : 270px;  
	padding-left : 50px; 
	voice-family : "\"}\""; 
	voice-family : inherit; 
	width : 220px; 
}
html>body div#layout_side { 
	width : 220px; 
}


/* フッター部分 */
div#layout_footer {
	margin : 0; padding : 0 ;
	clear : both;
	width : 800px;
	height : 200px;
	text-align : left;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/hibis-blue-fs.gif");
	background-repeat : no-repeat ;
	background-position : right bottom;
}



/* =============================================  
見出し
 ============================================= */
h1 { font-size : 180%;}
h2 { font-size : 120%;}
h3 { font-size : 110%;}
h4 { font-size : 105%;}
h5 { font-size : 105%;}
h6 { font-size : 100%;}


/* =============================================  
リンク設定
 ============================================= */
a:link { color : #7FBBD7; text-decoration : none;}
a:active { color : #7FBBD7; text-decoration : none;}
a:visited { color : #7FBBD7; text-decoration : none;}
a:hover { color : #69C; text-decoration : underline;}


/* =============================================  
投稿部分設定
 ============================================= */
input,select,textarea{
	font-family : "Osaka","Verdana", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	color : #557C8F;
	font-size : 100%;
	background-color : #EEF4F7; 
	border-top : 1px dotted #7FBBD7 ; 
	border-right : 1px dotted #7FBBD7 ; 
	border-bottom : 1px dotted #7FBBD7 ; 
	border-left : 1px dotted #7FBBD7 ; 
}


/* =============================================  
タイトル
 ============================================= */
/*サイトタイトル*/
h1 {
	margin : 0px;
	padding : 80px 60px 0 60px;
	font-weight : bolder;
	color : #FFE;
}
h1 a:link { color : #FFE; text-decoration : none;}
h1 a:active { color : #FFE; text-decoration : none;}
h1 a:visited { color : #FFE; text-decoration : none;}
h1 a:hover { color : #DCB20C; text-decoration : none;}

/*サイト説明*/
#layout_head p#introduction {
	margin : 0px;
	padding : 10px 60px 0 100px;
	font-size : 110%;
	font-weight : normal;
	color : #DCB20C;
}

/*メイン見出し*/
h2#subtitle {
	display : none;
}

/*本文中：小見出し*/
h4,h5,h6 {
	margin : 5px 0px;
	padding : 0px;
	font-weight : normal;
	color : #DCB20C;
}

/*管理ページリンク*/
ul.admin {
	margin : 0;
	padding : 25px 60px 0px 0px;
	list-style-type : none;
	text-align : right;
}
ul.admin li { 
	display : inline; 
}


/* =============================================
 メニュー設定（プラグイン設定無効時） 
============================================= */
#menu {
	margin : 0; 
	padding : 70px 0 0px 60px;
	text-align : left;
}
ul#mainmenu{
	margin : 0px;
	padding : 0px;
	list-style : none;
}
ul#mainmenu li{
	float : left;
	display :block;
	margin : 0px 3px 0px 2px;
	padding : 2px 0;
	font-size : 90%;
	height : 15px;
	width: 60px; 
}
ul#mainmenu li a {
	display :block;
	text-align : center;
	text-decoration : none;
	color : #FFF;
	background-color : #ABD8E7;
	border-top : 1px dotted #7FBBD7 ; 
	border-right : 1px dotted #7FBBD7 ; 
	border-bottom : 1px dotted #7FBBD7 ; 
	border-left : 1px dotted #7FBBD7 ; 
}
ul#mainmenu li.mode a {
	display : block;
	text-align : center;
	text-decoration : none; 
	color : #69C; 
	background-color : #BFE2EF;
	border-top : 1px dotted #7FBBD7 ; 
	border-right : 1px dotted #7FBBD7 ; 
	border-bottom : 1px dotted #7FBBD7 ; 
	border-left : 1px dotted #7FBBD7 ; 
}
ul#mainmenu li a:hover {
	color : #69C; 
	background-color : #BFE2EF; 
	text-decoration : none; 
}



/* =============================================  
エントリー関連
 ============================================= */

/*エントリー：1ブロック*/
.entry-body{
	margin : 0px 0px 20px;
	padding-bottom : 50px ;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/sea-hr.gif");
	background-repeat : no-repeat ;
	background-position : center bottom;
}

/*エントリー：日付*/
div.entry_date {
	margin : 0px;
	padding : 10px 0px 10px 20px;
	font-size : 120%; 
	font-weight : bold;
	color : #DCB20C;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/hibis-mark.gif");
	background-repeat : no-repeat ;
	background-position : left center;
}
div.entry_date a:link { color : #DCB20C; text-decoration : none;}
div.entry_date a:active { color : #DCB20C; text-decoration : none;}
div.entry_date a:visited { color : #DCB20C; text-decoration : none;}
div.entry_date2 a:hover { color : #69C; text-decoration : none;}


/*エントリー：見出し*/
.entry-body h3 {
	margin : 0px;
	padding : 2px 0px 2px 10px;
	color : #7FBBD7;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/sea-hr-r.gif");
	background-repeat : no-repeat ;
	background-position : right bottom;
}
.entry-body h3 a:link { color : #7FBBD7; text-decoration : none;}
.entry-body h3 a:active { color : #7FBBD7; text-decoration : none;}
.entry-body h3 a:visited { color : #7FBBD7; text-decoration : none;}
.entry-body h3 a:hover { color : #69C; text-decoration : none;}


/*エントリー：記事部分*/
.entry_text {
	margin : 0px;
	padding : 5px 20px 0 20px;
	line-height : 150%;
}
/*エントリー：追記テキスト*/
.entry_more{
	margin : 0px;
	padding : 5px 0 0 0;
}

/*エントリー：ステータス*/
ul.entry_state {
	margin : 0;
	padding : 0px 10px 0px 0;
	list-style-type : none;
	text-align : right;
}
ul.entry_state li { 
	display : inline; 
}
ul.entry_state li a:link { color : #9C3;text-decoration : none;}
ul.entry_state li a:active { color : #9C3; text-decoration : none;}
ul.entry_state li a:visited { color : #9C3; text-decoration : none;}
ul.entry_state li a:hover { color : #DCB20C; text-decoration : underline;}


/*テキスト内の画像*/
.entry_text img {
	margin : 0px ;
	padding : 2px;
	border : 1px dotted #7FBBD7;
}

/*テキスト内のタグ*/
.entry_text a.tagword {
	text-decoration : none;
	border-bottom : 1px dotted #7FBBD7;
}
.entry_text a:hover.tagword {
	border-bottom : 1px dotted #DCB20C;
	text-decoration : none;
}

/*タグリスト*/
ul.tag_state {
	margin : 0;
	padding : 5px 0 0px 20px;
	list-style-type : none;
	text-align : left;
}
ul.tag_state li { 
	display : inline; 
}

/*テキスト内の絵文字*/
img.emoji {
	border : none;
	margin : 0px;
	padding : 0px;
	float :none;
	vertical-align : middle; 
}

/*新着マーク画像*/
img.newmark {
	margin : 0px ;
	padding : 0px;
	border : none;
}

/*スレッドテーマ*/
ul.thread {
	margin : 0;
	padding : 5px 20px 0 0;
	list-style-type : none;
	text-align : right;
}
ul.thread li { 
	display : inline; 
}

/* =============================================
コメントリスト
 ============================================= */
.c-list_body {
	margin : 0;
	padding : 0 1px ;
	text-align : right;
}
.c-list_text {
	line-height : 120%;
	margin : 0px;
	padding : 0 20px ;
	text-align : left;
	overflow : hidden ;
	background-color : #F3F5F4;
}
.c-list_text dl.comment-list {
	margin : 0px;
	padding : 10px 0 ;
	border-bottom : 1px dotted #7FBBD7 ; 
}
.c-list_text dl.comment-list dt{
	color :#DCB20C;
	padding-bottom : 5px ;
}
/*コメントリスト中URL*/
.c-list_text dl.comment-list dd a {
	display : block; 
	height :1em; 
	width : 20em; 
	overflow : hidden ;
}


/* =============================================  
引用文設定
 ============================================= */
blockquote {
	margin : 5px 0;
	padding : 0 10px ;
	line-height : 150%;
	color : #777;
	background-color : #EEF4F7; 
	border-top : 1px dotted #7FBBD7 ; 
	border-bottom : 1px dotted #7FBBD7 ; 
	border-left : 2px dotted #7FBBD7 ; 
	border-right : 1px dotted #7FBBD7 ; 
}


/* =============================================  
水平線設定
 ============================================= */
hr {
	margin : 5px 30px;
	color : #7FBBD7;
	background-color : #7FBBD7;
	border : 0; 
	height : 1px ;
}


/* ============================================= 
その他の設定
 ============================================= */
em ,i { font-style : italic;}
strong ,b { font-weight : bold;}
u { text-decoration : underline;}
p { margin : 0.5em 0 ;}


/* =============================================
  エントリー内：リスト
 ============================================= */
.entry_text ul {
	margin : 0px;
	padding : 5px 0px 10px 20px;
}
.entry_text li {
	line-height : 120%;
	margin-bottom : 5px;
}

.entry_text dl {
	margin : 0px;
	padding : 5px 0px 10px 20px;
}
.entry_text dt {
	color : #69C;
	margin : 0px;
	padding : 0px 0px 3px 0px;
}
.entry_text dd {
	line-height : 120%;
	margin : 0px;
	padding : 0px 0px 5px 5px;
}
.entry_text ol {
	text-align : left;
	margin : 0px;
	padding : 5px 0px 10px 20px;
}


/* =============================================
 エントリー内：テーブル設定 
 ============================================= */
.entry_text table {
	width : auto;
	border-collapse : collapse;
	margin-top : 1em;
	margin-bottom : 1em;
}
.entry_text td, .entry_text th {
	padding : 4px;
	font-size : 95%;
	line-height : 150%;
	font-weight : normal;
	border : 1px solid #69C;
}
.entry_text th {
	background-color : #EEF4F7;
}

/* =============================================  
各エリア独自表示
 ============================================= */

/*各エリアサブタイトル*/
#date h2 ,#category h2 ,#search h2 ,#tag h2 ,#titlelist h2  {	
	margin : 0px;
	padding : 10px 0px 10px 20px;
	color : #DCB20C;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/hibis-mark.gif");
	background-repeat : no-repeat ;
	background-position : left center; 
}

/*各エリア：見出し*/
#date .entry-body h3 ,#category .entry-body h3 ,#search .enentry-body h3try ,#tag .entry-body h3 ,#titlelist .entry-body h3 {
	margin : 0px;
	padding : 2px 0 2px 10px;
}

/*各エリア：1ブロック*/
#date .entry-body ,#category .entry-body ,#search .entry-body ,#tag .entry-body ,#titlelist .entry-body  {
	margin: 0px;
	padding: 10px 0px ;
 	background-image: none;
}

/* =============================================  
ページ移動
 ============================================= */
ul.entry_navi {
	margin : 10px 0px;
	list-style-type : none;
	text-align : center;
}
ul.entry_navi li { 
	display : inline; 
}



/* =============================================  
コメント＆トラックバック関連
 ============================================= */

/*コメント＆トラックバック：1ブロック*/
.commentarea,.trackbackarea{
	margin : 20px 0px ;
	padding-bottom : 30px ;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/sea-hr.gif");
	background-repeat : no-repeat ;
	background-position : center bottom;
}

/*コメント＆トラックバック：大見出し*/
.commentarea h2,.trackbackarea h2 {
	margin : 0px;
	padding : 5px 0px ;
	color : #DCB20C;
	border-bottom : 2px dotted #DCB20C ;
}

/*コメント＆トラックバック：記事*/
.comment-body,.trackback-body {
	margin : 0px;
	padding : 30px 0px 0 0;
}
/*コメント記事中URL*/
.comment_body a {
	display : block; 
	height :1em; 
	width : 20em; 
	overflow : hidden ;
}


/*コメント＆トラックバック：見出し*/
.comment-body h3 ,.trackback-body h3 {
	margin : 0px;
	padding : 3px 0 3px 20px;
	color : #7FBBD7;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/sea-hr-r.gif");
	background-repeat : no-repeat ;
	background-position : right bottom;
}
.trackback-body h3 a:link { color : #7FBBD7; text-decoration : none;}
.trackback-body h3 a:active { color : #7FBBD7; text-decoration : none;}
.trackback-body h3 a:visited { color : #7FBBD7; text-decoration : none;}
.trackback-body h3 a:hover { color : #69C; text-decoration : none;}


/*コメント＆トラックバック：テキスト*/
.co_text,.tb_text {
	margin : 0px;
	padding : 5px 20px 10px 20px;
	line-height : 150%;
}


/*コメント＆トラックバック：ナビゲーション*/
.commentarea ul.entry_navi,.trackbackarea ul.entry_navi {
	text-align : right;
	margin : 0px;
	padding : 0px 20px 0px 0;
}

/*トラバURL*/
dl.tb_url {
	margin : 0px 20px 0px 0px;
	line-height : 150%;
}
dl.tb_url dd {
	margin : 0px;
	padding : 0px 0px 10px 10px;
}
dd.trackback_url input {
	padding : 2px 5px ;
	width : 350px;
}
/*Trackback URL : FC2 User*/
dd.trackback_url-fc2 a {
	margin : 0px;
	padding : 2px 5px;
	border : 1px dotted #7FBBD7 ;
}
dd.trackback_url-fc2 a:hover {
	background-color : #EEF4F7;
	border : 1px solid #7FBBD7 ;
}



/* =============================================  
コメント投稿＆修正フォーム
 ============================================= */

/*投稿フォーム*/
.entry_form {
	margin : 20px 0px 0px 0px;
	padding : 20px 0px 0px 0px;
	line-height : 200%;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/sea-hr.gif");
	background-repeat : no-repeat ;
	background-position : center top;
}
/*投稿フォーム*/
dl.co_form {
	margin : 0;
	padding : 20px 0 ;
}
/*投稿フォーム：ラベル*/
dl.co_form dt label {
	position : absolute;
	margin-left : 10px;
	text-align : left;
	width : 50px;
	color : #7FBBD7;
}
/*投稿フォーム：入力*/
dl.co_form dd {
	margin-left : 65px;
	padding-bottom : 3px ;
}
/*投稿フォーム：サイズ*/
dl.co_form dd input#title,dl.co_form dd input#name,dl.co_form dd input#url,dl.co_form dd input#mail {
	width : 250px;
}
dl.co_form dd textarea#comment{
	width : 350px;
}
/*コメント投稿・編集小見出し*/
#comment_post,#comment_edit { 
	margin : 20px 0 20px;
	font-weight : bolder;
	font-size : 120%;
	border-bottom : 2px dotted #7FBBD7 ;
}


/* =============================================  
サイドメニュー関連
 ============================================= */

/*サイドメニュー：1ブロック*/
.side_menu{
	margin : 0px 0px 10px 0px;
	color : #9C3;
}

/*サイド：大見出し*/
#layout_side h2 {
	display : none;
}

/*サイド：見出し*/
.side_menu h3 {
	margin : 0px;
	padding : 5px 0 5px 10px;
	color : #7FBBD7;
	background-color : #EEF4F7;
	border-left : 1px dotted #7FBBD7 ; 
	border-right : 1px dotted #7FBBD7 ; 
}


/*サイド：コンテンツ*/
div.side_text {
	margin : 0px ;
	padding : 5px 10px 0px 10px;
}


/*サイドメニュー：リスト*/
.side_menu ul {
	margin : 0 0 0 15px;
	padding : 0px;
	line-height : 150%;
	list-style-type : none;
	list-style-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/sea-flowermark-s.gif"); 
}
.side_menu li {
	margin : 0 ;
	padding : 0;
	border-bottom : 1px dotted #7FBBD7 ; 
}

.side_menu dl {
	margin : 0px;
	padding : 0px;
}
.side_menu dt {
	margin : 0px;
	padding : 0px;
}
.side_menu dd {
	line-height : 150%;
	margin : 0px;
	padding : 0px;
}

/*サイド：画像*/
.side_menu img {
	border : none;
	margin : 0px;
	padding : 1px;
}

/*プロフィール：画像*/
#p-profile img , .plugin-myimage img {
	margin : 0px;
	padding : 2px;
	border : 1px dotted #7FBBD7;
}

/*タグリスト*/
.plugin-tag a {
	border-bottom : 1px dotted #7FBBD7;
	text-decoration : none;
}


/* ツリー用スタイル */
.p-comment ul, .p-trackback ul, #p-comment ul, #p-trackback ul {
	margin : 0 0 0 15px;
	padding : 0px;
	list-style-type : none;
}
.p-comment ul.tree li>ul, .p-trackback ul.tree li>ul, #p-comment ul.tree li>ul, #p-trackback ul.tree li>ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
	list-style-image : none;
	border-bottom : none ; 
}
.p-comment ul li ul li, .p-trackback ul li ul li,#p-comment ul li ul li, #p-trackback ul li ul li  {
	margin : 0;
	padding-left : 20px;
	list-style-type : none;
	list-style-image : none;
	background-color : transparent;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/tree_child_b-orange.gif");
	background-repeat : no-repeat ;
	background-position : left top;
	border-bottom : none ; 
}
.p-comment ul li ul li.lastchild, .p-trackback ul li ul li.lastchild, #p-comment ul li ul li.lastchild, #p-trackback ul li ul li.lastchild {
	list-style-type : none;
	list-style-image : none;
	background-color : transparent;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/tree_child-orange.gif");
	background-repeat : no-repeat ;
	background-position : left top;
	border-bottom : none ; 
}

/* 共有プラグインTreeシリーズ用スタイル */
#AR p, #CA p, #LK p, #RC p, #RT p, #RE p {
	padding-left : 20px;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/sea-flowermark-s.gif");
	background-repeat : no-repeat ;
	background-position : left top;
}
#AR b, #CA b, #LK b, #RC b, #RT b, #RE b {
	font-weight : normal;
}
#AR b {
	cursor : pointer; 
}

/* ブログピープル用スタイル */
.blogpeople-main a {
	padding-left : 20px;
	line-height : 150%;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/sea-flowermark-s.gif");
	background-repeat : no-repeat ;
	background-position : left center;
}


/* 親子カテゴリ */
ul.main_menu ul.sub_menu {
	margin : 0 ;
	padding : 0 ;
	list-style-type: none;
	list-style-image: none;
}

ul.main_menu ul.sub_menu li.sub_list {
	padding-left : 15px;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/tree_child_b-orange.gif");
	background-repeat : no-repeat ;
	background-position : left top;
	border : none ;
}

ul.main_menu ul.sub_menu li.sub_list_end {
	padding-left : 15px;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/tree_child-orange.gif");
	background-repeat : no-repeat ;
	background-position : left top;
	border : none ;
}


/* =============================================  
カレンダー設定
 ============================================= */
.calender {
	font-size : 90%; 
	color : #557C8F;
	background-image : url("https://blog-imgs-1.fc2.com/b/e/i/beigeheart/hibis-blue-fss.gif");
	background-repeat : no-repeat ;
	background-position : 80% 70%;
}
.calender caption {
	font-size : 90%;
	color : #557C8F;
	padding : 5px 0 1px 0;
}
.calender th {
	font-size : 90%;
	font-weight : normal;
	padding : 0;
	text-align : center;
	background-color : #EEF4F7; 
	border-left : 1px dotted #7FBBD7;
	border-right : 1px dotted #7FBBD7;
	border-top : 1px dotted #7FBBD7;
	border-bottom : 2px solid #ABD8E7;
}
.calender td {
	width :  18px;
	padding : 0px;
	text-align : center;
	border-left : 1px dotted #7FBBD7;
	border-right : 1px dotted #7FBBD7;
	border-top : 1px dotted #7FBBD7;
	border-bottom : 1px dotted #7FBBD7;
}
.calender td a {
	display : block;
}
th#sun {
	color : #DCB20C;
	border-bottom : 2px solid #DCB20C ; 
}
th#sat {
	color : #7FBBD7;
	border-bottom : 2px solid #7FBBD7 ; 
}
.calender td a:link {
	color : #FFF; 
	background-color : #ABD8E7; 
	text-decoration : none; 
}
.calender td a:visited { 
	color : #557C8F; 
	background-color : #ABD8E7; 
	text-decoration : none; 
}
.calender td a:hover { 
	color : #69C; 
	background-color : #EEF4F7; 
	text-decoration : none;
}



/* =============================================  
ページフッター関連
 ============================================= */

/*コピーライト*/
.copyright {
	margin : 0px;
	padding : 0px 0 0 60px;
	font-size : 90%;
	line-height : 180%;
	text-align : left;
}


/* =============================================  
プラグインカテゴリーメニュー設定（プラグイン設定有効時）
 ============================================= */
#showhidemenu {
	margin : 10px 0px ;
	padding : 0;
	height : 20px;
}
ul#pluginmenu {
	list-style : none;
	margin : 0px;
	padding : 0px;
}
ul#pluginmenu li {
	float : left;
	display : block;
	width : 60px; 
	font-size : 90%;
	margin : 0px 3px 0px 0px;
	padding : 3px 0;
}
ul#pluginmenu li a {
	display : block;
	height : 18px;
	text-align : center;
	text-decoration : none;
	color : #FFF;
	background-color : #93CCE2;
	border-top : 1px dotted #7FBBD7 ; 
	border-right : 1px dotted #7FBBD7 ; 
	border-bottom : 1px dotted #7FBBD7 ; 
	border-left : 1px dotted #7FBBD7 ; 
}

ul#pluginmenu li a:hover {
	color : #69C; 
	background-color : transparent; 
	text-decoration : none; 
}