@charset "UTF-8";

#Wrapper {
	visibility: hidden;
	text-align: left;
	position: absolute;
	top: 183px;
	z-index: 1;
	left: 130px;
}
#Home h1 {
	display: block;
	height: 0px;
	overflow: hidden;
}


/* ------------------------------
 HEADER
------------------------------ */
header{
	height: 170px;
	border-top: #FFFFFF 1px solid;
	border-bottom: #bbb7b8 1px solid;
	box-shadow: 0px 1px 2px rgba(212,212,212,1);
	clear: both;
	position: relative;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,247,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,247,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,247,247,1) 100%); /* W3C */










filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f7f7',GradientType=0 ); /* IE6-9 */
	margin-bottom: 15px;
	overflow: hidden;
	z-index: 0;
}
.ResultDisplay {
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	background-color: #FFF;
	padding: 8px;
	border: 1px solid #CC9;
	width: 690px;
	margin-bottom: 15px;
	height: 15px;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
}
.no_display {
	visibility: hidden;
}



#logo
	{
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	color: #CC0000;
	font-weight: 700;
	text-decoration: none;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	width: 370px;
	padding-top: 5px;
	margin-top: 5px;
	}
#logoH {
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	color: #CC0000;
	font-weight: 700;
	text-decoration: none;
	background-image: url(../images/logoH.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
	width: 418px;
	padding-top: 5px;
	margin-top: 5px;
}


ul#links
	{
	width: 600px;
	line-height: 24px;
	list-style: none;
	height: 24px;
	margin: 0 auto
	}

ul#links li{float:left; font-size:10px}
ul#links li a{color:#000000; text-decoration:none; background:url(../images/css/arrow.gif) no-repeat left; padding:0 15px; }
ul#links li a:hover{color:#CC0000;  background:url(../images/css/arrow2.gif) no-repeat left; }

#headSearch {width:500px; margin:0 auto; height:30px; clear:both}
#headSearch input.sw
	{
	float: left; width: 411px; background-color: #FFF;
	border: 1px solid; border-color: #c2c0c0 #cccaca #d1cfcf;
	height:28px;
	line-height:28px;
	padding-left:10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	}
#headSearch input.sw:focus
	{
	background-color: #fff;
	}
#headSearch input.submit
	{
	float: left;
	width:75px; height:30px; padding:0;
	line-height:30px;
	display:block;
	color:#FFFFFF;
	letter-spacing:2px;
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	}
#headSearch input.submit:hover
	{
	cursor:pointer;
	background: rgb(255,48,25); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	}
#headSearch a img{margin:0; padding:0; width:12px; height:12px; border:0; position:absolute; top:6px; left:6px}
/* ------------------------------
 Footer
 
 #Footer{height:42px; background:#f9f7f7; border-top:#FFFFFF 1px solid; border-bottom:#bbb7b8 1px solid; box-shadow:0px 1px 2px rgba(212,212,212,1); clear:both; position:relative}

------------------------------ */


#Footer {
	text-align: left;
	width: 100%;
	height: 100px;
	left: 0;
	background-color: #f9f7f7;
	border-top: #bbb7b8 1px solid;
	box-shadow: 0px 1px 2px rgba(212,212,212,1);
	z-index: 2;
	bottom: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
}

#FooterContents {
	margin-right: 50px;
	position: absolute;
	left: 50px;

}
#FooterLogo {
	position: absolute;
	right: 0;
	text-align: right;
	width: 150px;
	text-align: center;
	background-image: url(../images/logo2.gif);
	background-repeat: no-repeat;
	height: 100px;
	margin-left: 50px;
	
}
/*
#FooterProject {
    list-style-type: none;
    list-style-position: outside;
}
#FooterProject li {
    float: left;
	margin-right:30px;
}
#FooterCb a,
#FooterJob a,
#FooterArtdive a,
#FooterJemini a {
    display: block;
	background: url(../images/LogoFooter.png) no-repeat;
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-top: 24px;
}
#FooterCb a {
	width:134px;
}
#FooterJob a {
	width:140px;
	background-position:-134px 0px;
}
#FooterArtdive a {
	width:189px;
	background-position:-274px 0px;
}
#FooterJemini a {
	width:182px;
	background-position:-463px 0px;
}

#FooterNavi {
    clear:both;
	padding-top:10px;
    list-style-type:none;
	list-style-position:outside;
}
#FooterNavi li {
    float:left;
}
#FooterNavi li a {
    font-family: Helvetica, Arial, sans-serif, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 10px;
    color: #999999;
	text-decoration:none;
	border-left:#999999 1px solid;
	padding:0px 5px;
}
#FooterNavi li a:hover {
    text-decoration:underline;
}

#FooterAddress {
	position:absolute; right:10px;
	text-align:right;
}
#FooterAddress address {
	padding-top:15px;
}
#FooterSubNavi {
    float:right;
	list-style-type:none;
	list-style-position:outside;
	margin-top:10px;
}
#FooterSubNavi li {
    float:left;
	margin-left:5px;
}
#FooterPrivacy a,
#FooterSitemap a {
    display:block;
	background:url(../images/FooterBtn.png) no-repeat;
	width:100%;
	height:0px;
	overflow:hidden;
	padding-top:15px;
}
#FooterPrivacy a {
    width:94px;
}
#FooterPrivacy a:hover {
    background-position:0px -15px;
}
#FooterSitemap a {
    width:56px;
    background-position:-94px 0px;
}
#FooterSitemap a:hover {
    background-position:-94px -15px;
}


/* ------------------------------
 Second
------------------------------ 

#SecondWrapper {
    width:1000px;
	margin:20px auto 0px auto;
	background:url(../images/BgInfoSecond.png) repeat-y;
}
#SecondContents {
	text-align:left;
    width:800px;
	padding-bottom:30px;
	float:left;
}
#SecondContents h1 {
	margin:10px 0px 0px 10px;
}
#SecondContents #Header {
	line-height:0.1;
}
.secondContents {
	clear:both;
	width:780px;
	margin-bottom:10px;
	padding:10px;
	background:#FFFFFF;
}
.secondContents2 {
	width:375px;
	margin-bottom:10px;
	padding:10px;
	background:#FFFFFF;
	float:left;
}
.secondContents2_2 {
	width:375px;
	margin-bottom:10px;
	padding:10px;
	background:#FFFFFF;
	float:right;
}
#SecondFooter {
    clear:both;
	text-align:left;
	width:100%;
	height:50px;
	padding:10px 0px;
    background-color: #010101;
	position:relative;
	z-index:2;
}
#SecondFooterContents {
    width:1000px;
	margin:0px auto;
	position:relative;
}
#SecondFooter #FooterAddress {
	position:absolute;
	right:0px;
	top:0px;
	text-align:right;
}
#Pan {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	list-style-type:none;
	list-style-position:outside;
	width:550px;
	margin:15px 0px 0px 10px;
	padding-bottom:10px;
}
#Pan a {
	color:#999999;
	text-decoration:none;
}
#Pan a:hover {
	text-decoration:underline;
}
#Pan li {
	display:inline;
	padding-right:5px;
    vertical-align:middle;
}
#Pan li:not( :last-child ):after{
	content:' >';
}


/* ------------------------------
 Table
------------------------------ 
.infoTable {
	font-size:12px;
	text-align:left;
	width:760px;
	border-collapse: separate;
	border-spacing: 2px;
	margin:10px auto;
}
.infoTable tr th {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:90px;
	border-bottom:#999999 1px dotted;
	padding:7px 0px 7px 10px;
	background:url(../images/BgCell.png) repeat-y;
}
.infoTable tr td {
	vertical-align:top;
	line-height:1.6em;
	border-bottom:#999999 1px dotted;
	padding:7px 0px 7px 10px;
}
.infoTable a:link {
	color:#006699;
	text-decoration:none;
}
.infoTable a:visited {
	color:#3399CC;
	text-decoration:none;
}
.infoTable a:hover,
.infoTable a:active {
	text-decoration:underline;
}


/* ------------------------------
 Btn
------------------------------ 
#BtnBack a {
	display:block;
	width:85px;
	height:0px;
	padding-top:20px;
	background:url(../images/BtnBack.png) no-repeat;
	overflow:hidden;
}
#BtnBack a:hover {
	background-position:0px -20px;
}


/* ------------------------------
 ToolTip
------------------------------ 
#Tooltip {
	font-size: 10px;
	color:#FFFFFF;
	text-align:left;
	line-height:1.5em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:8px;
	background-color:#010101;
	opacity: .8;
	filter: alpha(opacity=80);
}
/* Localized */
#Footer p.copyright {
	font-size: 10px;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	bottom: 2px;
	left: 5px;
	text-align: center;
}

.footerLinks{float:left;width:190px; margin-right:10px;}
.footerInfo{
	float: left;
	max-width: 390px;
	margin-right: 20px;
	height: 90px;
	overflow: auto;
}

.footerLinks ul{padding:0; margin:0; list-style:none; font-size:11px}
.footerLinks ul li a{color:#000000; text-decoration:none; background:url(../images/css/arrow.gif) no-repeat left; padding:5px 15px; }
.footerLinks ul li a:hover{color:#CC0000;  background:url(../images/css/arrow2.gif) no-repeat left;}
.footerInfo p{font-size:13px}

div.tooltip	{
	width: auto;
	position: absolute;
	left: -9999px;
	border: 1px solid #AAA;
	background-color: #EEE;
	text-align: left;
}

div.tooltip p{
	color: #FFF;
	background: #222;
	padding: 5px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
}
/*
#FooterProject {
    list-style-type: none;
    list-style-position: outside;
}
#FooterProject li {
    float: left;
	margin-right:30px;
}
#FooterCb a,
#FooterJob a,
#FooterArtdive a,
#FooterJemini a {
    display: block;
	background: url(../images/LogoFooter.png) no-repeat;
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-top: 24px;
}
#FooterCb a {
	width:134px;
}
#FooterJob a {
	width:140px;
	background-position:-134px 0px;
}
#FooterArtdive a {
	width:189px;
	background-position:-274px 0px;
}
#FooterJemini a {
	width:182px;
	background-position:-463px 0px;
}

#FooterNavi {
    clear:both;
	padding-top:10px;
    list-style-type:none;
	list-style-position:outside;
}
#FooterNavi li {
    float:left;
}
#FooterNavi li a {
    font-family: Helvetica, Arial, sans-serif, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 10px;
    color: #999999;
	text-decoration:none;
	border-left:#999999 1px solid;
	padding:0px 5px;
}
#FooterNavi li a:hover {
    text-decoration:underline;
}

#FooterAddress {
	position:absolute; right:10px;
	text-align:right;
}
#FooterAddress address {
	padding-top:15px;
}
#FooterSubNavi {
    float:right;
	list-style-type:none;
	list-style-position:outside;
	margin-top:10px;
}
#FooterSubNavi li {
    float:left;
	margin-left:5px;
}
#FooterPrivacy a,
#FooterSitemap a {
    display:block;
	background:url(../images/FooterBtn.png) no-repeat;
	width:100%;
	height:0px;
	overflow:hidden;
	padding-top:15px;
}
#FooterPrivacy a {
    width:94px;
}
#FooterPrivacy a:hover {
    background-position:0px -15px;
}
#FooterSitemap a {
    width:56px;
    background-position:-94px 0px;
}
#FooterSitemap a:hover {
    background-position:-94px -15px;
}


/* ------------------------------
 Second
------------------------------ 

#SecondWrapper {
    width:1000px;
	margin:20px auto 0px auto;
	background:url(../images/BgInfoSecond.png) repeat-y;
}
#SecondContents {
	text-align:left;
    width:800px;
	padding-bottom:30px;
	float:left;
}
#SecondContents h1 {
	margin:10px 0px 0px 10px;
}
#SecondContents #Header {
	line-height:0.1;
}
.secondContents {
	clear:both;
	width:780px;
	margin-bottom:10px;
	padding:10px;
	background:#FFFFFF;
}
.secondContents2 {
	width:375px;
	margin-bottom:10px;
	padding:10px;
	background:#FFFFFF;
	float:left;
}
.secondContents2_2 {
	width:375px;
	margin-bottom:10px;
	padding:10px;
	background:#FFFFFF;
	float:right;
}
#SecondFooter {
    clear:both;
	text-align:left;
	width:100%;
	height:50px;
	padding:10px 0px;
    background-color: #010101;
	position:relative;
	z-index:2;
}
#SecondFooterContents {
    width:1000px;
	margin:0px auto;
	position:relative;
}
#SecondFooter #FooterAddress {
	position:absolute;
	right:0px;
	top:0px;
	text-align:right;
}
#Pan {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	list-style-type:none;
	list-style-position:outside;
	width:550px;
	margin:15px 0px 0px 10px;
	padding-bottom:10px;
}
#Pan a {
	color:#999999;
	text-decoration:none;
}
#Pan a:hover {
	text-decoration:underline;
}
#Pan li {
	display:inline;
	padding-right:5px;
    vertical-align:middle;
}
#Pan li:not( :last-child ):after{
	content:' >';
}


/* ------------------------------
 Table
------------------------------ 
.infoTable {
	font-size:12px;
	text-align:left;
	width:760px;
	border-collapse: separate;
	border-spacing: 2px;
	margin:10px auto;
}
.infoTable tr th {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:90px;
	border-bottom:#999999 1px dotted;
	padding:7px 0px 7px 10px;
	background:url(../images/BgCell.png) repeat-y;
}
.infoTable tr td {
	vertical-align:top;
	line-height:1.6em;
	border-bottom:#999999 1px dotted;
	padding:7px 0px 7px 10px;
}
.infoTable a:link {
	color:#006699;
	text-decoration:none;
}
.infoTable a:visited {
	color:#3399CC;
	text-decoration:none;
}
.infoTable a:hover,
.infoTable a:active {
	text-decoration:underline;
}


/* ------------------------------
 Btn
------------------------------ 
#BtnBack a {
	display:block;
	width:85px;
	height:0px;
	padding-top:20px;
	background:url(../images/BtnBack.png) no-repeat;
	overflow:hidden;
}
#BtnBack a:hover {
	background-position:0px -20px;
}


/* ------------------------------
 ToolTip
------------------------------ 
#Tooltip {
	font-size: 10px;
	color:#FFFFFF;
	text-align:left;
	line-height:1.5em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:8px;
	background-color:#010101;
	opacity: .8;
	filter: alpha(opacity=80);
}
/* Localized */
#rssDisp {
	background-color: #FFF;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	/* [disabled]height: 250px; */
	/* [disabled]overflow: auto; */
	}
.rssHead {
	text-align: right;
	padding-right: 20px;
	background-image: url(../images/icons/rss.png);
	background-repeat: no-repeat;
	height: 15px;
	background-position: right;
	padding-top: 5px;
	color: #F63;
	margin-bottom: 5px;
}
#rssDisp #rssMain {
	background-color: #FFF;
	scrollbar-arrow-color: #666666;
	scrollbar-face-color: #CCCCCC;



	scrollbar-3dlight-color:;
	scrollbar-darkshadow-color:;
	scrollbar-highlight-color:;
	scrollbar-shadow-color:;
	scrollbar-track-color:;
	overflow: auto;
	height: 250px;
}

div#rssMain::-webkit-scrollbar {/* スクロールバー幅 */
    width: 10px;
    height: 10px;
}


div#rssMain::-webkit-scrollbar-track {/* 背景 */
    background: #ccc;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 5px;
}


div#rssMain::-webkit-scrollbar-thumb {/* 表面 */
    background:#666666;
    border-radius: 5px;
}




#rssDisp p {
	background-image: url(../images/icons/rss_new.png);
	background-repeat: no-repeat;
	padding-left: 47px;
}
#rssDisp a {
	text-decoration: none;
}
#rssDisp a:hover {
	text-decoration: underline;
	color: #000;
}


.scroll-pane {
	background-color: #FFF;
	padding: 3px;
	margin-bottom: 15px;
	font-size: 11px;
	height: 250px;
	overflow: auto;
	width: 100%;
}
.scroll-pane p {
	background-image: url(../images/icons/rss_new.png);
	background-repeat: no-repeat;
	padding-left: 47px;
}
.scroll-pane .jspVerticalBar {
    width: 5px;
}
.scroll-pane .jspTrack {
	background-color: #333;
}
.scroll-pane .jspDrag {
	background-color: #CCC;
}
.horizontal-only
{
	height: auto;
	max-height: 250px;
}
#adDMMwrap {
	background-color: #FFF;
	margin-bottom: 5px;
	/* [disabled]padding-top: 5px; */
	/* [disabled]padding-bottom: 5px; */
}
