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

/*****************************************************************************
 header
 *****************************************************************************/
#header {
	background: url(../images/header_bg.jpg) repeat-x;
	height: 76px;
	width: 100%;
}

#header_inner {
	height: 76px;
	text-align: left;
}

#header_left {
	float: left;
	margin-top: 30px;
	width: 253px;
}

#header_right {
	float: left;
	width: 547px;
	text-align: right;
}

#logo {
	background: url(../images/logo.gif);
	height: 18px;
	text-indent: -9999px;
}

#header_menu {
	margin-top: 40px;
	color: #007DB9;
	margin-left: 0px;
}

#header_menu li {
	display: inline;
	font-size: 80%;
}

#main_image {
	background: url(../images/image_bg.jpg) repeat-x;
	width: 100%;
}

#main_title {
	background: url(../images/image_bg.jpg) repeat-x;
	width: 100%;
	height: 200px;
}

/*****************************************************************************
 main
 *****************************************************************************/
#main_contents_left {
	float: left;
	width: 600px;
	text-align: left;
}

#main_contents_right {
	float: left;
	width: 180px;
	margin-left: 20px;
	text-align: left;
}

/*****************************************************************************
 Navigation
 *****************************************************************************/
#navi {
	margin-top: 30px;
}

ul#kankei_bnr {
	margin-top: 30px;
}
ul#kankei_bnr li {
	padding:0 0 3px;
	margin:0;
}
ul#kankei_bnr li a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
}
#adobe {
	background: #F5F5F5;
	margin-top: 20px;
	font-size: 80%;
	padding: 10px 5px;
	text-align: center;
}

#adobe_banner {
	margin-top: 10px;
}

#adobe_banner li {
	margin-top: 5px;
}

/*****************************************************************************
 Upper
 *****************************************************************************/
.return {
	margin-bottom: 10px;
	clear: both;
	text-align: right;
	padding-top: 50px;
}

*:first-child+html .return {
	padding-top: 30px;
}

.return a {
	color: #007DB9;
	font-size: 80%;
}

/*****************************************************************************
 Footer
 *****************************************************************************/
#footer {
	color: #FFF;
	background: #007DB9;
	clear: both;
	height: 30px;
	text-align: center;
	padding-top: 15px;
	font-size: 90%;
}

