@charset "utf-8";
/* CSS Document */


/*==================
reset
====================*/
/*ベースの要素の設定をリセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
margin:0;
padding:0;
}

/*画像の枠線をクリアして位置の初期値の設定*/
img{
border:0;
vertical-align: top;
}

/*リスト要素の初期値をリセット*/
ul,ol{
list-style: none;
}

/*フロート解除用のハック*/
/*clearfix*/
.clearfix:after{  
visibility:hidden;
height:0;
display: block;
font-size: 0;  
content: " ";  
clear: both;  
}

/*==================
共通
====================*/
body{
font-size: 70.5%;
line-height: 1.8;
font-family: 'ヒラギノ丸ゴ W4 JIS2004', 'Hiragino Maru Gothic W4 JIS2004','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳＰゴシック','sans-serif';
color:#333;
background:#fff;
background-image: url(../img/topbg_paper.jpg);
background-repeat:repeat;
background-position:center;
}

#container{
	width: 100%;
	margin:0 auto;
	
}

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

a:visited,
a:active{
	color:#666;
	text-decoration:none;
}

a:hover{
	color:#ff6699;
	text-decoration:none;
}

/*==================
pagetop
====================*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
	border-radius: 10px;
    color: #222;
    font-size: 3em;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #ccff99;
    text-align: center;
	border-radius: 10px;
    color: #fff;
    font-size: 3em;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*==================
header
====================*/

#header{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(../img/header_line.png) no-repeat center bottom;
	height: 160px;
}
#header #memu{
	width: 669px;
	margin: 0 auto;
	text-align: center;
}

#header #memu #top-logo{
	float: left;
	margin: 18px 120px 0;
}
#header #memu #m-over-pro,#m-over-con{
	float: left;
	display: block;
	height: 26px;
	margin-top: 90px;
}
#header #memu a:hover#m-over-pro{
	display: block;
	height: 31px;
	width: 116px;
	border-bottom: #ff6699 3px dotted;
}
#header #memu a:hover#m-over-con{
	display: block;
	height: 31px;
	width: 130px;
	border-bottom: #ff6699 3px dotted;
}

/*==================
main
====================*/
#main{
	width: 900px;
	margin: 67px auto 0;
	padding-bottom: 100px;
}

/*#inner_l*/

#main #inner_l{
	float: left;
	width: 230px;
}
#main #inner_l ul{
	margin: 10px 0 0 40px;	
}
#main ul li{
	line-height: 35px;
}
#main #inner_l ul li#select{
	color: #ff6699;
}
#main #inner_l .next,.back{
	display: none;
}

	
/*#inner_r*/

#main #inner_r{
	float: right;
	width: 670px;
}
#main p{
	margin-top: 15px;
	color: #555;
	font-size: 1.1em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳＰゴシック','sans-serif';
}
#main p.cap{
	font-weight: bold;
	font-size: 1.3em;
  margin-top: 0px;
}
#main #border{
	width: 670px;
	height: 400px;
	background: #fff;
	border: #ccc 1px solid;
}
#main #border p{
	display: block;
	margin: 135px auto 0;
	text-align: center;
}
#main #inner_r #imaginary_r{
	float: right;
	margin-left: 10px;
}
#main #inner_r ul{
	width: 650px;
	margin: 0 0 3em 1em;
	text-align: center;
}
#main #inner_r ul li{
	float: left;
	display: block;
	margin: 20px 20px 0 0;
	color: #ff6699;
}
#main #inner_r ul li.list{
	float: none;
	color:#666;
	font-size: 1.2em;
	line-height: 0.5;
	text-align: left;
	
}

/*#movie*/
#movie{
	width: 100%;
	height: 480px;
	margin: 0 auto;
	text-align: center;
}



/*==================
footer
====================*/
#footer{
	width: 100%;
	margin: 0 auto;
	background-color: #99cc33;
}
#footer p{
	text-align: center;
	font-size: 14px;
	color: #fff;
}

/*==================
slide
====================*/
.slide {
	width: 670px;
	height: 50px;
	position: relative;
	margin: 0 auto;
}


