@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}

ol, ul {
list-style:none outside none;
}

img {
border:0;
}


/* リンク類 */

a:link			{ color: #285ca3; text-decoration: none; }
a:visited		{ color: #285ca3; text-decoration: none; }
a:active		{ color: #285ca3; text-decoration: none; }
a:hover		{ color: #3d7bce; text-decoration: underline; }



/* 基本レイアウト */

body {
	background:white;
	color:black;
	margin:0;
	padding:0;
	font-family:"Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size:13px;
}

div#container {
	width:960px;
	margin:0 auto;
	padding:50px 0 0 0;
}




/* header */

div#header {
	width:960px;
	margin:0;
}

div#headerInfinityLogo {
width:84px;
float:left;
}


div#headerMenu {
width:750px;
float:right;
}

div#hederGpcpLogo {
margin:0;
padding:0;
}

h1#gpcpLogo {
	background:url(../img/common/gpcp.gif) no-repeat right;
	width:750px;
	height:33px;
	margin:0;
	padding:0;
	margin-top: 0px;
}

h1#gpcpLogo span {
display:none;
}

div#headerGlobalMenu {
width:750px;
}

div#headerGlobalMenu ul,li {
margin:0;
padding:0;
}

div#headerGlobalMenu li {
display:inline;
}

/* contents */

div#contents {
	width:960px;
	margin:0;
	/* padding: 89px 0 0 0; */
	padding: 45px 0 0 0;
}

div#contentsHome {
	width:960px;
	margin:0;
	padding: 45px 0 0 0;
}

div#mainHome {
	width:660px;
	float:left;
	margin-bottom: 40px;
}

h3#plus {
	width:659px;
	height:23px;
	margin-bottom:17px;
	background:url(../img/home/plus.gif) no-repeat;
}

h3#plus span {
display:none;
}

div.chartHome {
	margin-bottom:30px;
}


h3#specialHome {
	width:659px;
	height:25px;
	margin-bottom:10px;
	background:url(../img/home/special.gif) no-repeat;
}

h3#specialHome span {
display:none;
}

h3#newsHome {
	width:659px;
	height:25px;
	margin-bottom:10px;
	background:url(../img/home/news.gif) no-repeat;
}

h3#newsHome span {
display:none;
}

h3#newsPress {
	width:659px;
	height:25px;
	margin-bottom:10px;
	background:url(../img/home/press.gif) no-repeat;
}
h3#newsPress span {
display:none;
}


h3#newsImpInfo {
	width:659px;
	height:25px;
	margin-bottom:10px;
	background:url(../img/home/impInfo.gif) no-repeat;
}

h3#newsImpInfo span {
display:none;
}


h3#newsSystemInfo {
	width:659px;
	height:25px;
	margin-bottom:10px;
	background:url(../img/home/system.gif) no-repeat;
}

h3#newsSystemInfo span {
display:none;
}

h3#newsSystemInfoTemp {
	width:659px;
	height:25px;
	margin-bottom:10px;
	background:url(../img/home/systemTemp.gif) no-repeat;
	margin-top: 20px;
}

h3#newsSystemInfoTemp span {
display:none;
}



ul.headlineHome {
	margin-top: 10px;
	margin-bottom: 5px;
}

ul.headlineHome li {
	padding:5px;
	background:#e8e8e8;
	display:block;
	margin-bottom: 1px;
	margin-right: 1px;
	color: #252525;
}


div.bknum {
	text-align:right;
	margin-bottom: 10px;
	font-size: 11px;
}


div#sideBarHome {
	width:264px;
	float:right;
	margin-bottom: 40px;
}

#sideBarHome a img:hover { filter: alpha(opacity=75); -moz-opacity:0.75; opacity:0.75; }
.side_login a img:hover { filter: alpha(opacity=75); -moz-opacity:0.75; opacity:0.75; }

h3#attentionHome {
	width:264px;
	height:23px;
	margin-bottom:15px;
	background:url(../img/home/attention.gif) no-repeat;
}

h3#attentionHome span {
display:none;
}

div.sidebarLead {
	margin-bottom:40px;
	line-height: 1.4;
	color: #252525;
}

p.sidebarLinkAlign {
text-align:right;
font-size:11px;
}

div.attentionImg {
	margin:0 0 17px 0;
	text-align: center;
}


h3#login {
	width:264px;
	height:40px;
	margin-bottom:0px;
	background:url(../img/home/login.gif) no-repeat;
}

h3#login span {
display:none;
}

div.loginBtnHome {
	text-align:center;
	margin-bottom: 44px;
}


h3#side_login {
	width:264px;
	height:40px;
	margin-bottom:0px;
	background:url(../img/home/side_login.gif) no-repeat;
}

h3#side_login span {
display:none;
}

h3#side_regist {
	width:264px;
	height:40px;
	margin-bottom:0px;
	background:url(../img/home/side_regist.gif) no-repeat;
}

h3#side_regist span {
display:none;
}



h3#onlineHome {
	width:264px;
	height:23px;
	margin-bottom:18px;
	background:url(../img/home/online.gif) no-repeat;
}

h3#onlineHome span {
display:none;
}



div#sideBar {
	width:215px;
	float:right;
	margin: 0 0 30px 0;
}

ul.sideMenu {
	border-top:1px solid #252525;
	padding-bottom:25px;
	margin-top: 18px;
}
ul.sideMenu li {
border-bottom:1px solid #e8e8e8;
line-height:1.2;
}

ul.sideMenu li a {
display:block;
padding:10px 12px;
color:#252525 !important;
}






ul.sideMenu li.focus a {
background:none repeat scroll 0 0 #252525;
color:#FFFFFF !important;
}

ul.sideSmallMenu {
}
ul.sideSmallMenu li {
	line-height:1.2;
}
ul.sideSmallMenu li a {
	color:#252525 !important;
	display:block;
	padding:8px 12px 8px 40px;
	background:url(../img/common/sideMenuArrow.gif) no-repeat 25px 11px;
}
ul.sideSmallMenu li.focus a {
background:url(../img/common/sideMenuArrow.gif) no-repeat 25px 11px #e8e8e8;
color:#252525 !important;
}




div#main {
	width:700px;
	float:left;
	margin: 0 0 30px 0;
}

div.pageTop {
	text-align:right;
	font-size:85%;
	padding: 10px 0;
}

div.pageTop a {
}

h2.headTitle {
	padding:10px;
	font-size:16px;
	border-top:1px solid #252525;
	border-bottom:1px solid #e8e8e8;
	color: #252525;
}

p.pan {
	font-size:10px;
	margin-bottom:6px;
}

p.pan a:link {
	color:#252525;
}

p.pan a:link {
	color:#252525;
	text-decoration:none;

}


p.pan a:visited {
	color:#252525;
	text-decoration:none;
}

p.pan a:active {
	color:#252525;
	text-decoration:none;
}

p.pan a:hover {
	color:#252525;
	text-decoration:underline;
}





/* footer */

div#footer {
	width:960px;
	margin: 0 0 40px 0;
	border-top: 1px solid #e8e8e8;
}

div#footerMenu {
	width:600px;
	float:left;
	margin: 10px 0 0 0;
}

div#footerLogo {
	width:129px;
	float:right;
	margin: 15px 0 0 0;
}

p.menkyo {
	font-size:11px;
	color: #666666;
	padding-top: 4px;
}



/* コントロール要素 */


.clear {
clear:both;
font-size:0;
height:0;
line-height:0;
margin:0;
padding:0;
}

/* font-size */

div#footer {
font-size:11px;
}

div#footer a {
color:#252525;
}

/* font-add */

.bold {
font-weight:bold;
}

.red {
color:#e03537;
}

.blue {
color:#00aad9;
}


/* ol normal */
ol.normal-ol {
	list-style-type:decimal;
	margin-left: 32px;
	line-height: 1.8;
}

ol.normal-ol li {
	margin-bottom: 20px;
}

/* note */
ul.note {
	margin: 5px 0 5px 12px;
}
ul.note li {
	font-size: 11px;
	color: #666;
	padding-left: 1em;
	text-indent: -10px;
	margin-bottom:3px;
}

/* 少し大きめ (1)などに使用 */
ul.note2 {
	margin: -5px 0 5px 30px;
}
ul.note2 li {
	font-size: 12px;
	color: #000;
	padding-left: 20px;
	text-indent: -20px;
	margin-bottom:7px;
}

/* 少し大きめ黒文字1文字インデント 「・」など */
ul.note3 {
	margin: 5px 0 5px 12px;
}
ul.note3 li {
	font-size: 12px;
	color: #000;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.7;
	margin-bottom:8px;
	font-family: "ＭＳ ゴシック";
}

/* 横長センターボタンなど */

.bt_center{
	width:auto;
	text-align:center;
}

.bt_overharf:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

