/* basic elements */

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	text-align: center;/* center on ie */
	font-family: Arial;
	background-image: url(image/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

form{
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: #e4007f;
}
a img{
	text-decoration: underline;
	border: 0px;
}
a:hover{
	text-decoration: none;
	color: #e85298;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote{
	margin-top: 10px;
	margin-bottom: 10px;
}
hr{
	color: #f5f5f5;
}

/* font information */
.red{
	color: #cc0000;
}
.redb{
	color: #cc0000;
	font-weight: bold;
}
.copy{
	font-size: 100%;
	font-weight: bold;
	color: #333;
}

/* layout */
#header{
	margin: 0px;
	padding: 0px;
	width: 300px;
	text-align: left;
	background-color: transparent;
}
#container{
	position: relative;
	margin-top: 87px;
	margin-bottom: 10px;
	margin-left: auto; /* center on everything else */
	margin-right: auto; /* center on everything else */
	width: 800px;
	text-align: left;
	background-color: transparent;
}
#topside{
	margin: 0px;
	padding: 0px;
	width: 280px;
	text-align: right;
	background-color: transparent;
	float: right;
}
#topglobal{
	margin-top: 50px;
	padding: 0px;
	width: 205px;
	text-align: right;
}
#topcontent{
	margin: 0px;
	padding: 0px;
	width: 500px;
	float: left;
	text-align: left;
	background-color: transparent;
}
#global{
	position: relative;
	margin-top: 36px;
	margin-bottom: 10px;
	margin-left: auto; /* center on everything else */
	margin-right: auto; /* center on everything else */
	width: 801px;
	text-align: left;
	background-color: transparent;
}
#content{
	margin: 0px;
	padding: 0px;
	width: 540px;
	text-align: left;
	float: left;
/*	background-color: #fff;	*/
}
#collection{
	margin: 0px;
	padding: 0px;
	width: 540px;
	text-align: left;
	float: left;
/*	background-color: #fff;	*/
}
#side{
	margin: 0px;
	padding: 0px;
	width: 255px;
	text-align: right;
	float: right;
	background-color: transparent;
}
#warning{
	width: 720px;
	margin-left: 40px;
	margin-right: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 80%;
	line-height: 200%;
	text-align: left;
}
#footer{
	width: 800px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: right;
}

/* header */
#header h1{
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

/* topglobal */
#topglobal ul{
	margin: 0px;
	padding: 0px;
	text-align: right;
	list-style-type: none;
}
#topglobal ul li{
	margin: 0px;
	padding: 0px;
}
#topglobal ul li a{
	margin-left: 30px;
	padding: 0px;
}

/* global */
#global ul{
	margin: 0px;
	padding: 0px;
	width: 800px;
	text-align: left;
	list-style-type: none;
}
#global ul li{
	margin: 0px;
	padding: 0px;
	float: left;
}

/* topcontent */
#topcontent .showcase{
	background-image: url(image/bg_showcaseAW08.png);
	background-repeat: no-repeat;
	width: 470px;
	height: 300px;
	text-align: center;
}
/*	border: 1px solid #ccc;	*/

#topcontent .showcase ul{
	margin: 0px;
	text-align: center;
	list-style-type: none;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 75px;
}
#topcontent .showcase ul li{
	margin: 0px;
	float: left;
	padding: 0px;
}

/* content */
.breadcrumbs{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 80%;
	color: #666666;
	letter-spacing: 1px;
	line-height: 150%;
	text-align: left;
/*	background-color: #fff;	*/
}
#content h2{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0px;
}
#content h3.normal{
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #D9006C;
}

#content h3.normal a{
	color: #fff;
	text-decoration: none;
}

#content h4{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 80%;
	color: #333333;
}
#content h5{
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 80%;
	color: #666;
	font-weight: bold;
}
.entry{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
}
.entry p{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 0px;
	font-size: 80%;
	color: #333;
	line-height: 150%;
}
table{
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 10px;
	width: 90%;
}
td{
	margin: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	color: #333;
	line-height: 150%;
	border-bottom: solid #ccc 1px;
}
td.rb{
	font-weight: bold;
	border-right: dashed #ccc 1px;
	width: 150px;
}
td.head{
	font-weight: bold;
	/*background-color: #f5b2b2;*/
	background-color: #E35A76;
}
.caution{
	margin-bottom: 30px;
	padding: 0px;
}
.caution p{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 80%;
	color: #333;
	text-align: left;
	line-height: 150%;
}


#decobaiteminfo{
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0px;
}
#decobaiteminfo .mainphoto{
	margin: 0px;
	padding: 0px;
	width: 214px;
	float: left;
}
#decobaiteminfo .mainphoto img.photo{
	border: solid 1px #b3a36b;
}
#decobaiteminfo .maininfo{
	margin: 0px;
	padding: 0px;
	width: 245px;
	float: right;
}
#decobaiteminfo .maininfo p{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 80%;
	font-weight: bold;
	color: #b3a36b;
	background: none;
}
#decobaiteminfo .maininfo p.title{
	margin-top: 25px;
	margin-bottom: 0px;
	padding: 5px;
	font-size: 75%;
	color: #333;
	line-height: 150%;
	border-bottom: solid 1px #ccc;
}
#decobaiteminfo .maininfo span{
	margin-top: 20px;
	padding: 5px;
	font-size: 75%;
	color: #333;
	line-height: 150%;
}

#xmissiteminfo{
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0px;
}
#xmissiteminfo .mainphoto{
	margin: 0px;
	padding: 0px;
	width: 214px;
	float: left;
}
#xmissiteminfo .mainphoto img.photo{
	border: solid 1px #e4007f;
}
#xmissiteminfo .maininfo{
	margin: 0px;
	padding: 0px;
	width: 245px;
	float: right;
}
#xmissiteminfo .maininfo p{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 80%;
	font-weight: bold;
	color: #e4007f;
	background: none;
}
#xmissiteminfo .maininfo p.title{
	margin-top: 25px;
	margin-bottom: 0px;
	padding: 5px;
	font-size: 75%;
	font-weight: bold;
	color: #333;
	line-height: 150%;
	border-bottom: solid 1px #ccc;
}
#xmissiteminfo .maininfo span{
	margin-top: 20px;
	padding: 5px;
	font-size: 75%;
	color: #333;
	line-height: 150%;
}

.return{
	margin-top: 15px;
	margin-left: 15px;
	font-size: 80%;
	color: #ef8a9d;
	text-align: left;
}
.pagetop{
	margin-top: 5px;
	font-size: 80%;
	color: #9db4c9;
	text-align: right;
	width: 540px;
}
.pagetop a{
	color: #666;
	text-decoration: none;
}
#logobox{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 35px;
	padding: 0px;
	width: 522px;
}
#logobox img{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
#box{
	margin-left: 7px;
	padding: 0px;
	width: 522px;
}
#box p{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#box ul.itemlist{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 1px;
	margin-left: 1px;
	padding: 0px;
	list-style-type: none;
	width: 128px;
	float: left;
}
#box ul.itemlist li.img{
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFB4BF;
	background-color: #FFB4BF;
}
#box ul.decobalist{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 1px;
	margin-left: 1px;
	padding: 0px;
	list-style-type: none;
	width: 128px;
	float: left;
}
#box ul.decobalist li.img{
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFB4BF;
	background-color: #b3a36b
../..;
	background-color: #FFB4BF;
}

/* side*/
.sideflash{
	margin: 0px;
	padding: 0px;
}

/* list*/
ul li{
	font-size: 80%;
	color: #333;
}

#content dl.recruitinfo{
	margin-left: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
#content dl.recruitinfo dt{
	font-size: 80%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 12px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: #f5f5f5;
}
#content dl.recruitinfo dd{
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 150%;
}

dl{
	margin: 0px;
	padding: 0px;
}
dt{
	margin: 0px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	font-size: 80%;
	color: #333;
	text-align: center;
	width: 120px;
	float: left;
	background-color: #f5f5f5;
	border-bottom: solid 1px #ccc;
}
dd{
	margin: 1px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	font-size: 80%;
	color: #333;
	width: 370px;
	float: right;
	border-bottom: solid 1px #ccc;
}

dl.formstyle{
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top: dotted 1px #ccc;
}
dl.formstyle dt{
	margin: 0px;
	padding-top: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	font-size: 80%;
	color: #333;
	text-align: center;
	width: 120px;
	float: left;
	background-color: #fff;
	border: none;
}
dl.formstyle dd{
	margin: 1px;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	font-size: 80%;
	color: #333;
	width: 370px;
	float: right;
	background-color: #fff;
	border-left: solid 3px #ccc;
	border-bottom: none;
}
dl.formstyle input{
	background-color: #f5f5f5;
}
dl.formstyle textarea{
	background-color: #f5f5f5;
}
dl.formstyle input.submitbtn{
	padding: 3px;
	color: #fff;
	font-weight: bold;
	background-color: #000;
	cursor: pointer;
}
dl.formstyle input.graybtn{
	padding: 3px;
	color: #696969;
	font-weight: bold;
	background-color: #fff;
	cursor: pointer;
}
ol li{
	font-size: 80%;
	color: #333;
	line-height: 150%;
}

/* footer */
#footer address{
	font-style: normal;
	font-size: 75%;
	color: #696969;
	line-height: 150%;
}
#footer ul{
	margin: 0px;
	padding: 0px;
	text-align: right;
	list-style-type: none;
}
#footer ul li{
	font-size: 75%;
	color: #666;
	line-height: 150%;
	display: inline;
}
#footer a{
	color: #666;
	text-decoration: underline;
}
#footer a:hover{
	color: #666;
	text-decoration: none;
}
.flash {
	padding-left: 200px;
}
