@-webkit-keyframes rotateArea {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}

html,body{
	height:100%;
	margin:0;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:12px;
	color:#4b5054;
	background:url("../images/bg.gif");
}

/*===================
	index
===================*/
#cover{
	z-index: -1;
	position:fixed;

}
#index {
	color: #FFF;
	padding: 10px;
	margin:0 auto;
	width: 800px;
}
#index h1 {
	text-align:center;
}
#index #select_language {
	width:500px;
	margin:0 150px;
  text-align:center;
}
#index #select_language ul li a{
  font-size:16px;
  font-weight:bold;
	color:#FFF;
}
#index #select_language ul li a:hover{
	color:#ff3e8b;
	text-decoration:none;
}
#index #select_language ul li{
	display:inline;
	margin-right:2em;
	text-align:center;
}

/*===================
	second page
===================*/
#bg_right{
	position:absolute;
	z-index:-10;
	width:100%;
	height:100%;
	background-image:url("../images/bg_right_top_flower.png");
	background-repeat:no-repeat;
	background-position:right top;
}

#bg_left{
	position:absolute;
	z-index:-20;
	width:100%;
	height:100%;
	background-image:url("../images/bg_left_bottom_flower.png");
	background-repeat:no-repeat;
	background-position:left bottom;
}

#wrapper{
	position:relative;
	width:970px;
	height:100%;
	min-height:100%;
	margin:0 auto;
}

#header{
	width:970px;
	padding:25px 0;
}

h1#logo{
	float:left;
}

.content h2{
	margin-bottom:32px;
}

#select_language{
	width:500px;
	margin-top:38px;
	text-align:right;
	float:right;
	font-size:14px;
}

#select_language ul li a,#nav ul li a{
	color:#555555;
}

#select_language ul li.current,#nav ul li.current a{color:#ff3e8b; font-weight:bold;}

#select_language ul li{
	display:inline;
	list-style:none;
	margin-right:1.5em;
}

#right_area{
	float:right;
	width:735px;
}

.content{
	width:683px;
	margin-bottom:0px;
	border:1px solid #d4d4d4;
	padding:5px 15px;
	background:#FFFFFF;
	border-radius:10px;
	padding:30px 25px;
}

#nav{
	width:220px;
	float:left;
	font-size: 14px;
}

#nav ul li{
	margin-bottom:40px;
	font-weight:bold;
	list-style:none;
}

#footer{
	text-align:center;
	padding:50px 0 0 0;
}

.vertical_middle{
	vertical-align:middle;
}

#rotate_flower_1 img{
	margin-right:7px;
	-webkit-animation-name: rotateArea;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
}

#rotate_flower_2 img{
	margin-right:7px;
	-webkit-animation-name: rotateArea;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
}

#rotate_flower_3 img{
	margin-right:7px;
	-webkit-animation-name: rotateArea;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
}

.submit{
	margin:0;
	border:1px solid #4d4d4d;
	padding: 5px 15px;
	color: #fff;
	cursor: pointer;
	background: #555555;
	border-radius: 5px;

	/* Webkit */
	background: -webkit-gradient( linear, left top, left bottom, from(#999999), to(#555555) );
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;

	/* Firefox */ background:
	-moz-linear-gradient( top, #999999, #555555 );
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;

	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
	(startColorstr=#999999,endColorstr=#555555);
	zoom: 1;
}


.clear{
	clear:both;
}

.border_dots{
	border-bottom:1px dotted #d4d4d4;
	margin:10px 0;
}

.content li {
	list-style:none;
}
