@charset "UTF-8";

/*   
Theme Name: 茨城ゴールデンゴールズ
Description:  
Author: 日野優介
Version: 2009.07.14
*/

/* =======================================
 -----------------------------------------
　目次
 -----------------------------------------
	◆(1)全体的なルール
	◆(2)header.php(全ページ共通)
	◆(3)３カラム全体のルール(#outline内)
		◇(3-1)left_side(sidebar.php)
			・(3-1-1)トップ(#top)
			・(3-1-2)プロフィール(#side_profile)
			・(3-1-3)QRコード(#qrcode)
			・(3-1-4)カレンダー(#calendar)
			・(3-1-5)最新記事(#recententry)
			・(3-1-6)カテゴリー(#category)
			・(3-1-7)リンク(#link)
		◇(3-2)right_side(add_side.php)
			・(3-2-1)仕事依頼(#workrequest)
			・(3-2-2)ダイヤモンドブロガー(#blogger)
			・(3-2-3)ピックアップサイト(#addlink)
		◇(3-3)center(index.php)
			・(3-3-1)インフォメーション(.info)
			・(3-3-2)記事(.post)
	◆(4)コメント投稿(comments.php)
	◆(5)footer.php(全ページ共通)
========================================== */

/*  -----------------------------------------
　◆(1)全体的なルール
 ----------------------------------------- */
* {
	margin: 0;
	padding: 0;
	text-justify: inter-word;
	border: 0px none #ffffff;
}

p {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
}

tr, td, th {
	margin: 0;
	padding: 0;
}

h4, h3 {
	margin: 0;
	padding: 0;
}

body {	
	background-color: #ffffff;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 12px;
	padding-top: 0px; 
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#sub_body {	
	background-image: url(images/sub_back.gif);

}

body img {
	border: none;
}

a { text-decoration: none; }
a:link { color: #000000; } 
a:active { color: #000000; }
a:visited { color:#000000; }
a:hover { color:#000000; }

/*  -----------------------------------------
　◆(2)header.php(全ページ共通)
 ----------------------------------------- */
#headbar {
	height: 359px;
	padding: 0px 30px;
	background-color: #000000;
	font-size: 11px;
}

#headbar .link {
	float: left;
}

#headbar .link a {
	color: #000000;
}

#headbar .link a: hover {
	text-decoration: underline;
}

#headbar img {
	margin-top: 7px;
	margin-right: 5px;
	vertical-align: -0.8em;
}

#headbar h1{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

/* headbar右側広告スペース */
#headbar .add {
	float: right;
	padding-top:12px;
	text-align:right;
}

#headbar .add a img {
	margin-right: 5px;
}

#headerimg {
	padding: 0px;
	margin: 0 auto;
	width: 960px;
	height: 359px;
	background: url(images/top_new.jpg) no-repeat center;
}

#header {
	margin: 0 auto;
	height: 359px;
	text-align: center;
}

#sub_header {
	height: 224px;
	width: 960px;
	background-image: url(images/sub_new.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

* html #sub_header {

}


/*  -----------------------------------------
　◆(3)３カラム全体のルール(#outline内)
 ----------------------------------------- */
#outline {
	/* widthは全体の幅*/
	width: 960px;
}

#container {
	/* widthは全体の幅*/
	width: 960px;
	background-image: url(images/container_back.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#left_center {
	/* widthは#left_sideと#centerのwidthを足した数字
	その数字に#right_sideのwidthを足すと#outlineのwidthと同じ数字になる*/
	width: 748px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#center {
	width: 543px;
	float: right;
	padding: 0px;
	margin: 0px;
	padding-bottom: 100px;
	color: #000000;
	font-size: 90% verdana, sans-serif;
	line-height: 16px;
	font: 90% verdana, sans-serif;
	overflow: hidden;
}


*html #center {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}

#left_side {
	width: 205px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}

#left_side a { text-decoration: underline; }
#left_side a:link { color: #000000; } 
#left_side a:active { color: #990000; }
#left_side a:visited { color:#000000; }
#left_side a:hover { color:#990000; }

#right_side {
	width: 212px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	overflow: hidden;
	background-image: url(images/right_back.gif);
	background-repeat: no-repeat;
}

/*
#right_side a { text-decoration: underline; }
#right_side a:link { color: #000000; } 
#right_side a:active { color: #990000; }
#right_side a:visited { color:#000000; }
#right_side a:hover { color:#990000; }
*/

/*  -----------------------------------------
　◇(3-1)#left_side(sidebar.php)
------------------------------------------ */ 
#left_side h2 {
	margin: 0px;
	padding-bottom: 10px;
}

#left_side img {
	padding: 0px;
	margin: 0px;
}

#left_side .center {
	text-align: center;
	margin: 0px auto;
}

#left_side .bottom {
	margin: 0px;
	padding-bottom: 15px;
}

#left_banner {
	margin-top: 20px;
}

#left_banner li {
	margin: 0px;
	text-align: center;
	padding-bottom: 5px;	
}


#top h2 {
	padding: 0;
}





/*  -----------------------------------------
　◇(3-2)#right_side(add_side.php)
------------------------------------------ */
#right_side h3 {
	padding: 0px;
	margin: 0px;
}

#right_side img {
	padding: 0px;
	margin: 0px;
}

#right_side .center {
	text-align: center;
	margin: 0px auto;
}

#right_side .bottom {
	padding-bottom: 15px;
}

#right_side .next_h2 {
	margin: 14px 0px 0px 42px;

}

#right_banner {
	margin-bottom: 20px;
}

#right_banner li {
	text-align: center;
	margin-bottom: 5px;
}

#next_game {
	height: 120px;
	padding-bottom: 20px;
	padding-top: 3px;
	text-align: center;
}

#next_game .t_date {
	border-collapse: collapse;
	font-size: 12px;
	color: #fff000;
	height: 35px;
	margin-bottom: 10px;
}

#next_game .t_date td {

	
}

#next_game .game_date_other {
	padding-top: 25px;
	font-size: 12px;
	
}
#next_game .game_date {
	padding-top: 10px;
	font-family: verdana,sans-serif;
	font-weight: bold;
	font-size: 30px;
}

#next_game .t_comment {
	margin-top: 6px;
	width: 150px;
	border-collapse: collapse;
	font-size: 12px;
}

#next_game .game_place {
	height: 23px;
	font-size: 10px;
	color: #ffcb04;

}

#next_game .game_comment {
	color: #ffffff;
	text-align: center;
	line-height: 18px;
}
#next_game a {
	display: block;
	margin: 0 20px;
}
/*  -----------------------------------------
　・(3-2-1)#workrequest
------------------------------------------ */
#workrequest {
	background: url(images/side2.jpg);
	background-repeat: repeat-y;
}

/*  -----------------------------------------
　・(3-2-2)#blogger
------------------------------------------ */
#blogger {
	background: url(images/side2.jpg);
	background-repeat: repeat-y;
}

#blogger .blogger_center {
	width: 180px;
}

#blogger .blogger_center img {
	text-align: center;
	margin: 4px auto 0px auto;
}

#blogger .blogger_center p {
	padding: 0px;
	margin: 0px 0px;
}

/*  -----------------------------------------
　・(3-2-3)#shoplink
------------------------------------------ */
#addlink {
	background: url(images/side2.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

/*  -----------------------------------------
　◇(3-3)#center(index.php)
------------------------------------------ */ 
/* 記事が10件以上になると表示されるナビ */
.navigation {
	text-align: center;
	padding-bottom: 15px;
	font-size: 11px;
	color: #000000;
}

.navigation a:link { color: #e50012; } 
.navigation a:active { color: #ffcb04; }
.navigation a:visited { color:#e50012; }
.navigation a:hover { color:#ffcb04; }

#center .wp-comment {
	text-align: center;
}


#center h1 {
	padding: 20px 0 25px 0px;

}

#center h2 {
	padding-top: 53px;
	
}

#center h3 {
	margin: 0px; 
	
}

.score_board {
	height: 170px;
	background-image: url(images/score_board.gif);

}

.story {
	overflow: hidden;

}

/*  -----------------------------------------
　・(3-3-1).info
------------------------------------------ */ 
.info {
	clear: both;
	border: none;
	height: 140px;
	font-size: 12px;
	background-image: url(images/info_back.gif);
}

/* タイトル『インフォメーション』の色 */
.info h2 a:link { color: #000000; } 
.info h2 a:active { color: #000000; }
.info h2 a:visited { color:#000000; }
.info h2 a:hover { color:#000000; } 
	
.info h2 {
	padding: 0px;
	margin: 0px;
}

.info_list {
	padding: 8px 0px 0px 0px;
}

.info_list .newest {
	background-image: url(images/newest_info.gif);
	height: 52px;
	font-weight: bold;
}

.info_list .newest .time {
	padding: 5px 0px 0px 20px;

}

.info_list .newest .title {
	padding: 8px 0px 0px 20px;
	font-size: 15px;
}

.info_list ul {
	padding: 0px 0px 0px 20px;
	list-style: none;
	line-height: 20px;
	height: 140px;
	background-image: url(images/info_back.gif);
	border-bottom: 1px solid #dbdbdb;
}

.info_time {
	float: left;
	width: 15%;
	color: #555555;
}

/* リスト内の『タイトル』の色 */
.info_title a:link { color: #000000; } 
.info_title a:active { color: #999999; }
.info_title a:visited { color:#000000; }
.info_title a:hover { color:#999999; } 

.info_title {
	float: left;
	width: 85%;
}

/* 『インフォメーション一覧』の色 */
.info_bottom a:link { color: #e50012; } 
.info_bottom a:active { color: #ffcb04; }
.info_bottom a:visited { color:#e50012; }
.info_bottom a:hover { color:#ffcb04; }

.info .info_list {
	height: 70px;
}

.info ul {
	overflow: auto;
	padding-left: 10px; 
	height: 70px;
	width: 432px;
}

.info li {
	list-style: none;
}


.info_bottom {
	font-size: 11px;
	text-align: right;
	padding: 3px 20px 0px 0px;
	height: 23px;
}

#link_box {
	padding: 10px 0px 0px 0px;
}

/*  -----------------------------------------
　・(3-3-2).post
------------------------------------------ */ 
#post {


}

#post h3 {
	margin-top: 10px;
	padding: 4px 0px 0px 33px;
	height: 21px;
	background-image: url(images/title_back.gif);
	background-repeat: no-repeat;
	width: 100%;
	font-size: 12px;
	color: #ffffff;
	
}

#post h3 span {
	padding-right: 10px;
	font-size: 10px;
	color: #fff000;
}

#post .story {
	margin: 9px 22px 30px 22px;
	padding: 20px 10px 20px 10px;
	width: 478px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid;
	border-color: #cccccc;
	background-image: url(images/blog_story_back.gif);
	background-repeat: repeat-x;
	
}


/*/////////////////////////////////////*/

/*/////////////////////////////////////*/
#cat_about {
	padding: 0px 10px 20px 10px;
	width: 523px;
	height: 900px;
	margin-bottom: -100px;
	background-image: url(images/back_g.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-justify: inter-cluster;
}

#cat_about img {

}

#cat_about .about_img1 {
	float: left;
	margin: 10px 5px 0px 10px;
}

#cat_about .about_img2 {
	float: right;
	margin: 20px 30px 20px 30px;
}


#cat_about .h3_1 {
	margin-top: 60px;
	font-size: 18px;
	text-align: left;
}

#cat_about .h3_2 {
	margin-top: 50px;
	font-size: 18px;
	text-align: right;
}

#cat_about p {

	margin: 10px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}

/*/////////////////////////////////////*/

#cat_member {

}

#cat_member h3 {
	padding-top: 20px;
	margin-bottom: -10px; 
	clear: both;
	
}

#cat_member .member_all {
	padding: 0px 10px;
	width: 543px;
}

#cat_member .member_box {
	float: left;
	width: 24%;
	height: 140px;
	
	padding-top: 15px;
}

#cat_member table {

	border-collapse: collapse;
}


#cat_member .member_num {
	width: 21px;
	height: 22px;
	color: #ffffff;
	background-image: url(images/member_num_back.gif);
	text-align: center;

}

/*
#cat_member .member_position {
	width: 98px;
	height: 22px;
	border: 1px solid #999999;
	text-align: right;
	padding-right: 3px;

}
*/

#cat_member .member_position {
	width: 98px;
	height: 22px;
	background-image: url(images/member_position_back.gif);
	text-align: right;
	padding-right: 3px;
}


#cat_member .member_photo {
	text-align: center;
}

#cat_member .member_photo img {
	margin: 5px 0px;
	border: 1px solid #bbbbbb;
	
}

#cat_member .member_name {
	height: 20px;
	font-size: 12px;
	text-align: center;

}

/*/////////////////////////////////////*/

#member_page {
	caption-side: left;
}

#member_page h2 {
	margin-bottom: 10px;
}


#center .h3_member_all {
	clear: both;
	padding-top: 50px;
}

#member_page table {
	margin: 0px;
	padding 0px;
	border-collapse: collapse;
	
	
}

#member_page .member_image {
	float: left;
	margin: 0px 14px 0px 18px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #999999;
}

#member_page .member_image img {
	padding: 6px;
	width: 227px;
	height: 227px;
}

* html #member_page .member_image {
	margin: 0px 10px;
}


#member_page .member_num {
	width: 40px;
	height: 39px;
	font-size: 18px;
	color: #ffffff;
	background-image: url(images/member_num_back_big.gif);
	text-align: center;

}

#member_page .member_name {
	width: 201px;
	height: 40px;
	background-image: url(images/member_name_back.gif);
	font-size: 18px;
	text-align: right;
	padding-right: 10px;

}

#member_page .member_profile {
	margin-top: 20px;
	width: 250px;
	line-height: 20px;
	background-image: url(images/profile_back.gif);
	background-repeat: repeat-y;
}

#member_page .member_profile td {
	padding: 0px 5px;
}

#member_page .profile_q {
	width: 80px;
	color: #777777;
}
/*/////////////////////////////////////*/

#cat_blog,
#cat_result {
	width: 543px;
	text-align: left;
}



#cat_blog .blog_header,
#cat_result .result_header {
	margin: 10px 0px;
	height: 21px;
	background-image: url(images/title_back.gif);
	width: 100%;


}

#cat_blog .blog_header .blog_title,
#cat_result .result_header .result_title {
	float: left;
	width: 427px;
	padding-top:3px;
	font-size: 12px;
	color: #ffffff;
}

#cat_blog .blog_header p,
#cat_result .result_header p {
	float: left;
	padding: 5px 0px 0px 36px;  
	width: 80px;
	font-size: 10px;
	color: #fff000;

}

/*/////////////////////////////////////*/
#cat_result h3 {
	margin-top: 10px;
	padding: 2px 0px 0px 33px;
	height: 21px;
	background-image: url(images/title_back.gif);
	background-repeat: no-repeat;
	width: 543px;
	font-size: 12px;
	color: #ffffff;
}

#cat_result h3 span {
	padding-right: 10px; 
	font-size: 10px;
	color: #fff000;
}

#cat_result table {
	width: 495px;
	font-family: verdana,sans-serif;
	/* font-weight: bold; */
	font-size: 25px;
	text-align: left;
	color: #fff000;
	text-align: center;
	border-collapse: collapse;
}

#cat_result .game_info {
	width: 504px;
	margin-right: 20px;
	margin-top: 25px;
	background-color: #eeeeee;
	color: #000000;
	line-height: 15px;
	font-size: 10px;
	text-align: right;
}

#cat_result .game_info td {
	margin: 0px;
	padding: 5px;
}

#new_result h3 {
	padding: 11px 0px 0px 33px;
	height: 16px;
	width: 100%;
	font-size: 12px;
	color: #ffffff;
}

#new_result h3 span {
	padding-right: 10px; 
	font-size: 10px;
	color: #fff000;
}

#new_result table {
	width: 495px;
	padding-top: 0px;
	font-family: verdana,sans-serif;
	/* font-weight: bold; */
	font-size: 25px;
	text-align: left;
	color: #fff000;
	text-align: center;
	border-collapse: collapse;
}

#new_result .game_info {
	display: none;
}

.result_story {
	padding: 27px 0px 20px 10px;
/*	height: 180px; */
	background-image: url(images/score_board.gif);
	background-repeat: no-repeat;
	
}

#new_result .result_story {
	padding: 0px 0px 40px 10px;
}

.result_story td {
	border-right: 1px solid white;
}

.result_story th {
	padding-bottom: 6px;
	height: 27px;
	font-size: 12px;
	color: #ffffff;
}

.result_story .tr_index {
	width: 495px;
	height: 18px;
	font-size: 10px;

}

.result_story .tr_team1 {
	height: 49px;
}

.result_story .tr_team1 td {
	border-bottom: 1px solid white;
}

.result_story .tr_team2 {
	height: 49px;

}

.result_story .team_name {
	width: 130px;
	color: #ffffff;
	font-size: 12px;
}

.result_story .final_score {
	width: 80px;
	border-right-style: none;
}

/*/////////////////////////////////////*/
#cat_schedule .schedule_year {
	width: 533px;
	padding-top: 10px;
	padding-right: 5px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

#cat_schedule .month_navi {
	
	width: 533px;
}

#cat_schedule .prev_month {
	float: left;
	width: 177px;
	text-align: left;
}

#cat_schedule .prev_month img{
	float: left;
}

#cat_schedule .prev_month span{
	padding-top: 10px;
	font-size: 15px;
}

#cat_schedule .next_month {
	float: left;
	width: 177px;
	text-align: right;
}

#cat_schedule .next_month img {
	float: right;
}

#cat_schedule .next_month span {
	margin-top: 10px;
	font-size: 15px;
}

#cat_schedule .now_month {
	float: left;
	width: 179px;
	color: #e50012;
	font-size: 30px;
	text-align: center;
}

#cat_schedule .schedule_board {
	clear: both;
	background-image: url(images/schedule_back.gif);
	background-repeat: no-repeat;
	height: 720px;
	padding-top: 22px;

}

#cat_schedule table {
	clear: both;
	margin-top: 22px;
	margin-left: 20px;
	width: 504px;
	border-collapse: collapse; 
	
}

#cat_schedule tbody {
	
}

#cat_schedule .schedule_line {
	height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #ffffff;	
}

#cat_schedule .schedule_date {
	width: 15%;
	border-right: 1px solid #ffffff;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #ffffff;	
}

#cat_schedule .schedule_title {
	width: 85%;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #ffffff;	
}

#cat_schedule .schedule_title p {
	padding-left: 10px;
	color: #fff000;
}

#cat_schedule .saturday {
	padding-right: 10px;
	color: #6adcf9;
}

#cat_schedule .sunday {
	padding-right: 10px;
	color: #ff4f4f;
}

#cat_schedule .weekday {
	padding-right: 10px;
	color: #ffffff;
}

/*/////////////////////////////////////*/

#cat_blog .blog_story {
	margin: 9px 22px 30px 22px;
	padding: 20px 10px 20px 10px;
	width: 478px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid;
	border-color: #cccccc;
	background-image: url(images/blog_story_back.gif);
	background-repeat: repeat-x;
	
}






/*  -----------------------------------------
　◆(4)comments.php(コメント)
------------------------------------------ */
#comments {
	font-size: 11px;
}

#comments .trackback {
	padding-left: 10px;
	font-size: 10px;
}

.trackback {
	/* ★widthは項目のサイズ */
	width: 400px;
	padding: 0px 0px;
	margin: 5px auto;
}

input#trackback {
	/* ★widthはトラックバックURL表示欄のサイズ */
	width: 390px;
	height: 20px;
	padding: 0px 0px;
	margin: 0px auto;
	border: 1px solid #aaaaaa;
}

#comments p {
	padding: 0px;
	margin: 0px;
}

/* 「コメント」「コメントする」の見出し */
#comments h3 {
	font-size: 14px;
	padding: 5px 0px 3px 50px;
	margin: 0px;
}

#commentlist .metadata_bottom {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}

ol#commentlist {
	/* widthはユーザーのコメントを表示するボックスのサイズ */
	width: 400px;
	padding: 0px 0px;
	margin: 0px auto;
	font-size: 11px;
}

ol#commentlist li.commentcontent {
	list-style: none;
	border: 1px solid;
	border-color: #ffffff #ccc #ccc #ffffff;
	/* コメントごとの下の余白 */
	margin-bottom: 15px;
}

ol#commentlist p {
	/* コメントのテキストの余白 */
	padding: 10px 10px;
}

/* コメントの承認待ち設定をしているブログの場合のみ表示されるアナウンス */
ol#commentlist p.note {
	padding: 3px 8px;
	border: 1px solid #ff0000;
}

#comments form {
	/* widthは「コメントする」フォームのサイズ
	widthのサイズを変える場合は★部分も変更すること */
	width: 400px;
	padding: 0px 0px;
	margin: 0px auto;
	font-size: 11px;
	font-weight: bold;
}

form#commentform label {
	/* ★widthは項目のサイズ */
	width: 140px;
	float: left;
	padding: 0px;
	margin: 5px 5px 0px 0px;
}

form#commentform p {
	clear: both;
	padding: 0px;
	margin: 0px;
}

form#commentform sub {	
	padding: 0px;
	margin: 0px;
	display: block;
}

input#author, input#email, input#url {
	/* ★widthは入力欄のサイズ */
	width: 250px;
	height: 20px;
	border: 1px solid #aaaaaa;
	padding: 0px 0px;
	margin: 5px 0px;
}

textarea {
	border: 1px solid #aaaaaa;
	width: 385px;
	padding: 5px;
	margin-bottom: 10px;
}

p.submitbutton {
	text-align: center;
}

p.submitbutton input {
	font-weight: bold;
}

/*  -----------------------------------------
　◆(5)#footer
------------------------------------------ */
#footer {
	clear: both;
	height: 57px;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	background-color: #00002e;
}

#contact_info {
	float:left;
	margin: 0px 5px;
	text-align: left;
}


#contact_info h4 {
	color: #cccccc;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
}

#contact_info p {
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
}

#contact_info span {
	color: #fff000;
}

#footer_info {
	width: 960px;
	padding-top: 10px;
	text-align: right;
}

#copyright p {
	padding: 0px;
	margin-top: 23px;
}

/************ clearfix ************/
/* :after対応のモダンブラウザ用 */
.clearfix:after {
 content: ".";  /* 新しい要素を作る */
 display: block;  /* ブロックレベル要素に */
 clear: both;
 height: 0;
 visibility: hidden;
}

/* :after非対応のIE7用 */
.clearfix {
 min-height: 1px;
}

/* IE6、macIE4,5用 */
* html .clearfix {
 height: 1px;
 /*¥*//*/
 height: auto;
 overflow: hidden;
 /**/
}
/**********************************/


/* /////// ギャラリーサムネイル用ハック ///// */
* html .ngg-gallery-thumbnail {
	float: left;
	margin-right: 2px;
}

/* /////// 旧トップのリンクバナー用 ///// */
#center .float_box{
	padding-bottom: 8px;
}

#center .float_box .left{
	width: 260px;
	float:left;
	padding-left: 8px;
}

#center .float_box .right{
	width: 260px;
	float:right;
	padding-right: 8px;
}


/* /////// 旧トップのリンクバナー用 ///// 
#center .float_box {
	height: 41px;

}

#center .float_box a {
	float: left;
}

.banner-left {
	float: left;
	padding: 8px;
}

.banner-right {
	float: right;
	padding: 7px 4px 0px 0px;
}
*/







/*  -----------------------------------------
　★Twitter_Tools 用
------------------------------------------ */
#twitter_area {
	width: 191px;
	margin: 0px 0px 20px 12px;
	padding: 0;
	background: url(images/twitter_back.gif) repeat-y;
}

#twitter_area .twitter_h2 {
	height: 60px;
	margin: 0;
	padding: 9px 0px 0px 13px;
	background: url(images/twitter_top.gif) no-repeat;
}

#twitter_area .twitter_bottom {
	height: 30px;
	padding: 17px 0px 0px 40px;
	background: url(images/twitter_bottom.gif) no-repeat;
}

#twitter_area ul{
	padding: 0px 7px 0px 7px;
	
}

#twitter_area li{
	text-align: right;
	border-bottom: 1px dotted #dbdbdb;
}
#twitter_area li p {
	text-align: left;
	padding: 0px 5px 0px 5px;
}
#twitter_area li a {
	padding: 0px 5px;
}
#twitter_area a:link { color: #999999; }
#twitter_area a:visited { color: #999999; }
#twitter_area a:active { color: #999999; }
#twitter_area a:hover { color: #000000; }


/*  -----------------------------------------
　★Gallery 用
------------------------------------------ */
.ngg-gallery-thumbnail {
	float: left;
}
.ngg-gallery-thumbnail span {
	display: block;
	width: 140px;
	height: 37px;
	line-height: 18px;
	padding: 1px 0 0 0 !important;
	font-size: 10px !important;
	overflow: hidden;
	background-image: url(images/g_caption.gif);
}
.ngg-galleryoverview .desc {
/* required for description */
   margin: 0 !important;
   padding: 10px 11px !important;
}

*html .ngg-galleryoverview .desc {
/* required for description */
   padding: 7px !important;
}

.ngg-gallery-thumbnail img {
	margin:0px !important;
}
