@charset "UTF-8";
body {
	min-width:1020px;
}
/*----------------------------------------
	SP切り替え案内
----------------------------------------*/
#sp_link {
	/*display: none;*/
	width: 100%;
	min-width: 1010px;
	margin: 0 auto;
	background: #0273dd;
	text-align: center;
	padding: 11px 0;
}
/*----------------------------------------
	header
----------------------------------------*/
#wrapper li {
	list-style-type:none;
}
#header {
	width:100%;
	height:169px;
	margin:0;
	padding:0;
	background:url(../../../img/eng/congress/common/obi_ore.png) left 146px repeat-x;
	z-index:2;
}
#header .hed_navi {
	background-color:#111111;
}
#header .hed_navi ul {
	clear:both;
	width:980px;
	margin:0 auto;
}
#header .hed_navi ul li {
	float:left;
}
#header .hed_contents {
	clear:both;
	width:980px;
	margin:auto;
	position:relative;
}
#header .hed_contents #logo {
	background:url(../../../img/eng/congress/common/logo_congress.png) no-repeat;
	width:349px;
	height:131px;
	overflow:hidden;
	position:absolute;
	top:14px;
	left:0px;
}
#header .hed_contents #logo .logo_sogo {
	margin:2px 0 0 17px;
}
#header .hed_contents #logo .logo {
	margin:17px 0 0 51px;
}
#header .hed_contents li {
	float:left;
}
#header .hed_contents .top_navi {
	position:absolute;
	top:53px;
	right:0px;
	background:url(../../../img/eng/congress/common/bk_topnavi.gif) top no-repeat;
	padding:5px 5px 0 5px;
}
/*----------------------------------------
	navi
----------------------------------------*/
#navi {
	width:100%;
	margin-top:-15px;
	padding:20px 0 0 0;
	background:url(../../../img/eng/congress/common/navi_cor_bg.gif) top repeat;
	position:relative;
	z-index:0;
}
#navi ul {
	width:980px;
	height:67px;
	margin:0 auto;
	padding:10px;
	z-index:3;
	background:url(../../../img/eng/congress/common/bk_navi.png) no-repeat;
}
#navi li {
	float:left;
}
/*----------------------------------------
	pan
----------------------------------------*/
#pan {
	clear:both;
	width:980px;
	margin:10px 0 25px 0;
	padding-left:20px;
	font-size:85%;
	background:url(../../../img/eng/congress/common/pan_icon.gif) left 1px no-repeat;
}
#pan li {
	display:inline;
}
#pan li a {
	margin-right:3px;
}
/*----------------------------------------
	container
----------------------------------------*/
#container {
	clear:both;
	width:980px;
	z-index:3;
	position:relative;
	padding-bottom:50px;
}
#contents {
	width:680px;
}
/*----------------------------------------
	side_menu
----------------------------------------*/
#side_menu .menu li {
	margin:0 auto 10px auto;
}
#side_menu .l_nav {
	margin-bottom:30px;
}
#side_menu .l_nav p {
	padding:10px 15px 8px 15px;
	color:#ffffff;
	font-size:116%;
	border:1px solid #ff8f02;
	border-bottom:none;
	font-weight:bold;
	text-shadow:1px 1px 2px #ff7200;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#ff9500;
	background:-moz-linear-gradient(top,  #ff9500 0%, #ffb700 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9500), color-stop(100%,#ffb700));
	background:-webkit-linear-gradient(top,  #ff9500 0%,#ffb700 100%);
	background:-o-linear-gradient(top,  #ff9500 0%,#ffb700 100%);
	background:-ms-linear-gradient(top,  #ff9500 0%,#ffb700 100%);
	background:linear-gradient(to bottom,  #ff9500 0%,#ffb700 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9500', endColorstr='#ffb700',GradientType=0 );
}
#side_menu .l_nav ul {
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#side_menu .l_nav li {
    padding:10px 15px;
    border-bottom:1px solid #cccccc;
    background:url(../../../img/eng/congress/common/bk_guide.gif) left center repeat-x;
	list-style:none;
}
#side_menu .l_nav li.current {
    background:url(../../../img/eng/congress/common/bk_guide_current.gif) left center repeat-x;
}
#side_menu .l_nav li a:link,
#side_menu .l_nav li a:visited,
#side_menu .l_nav li a:hover,
#side_menu .l_nav li a:active {
    display:block;
    background:url(../../../img/eng/congress/common/btn_guide.gif) right center no-repeat;
    color:#444444;
    text-decoration:none;
}
#side_menu .l_nav li a:hover,
#side_menu .l_nav li a:active {
	color:#a4a4a4;
}
#side_menu .l_nav li img {
	margin:3px 0 0 5px;
}
/*----------------------------------------
	title
----------------------------------------*/
.title01 {
	margin-bottom:20px;
	padding:2px;
	box-shadow:0 2px 2px #e2e0e0;
	-moz-box-shadow:0 2px 2px #e2e0e0;
	-webkit-box-shadow:0 2px 2px #e2e0e0;
	border:1px solid #d3d3d3;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
.title01 h1 {
	padding:8px 7px;
	background:#f2f2f2;
	background:-moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
	background:-webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
	background:-o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
	background:linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0 );
}
.title01 h1 span {
	display:block;
	padding:5px 0 5px 15px;
	background:url(../../../img/eng/congress/common/title01_bg.jpg) left top no-repeat;
	font-size:138.5%;
}
.title02 {
	margin:0 10px 15px 10px;
	padding-left:4px;
	font-size:108%;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:url(../../../img/eng/congress/common/title02_bg01.gif) center repeat-x;
	box-shadow:0 2px 2px #e2e0e0;
	-moz-box-shadow:0 2px 2px #e2e0e0;
	-webkit-box-shadow:0 2px 2px #e2e0e0;
}
.title02 h2 {
	padding:10px 15px;
	background:url(../../../img/eng/congress/common/title02_bg02.gif) center repeat-x;
	color:#ffffff;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px; 
}
.title03 {
	margin:0 10px 15px 10px;
	padding-left:2px;
	font-size:108%;
	background:#ffbf00;
	background:-moz-linear-gradient(top,  #ffbf00 0%, #ffbf00 50%, #ff9200 50%, #ff9200 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbf00), color-stop(50%,#ffbf00), color-stop(50%,#ff9200), color-stop(100%,#ff9200));
	background:-webkit-linear-gradient(top,  #ffbf00 0%,#ffbf00 50%,#ff9200 50%,#ff9200 100%);
	background:-o-linear-gradient(top,  #ffbf00 0%,#ffbf00 50%,#ff9200 50%,#ff9200 100%);
	background:-ms-linear-gradient(top,  #ffbf00 0%,#ffbf00 50%,#ff9200 50%,#ff9200 100%);
	background:linear-gradient(to bottom,  #ffbf00 0%,#ffbf00 50%,#ff9200 50%,#ff9200 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf00', endColorstr='#ff9200',GradientType=0 );
}
.title03 h2,
.title03 h3{
	padding:10px 15px;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
	background:#ffffff;
	background:-moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
	background:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background:-o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background:-ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background:linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
}
.title04 {
	margin:0 10px 15px 10px;
	padding-bottom:10px;
	font-size:108%;
	background:url(../../../img/eng/congress/common/title04_bg.gif) bottom left repeat-x;
}
.title04 h3,
.title04 h4 {
	padding-left:15px;
	background:url(../../../img/eng/congress/common/title04_icon.gif) 0 8px no-repeat;
}
/*----------------------------------------
	txtarea
----------------------------------------*/
.txtarea {
	clear:both;
	margin:0 10px 30px 10px;
}
.txtarea p {
	margin-bottom:10px;
}
/*----------------------------------------
	table
----------------------------------------*/
.table_list01,
.table_list02 {
	border-collapse:collapse;
	border:1px solid #dddddd;
}
.table_list01 th {
	padding:10px;
	color:#ffffff;
	border:1px solid #dddddd;
	background:#666666;
	background:-moz-linear-gradient(top, #666666 0%, #444444 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #444444));
	background:-webkit-linear-gradient(top, #666666 0%, #444444 100%);
	background:-o-linear-gradient(top, #666666 0%, #444444 100%);
	background:-ms-linear-gradient(top, #666666 0%, #444444 100%);
	background:linear-gradient(to bottom, #666666 0%, #444444 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#444444', GradientType=0 );
}
.table_list01 td,
.table_list02 td {
	padding:10px;
	border:1px solid #dddddd;
}
.table_list01 tr:nth-child(2n) {
	background:#eeeeee;
}
.table_list02 th {
	padding:10px;
	border:1px solid #dddddd;
	background-color:#eeeeee;
}
.table_list02 td.bg01 {
	background:#fff3e6;
}

/*-----------------------------------------
	pager
-----------------------------------------*/
.pager {
	padding-top:2px;
	text-align:center;
	clear:both;
}
.pager li {
	display:inline;
}
.pager li a {
	padding:2px 9px;
	color:#0075d8;
	border:1px #0075d8 solid;
}
.pager li a:link,
.pager li a:visited {
	text-decoration:none;
}
.pager li a:hover,
.pager li a:active {
	background-color:#0075d8;
	text-decoration:none;
	color:#ffffff;
}
.pager li strong {
	padding:2px 9px;
	background:#0075d8;
	color:#ffffff;
	border:1px #0075d8 solid;
}
.pager li.prev{
	margin-right:3px;
	font-size:93%;
}
.pager li.next {
	margin-left:3px;
	font-size:93%;
}
.pager li.prev a:link,
.pager li.prev a:visited,
.pager li.next a:link,
.pager li.next a:visited{
	padding:2px 9px;
	background-color:#ffffff;
}
.pager li.prev a:hover,
.pager li.prev a:active,
.pager li.next a:hover,
.pager li.next a:active {
	padding:2px 9px;
	background-color:#0075d8;
}

/*-----------------------------------------
	list_icon
-----------------------------------------*/
/*icon_block*/
.list_icon_block {
	margin-bottom:30px;
}
.list_icon_block li {
	margin-bottom:3px;
	padding-left:16px;
	background:url(../../../img/eng/congress/common/icon_block_orange.gif) left 4px no-repeat;
}
.list_icon_block img{
	margin-left:5px;
	vertical-align:middle;
}
.train li span {
	width:190px;
	display:block;
	float:left;
}
.train img {
	float:left;
}
