@charset "utf-8";

/*-------------------------------------------------------------------
 e-Animedia
 	共通CSS

 FileName:		main.css
 Auther: 		I.Ichikawa@Gakken編集事業開拓室
 LastModified: 	2010/04/25
-------------------------------------------------------------------*/


/* 基本設定 */

*	{
	margin: 0px;
	padding: 0px;
}

body {
	margin:	0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: white;
	background: url(../g/common/bg.jpg) repeat scroll center top;
	font-size: 11pt;
	font-weight: normal;
	color: #404040;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	text-decoration: none;
	line-height: 1.3em;
}

html {
	overflow-y:scroll;
}

table,img,fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;}

div {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;	/* for IE6 */
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1pt;
	font-style: normal;
	line-height: 0px;
	text-decoration: none;
	font-weight: normal;
	word-spacing: 0em;
	letter-spacing: 0px;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a { text-decoration: none; }
a:link { color:#6090ff; }
a:visited { color:#6090ff; }
a:hover { color:#4060ff; text-decoration: underline;}
a:active { color:#6090ff; }

/* 共通設定 */

div#HEADER {
	background: url(../g/common/head.jpg) no-repeat scroll center top;
	width: 864px;
	height: 32px;
	margin: auto;
}

div#SHADOW {
	background: url(../g/common/shadow.jpg) repeat scroll center top;
	width: 864px;
	margin: auto;
}

div#CONTAINER {
	width: 800px;
	margin: auto;
}

div#BODY {
	width: 584px;
	float: left;
}

div#SIDE {
	width: 216px;
	float: left;
}

.TERM {
	clear: both;
	height:1px;
	overflow:hidden;	/* for IE6 Height BUG Fix */
}

div#FOOTER {
	width: 800px;
	background: url(../g/common/footer.jpg) no-repeat scroll center top;
	height: 28px;
	margin: 0 auto;
}

div.HONBUN {
	line-height: 1.4em;
	padding: 12px;
	font-size:11pt;
}

div.COLMN_TITLE {
	height: 25px;	/* 28 - 3 */
	line-height:1em;
	padding: 3px 0px 0px 16px;
	font-size: 12pt;
	color: white;
	font-weight: bold;
	background: url(../g/common/colmn_bar.jpg);
}

div.SCOLMN_TITLE {
	height: 23px;	/* 28 - 3 */
	text-align: center;
	line-height:1em;
	padding: 5px 0px 0px 0px;
	font-size: 12pt;
	color: white;
	font-weight: bold;
	background: url(../g/common/side_colmn_bar.jpg);
}

/* 小見出し */

div.CSecTitle {
	font-weight:bold;
	font-size:12pt;
	color:#408000;
	border-left:solid 6px #40d040;
	padding-left:4px;
	line-height:1.2em;
}

div.SSecTitle {
	background-color:#e08030;
	line-height:1em;
	padding:4px;
	text-align:center;
	font-size: 11pt;
	color:white;
}

div.SSecTitleLeft {
	background-color:#e08030;
	line-height:1em;
	padding:4px;
	font-size: 9pt;
	color:white;
}

div.JobTitle {
	background-color:#205070;
	line-height:1em;
	padding:4px;
	text-align:center;
	font-size: 11pt;
	color:white;
}

div.JobTitle_s {
/*	background-color:#205070; */
	line-height:1em;
	padding:4px;
	text-align:center;
	font-size: 11pt;
	color:#205070;
	font-weight:bold;
}

div.JobInfo {
	font-size:10pt;
	color:#204060;
	padding:8px 0px 8px 12px;
	line-height:1.3em;
}

span.PhotoName {
	font-size:11pt;
	font-weight:bold;
	color:#ffc000;
}

span.IMPACT {
	font-weight:bold;
	color: #e05050;
}

td.place_0 {
	background-color: #d0ffe0;
	padding:0px 2px;
	border-right:solid #606060 1px;
}

td.date_0 {
	background-color: #d0ffe0;
	padding:0px 2px;
}

td.info_0 {
	background-color: #d0ffe0;
	padding:0px 2px;
	border-left:solid #606060 1px;
}

td.place_1 {
	background-color: #fff;
	padding:0px 2px;
	border-right:solid #606060 1px;
}

td.date_1 {
	background-color: #fff;
	padding:0px 2px;
}

td.info_1 {
	background-color: #fff;
	padding:0px 2px;
	border-left:solid #606060 1px;
}

th.label {
	background-color: #606060;
	font-size:10pt;
	color: white;
}

td.data {
	padding: 2px 4px;
	line-height: 1.2em;
	border: solid #206020 1px;
}

th.normal {
	padding: 2px 4px;
	line-height: 1.2em;
	border: solid #206020 1px;
	background-color: #80ff80;
}



