@charset "Shift_JIS";
/* ----------------------------------------------------------
  TITLE : 阪神タイガース公式サイト
  URI : hanshintigers.jp
  Copyright (C) Hanshin Tigers. All Rights Reserved.
---------------------------------------------------------- */

/* CSS Reset Style
---------------------------------------------------- */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, label, fieldset, input, textarea, button,
p, blockquote, pre, address,
table, th, td {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333333;
	line-height: 1.8;
	text-decoration: none;
}
fieldset {
	border: 0;
}
caption {
	text-align: left;
}
button {
	border: 0;
	background: none;
}


/* HyperText Style
---------------------------------------------------- */
a:link {
	color: #000000;
	background-color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #000000;
	background-color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #FFCC00;
	text-decoration: underline;
}
a:focus {
	color: #000000;
	background-color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #000000;
	background-color: #FFCC00;
	text-decoration: none;
}


/* Base Font Style
---------------------------------------------------- */
body {
	font-size: 12px;
	font-family: メイリオ, Osaka, "MS P Gothic", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, table {
	font-size: 100%;
}
h6 {
	font-weight: bold;
}
p, li, dt, dd, th, td, blockquote, address {
	font-size: 100%;
	line-height: 1.8;
}
label {
	font-size: 100%;
	line-height: 1.1;
}


/* Text Style
---------------------------------------------------- */
p {
	margin: 20px 0;
}
blockquote {
	padding: 1.5em;
	margin: 30px 0;
}


/* List Style
---------------------------------------------------- */
ul, ol {
	margin: 1em 0;
}
ul li, ol li {
	margin: 0.1em 0 0.1em 2em;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin: 0;
}
ul ul li,
ol ul li,
ul ol li,
ol ol li {
	margin: 0.1em 0 0.1em 1.5em;
}
ul li,
ol ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
ol ol li {
	list-style-type: lower-roman;
}
dl {
	margin: 1em 0;
}
dd {
	margin: 1em 0 0 2em;
}


/* Image Style
---------------------------------------------------- */
img {
	border: 0;
	vertical-align: bottom;
}
img.imgover {
}


/* Form Style
---------------------------------------------------- */
select, input, textarea {
	font-family: Osaka, "MS P Gothic", Arial, sans-serif;
	font-size: 99%;
	line-height: 1.1;
}





h1 {
	margin: 10px;
	padding: 0 10px;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
}

#flashContent {
	
	margin: 10px;
	
	border: 1px solid #000;
	
}

div.discription {
	
	margin: 10px;
	padding: 10px;
	background-color: #000;
	color: #FFFFFF;
	
}

div.discription span.red {
	
	padding: 20px;
	font-size: 16px;
	background-color: #CC0000;
	font-weight: bold;
	
}

div p {
	
	background-color: #CCC;
	color: #000;
	margin: 2px;
	padding: 0 10px;
	
}