@charset "utf-8";
#main {
	background:none;
}
#main #top {
	background-image: url(../img/top_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
	width: 960px;
	position: relative;
}
#main #top .catch{
	margin-left:200px;
}
#main #top .catch img{
	padding-top:18px;
}
#main #top .appearance{
	margin-left:180px;
	padding-top:10px;
}
#main #top .text:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}
#main #top .text {
	zoom: 1;
	padding-top:40px;
}
#main #top .text .left {
	margin-left:250px;
}
#main #top .text .left .top {
	padding-bottom:30px;
}
#main #top .text .right {
	width: 260px;
}
#main #top .text .right strong {
	font-size: 3em;
}
#main #top .text .right a {
	color: #AEBB30;
	text-decoration: underline;
}
#main .bottom .left-side {
	float: left;
	width: 448px;
	padding-left: 22px;
	text-align: left;
}
#main .bottom .left-side h2 {
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
}
#main .bottom .left-side #news dl {
	background-image: url(../img/news_list.png);
	background-repeat: no-repeat;
	background-position: left 21px;
	padding-left:18px;
	}
#main .bottom .left-side #news div {
	height: 200px;
	width: 438px;
	overflow:auto;
	margin-top: 10px;
	}
#main .bottom .left-side #news dt {
	font-size: 0.9em;
	color: #cabb43;
	padding-top: 5px;
}
#main .bottom .left-side #news dl a {
	color: #39C;
	text-decoration: underline;
}

#main .bottom .right-side {
	float: right;
	width: 448px;
	padding-right: 22px;
}
#main .bottom .right-side li {
	padding-bottom:20px;
}
/*===============================================
画面の横幅が960pxまで
===============================================*/
@media screen and (max-width: 960px) {
body {
	background-image: none;
}
#main #top {
	width: 100%;
	-moz-background-size:100% 100%;
	 background-size:100% 100%;
}
#main #top .catch{
	margin-left:19%;
	width:65%;
}
/*#main #top .text {
	background-image:url(../img/line.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}*/
#main #top .text .left {
	margin-left:24%;
	width:45%
}
#main #top .text .right {
	width:25%;
}
#main .bottom .left-side,
#main .bottom .right-side {
	width: 50%;
}
}
/*===============================================
画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
#main #top {
	height:575px;
}
}
/*===============================================
画面の横幅が550pxまで
===============================================*/
@media screen and (max-width: 550px) {
#main #top {
	height:530px;
}
#main #top .appearance{
	margin-left:80px;
}
#main #top .text .left,
#main #top .text .right {
	margin-left:20%;
	width:70%;
	float:none;
}
#main #top .text .right {
	padding-bottom:10px;
}
}
/*===============================================
画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
#main #top {
	height:480px;
}
#main #top .logo {
	padding-left:2%;
	width:25%;
}
#main #top .right-side {
	padding-top:50px;
}
#main #top .links {
	margin-right:2%;
	width:60%;
}
#main #top .links li {
	padding-left: 2%;
	width:50%;
}

#main .bottom .left-side,
#main .bottom .right-side {
	width: 100%;
	padding:20px 0 0 0;
	width:90%;
	margin:0 5%;
}
}
/*===============================================
画面の横幅が400pxまで
===============================================*/
@media screen and (max-width: 400px) {
#main #top {
	height:450px;
}
#main #top .right-side{
	width:65%;
}
}
/*===============================================
画面の横幅が320pxまで
===============================================*/
@media screen and (max-width: 320px) {
#main #top {
	height:400px;
}
#main #top .appearance{
	margin-left:50px;
}
}
