@charset "shift_jis";
/* CSS Document */
body{
	background-color:#FFF;
}
a{
	text-decoration:none;
	color:#6699FF;
	outline:none;
	overflow: hidden;
}
a:visited{
	text-decoration:none;
	outline:none;
	overflow: hidden;
}
a:hover{
	text-decoration:underline;
	overflow: hidden;
}
a:focus { 
	outline:none;
	border-style:none;
	overflow: hidden;}

.container{
	font-family:"lr SVbN", "MS Gothic", "Osaka|", Osaka-mono, monospace;
	width:960px;
	margin:auto;
	border:#000 1px solid;
	background-color:#FFF;
}
.home{
	margin:auto;
	font-weight:bold;
	text-align:right;
}
.info{
	margin:auto;
	padding:10px 100px 20px 100px;
	background-color:#FFF;
	float:left;
}
.info table{
	background-color:#000000;
	font-size:14px;
}
.info th{
	background-color:#FFF;
}
.info td{
	background-color:#FFF;
}
.text{
	line-height:1.5em;
	padding:5px;
	margin:10px 0px 10px 0px;
}
.top{
	margin:auto;
}
.title{
	margin:auto;
}
.copy{
	margin:auto;
}
.bottom{
	margin:auto;
}
.small{
	font-size:11px;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.photo{
	padding:10px;
}

.bt_bg{
	padding-left:180px;
	margin-bottom:10px;
}
.bt_bg a{
	background-image:url(img/bt_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	display:block;
	padding:18px 30px 18px 30px;
	width:320px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.bt_bg a:hover{
	background-image:url(img/bt_bg_b.gif);
	background-repeat:no-repeat;
	color:#666;
}


/* 2014 */


.content{
	width:960px;
	float:left;
	padding:0;
	margin-bottom:15px;
}


.content ul{
	width:960px;
	float:left;
	padding:0;
	margin:0;
	
}

.content ul li{
	list-style:none;
	width:960px;
	text-align:left;
}

.content ul li a{
	text-decoration:none;
	text-indent:-9999px;
}



/* links */
.content ul li#link-01 a{
	background:url(img/panel_banner_01.gif) no-repeat left top;
	display:block;
	width:596px;
	height:70px;
	border-style:none;
	outline:none;

}

.content ul li#link-02 a{
	background:url(img/panel_banner_02.gif) no-repeat left top;
	display:block;
	width:650px;
	height:64px;
	border-style:none;
	outline:none;
}

.content ul li#link-03 a{
	background:url(img/panel_banner_03.gif) no-repeat left top;
	display:block;
	width:546px;
	height:64px;
	border-style:none;
	outline:none;
}

.content ul li#link-04 a{
	background:url(img/panel_banner_04.gif) no-repeat left top;
	display:block;
	width:688px;
	height:64px;
	border-style:none;
	outline:none;
}

.content ul li#link-05 a{
	background:url(img/panel_banner_05.gif) no-repeat left top;
	display:block;
	width:823px;
	height:64px;
	border-style:none;
	outline:none;
}


/* links hover */
.content ul li#link-01 a:hover{
	background:url(img/panel_banner_01_on.gif) no-repeat left top;
}

.content ul li#link-02 a:hover{
	background:url(img/panel_banner_02_on.gif) no-repeat left top;
}

.content ul li#link-03 a:hover{
	background:url(img/panel_banner_03_on.gif) no-repeat left top;
}

.content ul li#link-04 a:hover{
	background:url(img/panel_banner_04_on.gif) no-repeat left top;
}

.content ul li#link-05 a:hover{
	background:url(img/panel_banner_05_on.gif) no-repeat left top;
}