@charset "utf-8";
html {
	height: 100%;
}
body, h1, h2, h3 {
/*	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
/*
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-family: Osaka, sans-serif;
*/
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
body  {
	background: #FFF;
	margin: 0;
	padding: 0;
/*	text-align: center;  これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	height: 100%;
}
a img {
	border:none;
}
#container { 
	width: 857px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
/*	margin: 0 auto;  自動マージン（幅と連動）により、ページが中央揃えになります */
	border: none;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
#header { 
	background: #FFF;
	margin: 0;
	padding: 10px 0 0 12px;
	height: 100px;
}
#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
}
#header li.size_change {
	position: absolute;
	top: 12px;
	left: 727px;
}
#header li.size_change_s {
	position: absolute;
	top: 12px;
	left: 790px;
}
#header li.size_change_m {
	position: absolute;
	top: 12px;
	left: 807px;
}
#header li.size_change_l {
	position: absolute;
	top: 12px;
	left: 824px;
}
#header li.h_sitemap {
	position: absolute;
	top: 50px;
	left: 759px;
}
#header li.h_sitetop {
	position: absolute;
	top: 70px;
	left: 746px;
}




/*  ナビメニュー  */



#naviMenu {
	width: 850px;
	height: 28px;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: none;
}
#naviMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#naviMenu li {
	margin: 0px;
	padding: 0px;
	float: left;
	border: none;
}



/*  サイドバー  */



#sidebar {
	width: 240px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
}
#sidebar_video {
	margin: 0;
	padding: 4px 0;
	width: 238px;
	height: auto;
	background: #FFF;
	text-align: center;
	line-height: 130%;
}
#sidebar_no_video {
	margin:0;
	padding:0px 5px;
	background:#CCC;
	border:1px solid #999;
	text-align:center;
	vertical-align:middle;
}
#sidebar_menu {
	width: 240px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(image/bk_sidebar.jpg) repeat-x;
	
}



/*  メインコンテンツ  */



#mainContent { 
	margin: 0; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}
#mainContent img {
	vertical-align:text-bottom;
}
ul.topic {
	list-style: none;
	padding-left: 0;
	margin: 0 0 0 10px;
}
ul.topic li {
	background: url(image/title_news.gif) repeat-y;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 10px 0 10px;
}
table.content {
	padding: 20px 15px 0 15px;
}
table.content h1 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #004ea2;
}
table.content h2 {
	margin: 0 0 15px 13px;
	padding: 0;
	color: #1A75BB;
}
table.content h3 {
	margin: 0 0 10px 15px;
	padding: 0;
	color: #1A75BB;
}
table.content p {
	padding: 0 0 0 15px;
	line-height: 125%;
}
table.content p.notes {
	padding: 0 0 0 1.5em;
	margin-left: 15px;;
	text-indent: -1.5em;
	font-weight: bold;
}
table.content dl {
	margin-left: 20px;
	line-height: 125%;
}
table.content dl dd {
	margin-left: 15px;
}
table.video_list {
	margin-left: 10px;
}
table.video_list td {
	padding: 0.7em 0 0.5em 0;
	border-bottom: 1px dotted #666;
}
table.profile {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
}
table.profile td {
	padding: 0.2em 0 0.2em 0;
	border-bottom: 1px dotted #666;
}
table.style1 {
	border: none;
	background: url(image/bk_th.jpg) no-repeat;
	margin-left: 10px;
	border-collapse: separate;
}
table.style1 th {
	background: none;
	margin: 2px 0;
	padding: 0.5em 0;
	color: FFF;
	border: none;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
table.style1 th.left {
	background: none;
	margin: 2px 0;
	padding: 0.5em 0;
	color: FFF;
	border: none;
	border-left: none;
	border-right: 1px solid #FFF;
}
table.style1 th.right {
	background: none;
	margin: 2px 0;
	padding: 0.5em 0;
	color: FFF;
	border: none;
	border-left: 1px solid #FFF;
	border-right: none;
}
table.style1 th.nob {
	background: none;
	margin: 2px 0;
	padding: 0.5em 0;
	color: FFF;
	border: none;
	border-left: none;
	border-right: none;
}
table.style1 td {
	background: #FFF;
	margin: 0;
	padding: 0.5em 0;
	border: none;
	border-bottom: 1px solid #333;
}
table.style1 td.odd {
	background: #CCEFFC;
	margin: 0;
	padding: 0.5em 0;
	border: none;
	border-bottom: 1px solid #333;
}
table.style1 td.hborder {
	background: url(image/bk_thb.jpg) repeat-y;
	margin: 0;
	padding: 0;
	font-size: 0px;
	height: 2px;
	border: none;
}
table.style1 td.line {
	background: url(image/bk_tline.gif) repeat-x #FFF;
	height: 5px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	border: none;
}
table.style1 td.line_wh {
	height: 2px;
	background: #FFF;
	margin: 0;
	padding: 0;
	font-size: 0px;
	border: none;
}



/*  ページャー  */



ul.pager {  
	margin: 60px 0 80px 0;
	padding: 0;
	font: 100% Arial, Helvetica, sans-serif;  
	text-align: center;
	font-weight: bold;
} 
ul.pager li {  
	list-style: none;  
	display: inline;  
	margin: 0;  
	padding: 0;  
}  
ul.pager li strong {  
	display: -moz-inline-box; /* firefox2 対応 */ 
	display: inline-block;  
	padding: 0.25em 0.4em;  
	background-color: #EEEEEE;  
	border: 1px #CCCCCC solid;  
}  
ul.pager li a {  
	display: -moz-inline-box; /* firefox2 対応 */ 
	display: inline-block;  
	padding: 0.25em 0.4em;  
	border: 1px #CCCCCC solid;  
}  
ul.pager li a:link,  
ul.pager li a:visited {  
	border-color: #CCCCCC;  
/*	color: #0033FF;  */
}  
ul.pager li a:hover,  
ul.pager li a:active {  
	border-color: #003399;  
	background-color: #003399;  
	color: #FFFFFF;  
}



/*  フッター  */



#footer { 
	margin: 20px 0 0 0;
	padding: 0 10px 0 10px;
	background:#333; 
	text-align: right;
	vertical-align: middle;
	border-top: 1px solid #000;
} 
#footer p {
	margin: 0;
	padding: 5px 0;
	color: #FFF;
}




/*  その他  */


.red {
	color: red;	
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


