@charset "UTF-8";


/* ========BASIC======== */


body {
	text-align:center;
	line-height:16px;
	letter-spacing:1px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#F0F;
	padding-top: 6;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

br {
   letter-spacing:normal;
}

img {
   border:0;
}

#copy {
	border:0;
	text-align: right;
	z-index: 1;
	vertical-align: top;
	margin-bottom: 10px;
}

#wide a {
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F;
	color: #FC47EE;
}

a:hover {
   color:#666;
}


/* ========HEADER CUSTOMIZE======== */
#header {
	width:980px;
	height: 20px;
	background-repeat: repeat-x;
	background-image: url(../images/header_bg.jpg);
	z-index: 1;
	position: relative;
	margin: 0px;
	background-position: bottom;
}


h1{
	width: 181px;
	z-index: 2;
	padding-top: 7px;
}




.botan{
	width: 100px;
	height:20px;
	z-index: 3;
	position: relative;
	top: -38px;
	left: 880px;

}






em {
   font-style:normal;
   background:#ff0;
}


/* ========TEMPLATE WIREFRAME======== */
#wrapper {
	width:980px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main_image {
	width:980px;
	height: 425px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	clear:both;
	white-space: nowrap;
	padding-top: 25px;
}

#main_image2 {
	width:980px;
	height: 591px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	clear:both;
	white-space: nowrap;
	padding-top: 25px;
}

#pink {
	width:980px;
	height: 575px;
	background-image: url(../images/top.jpg);
}

/*menu*/

#menu {
	display: inline;
	height: 14px;
	overflow:hidden;
}




#menu img {
	visibility: hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#menu ul{
	list-style : none;  /*リストマークを消す*/
	margin-left: 100px;
}


#menu ul li {
	float: left;
	margin-left: 30px;
}


#menu a,
#menu a:link,
#menu a:active,
#menu a:visited {
	background-position: 0px 14px;
}

#menu a:focus,
#menu a:hover{
	background-position: 0px 28px;
}




#menu .menu01 a, .menu01_here{
	background-image: url(../images/menu01.gif);
	padding : 0;
	margin : 0;
	width:40px;
	height:14px;
	display: block;
}

#menu .menu02 a, .menu02_here{
	background-image: url(../images/menu02.gif);
	padding : 0;
	margin : 0;
	width:47px;
	height:14px;
	display: block;
	}
	
	
	#menu .menuhalo a, .menuhalo_here{
	background-image: url(../images/menuhalo.gif);
	padding : 0;
	margin : 0;
	width:47px;
	height:14px;
	display: block;
	}

#menu .menu03 a, .menu03_here{
	background-image: url(../images/menu03.gif);
	padding : 0;
	margin : 0;
	width:160px;
	height:14px;
	display: block;
}

#menu .menufl a, .menufl_here{
	background-image: url(../images/menufl.jpg);
	padding : 0;
	margin : 0;
	width:142px;
	height:14px;
	display: block;
	}

#menu .menu04 a, .menu04_here{
	background-image: url(../images/menu04.gif);
	padding : 0;
	margin : 0;
	width:54px;
	height:14px;
	display: block;
}

#menu .menu05 a, .menu05_here{
	background-image: url(../images/menu05.gif);
	padding : 0;
	margin : 0;
	width:33px;
	height:14px;
	display: block;
}

#menu .menu06 a, .menu06_here{
	background-image: url(../images/menu06.gif);
	padding : 0;
	margin : 0;
	width:48px;
	height:14px;
	display: block;
}


#news {
	width:980px;
	border-bottom:1px solid #C3C3C3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F;
}

#news #latest{
	width:980px;
	font-size: 13px;
	font-weight: bold;
	margin-top: 25px;
	padding-bottom: 45px;
}


#news #news_logo{
	width: 100px;
	float: left;
}


#news #latest_news{
	width: 860px;
	float: left;
}



#news dt{
	width: 120px;
	margin-left: 100px;
	float: left;
}

#news dd{
	margin-left:220px;
	margin-bottom:0.5em;
}


#contents {
	width:980px;
	border-bottom:1px solid #C3C3C3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F;
	padding-top: 45px;
}



#contents #photo{
	width:980px;

	margin-bottom: 25px;
	line-height: 22px;
}


#contents #photo_img{
	width: 100px;
	float: left;
}


#contents #photo_tex{
	width: 860px;
	float: left;
	margin-bottom: 15px;
}

#contents dl{
	clear:both ;
}

#contents dt{
	width: 120px;
	margin-left: 100px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

#contents dd{
	margin-left:270px;
	margin-bottom:25px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6F;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6F;
}




#contents #zatsu{
	width:980px;
	margin-bottom: 25px;
	overflow:hidden;
	line-height: 22px;
}


#contents #zatsu1{
	width: 300px;
	float: left;
}


#contents #zatsu2{
	width: 650px;
	float: left;
	margin-bottom: 15px;
}




#contents #port_wrap{
	width:980px;
	margin-bottom: 25px;
	overflow:hidden;
	line-height: 22px;
}



#contents #port1{
	width: 100px;
	float: left;
}


#contents #port2{
	width: 880px;
	float: left;
	overflow:hidden;
}



#contents #port2 .thumb_wrap{
	overflow:hidden;
	width: 880px;
}


h2{
	margin-top: 0px;
	margin-bottom: 8px;
    font-size: 12px;
    color:#fff;
    background-color:#FFC1FF;
    }

#contents #port2 .thumb{
	width: 280px;
	float: left;
	text-align: center;
}







#contents #store{
	width:980px;
	margin-bottom: 25px;
	overflow:hidden;
	line-height: 22px;
}


#contents #store1{
	width: 100px;
	float: left;
}


#contents #store2{
	width: 850px;
	float: left;
	margin-bottom: 15px;
}







#footer {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
}


	
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 935px;
}
.pagetop a {
	display: block;
	width: 55px;
	height: 17px;
	margin-bottom: 12px;
}


/* 表組1 */

#sche_table {
	width:100%;
	border:0;
	border-spacing:0;
	border-collapse:collapse;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 35;
	margin-left: 0px;
	padding: 0;
}

#form_page {
	font-size: 12px;
	padding: 0;
	text-align: left;
	margin: 0px;
}


#pop {
	border:0;
	font-size: 12px;
	padding: 0;
	text-align: left;
	margin: 0px;
	color: #FF3AFF;
	background-color: #4C4C4C;
	line-height: 16px;
}

#pop p{
	border:0;
	margin: 25px;
	color: #FF3AFF;
	line-height: 22px;
}


#pop h1{
	line-height: 12px;
	color: #FFF;
	background-color: #FF3AFF;
	font-size: 12px;
	width: 100%;
	height: 25px;
	text-align: center;
	margin-top: 0px;
	padding-top: 8px;
}


#form_table {
	width:650px;
	border:0;
	border-spacing:0;
	border-collapse:collapse;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0px;
	padding: 0;
}

th {
	color:#FFF;
	border:1px solid #FFC1FF;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:left;
	padding:3px 3px 3px 6px;
	font-weight: normal;
	font-size: 12px;
	background-color: #FF3AFF;
}
td {
	border:1px solid #FFC1FF;
	background:#fff;
	padding:3px 3px 3px 6px;
	color:#F0F;
	font-size: 12px;
}
td.alt {
	color:#797268;
}
