@charset "shift-JIS";

/* ------------------------------------------------------------
 JRA-VAN　common　CSS
 更新日:07/12/05
 
 目次
 0:layout
 1:header
 2:contents
		2-1:div.btnArea
		2-2:div.usesVoice
 3:navigation
	4:otherLink
 5footer
	6:alertContents
		6-1:div.btn
		6-2:div.releaseKey
	7:payContents
		7-1:div.raceInfo
		7-2:div.news
		7-3:div.info
		7-4:div.otherLink
 
------------------------------------------------------------ */


/*cleafix用CSS-----------------*/
@import "../css/clearfix.css";

/*stylereset用CSS-----------------*/
@import "../css/reset.css";


/* 
 0:layout
------------------------------ */

body{
text-align:center;
background:#e5e5e5;
}


div#wrap{
margin:0 auto;
width:1011px;
height:629px;
text-align:left;
background:#ffffff;
}

div#wrap_top{
margin:0 auto;
width:1011px;
text-align:left;
background:#ffffff;
}

div#wrap2{
	width:770px;
	text-align:left;
	background:#ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* appコンテンツ用 幅狭い*/
div#wrap3{
	width:550px;
	text-align:left;
	background:#ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* 新規コンテンツ用 幅広い*/
div#wrap4{
	width:700px;
	text-align:left;
	background:#ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* 
 1:header
------------------------------ */

div#header{
background:url(../imgs/header_bg.gif) repeat-x;
height:70px;
position:relative;
}

div.pay#header{
background:url(../imgs/pay_header_bg.gif) repeat-x;
}

div.pay#header3{
	background-image: url(../imgs/appli_header_bg.gif);
	background-repeat: repeat-x;
}


div#header h1 img{
vertical-align:bottom;
}

div#header ul{
position:absolute;
top:19px;
right:9px;
width:176px;
height:28px;
}


/* 
 2:maincontents
------------------------------ */

div#contents{
position:relative;
}

div#contents{
background:url(../imgs/contents_bg.gif) repeat-x bottom #EBF8C9;
padding:3px 5px 0 7px;
height:299px;
margin:0 0 6px 0;
}


/*2-1:div.btnArea-------------*/

div#contents div.btnArea{
background:url(../imgs/btnArea_bg.gif) no-repeat;
width:475px;
height:185px;
}

div#contents div.btnArea ul{
padding:19px 0 0 26px;
}

div#contents div.btnArea ul li img{
vertical-align:bottom;
}


/*2-2:div.usesVoice-------------*/

div#contents div.usesVoice{
background:url(../imgs/usesvoice_bg.gif) no-repeat;
width:500px;
height:288px;
position:absolute;
top:6px;
right:5px;
}

div#contents div.usesVoice img.pct{
margin:12px 0 6px 22px;
}

div#contents div.usesVoice dl{
border-bottom:1px solid #cccccc;
border-top:1px solid #cccccc;
background:#F7F7F7;
width:452px;
margin:0 0 8px 22px;
padding:7px 0;
}

div#contents div.usesVoice dl dt{
margin:0 0 5px 10px;
}

div#contents div.usesVoice dl dd{
margin:0 0 0 10px;
}

div#contents div.usesVoice dl dd span{
font-weight:bold;
padding:0 20px 0 0;
}

div#contents div.usesVoice ul{
float:right;
width:313px;
}

div#contents div.usesVoice ul li{
float:left;
margin:0 5px 0 0;
}


/* 
 3:navigation
------------------------------ */

div#navigation{
padding:0 0 0 10px;
margin:0 0 6px 0;
}

/*div#navigation dl ul li{
background:url(../imgs/listmark01.gif) no-repeat left top;
padding:0 0 0 17px;
margin:0 0 4px 0;
}*/

div#navigation dl ul li{
background:url(../imgs/listmark01.gif) no-repeat left top;
padding:0 0 0 15px;
margin:0 0 4px 0;
}

div#navigation *{
line-height:1;
}



/*div#navigation dl{
width:239px;
float:left;
margin:0 12px 0 0;
}*/

div#navigation dl{
	width:231px;
	float:left;
	margin:0 5px 0 0;
}

div#navigation dl.second,div#navigation dl.end{
width:180px;
}

div#navigation dl.end{
margin:0;
}

div#navigation dl dt{
margin:0 0 10px 0;
}


/* 
 4:otherLink
------------------------------ */

div#otherLink{
clear:both;
padding:0 0 0 10px;
margin:0 0 10px 0;
}


div#otherLink ul{
clear:both;
padding:10px 0 0 0;
border-top:3px double #cccccc;
}

div#otherLink ul li{
width:239px;
float:left;
margin:0 12px 0 0;
}


div#otherLink ul li.end{
margin:0;
}


div#otherLink img{
	float:left;
}

div#otherLink p{
margin:0 0 0 85px;
}

div#otherLink a{
font-weight:bold;
font-size:105%;
display:block;
margin:0 0 5px 0;

}

/* 
 5:footer
------------------------------ */

div#footer{
clear:both;
text-align:right;
background:url(../imgs/footer_bg.gif) repeat-x;
height:18px;
}

div#footer2{
text-align:right;
background:url(../imgs/footer_bg.gif) repeat-x;
height:18px;
}


/* 
 6:alertContents
------------------------------ */

#alertContents *{
line-height:1;
}

#alertContents{
text-align:left;
width:622px;
height:410px;
background:url(../imgs/alert_bg.gif) repeat-x top;
padding:10px;
}

#alertContents h1{
margin:0 0 15px;
border-bottom:1px solid #E2E2E2;
}

#alertContents p.lead{
margin:0 0 23px;
}

#alertContents ul{
margin:0 0 9px 0;
}

#alertContents ul li{
background:url(../imgs/listmark02.gif) no-repeat top left;
padding:0 0 5px 20px;
}

#alertContents dl{
margin:0 0 9px 0;
}

#alertContents dl dt,#alertContents dl dd{
display:inline;
}

#alertContents dl dt,#alertContents dl dd span{
font-weight:bold;
padding:0 10px 0 0;
}

#alertContents dl dt img{
vertical-align:middle;
padding:0 10px 0 0;
}

/*6-1:div.btn-------------*/

#alertContents div.btn{
text-align:center;
border-bottom:1px solid #E2E2E2;
margin:0 0 10px 0;
padding:0 0 15px 0;
}

#alertContents div.btn img{
vertical-align:bottom;
}


/*6-2:div.releaseKey-------------*/

#alertContents div.releaseKey{
background:#E2E2E2;
padding:11px;
margin:0 0 11px;
}

#alertContents div.releaseKey a{
width:279px;
}

#alertContents div.releaseKey a img{
vertical-align:middle;
}

#alertContents div.releaseKey p{
display:inline;
text-align:right;
}


/* 
 7:payContents
------------------------------ */


div#payContents{
position:relative;
padding:8px;
}


/*7-1:div.raceInfo-------------*/

div#payContents .raceInfo{
width:589px;
height:156px;
background:url(../imgs/pay_raceinfo_bg.gif) no-repeat top left;
padding:7px 7px 7px 8px;
position:relative;
}

div#payContents .raceInfo h2{
margin:0 0 7px 0;
}

div#payContents .raceInfo ul{
padding:8px 0 5px 4px;
background:#ffffff;
}

html>body div#payContents .raceInfo ul{
padding:8px 0 2px 4px;
}

div#payContents .raceInfo a{
position:absolute;
top:79px;
right:15px;
}

/*主な開催予定が３行の場合-------------*/
div#payContents .raceInfo ul#line3 li{
background:url(../imgs/pay_raceinfo_listbg_3.gif) no-repeat top left;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
padding:0 0 0 25px;
margin:0 0 3px 0;
font-weight:bold;
width:318px;
height:24px;
line-height:24px;
}
/*主な開催予定が４行以上の場合-------------*/
div#payContents .raceInfo ul#line4 li{
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
padding:0 0 0 25px;
margin:0 0 3px 0;
font-weight:bold;
width:318px;

font-size:13px;
height:17px;
line-height:15px;
background:url(../imgs/pay_raceinfo_listbg_4.gif) no-repeat top left;
}

div#payContents .raceInfo ul li span{
font-weight:normal;
padding:0 15px 0 0;
}
/*主な開催予定が５行の場合の最後のli-------------*/
div#payContents .raceInfo ul#line4 li#line5{
padding:0 0 0 10px;
width:333px;
background:url(../imgs/pay_raceinfo_listbg_5.gif) no-repeat top left;
}
div#payContents .raceInfo ul#line4 li#line5 span{
padding:0 10px 0 0;
}

/*7-2:div.news-------------*/

div#payContents .news{
background:url(../imgs/pay_news_bg.gif) no-repeat top left;
padding:7px 7px 7px 8px;
width:589px;
height:228px;
}

div#payContents .news ul{
background:#ffffff;
border-bottom:1px solid #CECECE;
border-left:1px solid #CECECE;
border-right:1px solid #CECECE;
padding:8px;
width:571px;
height:175px;
overflow-y:scroll;
}

div#payContents .news ul li{
background:url(../imgs/listmark03.gif) no-repeat 0 5px;
padding:0 0 3px 20px;
}

/*7-3:div.info-------------*/

div#payContents .info{
width:382px;
height:158px;
position:absolute;
top:14px;
right:8px;
overflow:hidden;
}

div#payContents .info h2{
margin:0 0 12px 0;}

div#payContents .info dt{
clear:left;
float:left;
width:50px;
}

div#payContents .info dd{
margin:0 0 3px 60px;
}

/*7-4:div.otherLink-------------*/

div#payContents .otherLink{
background:url(../imgs/pay_otherlink_bg2.gif) no-repeat top left;
height:173px;
width:382px;
position:absolute;
top:178px;
right:8px;
}

div#payContents .otherLink_2{
background:url(../imgs/pay_otherlink_bg2_2.gif) no-repeat top left;
height:96px;
width:382px;
position:absolute;
top:178px;
right:8px;
}

div#payContents .otherLink2{
background:url(../imgs/pay_otherlink_bg3.gif) no-repeat top left;
height:173px;
width:382px;
position:absolute;
top:357px;
right:8px;
}

div#payContents .otherLink2_2{
background:url(../imgs/pay_otherlink_bg3_2.gif) no-repeat top left;
height:250px;
width:382px;
position:absolute;
top:280px;
right:8px;
}

div#payContents .otherLink ul,div#payContents .otherLink_2 ul,div#payContents .otherLink2 ul,div#payContents .otherLink2_2 ul{
/*margin:15px 0 0 11px;*/
margin:25px 0 0 11px;
}

div#payContents .otherLink li,div#payContents .otherLink_2 li,div#payContents .otherLink2 li,div#payContents .otherLink2_2 li{
width:178px;
height:76px;
float:left;
margin:0 5px 0 0;
overflow:hidden;
}

div#payContents .otherLink li#long,div#payContents .otherLink_2 li#long {
width:363px;
}

div#payContents .otherLink li img,div#payContents .otherLink_2 li img,div#payContents .otherLink2 li img,div#payContents .otherLink2_2 li img{
float:left;
}

div#payContents .otherLink li p,div#payContents .otherLink_2 li p,div#payContents .otherLink2 li p,div#payContents .otherLink2_2 li p{
margin:0 0 0 65px;
line-height:1;
}

div#payContents .otherLink li#long p,div#payContents .otherLink_2 li#long p {
margin:0 0 0 186px;
}

div#payContents .otherLink li p a,div#payContents .otherLink_2 li p a,div#payContents .otherLink2 li p a,div#payContents .otherLink2_2 li p a{
font-weight:bold;
display:block;
margin:0 0 5px 0;
}


/*freeコンテンツ-------------*/

#free {
	margin-top: 50px;
	margin-bottom: 50px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;

}
.info_rireki th {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EDE7E7;
	vertical-align: top;
	line-height: 160%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}
.info_rireki td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EDE7E7;
	line-height: 160%;
	vertical-align: top;
}
.info_rireki table {
	margin-top: 20px;
	width: 100%;
}
#free .info {
	margin-left: 30px;
	margin-right: 30px;
}

#free .info h2 {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
#free .info p {
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 10px;
	margin-top: 10px;
}
#free .info em {
	color: #CC0000;
	font-weight: bold;
}
#free .info strong  {
	font-weight: bold;
}
#info_bottom {
	text-align: right;
	margin-top: 80px;
}

#info_bottom p {
	font-size: 12px;
}
#free .info h3 {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	margin-top: 25px;
	margin-bottom: 5px;
}
#free .info ul {
	font-size: 14px;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 30px;
	line-height: 160%;
}
.racejyoho {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#app {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

#app2 {
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	height: 350px;
	text-align: center;
	margin-bottom: 50px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FFFFFF;


}

#app h1 {
	font-size: 160%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0.1em;
}



#app h2 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 16px;
	margin-top: 40px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #006600;
	padding-left: 10px;
}
#app h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #006600;
}

#app p {
	font-size: 100%;
	line-height: 110%;
	margin-bottom: 1em;
}
#app ul {
	font-size: 100%;
	line-height: 140%;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}
#app li {
	margin-bottom: 0.4em;

	
}
.close {
	text-align: center;
	margin-top: 50px;
}
#app dl {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
#app dt {
	font-weight: bold;
}
#app dd {
	margin-left: 15px;
	margin-bottom: 14px;
	font-size: 100%;
}

.kyaktb {
	margin-top: 10px;
	margin-bottom: 10px;

}
.img_c {
	margin-bottom: 4em;
	margin-left: 10px;
}


#free ol {
	list-style-type: decimal;
	list-style-position: inside;
}
.attention {
	background-color: #f7fce8;
	padding: 10px;
}
.attention em {
	font-weight: bold;
	color: #CC3300;

}
.attention img {
	float: left;
}
#nxdata table {
	border-collapse:collapse;
	margin-bottom: 30px;
}
#nxdata th {
	font-weight: bold;
	white-space: nowrap;
	background-color: #efefff;
	border: 1px solid #dcdeda;
	text-align: center;
	padding: 4px;
}
#nxdata td {
	padding: 5px;
	border: 1px solid #dcdeda;
}
.tutorial_h1 {
	margin-bottom: 10px;
	text-align: center;
}
#app2 h2 {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}
#app2 p {
	font-size: 14px;

}
#app strong {
	font-weight: bold;
}
#app #textarea {
	padding: 10px;
	width: 670px;
	height: 100px;
}
#app em {
	color: #CC0000;
}
.linkmark1 {
	background-image: url(/imgs/listmark01.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 15px;
}
.linkmark2 {
	background-image: url(/imgs/listmark02.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-left: 20px;
}
.linkmark3 {
	background-image: url(/imgs/listmark03.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 18px;
}
.linkmark4 {
	background-image: url(/imgs/listmark04.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-left: 20px;
}


/*2010/3/4 追加　青山*/
div#contents div.usesVoice ul{
	width:187px;
}
