/***********************************************/
/* ŏIXV@2009/12/15                       */
/***********************************************/

html {
	background: #fff;
	color: #333;
}

body, div,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li, p,
pre, code, form, fieldset, blockquote,
input, textarea, button,
legend, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code,
dfn, em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: 400;
}

li {
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
}

/*
A{
	color : #0066CC;
	text-decoration : underline;
}

A:link{
	color : #0033CC;
	text-decoration : underline;	
	font-weight : normal;
}

A:visited{
	color : #666633;
	text-decoration : underline;
	font-weight : normal;
}
*/
A:hover{
	color : #CC0000;
	text-decoration : underline;
}
/*
A:active{
	color : #FF6633;
	text-decoration : underline;
	font-weight : normal;
}
*/

.Left {
	float: left;
}

.Right {
	float: right;
}

/* --
Percents could work for IE, but for backCompat purposes, we are using keywords.
x-small is for IE6/7 quirks mode.
-- */

body {
	background-color: #F0F3F5;
	line-height: 1.231;
	font-size: 13px;
	*font-size:small; /* for IE6/7 */
	*font:x-small; /* for IE in quirks mode */
}

/* -- Nudge down to get to 13px equivalent for these form elements -- */

select, input,
button, textarea {
	font-size: 99%;
}

/* -- To help tables remember to inherit -- */

table {
	font-size: inherit;
	font: 100%;
}

/* -- because legend doesn't inherit in IE -- */
legend {
	color: #333;
}

input, button, textarea,
select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/* -- to enable resizing for IE -- */
input, button,
textarea, select {
	*font-size:100%;
}

fieldset, img {
	border: 0;
}




#container {
	background-image: url(../img/img_body_bg.gif);
	background-repeat: repeat-y;
	width: 800px;
	text-align: left;
	margin: 0px auto;
}


/***********************************************/
/* HEADER styles                               */
/***********************************************/ 
#Header {
	width: 790px;
	height: 60px;
	padding: 0 5px;
	float: left;
}
/*　110112 変更380→350　*/
h1{
	float : left;
	width : 350px;
	height : 53px;
	margin-top: 5px;
}
/*　110112 変更387→417　*/
div.HeaderLink{
	height: 41px;
	width: 417px;
	float: right;
	text-align: left;
	margin-top: 13px;
}
/*　110112 変更376→406　*/
div.HeaderLink div#Search {
	width: 406px;
	height: 20px;	
	margin-bottom: 6px;
	float: left;
}

div.HeaderLink div#Search img,
div.HeaderLink div#Search input {
	vertical-align: bottom;
}
/*　110112 変更235→165　*/
div.HeaderLink div#Search input#SearchBox {
	width: 165px;
	height: 16px;
	margin-right: 1px;
}

div.HeaderLink ul{
	clear: both;
	height: 1%;
	text-align: left;
}

div.HeaderLink li{
	display: inline;
	padding-right: 12px;
}

div.HeaderLink li#LinkEnd{
	padding: 0;
}

#MainVisual{
	margin: 0 5px 10px;
}
/*　110112 変更追加　*/
div.HeaderLink #Search .Right ul li{
	padding-right: 5px;
}

/***********************************************/
/* Sub styles                                 */
/***********************************************/ 

#Sub {
	width: 220px;
	padding-left: 5px;
	float: left;
	padding-bottom: 65px;
}

#Sub dl#SideMenu dt {
	margin-left: -4px;
}

#Sub dl#SideMenu dd p {
	padding-left: 15px;
}

#Sub dl#SideMenu dd li {
	line-height: 1;
}

#Sub dl#SideMenu dd li img {
	vertical-align: bottom;
}

#Sub dl#SideMenu li a:hover {
/*	background: #fff;
*/	text-decoration: none;
} /*BG color is a must for IE6*/

#Sub dl#SideMenu li a.tooltip span {
	display: none;
	padding:5px;
	margin-top:-5px;
	margin-left:-60px;
	width:165px;
}

#Sub dl#SideMenu li a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #f1fae6;
	border: 2px solid #bde67e;
	color:#888;
} 


/***********************************************/
/* Main styles                                 */
/***********************************************/ 

#Main {
	width: 533px;
	padding-right: 19px;
	padding-bottom: 65px;
	float: right;
}

#Main h3 {
	width: 533px;
	height: 30px;
	margin-bottom: 11px;
}

#Main h3 span {
	display: block;
	indent: -9999px;
	height: 0px;
	overflow: hidden;
}

#Main h3 img {
	position: relative;
	left: 469px;
	top: 5px;
}

/* --Topics --*/
#Main h3#TopicsTtl01 img {
	position: relative;
	left: 0px;
	top: 0px;
} 
/* --*/

#Main h3#Topics {
	background: url(../../img/img_idx_ttl_topics.gif) 0 0 no-repeat;
	clear: both;
}

#Main h3#News {
	background: url(../../img/img_idx_ttl_news.gif) 0 0 no-repeat;
}

#Main ul#TopicsList {
	width: 517px;
	margin: 0 8px 20px;
	font-size: 107.7%;
	padding-bottom: -10px;
}

#Main ul#TopicsList li,
#Main ul#TopicsList02 li {
	width: 455px;
	padding-left: 62px;
	line-height: 1.3em;
	padding-bottom: 10px;
}

#Main ul#TopicsList li.TagPrk,
#Main ul#TopicsList02 li.TagPrk {
	background: url(../img/icon_topics_park.gif) 0 0 no-repeat;
}

#Main ul#TopicsList li.TagSpt,
#Main ul#TopicsList02 li.TagSpt {
	background: url(../img/icon_topics_sports.gif) 0 0 no-repeat;
}

#Main ul#TopicsList li.TagFnd,
#Main ul#TopicsList02 li.TagFnd {
	background: url(../img/icon_topics_fund.gif) 0 0 no-repeat;
}

#Main dl#NewsList {
	width: 517px;
	margin: 0 8px 20px;
	font-size: 107.7%;
	padding-bottom: -10px;
	float: left;
	display: inline;
}

#Main dl#NewsList dt {
	clear: both;
	float: left;
	width: 68px;
}

#Main dl#NewsList dd {
	float: left;
	width: 378px;
	padding-left: 62px;
	padding-bottom: 10px;
}

#Main dl#NewsList dd.TagPrk {
	background: url(../img/icon_news_park.gif) 0 0 no-repeat;
}

#Main dl#NewsList dd.TagSpt {
	background: url(../img/icon_news_sports.gif) 0 0 no-repeat;
}

#Main dl#NewsList dd.TagFnd {
	background: url(../img/icon_news_fund.gif) 0 0 no-repeat;
}

#Main dl#NewsList dd.TagCmn {
	background: url(../img/icon_news_common.gif) 0 0 no-repeat;
}


#Main div#BnrBox {
	width: 330px;
	float: left;
}
/* 110113 追加 --*/
#Main div#BnrBox02 {
	width: 528px;
	margin: 5px 0px 10px 0px; 
	float: left;
}
#Main div#BnrBox02 ul li {
	float:left;
	list-style:none;
	margin: 0px 10px 0px 0px;
}
/* 110113 追加 -- ここまで*/

#Main div#Attention {
	width: 157px;
	border: 3px solid #f0f3f5;
	float: right;
	padding: 9px 13px 8px;
	font-size: 84.7%;
}

#Main div#Attention dt {
	background: url(../img/ico_arrow.png) right bottom no-repeat;
	font-weight: 700;
}

#Main div#Attention dd {
	margin-top: 10px;
	line-height: 1.5em;
	color: #808080;
}


/* ----------------------------------------

ClearFix ({IɃNXwł͎gpȂAKvȂΏ)

---------------------------------------- */

/* -- Modern Browsers -- */

.ClearFix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html .ClearFix {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html .ClearFix {
	zoom: 1;
}

/***********************************************/
/* Footer styles                               */
/***********************************************/ 

#footPane {
	clear					:both;
	width					:789px;
	background-color		:#E6E6E6;
	text-align				:left;
	margin					:0 5px 0 5px;
}

#footPane {
	voice-family			:"\"}\"";
	voice-family			:inherit;
	width					:790px;}

UL.footMenu{
	margin : 0px 0px 0px 0px;
	padding : 11px 0px 0px 10px;
	list-style-type : none;
}
UL.footMenu LI{
	display : inline;
}
UL.footMenu LI IMG{
	/*padding : 0px 16px 0px 0px;*/
	padding : 0px 10px 0px 0px;
}

DIV.footCopy{
	color : #003A8C;
	font-size : 84.7%;
	text-align : right;
	margin : 0px 0px 0px 0px;
	padding : 0px 8px 6px 10px;
}


/*100106*/

div#Main ul#TopicsList02 {
	font-size:107.7%;
	margin:0 8px 20px;
	width: 517px;
	margin: 0 8px 20px;
}

div.toTop {
	text-align: right;
	padding:20px 17px 20px 0;
	clear: both;
}

/* -- Modern Browsers -- */

div#Search:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div#Search {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#Search {
	zoom: 1;
}




/*100810追加*/#movie_text_s {
	font-size: 80%;
}

/*100906追加*/
#Top #container #Main .adobe{
	margin : 40px 0px 0px;
	padding : 0px;
	border-style : none;
}

#Top #container #Main .adobe .copyText{
	font-size : 80%;
	margin-top: 0px;
	padding-top: 5px;
}

#Top #container #Main .adobe .Text{
	margin : 0px 0px 2px 0px;
}

#Top #container #Main .adobe .reader{
	width : 130px;
	float : left;
	padding : 0px 7px 0px 0px;
}
/*100906追加*/

/*101008追加*/
.topinfo_100927{
	width : 528px;
	padding : 2px;
	text-align: center;
	border: 1px solid #090;
	line-height: 100%;
	background-color: #EAFFE8;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#Top #container #Main .topinfo_100927 .style1{
	font-size:100%;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #FF4646;
	line-height: 130%;
}
#Top #container #Main .topinfo_100927 .style2{
	font-size:90%;
	line-height: 120%;
}
/*101008追加*/

/*101111追加*/
/*.topinfo_101111{
	width : 528px;
	padding : 2px;
	text-align: center;
	border: 1px solid #990000;
	line-height: 100%;
	background-color: #f6dadb;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#Top #container #Main .topinfo_101111 .style1{
	font-size:100%;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #FF4646;
	line-height: 130%;
}
#Top #container #Main .topinfo_101111 .style2{
	font-size:90%;
	line-height: 120%;
}*/
/*101111追加*/
/*110314追加*/
.Caution{
	color : #FF0000;
}
