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

index.css

2009.02.05

JAPAN OPEN 2009

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



/* common

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

body {
	margin:0;
	padding:0;
	line-height: 1.3em;
	font-size:small;
}

img{
	margin:0;
	padding:0;
	border:none;
	}

#main{
	margin:0 auto;
	width:975px;
	padding-bottom:15px;
	background:url(../images/bg_02.gif) repeat-y;
	border-bottom:1px solid #cccccc;
}

#cont{
	margin:5px 30px;
	text-align:center;
}



h1,h2,ul,li{
	margin: 0px;
	padding: 0px;
}

h2{
	padding-top:15px;
	clear:both;
}

p{
	margin: 0;
	text-align:left;
	line-height:145%;
}

ul{
	list-style:none;
}


/* Contents Area

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

#cap{
	width:865px;
	margin:0 auto;
	padding-bottom:20px;
	background:#E4F6FD;
}

#cap p{
	font-weight:bold;
	padding:20px 0 0 20px;
}

#cap img{
	float:right;
	margin:0 25px 0 20px;
}


table.tbl_time{ 
	width:865px;
	margin:25px 0 20px 25px;
	padding:0;
	border-collapse:collapse;
	border-top:1px solid #6A9436;
	border-left:1px solid #6A9436;
}

table.tbl_time td,th{
	border-bottom:1px solid #6A9436;
	border-right:1px solid #6A9436;
	padding:5px;
	text-align:center;
}

table.tbl_time th{
	background:#A0CC2B;
	font-weight:400;
}

ul{
	float:left;
	margin:10px 0 0 10px;
}

li{
	float:left;
	display:block;	
	margin:15px 0 0 15px;
	background:url(../images/bg_01.gif) bottom no-repeat;
}
li p{
	text-align:center;
	font-weight:bold;
	color:#11325A;
	line-height:150%;
	/*font-family:"MS PGothic","MS Gothic","HiraKakuPro-W6";*/
}

li div{
	width:185px;
	line-height:110%;
	text-align:left;
	padding:8px 0 15px 0;
}
html>/**/body li div{
	margin:0 auto;
}

p.attention{
	text-align:right;
	color:#CC0033;
	clear:both;
	padding:15px 25px 10px 0;
}

.txt_right{
	text-align:right;
	padding:15px 25px 10px 0;
}
.txt_right p{
	text-align:right;
	padding-right:35px;
}

.pt25{
	padding-top:25px !important;
}



/* font-size

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

#cap p,td,th,li div{
	font-size:medium;/* IE */
}
html>/**/body #cap p,td,th,li div{
	font-size:16px;/* Not IE */
}

li p{
	font-size:x-large;/* IE */
}
html>/**/li p{
	font-size:20px;/* Not IE */
}


