@charset "Shift_JIS"; 

/* いずみホール：Jupiter Online
#####################################
FileName:   jupiter.css
Build:      04.3.6
Author:	Nobuhiro Taniguchi @etre
charset:	Shift_JIS
lineFeedCode:	CR+LF
#####################################*/

/* 全般
===============================================*/
form,p,h1,h2,h3,h4,h5,h6,div{	/*デフォルトマージンカット*/
	margin : 0;
	padding : 0;
}

body{
	color : #333333;
	background-color : #330000;
	margin : 0;
	padding : 0;
}


/* トップページ＆全般
===============================================*/
#JptTopTable td{
	vertical-align:top;
}
/*左帯の色　毎月変更*/
.JptLeftBorder{
	background-color : #CC3333;
}

/*フッタ*/
#JptFooter tr{
	vertical-align:top;
}
#JptFooter #FooterCon{	/*フッタ上横罫*/
	background-image:url(../img/footer_line.gif);
	background-repeat:no-repeat;
	padding-top:2px;
}
#JptFBanner{	/*フッタバナー*/
	margin-top:10px;
}
#JptLbanner{
	padding:30px 0 0 20px;
}

#JptTopCopy p{
	padding:0 18px 20px 20px;
	
}
/*#JptTopCopy p{
	padding:0 15px 20px 33px;
	
}*/
/*ニュース、ピックアップの上下マージン*/
.JptNewsMargin{
	padding:17px 0 25px 0;
}
.JptColDotLine{	/*区切り縦罫*/
	background-image:url(../img/JptColLine.gif);
}
/*ジュピター最新号紹介ワク*/
#JptTopJpiter{
	border:1px #CEAAAA solid;
}
#JptTopJpiterCon{
	padding:10px 8px 10px 18px;
}


/* リンク
===============================================*/
a{
	text-decoration : none;
	outline : 0px none ;
}

a:link,a:visited{
	color : #338900;
}

a:hover,a:active{
	color : #33CC00;
	text-decoration : underline;
}


/* ジュピター2階層
===============================================*/
#JptContents{
	padding:23px 28px 0 24px;
}




/* 
----------------------------------------*/
#JptNoteBack p{
	background-image:url(../img/line_back.gif);
	line-height:25px;
}
