@charset "UTF-8";

/*   
Theme Name: INAC神戸レオネッサ
Description: オフィシャルHP
Author: ダイヤモンドヘッド株式会社
Version: 2009.04.30
*/

/* =======================================
 -----------------------------------------
　目次
 -----------------------------------------
	◆(1)全体的なルール
	◆(2)header.php(全ページ共通)
	◆(3)３カラム全体のルール(#outline内)
		◇(3-1)left_side(sidebar.php)
			・(3-1-1)メニュー(#menu)
			・(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)スポンサー(#sponsor)
		◇(3-2)right_side(add_side.php)
			・(3-2-1)仕事依頼(#workrequest)
			・(3-2-2)ダイヤモンドブロガー(#diamondblogger)
			・(3-2-3)ショップリンク(#shoplink)
		◇(3-3)center(index.php)
			・(3-3-1)インフォメーション(.info)
			・(3-3-2)記事(.post)
	◆(4)コメント投稿(comments.php)
	◆(5)footer.php(全ページ共通)
========================================== */

/*  -----------------------------------------
　◆(1)全体的なルール
 ----------------------------------------- */
* {
	margin: auto;
	padding: 0;
}

/*  -----------------------------------------
　◆(2)header.php(全ページ共通)
 ----------------------------------------- */
#outline {
	/* widthは全体の幅*/
	width: 990px;
	overflow: hidden;
}

#headerimg {
	padding: 0px;
	margin: 0px;
}

.topnavi li a { text-decoration: none; }
.topnavi li a:link { color: #000000; } 
.topnavi li a:active { color: #990000; }
.topnavi li a:visited { color:#000000; }
.topnavi li a:hover { color:#990000; }

#headerimg h1 {
	padding: 40px 0px 20px 0px;
	margin: 0px;
}

#headerimg .page {
	background-image: url(images/inac_flash_naka3.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 170px;
	margin-top: 7px;
	color: #ffffff;
	padding: 90px 5px 5px 30px;
	font-size: 18px;
	font-weight: bold;
}

#headerimg ul {
	background-image: url(images/back_submenu.jpg);
	height: 22px;
	text-align: right;
	padding: 0px 10px 0px 16px;
	margin: 0px;
	float: right;
}

#headerimg li {
	float: left;
	margin: 3px 5px 0px 10px;
	background-image: url(images/icon_submenu.gif);
	background-repeat: no-repeat;
	list-style: none;
	background-position: left center;
	padding-left: 8px;
}

#headerimg .flash {
	padding: 7px 0px 0px 0px;
}


/*  -----------------------------------------
　◆(3)３カラム全体のルール(#outline内)
 ----------------------------------------- */
#left_center {
	/* widthは#left_sideと#centerのwidthを足した数字
	その数字に#right_sideのwidthを足すと#outlineのwidthと同じ数字になる*/
	width: 800px;
	float: left;
	padding: 0px 7px 0px 0px;
	margin: 0px;
}

#center {
	width: 604px;
	float: right;
	padding: 0px 0px;
	margin: 0px;
	line-height: 16px;
	overflow: hidden;
	background-image: url(images/center_top.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#left_side {
	width: 188px;
	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: none; }
#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: 183px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	color: #000000;
	font-size: 10px;
	overflow: hidden;
}

#right_side a { text-decoration: underline; }
#right_side a:link { color: #ffffff; } 
#right_side a:active { color: #ff0000; }
#right_side a:visited { color:#ffffff; }
#right_side a:hover { color:#ff0000; }

/*  -----------------------------------------
　◇(3-1)#left_side(sidebar.php)
------------------------------------------ */ 
#left_side h3 {
	padding: 0px;
	margin: 0px;
}

#left_side img {
	padding: 0px;
	margin: 0px;
}

#left_side .side_menu li {
	background-image: url(images/side_menu.gif);
	background-repeat: no-repeat;
	list-style: none;
	padding: 8px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	height: 23px;
}

/*  -----------------------------------------
　・(3-1-1)#sponsor
------------------------------------------ */
#sponsor img {
	margin: 8px 0px 0px 0px;

}

/*  -----------------------------------------
　◇(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: 3px auto;
}

#right_side .bottom {
	padding-bottom: 15px;
}

/*  -----------------------------------------
　・(3-2-1)#game
------------------------------------------ */
.game {
	background: url(images/right_kekka.jpg);
	background-repeat: no-repeat;
	height: 245px;
	padding-top: 0px;
	margin-bottom: 10px;
}

.right_title {
	background-image: url(images/right_title.jpg);
	background-repeat: no-repeat;
	height: 22px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

.place1 {
	padding: 5px 0px 5px 10px;
	font-size: 12px;
	text-align: left;
	color: #ffffff;
	height: 75px;
	overflow: auto;
}

.team {
	padding: 0px 0px 0px 0px;
	color: #ffffff;	
}

.team .name {
	text-align: center;
	font-weight: bold;
}


.detail {
	width: 155px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.deteal td {
	width: 35px;
}

.detail-team td {
	text-align: center;
	width: 60px;
}

.point {
	background: url(images/line.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	width: 130px;
}

.point2 {
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}

.point1 {
	padding: 0px;
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.nextg {
	background: url(images/right_blue.jpg);
	background-repeat: repeat-y;
	font-size: 11px;
}

.nextg .date {
	font-size: 16px;
	color: #ffffff;
	padding: 10px 0px 10px 10px;
	margin: 0px;
	font-weight: bold;
}

.nextg .content .name {
	padding: 10px 0px 0px 5px;
	color: #ffffff;
}


.nextg .link_right {
	float: right;
	color: #ffffff;
	font-weight: bold;
}

/*  -----------------------------------------
　・(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
------------------------------------------ */
#shoplink {
	background: url(images/side2.jpg);
	background-repeat: repeat-y;
}

#shoplink .shoplink_center {
	width: 187px;
}

#shoplink .shoplink_center img {
	text-align: center;
	margin: 4px auto 0px auto;
}

#shoplink .shoplink_center p {
	padding: 0px;
	margin: 0px 0px;
}

/*  -----------------------------------------
　◇(3-3)#center(index.php)
------------------------------------------ */ 
/* 記事が10件以上になると表示されるナビ */
.navigation {
	text-align: center;
	padding: 8px;
	font-size: 11px;
	color: #ffffff;
}

#center .wp-comment {
	text-align: center;
}

/*  -----------------------------------------
　・(3-3-1).info
------------------------------------------ */ 
.info {
	clear: both;
	border: none;
	font-size: 12px;
	margin-bottom: 10px;
}

.info h2 {
	padding: 0px;
	margin: 6px 6px 0px 6px;
}

.info_list {
	padding: 10px 0px 0px 5px;
	list-style: none;
	line-height: 18px;
}

.info_time {
	float: left;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	width: 18%;
	background-image: url(images/icon_soccor.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 3px 25px;
	
}

/* リスト内の『タイトル』の色 */
.info_title a:link { color: #000000; } 
.info_title a:active { color: #ff0000; }
.info_title a:visited { color:#000000; }
.info_title a:hover { color:#ff0000; } 

.info_title {
	float: left;
	width: 75%;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding: 0px 0px 3px 0px;
}

/* 『インフォメーション一覧』の色 */
.info_bottom a:link { color: #000000; } 
.info_bottom a:active { color: #ff0000; }
.info_bottom a:visited { color:#000000; }
.info_bottom a:hover { color:#ff0000; }

.info .info_list {
	height: 70px;
}

.info ul {
	overflow: auto;
	padding-left: 10px; 
	height: 110px;
	width: 580px;
}

.info li {
	list-style: none;
}


.info_bottom {
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	padding-top: 45px;
}

*html .info_bottom {
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
	padding-top: 0px;
}


/*  -----------------------------------------
　・(3-3-2).post
------------------------------------------ */ 
.post {
	padding: 0px 0px 10px 0px;
	clear: both;
	border: none;
	margin-bottom: 10px;
}

.post h2 a:link { color: #000000; } 
.post h2 a:active { color: #ff0000; }
.post h2 a:visited { color:#000000; }
.post h2 a:hover { color:#ff0000; } 

.post h2 {
	padding: 5px 0px 0px 35px;
	margin: 6px 6px 0px 6px;
	font-size: 18px;
	/* 記事のタイトルの色リンク無しの状態時 */
	font-weight: bold;
	background: url(images/title_redline.gif);
	background-repeat: no-repeat;
	height: 53px;
}

.top-post h2 {
	margin-bottom: 200px;
}

.post .content {

}

.post .metadata_top {
	padding-right: 20px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: right;
}

.post .story {
	margin-left: 10px
	font-size: 11px;
}

.post .story a { text-decoration: underline; }

.post .story2 {
	margin: 0px 10px;
	font-size: 11px;
}

.post .story2 a { text-decoration: underline; }

.post .alignright {
	float: right;
	display: block;
	clear: both;
}

.imageframe {
	float: left;
	display: block;
	clear: both;
}

.post .alignleft {
	float: left;
	display: block;
	clear: both;
}

.post .metadata_bottom {
	padding-right: 20px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: right;
	clear: both;
}

.post .footer img {
	boorder: none;
}

/*  -----------------------------------------
　◆(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
------------------------------------------ */
#big_footer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
}

#footer {
	clear: both;
	height: 100%;
	font-size: 11px;
	width: 990px;
	text-align: center;
	color: #ffffff;
}

#footer li {
	float: left;
	list-style: none;
	padding: 5px 0px;
	margin: 0px;
}

#footer ul {
	padding: 0px;
	margin: 0px auto;
}



.sponsor1 {
	width: 680px;
}

.sponsor1 img {
	padding: 35px 5px 0px 5px;
}

.sponsor2 {
	width: 680px;
	clear: both;
	padding: 10px;
}

.sponsor2 img {
	padding: 0px 5px;
}

.copyright {
	padding: 5px;
	clear: both;
}

.copyright p {
	padding: 0px;
	margin: 0px;
}

.sponsor {
	width: 480px;
	text-align: centr;
}

.sponsor img {
	padding: 10px;
}

.sponsor_list {
	width: 520px;
	text-align: centr;
}

.sponsor_list img {
	margin-right: 20px;
	margin-bottom: 10px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
}


/*  -----------------------------------------
　◆(6).schedule
------------------------------------------ */
.schedule {
	text-align: center;
	line-height: 18px;
}

.schedule .title {
	background-color: #DB0019;
	color: #ffffff;
	font-weight: bold;
}

.homegame td {
 	background-color: #aaffaa;
}

.awaygame {
	background-color: #ffffff;
}

.annotation {
	text-align: right;
	padding: 5px 22px 0px 0px;
}

.schedule a:link { color: #000000; } 
.schedule a:active { color: #990000; }
.schedule a:visited { color:#000000; }
.schedule a:hover { color:#990000; }


/*  -----------------------------------------
　◆(7)なでしこLEAGUE
------------------------------------------ */

.rank {
	background-color: #333333;
	text-align: center;
}

.rank .title {
	background-color: #DB0019;
	color: #ffffff;
	font-weight: bold;
}

.other {
	background-color: #ffffff;
}

.inac {
	background-color: #FFBE00;
}

.grey {
	background-color: #cccccc;
}

/*  -----------------------------------------
　◆(8)PHOTO
------------------------------------------ */

.photo_title {
	background-image: url(images/title_black.gif);
	background-repeat: no-repeat;
	width: 592px;
	height: 34px;
	color: #ffffff;
	margin-left: 5px;
	font-weight: bold;
	padding: 10px 0px 0px 3px;
}

.album_photo_title {
	background-image: url(images/title_black.gif);
	background-repeat: no-repeat;
	width: 592px;
	height: 34px;
	color: #ffffff;
	margin-top: 5px;
	margin-left: 6px;
	font-weight: bold;
	padding: 10px 0px 0px 3px;
}

.photo {
	margin-left:10px;
	m
}

/* safari only \*/
html[xmlns*=""] body:last-child .photo {
	margin-left: 13px;
}

html[xmlns*=""] body:last-child .album_photo_title {
	background-image: url(images/title_black.gif);
	background-repeat: no-repeat;
	width: 592px;
	height: 34px;
	color: #ffffff;
	margin-top: 5px;
	margin-left: 6px;
	font-weight: bold;
	padding: 10px 0px 0px 3px;
}

html[xmlns*=""] body:last-child .photo_title {
	background-image: url(images/title_black.gif);
	background-repeat: no-repeat;
	width: 592px;
	height: 34px;
	color: #ffffff;
	margin-left: 6px;
	font-weight: bold;
	padding: 10px 0px 0px 3px;
}


/* end */

/*  -----------------------------------------
　◆(9)下部組織
------------------------------------------ */

.kabusoshiki {
	background-image: url(images/bg_kabusoshiki.gif);
	background-repeat: no-repeat;
	margin: 0px 19px;

}

.logo img{
	padding: 10px;
	float: left;
}

.inac_banner {
	float: right;
	padding: 3px 10px 0px 0px;
}

.kabusoshiki .pic {
	text-align: center;
}

.kabusoshiki .pic img {
	padding: 30px 0px;
}

.kabusoshiki p {
	padding-bottom: 10px;
}
/*  -----------------------------------------
　◆(10)スタジアム/練習場一覧
------------------------------------------ */
.stadium li {
	list-style: none;
	line-height: 24px;
	width: 555px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #d30418;
	border-left-color: #d30418;
	border-right-color: #d30418;
	padding-left: 15px;
	background-color: #fff4f4;
}

.stadium .bottom {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d30418;
}

.stadium a:link { color: #000000; } 
.stadium a:active { color: #990000; }
.stadium a:visited { color:#000000; }
.stadium a:hover { color:#990000; }

/*  -----------------------------------------
　◆(11)中ページFLASH
------------------------------------------ */

.clock {
	padding-top: 42px;	
}

/*  -----------------------------------------
　◆(12)linkページテーブル
------------------------------------------ */

.capture {
	padding-top: 20px;
	border-style: none;
}

.capture td{
	padding: 5px 0px; 0px; 5px;
	width: 160px;
	text-align: center;
	vertical-align: top;
}


