*{
	margin		: 0px;
	padding		: 0px;
}

img{
	border-style	: none;
	border-width	: 0px;
}

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	color		: #121212;
	font-family	: "メイリオ",ＭＳ Ｐゴシック,Osaka,Serif;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	background		: #ffffff;
}

a{
	color		: #ff3399;
	text-decoration	: none;
}

a:hover{
	color		: #ff3399;
	text-decoration	: underline;
}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

.clear{
	clear: both;
}

em{
	font-style		: normal;
}



/*---------------------------*/
/*  ALL
/*---------------------------*/

body{
	min-width		: 1000px;
}

#bg_main{
	width			: 100%;
	background		: url(./img/index/bg_main_new.jpg) no-repeat top center;
}

#main{
	width			: 1000px;
	margin			: 0 auto;
	text-align		: center;
}

#header{
	width			: 1000px;
	height			: 527px;
}

#header h1{
	font-size		: 10px;
	font-weight		: normal;
	line-height		: 24px;
	padding			: 0 0 0 0;
	color			: #ff7bb4;
}

#bt{
	height			: 110px;
}

#bt span{
	margin			: 0 0 0 110px;
}

.txt{
	font-size: 11px;
	line-height: 16px;
	color: #666;
	margin: 0 0 20px 0;
	padding: 20px 0 80px 0;
	background: url(img/index/telopen.png) no-repeat bottom center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/* link */

#link_bg{
	width			: 1000px;
	text-align		: center;
	margin			: 0 auto;
	padding			: 0 0 30px 0;
}

#link{
	font-size		: 0;
	line-height		: 0;
}

#link a{
	display			: inline-block;
	margin			: 0 2px 4px 2px;
}


/* footer */

#footer_bg{
	clear			: left;
	width			: 100%;
	height			: 128px;
	background		: url(./img/index/footer_bg.gif) repeat-x top center;
}

#footer{
	width			: 1000px;
	height			: 128px;
	text-align		: center;
	margin			: 0 auto;
	color			: #999999;
	position		: relative;
}

#footer a{
	color			: #999999;
}

#footer #up{
	position		: absolute;
	top				: -20px;
	right			: 0;
}

#textlink{
	font-size		: 0;
	line-height		: 0;
	padding			: 113px 0 38px 0;
}

#textlink a,#textlink span{
	display			: inline-block;
	width			: 130px;
	height			: 21px;
	font-size		: 10px;
	line-height		: 20px;
	margin			: 0 10px;
	border-bottom	: 1px dotted #ffffff;
}

#copy{
	padding			: 50px 0 12px 0;
}


/* ロールオーバー */

.fade{
	display			: inline-block;
	padding			: 0;
	background		: #ffffff; /* オンマウス時の背景色 */
}

.fade img,
.fade input{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.fade img:hover,
.fade input:hover{
	opacity			: 0.6;
	filter			: alpha(opacity=60);
}



#other{
	margin			: 0 0 60px 0;
	text-align		: center;
}

#other table{
	margin		: 10px auto 0 auto;
}

/*バナー*/
#banbox{
	width: 615px;
	margin: 0 auto 60px;
}

#banbox #text{
	width			: 615px;
	border-bottom	: 2px dotted #dddddd;
	padding			: 0 0 5px 0;
	margin-bottom	: 3px;
	line-height		: 18px;
	font-size		: 11px;
}

#banbox table{
	width			: 710px;
	line-height		: 16px;
	font-size		: 11px;
}

#banbox tr{
	vertical-align	: middle;
}

#banbox th{
	width			: 80px;
	text-align		: left;
	padding-top		: 3px;
	border-right	: 1px dotted #dddddd;
}

#banbox th p{
	font-size		: 11px;
	display			: inline;
	font-weight		: normal;
	padding			: 3px 0 3px 15px;
	background		: url(./img/index/i1.gif) no-repeat 5px 9px;
	color			: #ff7bb4;
}

#banbox td{
	padding-top		: 3px;
	text-align: left;
}

#banbox td p{
	padding			: 3px 0;
	padding-left	: 15px;
}

#banbox td span{
	display			: inline-block;
	margin-left		: 20px;
	margin-bottom: 5px;
}

#banbox td em{
	display			: inline-block;
	margin-top		: 10px;
}


