

@import url(top.css);
@import url(navigation.css);
@import url(about.css);
@import url(howto.css);
@import url(set.css);
@import url(option.css);
@import url(contact.css);
@import url(movie.css);
@import url(template.css);
@import url(simulator.css);
@import url(etc.css);
@import url(mypage.css);@import url(campaign.css);


/* 基本設定 **/

* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	font-size: 1px;
	line-height: 0;
	vertical-align: bottom;
}
body {
	text-align: center;
	font-family: 'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
	background: #000;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
}
a {	outline: 0;}

/** ヘッダ **/

#header {
	position: relative;
}
#logo {
	padding: 10px 0 9px;
}
#logo h1 {
	width: 235px;
	height: 42px;
	font-size: 1px;
	line-height: 0;
	text-indent: -10000em;
	background: url(../images/logo.gif) 0 0 no-repeat;
}
#logo h1 a {
	display: block;
	width: 235px;
	height: 42px;
	outline: none;
	text-decoration: none;
}
#headContact {
	position: absolute;
	right: 0px;
	top: 23px;
/*	font-size: 1px;
	line-height: 0;
	text-indent: -10000em;
*/}
#headContact a {
	color: #52C3F1;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	padding: 2px 0 2px 20px;
	background: url(../images/bullets/head_contact.gif) 0 center no-repeat;
}

#headContact a.banner {
	background: none;
	padding-left: 1em;
	outline: none;
}
#headContact a.banner img {
	vertical-align: middle;
}

/** 本文 **/

#pageBody {
	padding-top: 20px;
}


/** 共通項目 **/

.titleMain {
	height: 55px;
	font-size: 1px;
	line-height: 0;
	text-indent: -10000em;
}
.pageTop {
	padding: 40px 0 60px;
}
.pageTop p {
	font-size: 90%;
	line-height: 1.6;
	text-align: right;
}
.pageTop p a {
	color: #0C9FDA;
}
.pageTop p a:hover {
	color: #3FD2FF;
}



/** フッタ **/

#footer {
	padding-top: 5px;
}
#footer h1 {
	float: left;
	padding-top: 20px;
}
#footer ul {
	margin-left: 450px;
	zoom: 100%;
	overflow: auto;
}
/**/
	* html #footer ul {
		height: 1px;
		overflow: visible;
	}
/**/
#footer li {
	float: left;
	font-size: 70%;
	line-height: 1.6;
	list-style: none;
	border-right: 1px solid #999;
}
#footer li a {
	color: #0C9FDA;
	padding: 0 10px;
}
#footer li a:hover {
	color: #3FD2FF;
}
#footer address {
	color: #999;
	font-size: 60%;
	font-style: normal;
	line-height: 1.6;
	margin-left: 50px;
}
.no-border {
	border: 0 !important;
}#banner img {
	margin-left:				20px;}

/* 注目ニュース */

#noticeNews {
	
	border: solid 1px #e30202;
	
	color: #fff;
	
	margin: 10px 0 20px 0;
	
}

#noticeNews dt {
	
	background-color: #e30202;
	
	padding: 2px 0 0 10px;
	
	font-weight: bold;
	
}

#noticeNews dd {
	
	font-size: 10pt;
	
	margin: 10px 15px;
	
}

#noticeNews dd h2 {
	
	font-size: 11pt;
	
	margin-bottom: 10px;
}

#noticeNews dd p {
	
	margin-bottom: 10px;
	
	line-height: 1.3;
}

