@charset "UTF-8";


#side{
	float: left;
	width: 350px;
}
/* CSS Document */

body{
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-image: url(img/all_bg.jpg);
	background-position:center top;
	background-repeat: repeat;
	color: #000000;
	margin: 0px;
}

a:link ,
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link:hover ,
a[href]:hover {
	color: #00CCFF;
	text-decoration: underline;
}

#wrapper{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#footer{
	width: 960px;
	float: left;
	text-align: center;
	margin-top: 50px;
	height: 100px;
}

img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#main{
	background-image: url(img/bg.png);
	width: 960px;
	float: left;
	background-repeat: no-repeat;
}

#main_right{
	float: right;
	width: 560px;
	margin-right: 50px;
}


#logo_area{
	width: 272px;
	margin-top: 80px;
	margin-left: 40px;
}


#news_area{
	background-image: url(img/news_title.png);
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 280px;
	padding-top: 66px;
}


#gallery_area{
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 40px;
}

#download_area{
	background-image: url(img/download_title.png);
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 80px;
	padding-top: 66px;
}

.prev_btn{
	float: left;
	width: 100px;
}

.next_btn{
	float: right;
	width: 100px;
}

#gallery_area a {
	outline: none;
	color: #FF0000;
	text-decoration: none;
}
#gallery_area a:hover {
	color: #990000;
	text-decoration: none;
}

#contact_area{
	background-image: url(img/contact_title.png);
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 80px;
	padding-top: 66px;
}

#link_area{
	background-image: url(img/link_title.png);
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 80px;
	padding-top: 66px;
}

#about_area{
	background-image: url(img/about_title.png);
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 80px;
	padding-top: 66px;
}

#top_navi{
	margin-top: 10px;
	width: 250px;
	margin-left: 240px;
}

#top_image{
	width: 560px;
	margin-top: 30px;
}
