@charset "utf-8";

/* 基本設定 ここから */

*{
	margin: 0;
	padding: 0;
}

body {
	color: #444444;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

#SLIDE {
	background-color: #FFFFFF;
}


a:link {
	color: #6699CC;
	text-decoration: none;
}

a:visited {
	color: #888888;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#SLIDE a:hover img {
	opacity:0.4;  
    filter: alpha(opacity=40);  
    -ms-filter: "alpha( opacity=40 )";  
    background: #fff;  
}

a:active {
	color: #000000;
	text-decoration: none;
}

#SLIDEaddress {
	color: #999999;
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	background-image: none;
	background-color: #FAFAFA;
}

h1 {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
	font-weight: normal;
	margin: 10px;
}

img {
	border: 0;
}


/* 基本設定 ここまで*/





#SLIDEcontents {
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
	background-color: #FFFFFF;
	max-width: 750px;
}
