#mainVisual{
	height: 400px;
	background-color: #E0D6B8;
}
#mainVisual #swfContents{
	height: 400px;
}
#mainVisual #jsContents{
	height: 400px;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	background-color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	position: relative;
}
#mainVisual #jsContents p#photo{
	position: absolute;
}
#mainVisual #jsContents p#copy{
	position: absolute;
}
#mainVisual #jsContents p#loader{
	position: absolute;
	left: 484px;
	top: 192px;
}

#contents #french{
	padding-left: 10px;
	padding-top: 20px;
	width: 450px;
	float: left;
}
#contents #french .textBox{
	height: 200px;
	background-image: url(../images/french_bg.jpg);
	background-repeat: no-repeat;
}
#contents #french h2{
	height: 60px;
	width: 170px;
	padding: 20px 0 0 20px;
}
#contents #french p{
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 160px;
	width: 270px;
	height: 130px;
	line-height: 1.7em;
}

#contents #italian{
	padding-right: 10px;
	padding-top: 20px;
	width: 450px;
	float: right;
}
#contents #italian .textBox{
	height: 200px;
	background-image: url(../images/italian_bg.jpg);
	background-repeat: no-repeat;
}
#contents #italian h2{
	height: 60px;
	width: 170px;
	padding: 20px 0 0 20px;
}
#contents #italian p{
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 160px;
	width: 270px;
	height: 130px;
	line-height: 1.7em;
}

#contents div ul li{
	width: 430px;
	height: 50px;
	padding-left: 20px;
	border-bottom: 1px solid #CCC;
}
#contents div ul li a{
	display: block;
	width: 430px;
	height: 50px;
}
#contents div ul li a:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}



/* 1024px以下用（タブレット用）の記述 */
@media screen and (max-width: 1024px) {
}

/* 768px以下用（スマートフォン用）の記述 */
@media screen and (max-width: 768px) {
#mainVisual{
	height: 256px;
}
#mainVisual #jsContents{
	width: 640px;
	height: 256px;
	margin: 0px;
	left: 0px;
	position: relative;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#mainVisual #jsContents p#photo{
	height: auto;
	width: 640px;
	position: relative;
}
#mainVisual #jsContents p#photo img{
	height: auto;
	width: 640px;
}
#mainVisual #jsContents p#copy{
	top: 0px;
}
#mainVisual #jsContents p#copy img{
	width: 640px;
}
#mainVisual #jsContents p#loader{
	left: 304px;
	top: 114px;
}
#contents div ul li{
	width: auto;
	padding: 0px;
	margin: 0 20px;
}

#contents #french{
	padding: 20px 20px 40px;
	float: none;
	margin: 0 auto;
	width: 600px;
}
#contents #french .textBox{
	height: auto;
	padding: 0 0 10px;
	background: none;
	width: 600px;
}
#contents #french .textBox h2{
	width: auto;
	height: auto;
}
#contents #french .textBox p{
	padding: 20px 20px 0;
	width: auto;
	height: auto;
	font-size: 14px;
}

#contents #italian{
	padding: 20px 20px 40px;
	float: none;
	margin: 0 auto;
	width: 600px;
}
#contents #italian .textBox{
	height: auto;
	padding: 0 0 10px;
	background: none;
	width: 600px;
}
#contents #italian .textBox h2{
	width: auto;
	height: auto;
}
#contents #italian .textBox p{
	padding: 20px 20px 0;
	width: auto;
	height: auto;
	font-size: 14px;
}


}
