@charset "UTF-8";
@import "base_elements.css";
@import "base.css";




body{
	margin:0;
	width:100%;
	height:100%;
	background: #F5F5F5;
}





/** --------------------------------------------------------------------------
 * ヘッダー
 * ------------------------------------------------------------------------ */
#head {
	width:980px;
	height:57px;
	padding:6px 0 0 0;
	margin:0 auto;
	background-color:#fff;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#logo-img {
	float:left;
	margin:0 0 0 12px;
	height:"51px";
}
#yahoo-logo {
	float: right;
}
#yahoo-fin-img {
	margin: 0px 20px 0px 0px; 
}
#yahoo-sitemap {
	text-align: right;
	margin: 0px 25px 0px 0px; 
	font-size: 11px;
}
#menu{
	clear: both;
	width:980px;
	height:40px;
	margin:0 auto;
	padding: 0 0 0 0;
	background:  url(../img/menu_bg.png) no-repeat 0 0;
}
* html #menu {
	clear: both;
	width:970px;
	height:29px;
	margin:0 auto;
	padding: 0 0 0 10px;
	background:  url(../img/menu_bg.png) no-repeat 0 0;
}
/** --------------------------------------------------------------------------
 * Yahoo!グローバルナビ
 * ------------------------------------------------------------------------ */
#ifis_navi_Wrapper {
	width: 980px;
	margin:0 auto;
}
/** --------------------------------------------------------------------------
 * 検索バー
 * ------------------------------------------------------------------------ */
#search_bar {
	width: 980px;
	margin:0 auto;
}
#search_bar div.search_area {
	padding: 8px;
	height: 25px;
	background: #F5F5F5;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#search_bar div.search_area div.left {
	float: left;
	width: 500px;
}
#search_bar div.search_area div.right {
	border: 1px solid #CCCCCC;
	float: right;
	width: 450px;
}
#ip_search {
	padding-bttom: 3px;
	line-height: 17px;
	margin: 0px;
	padding-left: 2px;
	width: 250px;
	padding-right: 2px;
	height: 17px;
	padding-top: 3px;

	vertical-align: middle;
	font-size: 14px;
}
#bt_search {
	width: 67px;
	height: 23px;
	border: 0px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/common/btn_search.png) no-repeat;
}
#search_bar div.ad_area {
	float: right;
}

/** --------------------------------------------------------------------------
 * メニューバー
 * ------------------------------------------------------------------------ */
#menu_bar {
	width: 980px;
	margin:0 auto;
	background: #F5F5F5;
}
#menu_bar div.menu_area {
	float: left;
	width: 810px;
	padding: 8px 0px 6px 0px;
}
#menu_bar div.help_area {
	width: 150px;
	float: right;
	padding: 8px 0px 0px 0px;
}
#menu_bar div.menu_area ul {
	height: 27px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu_bar div.help_area ul {
	height: 27px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu_bar div.menu_area li {
	float: left;
}
#menu_bar div.help_area li {
	float: right;
}

#menu_bar div.menu_area li a,
#menu_bar div.help_area li a {
	display: block;
	width: 135px;
	height: 30px;
	height: 30px!important;
	padding: 3px 0px;
	text-decoration: none;
	text-align: center;
	outline : 0;
	font-size: 15px;
	font-weight: bold;
	background: url(../img/common/menu_bg_off.png) no-repeat;
}
#menu_bar div.menu_area li a:hover,
#menu_bar div.help_area li a:hover {
	background: url(../img/common/menu_bg_on.png) no-repeat;
}
#menu_bar div.menu_area li a.on,
#menu_bar div.help_area li a.on {
	background: url(../img/common/menu_bg_on.png) no-repeat;
}
#menu_bar div.menu_area li a.extra {
	display: block;
	width: 135px;
	height: 30px;
	height: 30px!important;
	padding: 3px 0px;
	text-decoration: none;
	text-align: center;
	outline : 0;
	font-size: 15px;
	font-weight: bold;
	background: url(../img/ico_kessan_2010.png) no-repeat;
}

#menu_bar div.menu_area li a.extra_jq {
	display: block;
	width: 135px;
	height: 30px;
	height: 30px!important;
	padding: 3px 0px;
	text-decoration: none;
	text-align: center;
	outline : 0;
	font-size: 15px;
	font-weight: bold;
	background: url(../img/ico_jq_banner.png) no-repeat;
}

/** --------------------------------------------------------------------------
 * パンくず
 * ------------------------------------------------------------------------ */
#topicPath {
	clear: both;
	width:980px;
	height:20px;
	margin: 5px auto 0 auto;
	padding: 0 0 0 10px;
	color: #333333;
	font-size: 80%; /* 10px */
}

* html #topicPath {
	clear: both;
	width:980px;
	height:20px;
	margin: 5px auto 5px auto;
	padding: 0 0 0 10px;
}

#topicPath a {
	text-decoration: underline;
}


/** --------------------------------------------------------------------------
 * コンテンツ
 * ------------------------------------------------------------------------ */
#contentsTop {
	width:980px;
	height:16px;
	padding:0;
	margin:0 auto;
	background-color:#fff;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#contentsFooter {
	width:980px;
	height:16px;
	margin:0 auto 10px auto;
	padding:0 0 0;
	clear: both;
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#contents {
	width:980px;
	padding:0;
	margin:0 auto 0 auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#contentsTab {
	width: 980px;
	padding: 0;
	margin: 0 auto 0 auto;
}

/* floatのレイアウトを含むコンテンツの終了 */
.contents_end {
	clear: both;
}

/** --------------------------------------------------------------------------
 * 左カラム メインコンテンツのエリア
 * ------------------------------------------------------------------------ */
#main {
	width:620px;
	padding: 0 5px 0px 15px;
	margin: 0px;
	float:left;
}
#main a {
	text-decoration: none;
}
/* メインコンテンツ内の説明テキスト */
#main #contents_subtitle_l p {
	font-height: 1.8px;
	margin: 3px 8px;
}


/* メインコンテンツ用 大見出し */
#main #contents_subtitle_l h2 {
	height: 34px;
	margin: 5px 0px;
	font-size: 16px;
	text-align: left;
	background: url(../img/m_h2_bg.png) no-repeat;
}
#main #contents_subtitle_l h2 a {
	display: block;
	height: 34px;
	color: #333333;
	text-align: middle;
	padding: 5px 0px 0px 10px;
}
#main #contents_subtitle_l h2 span.main_h2 {
	display: block;
	height: 34px;
	color: #333333;
	text-align: middle;
	padding: 5px 0px 0px 10px;
}
#main #contents_subtitle_l h2 div.mark {
	vertical-align: middle;
	margin: 5px 5px 6px 8px;
}
#main #contents_subtitle_l h2 div.text {
	margin-top: 6px;
	height: 34px;
	width: 300px;
}
#main #contents_subtitle_l h2 img.link {
	vertical-align: middle;
	margin: 11px 5px;
}

/* メインコンテンツ用 中見出し */
#main div.contents_subtitle_m {
	margin: 3px 8px;
}
#main p.desc_h4 {
	line-height: 1.5em;
	text-align: left;
}
#main h5 {
	font-weight: normal;
	text-decoration: underline;
	margin: 3px;
	font-size: 14px;
}
#main h4 {
	height: 22px;
	width: 250px;
	margin: 5px 0px;
	padding: 4px 0px 0px 5px;
	font-size: 14px;
	text-align: left;
	display: block;
	background: #CADFEA;
	border: none;
	border-left: 3px solid #448CB3;
}

/* メインコンテンツ用 中見出し */
#main h3 {
	height: 20px;
	margin: 5px 0px;
	padding: 3px;
	font-size: 14px;
	text-align: left;
	background: #DDDDDD;
	border-left: 3px solid #2CBBCB;
	border-bottom: 1px solid #2CBBCB;
}
#main h3 a {
	height: 18px;
	display: block;
	color: #333333;
	text-align: middle;
}
#main h3 a img {
	text-align: absmiddle;
}

/* メインコンテンツ内ヘルプ */
#main div.help_box {
	margin: 5px 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
}
#main div.help_box p {
	font-size: 90%;
	color: #666666;
}

/** --------------------------------------------------------------------------
 * 右カラム
 * ------------------------------------------------------------------------ */
#sub {
	width: 320px;
	padding: 0px 10px 0px 5px;
	margin: 0px auto 0 auto;
	float:right;
}
#sub a {
	text-decoration: none;
}
#contents:after {
	height: 0;
	content: "";
	display: block;
	clear: both;
} 
/* サブコンテンツ用 大見出し */
#sub h3.subtitle {
	height: 34px;
	margin: 5px 0px;
	font-size: 16px;
	text-align: left;
	background: url(../img/s_h3_bg.png) no-repeat;
}
#sub h3.subtitle a {
	display: block;
	height: 34px;
	color: #333333;
	text-align: middle;
	padding: 5px 0px 0px 10px;
}
#sub h3.subtitle span.main_h3 {
	display: block;
	height: 34px;
	color: #333333;
	text-align: middle;
	padding: 5px 0px 0px 10px;
}
#sub h3.subtitle div.mark {
	text-align: top;
	margin: 5px 5px 6px 8px;
}
#sub h3.subtitle div.text {
	margin-top: 6px;
	height: 34px;
	width: 300px;
}
#sub h3.subtitle img.link {
	margin: 11px 5px;
}

/* サブコンテンツ用付加パーツ */
#sub div.subcont_area {
	width: 300px;
	border: 1px solid #999999;
}
#sub div.subcont_area h3 {
	background: #0E6FA3;
	color: #FFFFFF;
	border-bottom: 1px solid #999999;
	padding: 5px;
}

/** --------------------------------------------------------------------------
 * フッター
 * ------------------------------------------------------------------------ */
#FooterTop {
	background: url(../img/common/footer_bg.png) repeat-x;
	width:980px;
	height:29px;
	vertical-align: middle;
	padding:0;
	margin:0 auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #FFFFFF;
}
#FooterTop a {
	color: #FFFFFF;
	text-decoration: none;
}


#FooterFooter {
	width:980px;
	height:22px;
	margin:0 auto;
	padding:0 0 0 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #FFFFFF;
}


#Footercontents {
	width:980px;
	padding:0;
	margin:0 auto 0 auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#Footercontents #attentionTxt {
	width:800px;
	margin: 10px 0px 20px 15px;
	padding: 0px;
	float:left;
}

#Footercontents #logoArea {
	margin: 10px 42px 20px 0;
	padding: 0px;
	float:right;
}

*html #Footercontents #logoArea {
	margin: 10px 22px 20px 0;
	padding: 0px;
	float:right;
}

#FooterTop p {
	margin:7px 0 0 5px;
	float:left;
}

#FooterTop #Footerlink {
	margin:5px 7px 0 5px;
	padding:0;
	float:right;
}

#Footercontents:after {
	content : "";
	height : 0;
	display : block;
	clear : both;
}

