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

@import url(reset.css);
@import url(clearfix.css);

body{
	background:#efefef;
	font-size:0.9em;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
th, td{
	font-size:0.9em;
	vertical-align:top;
	line-height:1.3em;
}


h2{
	margin:20px 30px 15px 30px;
}



p{
	padding:0 30px 10px 35px;
	line-height:1.5em;
}

dl{
	margin:10px 35px 30px 35px;
}

dd{
	margin:1em 0 1em 1.5em;
}

dd img{
	margin-right:30px;
}

a{
	color:#c00;
	text-decoration:none;
}

a:hover{
	color:#f00;
	text-decoration:underline;
}


#wrapper{
	width:900px;
	padding:0 10px;
	margin:0 auto;
	background:url(../images/body_bg.png) repeat-y;
}

.top_section{
	width:900px;
	margin-bottom:20px;
	background:url(../images/head_bg.jpg) no-repeat 1px 0;
}

#header{
	margin-bottom:50px;
}

#header p.logo{
	width:310px;
	padding:0;
	float:left;
}

#header .lang{
	width:310px;
	padding:10px 15px 0 0;
	text-align:right;
	float:right;
}
#header .title{
	clear:both;
	padding:20px 30px;
}
#header .title img{
	margin-right:50px;
	vertical-align:middle;
}

#header .shusai{
	margin:0;
}

#header .shusai img{
	margin-right:15px;
}

.section{
	margin-bottom:20px;
}

.waku{
	width:680px;
	margin:10px 35px 30px 35px;
	padding:10px;
	background:#f0f0f0;
}

.waku table td{
	padding:10px 5px;
}

.registration{
	width:680px;
	margin:20px auto 20px 35px;
}

.registration img{
	margin-right:20px;
}

.inv{
	width:680px;
	margin:20px auto 20px 35px;
}

.inv table td{
	padding:5px;
}

.inv .textfields{
	width:150px;
	height:1.3em;
}

.pagetop{
	text-align:right;
	font-size:0.85em;
	margin:0 35px 30px 35px;
	padding:0;
}

.pagetop img{
	vertical-align:middle;
	margin-right:5px;
}
	
.bottom_line{
	border-bottom:1px dotted #999;
	padding-bottom:5px;
}



table.outline{
	width:700px;
	margin:10px 35px;
	border-collapse:separate;
	border-spacing:2px;
	border:1px solid #ededed;
}
table.outline th,
table.outline td{
	padding:10px;

}
table.outline th.tokyo{
	border-left:2px solid #c00;
	background:#f0f0f0;
	padding:10px;
}
table.outline th.osaka{
	border-left:2px solid #36c;
	background:#f0f0f0;
	padding:10px;
}

table.program_venu{
	width:830px;
	margin:20px 35px 10px 35px;
	border-collapse:separate;
	border-spacing:2px;
}
table.program_venu td{
	padding:5px 10px;
	line-height:1.3em;
	font-size:1.2em;
	font-weight:bold;
	vertical-align:middle;
}
table.program_venu td.red{
	background:#CC0000;
	width:160px;
}
table.program_venu td.blue{
	background:#36c;
	width:160px;
}

table.program{
	width:830px;
	margin:10px 35px;
	border-collapse:separate;
	border-spacing:2px;
}
table.program td{
	padding:10px;
	border:1px solid #ccc;
	line-height:1.3em;
}
table.program td.time{
	width:160px;
}
table.program td.light{
	background:#efefef;
}
table.program td.mid{
	background:#999;
	color:#fff;
}
table.program td .name{
	font-size:1.4em;
	font-weight:bold;
}

table.program td img{
	margin-bottom:8px;
}

table.program td p{
	margin:0;
	padding:0;
}
table.program td .bottom_pad10{
	padding-bottom:10px;
}

#footer{
	width:898px;
	margin:0 auto;
	background:#efefef;
	padding:30px 0 50px 0;
}

#footer img{
	vertical-align:middle;
	margin-right:15px;
}

#footer p{
	padding:0 30px;
	font-size:0.85em;
}
#footer p a{
	color:#666;
}
#footer p.copyright{
	padding-top:10px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}

/* profile
--------------------------------------*/

body#profile{
	background:#fff url(../profiles/images/profile_bg.png) repeat-x;
}

#profile_wrapper{
	width:470px;
	margin:0 auto;
	border-top:5px #c00 solid;
	background:#fff;
}

#profile_head{
	width:420px;
	margin:25px auto;
}
#profile_head #photo{
	width:130px;
	height:130px;
	background-color:#ccc;
	float:left;
}
#profile_head #name{
	width:270px;
	margin-left:20px;
	float:left;
}
#profile_head #name h2{
	padding:0;
	margin:0;
}

#profile h3{
	font-size:1.2em;
	font-weight:bold;
	margin:20px 20px 10px 20px;
	padding:0 0 5px 5px;
	border-bottom:1px solid #ccc;
}

#profile p{
	padding:0 25px;
}

#profile table{
	margin:0 25px;
}
#profile table td{
	padding:3px;
}

#profile_footer{
	margin:20px 0 5px 0;
	width:470px;
	height:40px;
	background:url(../profiles/images/profile_footer.png) no-repeat;
	text-align:center;
}
#profile_footer p{
	padding-top:10px;
	font-size:0.9em;
}
#profile_footer p img{
	vertical-align:middle;
	margin-right:5px;
}

#profile code{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;

}
