@charset "utf-8";

/*
	common
-------------------------------------------------------------------------------------------------*/
body{
	width: 100%;
	background: url("../img/bg_body.gif") left top repeat;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #222222;
}
a{
	color: #f57070;
	text-decoration: underline;
}
a:hover{
	color: #20acc5;
	text-decoration: none;
}
.right{
	display: block;
	text-align: right;
}
.left{
	display: block;
	text-align: left;
}
.center{
	display: block;
	text-align: center;
}
.red{
	color: #c8102f;
}
.tips{
	font-size: 11px;
}
.fs12{
	font-size: 12px!important;
}
.pl23{padding-left: 23px!important;}
.pl36{padding-left: 36px!important;}
.ml10{margin-left: 10px!important;}
.mb20{margin-bottom: 20px!important;}
#container{
	width: 950px;
	margin: 0 auto 30px;
	overflow: hidden;
}

/*
	header
-------------------------------------------------------------------------------------------------*/
#header{
	width: 100%;
}
#header #headerTop{
	width: 100%;
	background: #dc143c;
	color: #ffffff;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
}
#header #headerTop .wrap{
		width: 940px;
		margin: 0 auto;
		padding: 0 5px;
		overflow: hidden;
}
#header #headerTop h1{
	float: left;
}
#header #headerTop ul{
	float: right;
	margin: 0 -10px 0 0;
	zoom: 1;
}
#header #headerTop ul li{
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 0 0 0;
}
/* nav */
#header #nav{
	width: 100%;
	background: url("../img/bg_nav.png") left top repeat-x;
	position: relative;
	z-index: 999;
}
#header #nav ul{
	width: 950px;
	height: 48px;
	margin: 0 auto;
	position: relative;
}
#header #nav ul li{
	position: absolute;
	top: 0;
}
/* position */
#header #nav ul li.logo{left: 401px; top: -25px; z-index: 888;}
#header #nav ul li.about{left: 0;}
#header #nav ul li.overview{left: 135px;}
#header #nav ul li.conference{left: 270px;}
#header #nav ul li.old{right: 270px;}
#header #nav ul li.join{right: 135px;}
#header #nav ul li.faq{right: 0;}
/*----------*/

/*
	mainImg
-------------------------------------------------------------------------------------------------*/
#mainImg{
	margin: -5px 0 20px 0;
	position: relative;
	z-index: 777;
	width: 100%;
	background: url("http://www.kansai-mun.org/kmunc15/img/bg_mainImg.jpg") left top repeat-x;
	text-align: center;
}

/*
	sideMenu
-------------------------------------------------------------------------------------------------*/
#sideMenu{
	width: 200px;
	float: left;
	padding: 0 20px 0 0;
}
#sideMenu .hidden{
	display: none;
}
#sideMenu .listArea{
	margin: 0 0 20px 0;
	border-bottom: 3px solid #f57070;
}
#sideMenu ul li{
	line-height: 0;
}
#sideMenu .listArea ul li a{
	display: block;
	color: #222222;
	text-decoration: none;
	font-size: 11px;
	padding: 12px 0 12px 20px;
	background: #F4F4D3 url("http://www.kansai-mun.org/kmunc15/img/arrow_blue.gif") 182px center no-repeat;
	border-bottom: 1px solid #cccccc;
	line-height: normal;
}
#sideMenu ul li.last a{
	border: none;
}
#sideMenu .listArea ul li a:hover{
	background: #e9e9ce url("http://www.kansai-mun.org/kmunc15/img/arrow_blue.gif") 182px center no-repeat;
}
#sideMenu .listArea p.btn{
	cursor: pointer;
	text-align: center;
	background: #F4F4D3;
	padding: 8px 0;
	font-weight: bold;
}
#sideMenu .listArea p.btn:hover{
	background: #e9e9ce;
}
#sideMenu .listArea p.btn span{
	display: block;
	background:  url("http://www.kansai-mun.org/kmunc15/img/arrow_under.gif") center bottom no-repeat;
	padding: 0 0 8px 0;
}

/*
	bnrArea
-------------------------------------------------------------------------------------------------*/
#bnrArea{
	width: 200px;
	float: right;
	margin: 0 0 20px 0;
}
#bnrArea a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
#bnrArea ul li{
	margin: 0 0 5px 0;
}
#bnrArea ul li img{
	padding: 1px;
	border: 1px solid #cccccc;
	background: #ffffff;
}

/*
	main
-------------------------------------------------------------------------------------------------*/
#main{
	float: right;
}
#main a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
/* pageNavi */
#pageNavi{
	margin: 0 0 10px 0;
}
#pageNavi ul{
	height: auto;
	overflow: hidden;
	border: 1px solid #f57070;
	border-right: none;
	display: inline-block;
	/display: inline;
	zoom: 1;
}
#pageNavi ul li{
	float: left;
	width: 170px;
	padding: 1px;
	background: #ffffff;
	border-right: 1px solid #f57070;
}
#pageNavi ul li a{
	display: block;
	padding: 10px 20px;
	text-align: center;
	color: #f57070;
	text-decoration: none;
	background: #ffffff;
	font-weight: bold;
}
#pageNavi ul li a:hover,#pageNavi ul li.ui-tabs-active a{
	color: #ffffff;
	background: #f57070;
}

/* box */
#main .box{
	margin: 0 0 15px 0;
	padding: 20px 15px 40px;
	background: #fafad2;
	border-bottom: 3px solid #f57070;
	width: 700px;
}
#main h3{
	background: #f57070;
	padding: 10px;
	color: #ffffff;
	width: 300px;
	font-size: 14px;
	margin: 0 0 20px 0;
}
#main h3 span{
	background: url("http://www.kansai-mun.org/kmunc15/img/arrow_h3.gif") right center no-repeat;
	padding: 0 20px 0 0;
}
#main .box p.text{
	padding: 0 10px;
	line-height: 24px;
	margin: 0 0 30px 0;
}
#main h4{
	font-weight: bold;
	font-size: 14px;
	background: url("http://www.kansai-mun.org/kmunc15/img/ring.gif") left 5px no-repeat;
	padding: 0 0 0 13px;
	margin: 0 0 5px 0;
}
#main .box ul li{
	margin: 0 0 25px 0;
}
#main .box ul li p{
	border-left: 2px solid #f57070;
	padding: 2px 10px 2px 6px;
	margin: 0 0 0 4px;
}
/* table */
#main table{
	border: 1px solid #cccccc;
	border-left: 3px solid #f57070;
	margin: 0 auto;
	width: 680px;
}
#main table th,#main table td{
	vertical-align: top;
	padding: 7px 30px 7px 15px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#main table th{
	background: #fff8e9;
}
#main table td{
	background: #ffffff;
}
#main table td span{
	font-size: 10px;
}
/*	
	pageTop
-------------------------------------------------------------------------------------------------*/
#pageTop{
	width: 950px;
	margin: 0 auto 5px;
	text-align: right;
}
#pageTop a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/*	
	footer
-------------------------------------------------------------------------------------------------*/
#footer{
	width: 100%;
	background: #e57289;
	color: #ffffff;
	font-size: 12px;
}
#footer a{
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer .wrap{
	width: 920px;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 0 50px 0;
	background: url("http://www.kansai-mun.org/kmunc15/img/watermark.png") right bottom no-repeat;
}
#footer .box{
	float: left;
	height: 285px;
	padding: 5px 20px;
	background: url("http://www.kansai-mun.org/kmunc15/img/border_footer.gif") right top repeat-y;
}
#footer .box.faq{
	background: none;
}
#footer .box p{
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 12px 0;
}
#footer .box ul{
	padding: 0 0 0 2px;
}
#footer .box ul li{
	background: url("http://www.kansai-mun.org/kmunc15/img/arrow_white.gif") left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 7px 0;
}
#footer #thanks{
	background: url("../img/bg_body.gif") left top repeat;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #222222;
}
#footer #thanks p{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#footer #thanks a{
	color: #333333;
	padding: 0 10px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
#footer #thanks img{
	vertical-align: top;
	margin: 0 10px 0 0;
}
#footer address{
	background: #e51640;
	padding: 5px 0;
	font-size: 11px;
	text-align: center;
}