@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border-style: none;
	text-decoration: none;
text-align: left;
	font-family:  sans-serif;
}

html {
	background-color: #617680;
	color: #0D314A;
}

body {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 90%;
	line-height: 1.35;
	background: url(http://www.tv-pr.com/image/bg.jpg) repeat-y;
}

a {
	color: #0D314A;
	text-decoration: underline;
}

a:visited {
	color: #224258;
	text-decoration: underline;
}

a:hover,a:focus {
	color: #90BFD2;
}

/* <<header */

#header {
	width:860px;
	height: 234px;
	background: url(http://www.tv-pr.com/image/header.jpg) no-repeat;
}

#header em {
	padding-top: 28px;
	display: block;
	padding-left: 22px;
}

#header em a {
	width: 360px;
	height: 69px;
	display: block;
	background-image: url(http://www.tv-pr.com/image/logo.jpg);
	text-indent: -5000px;
}

#header em a:hover,#header em a:focus {
	background-position: 0 -69px;
}

/* header>> */

/* <<menu */

#menu {
	height: 81px;
	background: url(http://www.tv-pr.com/image/menu.jpg) no-repeat;
}

#menu ul {
	list-style-type: none;
	padding-left: 44px;
}

#menu li {
	float: left;
	list-style-type: none;
	text-indent: -5000px;
}

#menu #menuSystem a{
	width: 106px;
	height: 48px;
	display: block;
	background-image: url(http://www.tv-pr.com/image/menuSystem.jpg);
}

#menu #menuCorse a{
	width: 152px;
	height: 48px;
	background-image: url(http://www.tv-pr.com/image/menuCorse.jpg);
	display: block;
}

#menu #menuConsultant a{
	height: 48px;
	width: 128px;
	background-image: url(http://www.tv-pr.com/image/menuConsultant.jpg);
	display: block;
}

#menu #menuMember a{
	height: 48px;
	width: 88px;
	background-image: url(http://www.tv-pr.com/image/menuMember.jpg);
	display: block;
}

#menu #menuEnter a{
	height: 48px;
	width: 95px;
	background-image: url(http://www.tv-pr.com/image/menuEnter.jpg);
	display: block;
}

#menu li a:hover, #menu li a:focus{
	background-position :0 -48px ;
}

#menu form {
	background :url(http://www.tv-pr.com/image/searchbg.jpg) no-repeat  left 0 ;	
	display:block;
	clear: left;
	float: right;
	text-align:right;
	padding-right: 35px;
	padding-left:85px;
}

/* これ以降Mac IE 5のみに適用される \*//*/
#menu form {
float:none;
	margin-left:500px;
}
/* これ以降全てのブラウザに適用される */

#menu form #textarea {
	margin-top:3px;
	width: 15em;
	font: 90%/1.2px sans-serif;
	background-color: #A1ADB9;
	border: 1px solid #8C9CA6;
float:left;
line-height:1;
}
#menu form #textarea:focus{
	color:#fff;
	background-color:#617680;
}
#menu form #button{
	padding-left:5px;
}

/* これ以降Mac IE 5のみに適用される \*//*/
#menu form #button{
	margin-top:-17px;

}
/* これ以降全てのブラウザに適用される */

/* menu>> */


/* <<footer */

#footer {
	height: 105px;
	font-size: 75%;
padding-left: 40px;
	background : #617680 url(http://www.tv-pr.com/image/footer.jpg) no-repeat center top ;	/*  背景をまとめて指定する（半角スペースで区切って設定）。  */
	clear:left;

}

#footer ul {
	
}

#footer li {
	padding-top: 30px;
	float: left;
	list-style-type: none;
	padding-right: 20px;
}

#footer li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background:url(http://www.tv-pr.com/image/footerList.jpg) no-repeat 0 0;
	padding-left:12px;
	padding-bottom:3px;
	padding-top:3px;
line-height:15px;
}

* html #footer li a{
background:url(http://www.tv-pr.com/image/footerList.jpg) no-repeat 0 1px;
padding-top:0;
}
*+html #footer li a{
background:url(http://www.tv-pr.com/image/footerList.jpg) no-repeat 0 1px;
padding-top:0;
}

#footer li a:hover,#footer li a:focus {
	color: #B1CFDB;
}

#footer p {
	padding-right:25px;
	clear: left;
	text-align: right;
	font: 9px Tahoma, mono;
	color: #fff;
}

/* footer>> */