@charset "UTF-8";
/*----------------------------------------
	基本設定
----------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; }

body {
	color: #222222;
	background: #fff url(../img/common/body_bg.gif);
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	*font-size: small;
    *font: x-small;
}

body{font-size:75%\9;}
body:not(:target){font-size:75%¥9;}

img {
	border: 0;
	vertical-align:top;
}

strong { font-weight: bold; }

a:link, a:visited {
	color: #0075d8;
	text-decoration: none;
}

a:hover, a:active {
	color: #0075d8;
	text-decoration: underline;
}

/*----------------------------------------
	wrapper
----------------------------------------*/
#wrapper {
	width: 100%;
	margin: 0 auto;

}
#wrapper_inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

/*----------------------------------------
	header
----------------------------------------*/
#header {
	position: relative;
	width: 980px;
	height: 95px;
	margin: 0 auto;
}
#header #logo {
	position: absolute;
	top: 37px;
	left: 0;
}

/* inquiry */
#header .inquiry {
	position: absolute;
	width: 255px;
	left:375px;
	top: 12px;
	float: left;
	font-size: 93%;
	text-align: right;
}
#header .inquiry a {
	padding-left: 15px;
	background: url(../img/common/icon01.png) left 4px no-repeat;
}
#header .inquiry a:link,
#header .inquiry a:visited {
	color: #222;
	text-decoration: none;

}
#header .inquiry a:hover,
#header .inquiry a:active {
	color: #0075d8;
	text-decoration: none;
}

/* changeArea */
#changeArea {
	position: absolute;
	width: 100px;
	height: 30px;
	top: 2px;
	left: 640px;
	background: url(../img/common/fontsize_bg.gif) left top no-repeat;
	line-height: 1.0;
}
#changeArea ul {
	float:right;
	width: 95px;
	height: 28px;
	*zoom: 1;
}
#changeArea li {
	float: left;
	line-height: 0;
	font-size: 0;
	list-style: none;
	cursor: pointer;
}
#changeArea:after {
	content: "";
	display: block;
	clear: both;
}
#changeArea #fontSize {
	margin: 0;
	padding: 1px;
}
#changeArea #fontS {
	margin: 0;
}
#changeArea #fontM {
	margin: 0;
}
#changeArea #fontL {
	margin: 0;
}

/* language */
#language {
	position: absolute;
	width: 234px;
    _width: 238px;
	top: 0;
	right: 0;
	z-index: 20;
}
#language li {
	list-style: none;
	float: left;
	margin-left: 2px;
}
ul.dropdown li.lang_other ul {
	width: 232px;
	height: 53px;
	background: url(../img/common/lang_bg.gif) 0 0 no-repeat;
	visibility: hidden;
	position: absolute;
	top: 31px !important;
	left: -167px;
	margin: 0 0 0 -1px;
	padding: 10px 0 0 10px;
	z-index: 30;
}
ul.dropdown li.lang_other ul li{
	width: 40px;
	height: 33px;
	float: left;
	margin-left: 3px;
}

ul.dropdown li.lang_other ul li a{
	display: block;
	padding: 0;
	margin: 0;
}

/*----------------------------------------
	menu
----------------------------------------*/
#header #menu {
	position: absolute;
	width: 644px;
	height: 79px;
	top: 38px;
	right: 0;
	z-index: 10;
}
#header #menu li {
	list-style: none;
	width: 160px;
	margin: 0 0 0 1px;
	float: left;
	background: none;
	cursor: pointer;
}
#header #menu li.guest {
	margin-top: 11px;
	font-size: 0px;
	height: 68px;
	background: url(../img/sogo/common/menu_guest_off.png) 0 0 no-repeat;

}
#header #menu li.guest:hover{
	background: url(../img/sogo/common/menu_guest_on.png) 0 0 no-repeat;
	height: 68px;
}
ul.dropdown li.guest ul {
	width: 286px;
	visibility: hidden;
	position: absolute;
	top: 57px !important;
	left: 0;
	margin: 0 0 0 -1px;
	padding: 0;
}
#header #menu li.sponsor {
	margin-top: 3px;
	font-size: 0px;
	height: 68px;
	background: url(../img/sogo/common/menu_organizer_off.png) 0 0 no-repeat;

}
#header #menu li.sponsor:hover{
	background: url(../img/sogo/common/menu_organizer_on.png) 0 0 no-repeat;
	height: 68px;
}

ul.dropdown li.sponsor ul {
	width: 286px;
	visibility: hidden;
	position: absolute;
	top: 57px !important;
	left: 0;
	margin: 0 0 0 -1px;
	padding: 0;
}
#header #menu li.access {
	font-size: 0px;
	height: 65px;
	background: url(../img/sogo/common/menu_access_off.png) 0 0 no-repeat;

}
#header #menu li.access:hover{
	background: url(../img/sogo/common/menu_access_on.png) 0 0 no-repeat;
	height: 65px;
}

ul.dropdown li.access ul {
	width: 286px;
	visibility: hidden;
	position: absolute;
	top: 57px !important;
	left: 0;
	margin: 0 0 0 -1px;
	padding: 0;
}
#header #menu li.corporation {
	margin-top: 2px;
}

/* ----- dropdown ----- */

/* LEVEL ONE */
ul.dropdown {
	position: relative;
	margin: 0;
	padding: 0;
}

ul.dropdown li {
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	zoom: 1;
}

/*ul.dropdown a:hover {
	color: #000;
}

ul.dropdown a:active {
	color: #ffa500;
}
*/
ul.dropdown li a {
	display: block;
	padding: 0;
}

ul.dropdown li:last-child a {
	border-right: none;
} /* Doesn't work in IE */

ul.dropdown li.hover,
ul.dropdown li:hover,
li.is_touched {
	position: relative;
}

ul.dropdown li.hover a {

}

/* LEVEL TWO */
ul.dropdown ul {
	width: 286px;
	visibility: hidden;
	position: absolute;
	top: 45px;
	left: 0;
	margin: 0 0 0 -1px;
	padding: 0;
}

ul.dropdown ul li {
	float: none;
	height: 35px;
	margin: 0;
	padding: 0;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a	{
	border-right: none;
	width: 100%;
	display: inline-block;
}

/*  LEVEL THREE */
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}

/*----------------------------------------
	container
----------------------------------------*/

#container {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#contents {
	float: left;
	width: 680px;
}
#side_menu {
	float: right;
	width: 250px;
}
#side_menu p a{
	display:block;
}
#side_menu p a:link,
#side_menu p a:visited {
	color: #fff;
	text-decoration: none;
}
#side_menu p a:hover,
#side_menu p a:active {
	color: #fff;
	text-decoration: none;
}

/*----------------------------------------
	footer
----------------------------------------*/
#footer {
	clear: both;
	overflow: hidden;
	width: 100%;
	min-width: 980px;
	margin: 0 auto;
}

/* footer_link_block */
#footer_link_block {
	overflow: hidden;
	width: 100%;
	min-width: 980px;
	margin: 0 auto;
	background: url(../img/common/footer_link_bg.gif);
}
#footer_link_box {
	width: 980px;
	margin: 0 auto;
}
#footer_link_box #menu {
	width: 630px;
	margin-right: 20px;
	float: left;
	color: #ddd;
	font-size: 93%;
}
#footer_link_box #menu ul {
	padding: 15px 0 13px;
}
#footer_link_box #menu li {
	list-style: none;
	line-height: 1.0;
	margint: 10px 0;
	padding: 2px 20px 0 10px;
	float: left;
	background: url(../img/common/footer_link_icon.gif) left center no-repeat;
}
#footer_link_box #menu li a:link,
#footer_link_box #menu li a:visited {
	color: #ddd;
	text-decoration: none;
}
#footer_link_box #menu li a:hover,
#footer_link_box #menu li a:active {
	color: #0075d8;
	text-decoration: none;
}
#footer_link_box #socialnet {
	width: 250px;
	float: left;
	color: #ddd;
}
#footer_link_box #socialnet ul {
	float: right;
}
#footer_link_box #socialnet li {
	list-style: none;
	line-height: 1.0;
	margin: 0 3px;
	float: left;
	text-align: right;
}
#footer_link_box #socialnet li.twitter {
	width: 110px;
	padding-top: 10px;
}
#footer_link_box #socialnet li.facebook {
	width: 120px;
	padding-top: 10px;
}
#footer_link_box #pagetop {
	width: 80x;
	float: right;
	background:#ccc;
}

/* footer_info_block */
#footer_info_block {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	background: url(../img/common/footer_info_bg.gif);
}
#footer_info_box {
	width: 980px;
	margin: 0 auto;
	color: #ddd;
}
#footer_info_box #mobile {
	width: 180px;
	float: left;
}
#footer_info_box #parking {
	width: 210px;
	float: left;
	margin-left: 5px;
}
#footer_info_box #copyright {
	width: 600px;
	float: right;
	text-align: right;
}
#footer_info_box #copyright address {
	font-style: normal;
	font-size: 93%;
}
#footer_info_box #copyright p {
	font-size: 77%;
	margin-top:14px;
}


/* footer_ad_block */
#footer_ad_block {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0 20px;
}
#footer_ad_block #bannerarea {
	margin: 0 38px 5px 38px;
}
#footer_ad_block #bannerarea .contact {
	width: 120px;
	padding: 0 0 0 15px;
	float: left;
	line-height: 1.4;
	background: url(../img/common/icon01.png) left 2px no-repeat;
	font-size: 93%;
}
#footer_ad_block #bannerarea .contact a:link,
#footer_ad_block #bannerarea .contact a:visited {
	color: #222;
	text-decoration: none;
}
#footer_ad_block #bannerarea .contact a:hover,
#footer_ad_block #bannerarea .contact a:active {
	color: #0075d8;
	text-decoration: none;
}
#footer_ad_block #bannerarea ul {
	width: 764px;
	float: right;
}
#footer_ad_block #bannerarea li {
	list-style: none;
	line-height: 1.0;
	margin: 0 20px 20px 0;
	float: left;
}
#footer_ad_block #linkarea {
	margin: 0 38px;
	font-size: 85%;
	clear: both;
}
#footer_ad_block #linkarea li {
	list-style: none;
	line-height: 1.4;
	margin: 0 10px 10px 0;
	padding: 0 0 0 5px;
	float: left;
	border-left: #666 solid 1px;
}
#footer_ad_block #linkarea li.first {
	border-left: none;
}
#footer_ad_block #bannerarea .contact a:link,
#footer_ad_block #bannerarea .contact a:visited {
	color: #222;
	text-decoration: none;
}
#footer_ad_block #bannerarea .contact a:hover,
#footer_ad_block #bannerarea .contact a:active {
	color: #0075d8;
	text-decoration: none;
}

/*----------------------------------------
	float
----------------------------------------*/

.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}

.center {
	width: 100%;
	text-align: center;
}

.right {
	width: 100%;
	text-align: right;
}


/*----------------------------------------
	font-size
----------------------------------------*/

.font10 {font-size: 77%;}
.font11 {font-size: 85%;}
.font14 {font-size: 108%;}
.font15 {font-size: 116%;}
.font16 {font-size: 123.1%;}
.font17 {font-size: 131%;}
.font18 {font-size: 138.5%;}
.font19 {font-size: 146.5%;}
.font20 {font-size: 153.9%;}
.font21 {font-size: 161.6%;}
.font22 {font-size: 167%;}
.font23 {font-size: 174%;}
.font24 {font-size: 182%;}
.font25 {font-size: 189%;}
.font26 {font-size: 197%;}


/*----------------------------------------
	margin
----------------------------------------*/


/*top*/

.mt05{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}


/*bottom*/
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}

/*right*/
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}


/*left*/
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}



/*----------------------------------------
	clearfix
----------------------------------------*/
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/*¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */


/*----------------------------------------
	ad_banner
----------------------------------------*/
#banner_block {
	position: relative;
	width: 980px;
	height: 85px;
	margin:0 auto;
	background: url(../img/common/adslider_bg.gif) center top no-repeat;
	clear: both;
}
#banner_block #banner_area {
	position: absolute;
	width: 930px;
	height: 62px;
	top: 12px;
	left: 25px;
	overflow: hidden;
}
#banner_area li {
	list-style: none;
	padding: 0 3px;
	float: left;
}
#banner_block #btn_prev {
	position: absolute;
	top: 23px;
	left: 0px;
}
#banner_block #btn_next {
	position: absolute;
	top: 23px;
	right: 0px;
}

/*-----------------------------------------
	calendar
-----------------------------------------*/
#calendar_block {
	width:250px;
	overflow:hidden;
	clear:both;
}
#calendar_block ul {
	margin:0;
	padding:0;
	clear:both;
}
#calendar_block li {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#calendar_block div {
	margin:0;
	padding:0;
}
#calendar_block table {
	margin:0 0 0 -1px;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#bbb;
    empty-cells:show;
}
#calendar_block td {
    border:#bbb solid 1px;
    padding:0;
}

/*-----------------------------------------
	※つき文章
-----------------------------------------*/
.asterisk {
	text-indent:-1em;
	padding-left:1em;
}


/*-----------------------------------------
	アンカーリンクボタン
-----------------------------------------*/

.btn_alink_area{
	width: 600px;
	margin: 20px 0 30px 20px;
}

.btn_alink_area ul{
	 overflow: hidden;
}

.btn_alink_area li{
	float: left;
	margin-right: 10px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.07), inset 0 0 3px #fff;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.07), inset 0 0 3px #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.07), inset 0 0 3px #fff;
	border: solid 1px #dbdbdb;
	background-image: -webkit-linear-gradient(top, #fefefe, #f3f3f3);
	background-image: -moz-linear-gradient(top, #fefefe, #f3f3f3);
	background-image: -o-linear-gradient(top, #fefefe, #f3f3f3);
	background-image: linear-gradient(to bottom, #fefefe, #f3f3f3);
	width: 22%;
	text-align: center;
}



.btn_alink_area li a{
	display: block;
	background: url(../img/congress/common/arrow.gif) 94% center no-repeat;
	padding: 5px 10px 5px 00px;
	color: #444;
	text-decoration: none;
}


