@charset "utf-8";

/*------------------------------*/
/*初期化*/
/*------------------------------*/
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background: fixed; 
	
}
img {
	border:none;
}
.clear {
	clear:both;
	_height:1%;
	font-size:0px;
	line-height:0px;
}
ul, li, ol, dl, dt, dd {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
a {
	color: #CC0000;
	outline : 0;　/*firefox*/
	cursor:pointer;
}
a:link, a:visited {
	color: #CC0000;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	cursor:pointer;
	color: #CC0000;
	text-decoration:underline;
	cursor:pointer;
}
p {
	margin:0;
	padding:0;
}

/*基本フォントサイズ*/
body,td,th,div {
	font-family: "メイリオ","Meiryo","Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック";
	font-size:12px;
	line-height: 160%;
	color:#000000;
}
/*Common class*/
.txtSmall {
	font-size: 10px;
	line-height: 150%;
}
.txtMidium {
	font-size: 12px;
}
.txtBig {
	font-size: 14px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.centerBox {
	text-align: center;
}
.rightBox {
	text-align: right;
}

/*------------------------------*/
/*基本レイアウト*/
/*------------------------------*/
html{
    height:100%;
}
body{
    height:100%;
}
body {
	background-color: #F0ECE2;
}
#container {
	/*position:absolute;*/
	position:relative;
	padding: 0px;
	margin: 0px;
	width: 760px;
	background-color: #FFFFFF;
	height: 100%;
	min-height: 100%;
	z-index:10;
}
body > #container {
	height: auto;
}
#main {
	margin: 0px 0px 0px 60px;
	padding: 60px 0px 0px;
	width: 640px;
	clear: both;
}
#mainColum {
	margin: 0px;
	padding: 0px;
	width: 380px;
	float: left;
}
#sideColum {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
/*------------------------------*/
/*sideColum*/
/*------------------------------*/
/**/
#navigloval {
	margin: 74px 0px 16px;
	padding: 0px;
	list-style-type: none;
}
#navigloval li {
	margin: 0px;
	padding: 0px 0px 12px;
	
	
}
#navigloval li a {
	text-indent:-9999px;
}
#navigloval #menu1 {
	background-image: url(../images/gloval_navi1_f2.gif);
	background-repeat: no-repeat;
}
#navigloval #menu1 a {
	background-image: url(../images/gloval_navi1.gif);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 110px;
}
#navigloval #menu1 a:hover,
body#about #navigloval #menu1 a{
	background-image: none;
}
#navigloval #menu2 {
	background-image: url(../images/gloval_navi2_f2.gif);
	background-repeat: no-repeat;
}
#navigloval #menu2 a {
	background-image: url(../images/gloval_navi2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 110px;
}
#navigloval #menu2 a:hover,
body#gpForum #navigloval #menu2 a{
	background-image: none;
}
#navigloval #menu3 {
	background-image: url(../images/gloval_navi3_f2.gif);
	background-repeat: no-repeat;
}
#navigloval #menu3 a {
	background-image: url(../images/gloval_navi3.gif);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 110px;
}
#navigloval #menu3 a:hover,
body#info #navigloval #menu3 a {
	background-image: none;
	
}
#navigloval #menu4 {
	background-image: url(../images/gloval_navi4_f2.gif);
	background-repeat: no-repeat;
}
#navigloval #menu4 a {
	background-image: url(../images/gloval_navi4.gif);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 110px;
}
#navigloval #menu4 a:hover,
body#newsletter #navigloval #menu4 a {
	background-image: none;
}

#navigloval #menu5 {
	background-image: url(../images/gloval_navi5_f2.gif);
	background-repeat: no-repeat;
}
#navigloval #menu5 a {
	background-image: url(../images/gloval_navi5.gif);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 183px;
}
#navigloval #menu5 a:hover,
body#magazine #navigloval #menu5 a{
	background-image: none;
}

#banner_seikei_tv {
	background-image: url(../images/banner_seikei_tv_f2.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
}
#banner_seikei_tv a {
	background-image: url(../images/banner_seikei_tv.gif);
	background-repeat: no-repeat;
	display: block;
	height: 52px;
	width: 180px;
	text-indent:-9999px;
}
#banner_seikei_tv a:hover,
body#seikeitv #banner_seikei_tv a{
	background-image: none;
}
#subBtns {
	margin: 60px 0px 0px;
	padding: 0px 0px 23px;
}

#banner_magazine {
	background-image: url(../images/magazine_ba4_f2.gif);
	background-repeat: no-repeat;
}
#banner_magazine a {
	background-image: url(../images/magazine_ba4.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 93px;
	width: 180px;
	text-indent: -9999px;
}
#banner_magazine a:hover {
	background-image: none;
}

#banner_forum {
	background-image: url(../images/banner_forum_2.gif);
	background-repeat: no-repeat;
}
#banner_forum a {
	background-image: url(../images/banner_forum_1.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 93px;
	width: 180px;
	text-indent: -9999px;
}
#banner_forum a:hover {
	background-image: none;
}


#banner_seikeiuni {
	background-image: url(../images/banner_seikeiuni_f2.gif);
	background-repeat: no-repeat;
}
#banner_seikeiuni a {
	background-image: url(../images/banner_seikeiuni.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 180px;
	text-indent: -9999px;
}
#banner_seikeiuni a:hover {
	background-image: none;
}
#banner_cersc {
	background-image: url(../images/banner_cersc_f2.gif);
	background-repeat: no-repeat;
}
#banner_cersc a {
	background-image: url(../images/banner_cersc.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 180px;
	text-indent: -9999px;
}
#banner_cersc a:hover {
	background-image: none;
}
#subBtns div {
	margin-bottom: 9px;
}
#footerNavi {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerNavi li {
	margin:0px;
	padding:0px 0px 10px;
	font-size: 1px;
	line-height: 1px;
}
#footerNavi #submenu1 {
	background-image: url(../images/subnavi1_f2.gif);
	background-repeat: no-repeat;
}
#footerNavi #submenu1 a {
	background-image: url(../images/subnavi1.gif);
	background-repeat: no-repeat;
	display: block;
	height: 10px;
	width: 136px;
	text-indent: -9999px;
}
#footerNavi #submenu1 a:hover {
	background-image: none;
}

#footerNavi #submenu2 {
	background-image: url(../images/subnavi2_f2.gif);
	background-repeat: no-repeat;
}
#footerNavi #submenu2 a {
	background-image: url(../images/subnavi2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 10px;
	width: 136px;
	text-indent: -9999px;
}
#footerNavi #submenu2 a:hover {
	background-image: none;
}
#copyright {
	margin: 11px 0px 30px;
	padding: 0px;
	background-image: url(../images/copyright.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 10px;
	width: 200px;
}
/*------------------------------*/
/*indexpage*/
/*------------------------------*/
h1#indexTitles {
	background-image: url(../images/index_logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 104px;
	width: 380px;
}
#indexSubtxt {
	background-image: url(../images/index_txt.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 160px;
	width: 380px;
}
h2#indexSubtxt2 {
	background-image: url(../images/index_subca.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 78px;
	width: 380px;
	text-indent: -9999px;
}
#indexNews {
	margin: 60px 0px 0px;
	padding: 0px;
	
}
dl#newslist {
	font-size:10px;
	margin: 12px 0px 0px;
	padding: 15px 0px 0px;
	background-image: url(../images/dott_lines.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

dl#newslist dt {
	float: left;
	width: 7em;
	margin: 0;
	padding: 0px 0px 20px 0px;
	line-height: 160%;
	text-indent: 3px;
	zoom:normal;/*ie*/
}
dl#newslist dd {
	margin: 0px 0px 13px;
	padding: 0px 0px 13px;
	line-height: 160%;
	zoom:normal;/*ie*/
	background-image: url(../images/dott_lines.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/*------------------------------*/
/*format*/
/*------------------------------*/
#headTitles {
	background-image: url(../images/header_logo_f2.gif);
	background-repeat: no-repeat;
	height: 38px;
	margin-bottom: 60px;
}
#headTitles a {
	background-image: url(../images/header_logo.gif);
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	width: 254px;
	text-indent: -9999px;
}
#headTitles a:hover {
	background-image: none;
}
.pageLine {
	background-image: url(../images/page_lines.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
}
.mb30 {
	margin-bottom:30px;
	}
.mb20 {
	margin-bottom:20px;
	}
.mb15 {
	margin-bottom:15px;
	}
	.mb10 {
	margin-bottom:10px;
	}
.mb5 {
	margin-bottom:5px;
	}
.mu30 {
	margin-top: 30px;
	}
	#footer {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 39px;
}
#pageToplinks {
	background-image: url(../images/pagetopicon_f2.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 113px;
	position: absolute;
	top: 0px;
	right: 6px;
	
}
#pageToplinks a {
	font-size: 1px;
	line-height: 1px;
	background-image: url(../images/pagetopicon.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 9px;
	width: 113px;
}
#pageToplinks a:hover {
	background-image: none;
}

/*------------------------------*/
/*info*/
/*------------------------------*/
h2#info {
	background-image: url(../images/info_titels.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 19px;
	width: 119px;
}
#banner_cersc_big {
	background-image: url(../images/banner_cersc_big_f2.gif);
	background-repeat: no-repeat;
}
#banner_cersc_big a {
	background-image: url(../images/banner_cersc_big.gif);
	background-repeat: no-repeat;
	display: block;
	height: 67px;
	width: 180px;
	text-indent: -9999px;
}
#banner_cersc_big a:hover {
	background-image: none;
}

/*------------------------------*/
/*about*/
/*------------------------------*/
h2#about {
	background-image: url(../images/about_titles.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 19px;
	width: 121px;
}
.boxType1 {
	margin: 0px;
	padding: 10px 10px 20px;
	width: 360px;
	border: 1px solid #CCCCCC;
	position: relative;
}
.boxType1 .boxur {
	background-image: url(../images/box_ur.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 10px;
	position: absolute;
	right: -1px;
	bottom: -1px;
	_bottom: -2px;
	font-size: 1px;
	line-height: 1px;
}
#imgAbout1 {
	background-image: url(../images/about_pic02_f2.gif);
	background-repeat: no-repeat;
}
#imgAbout1 a {
	background-image: url(../images/about_pic02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 267px;
	width: 380px;
}
#imgAbout1 a:hover {
	background-image: none;
}
#imgAbout2 {
	background-image: url(../images/about_pic01_f2.gif);
	background-repeat: no-repeat;
}
#imgAbout2 a {
	background-image: url(../images/about_pic01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 366px;
	width: 380px;
}
#imgAbout2 a:hover {
	background-image: none;
}

.titles_s {
	margin-bottom: 10px;
	margin-left: 2px;
}
.btnKamoku {
	background-image: url(../images/btn_kamoku_f2.gif);
	background-repeat: no-repeat;
	float: right;
	height: 19px;
	width: 74px;
}
.btnKamoku a {
	background-image: url(../images/btn_kamoku.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 19px;
	width: 74px;
}
.btnKamoku a:hover {
	background-image: none;
}
.btn4 {
	background-image: url(../images/btn_4_f2.gif);
	background-repeat: no-repeat;
	float: right;
	height: 19px;
	width: 120px;
}
.btn4 a {
	background-image: url(../images/btn_4.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 19px;
	width: 120px;
}
.btn4 a:hover {
	background-image: none;
}
.wide1 {
	width: 198px;
}
.height20 {
	height:20px;
}
.btnShosai {
	background-image: url(../images/btn_sho_f2.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 19px;
	width: 94px;
}
.btnShosai a {
	background-image: url(../images/btn_sho.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 19px;
	width: 94px;
}
.btnShosai a:hover {
	background-image: none;
}
/*------------------------------*/
/*gpForum*/
/*------------------------------*/

h2#gpForum {
	background-image: url(../images/gp_forum_titles.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 19px;
	width: 128px;
}

/*------------------------------*/
/*gpForum*/
/*------------------------------*/

h2#seikeitv {
	background-image: url(../images/seikeitv_titles.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 19px;
	width: 185px;
}
.colorKey {
	color: #CF121B;
}


h2#magazine {
	background-image: url(../images/magazine_titles.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 20px;
	width: 265px;
}
.colorKey {
	color: #CF121B;
}
/*------------------------------*/
/*gpForum*/
/*------------------------------*/

h2#newsletter {
	background-image: url(../images/newsletter_titles.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 19px;
	width: 135px;
}
.colorKey {
	color: #CF121B;
}

/*----------------*/
#background {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	z-index: 1;
	position: fixed !important;
	/*IE6*/
	_position: absolute; 
_top: expression(eval(document.documentElement.scrollTop+0)); 
	/* // IE6*/
	
	top: 0px;
	left: 760px;
	bottom:0;
	right:0;
}
