*{
	margin:0px 0px 0px 0px ;
	padding:0;
	border:none;
}

body {
background:#ffffff;
font-size:90%;
color:#666666;
}

#wrapper {
text-align: left;
width: 900px;
margin: 0 auto;
padding: 0;
}

.clear{clear:both;
width:0;
height:0;
}

/*ヘッダー-------------------------------------------*/
#header{
width:900px;
height:auto;
position:relative;
margin:10px 0px 0px 0px;
}

h1{
text-align:center;
font-size:80%;
color:#66CCFF;
}

/*containerの指定-------------------------------------------*/ 
#container{
width: 900px;
padding: 0;
}

/*サイドバー-------------------------------------------*/
#sidebar{
float:left;
list-style:none;
width:200px;
margin:0;
}


/*ロゴ-------------------------------------------*/
#rogo{
width:200px;
height:120px;
margin:0;
}

/*メイン-------------------------------------------*/
#main{
float:right;
width:700px;
height:auto;
}

/*トップ画-------------------------------------------*/
#top_image{
background-image:url(images/top.jpg);
float:right;
width:700px;
height:516px;
}

/*コンテンツ-------------------------------------------*/
#contents{
float:right;
width:680px;
height:auto;
padding:10px;
background-color:#ECECEC;
}

.title{
color:#0099CC;
}

/*What's NewとInformation-------------------------------------------*/
#new_info{
	float:right;
	width:700px;
	height:140px;
	background-color:#ffffff;
	margin:10px 0px 0px 0px;
}

/*Information-------------------------------------------*/
#info{
	float:left;
	width:335px;
	height:140px;
	background-image:url(images/information.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	margin:0;
}

.info_text{
	float:right;
	width:315px;
	height:100px;
	margin:30px 10px 10px 10px;
	overflow:auto;
}


/*What's New-------------------------------------------*/
#new{
	float:right;
	width:335px;
	height:140px;
	background-image:url(images/whatsnew.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	margin:0;
}

.new_text{
	float:right;
	width:315px;
	height:100px;
	margin:30px 10px 10px 10px;
	overflow:auto;
}


/*フォーム揃え-------------------------------------------*/
.form{
margin-left:auto;
margin-right:auto;
}


/*テーブル余白-------------------------------------------*/
td{
padding: 5px 5px;
}


/*画像アイコン余白-------------------------------------------*/
img.example {
margin: 5px;
}


/*ギャラリー用-------------------------------------------*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

/*画像アイコン余白-------------------------------------------*/
#gallery{
text-align:center;
}


/*フッター-------------------------------------------*/
#footer{
width: 900px;
height:50px;
clear:both;
text-align:center;
position:relative;
margin:50px 0px 0px 0px;
}

.footer-text{
font-size:70%;
color:#66CCFF;
}



/*clearfix
---------------------------------------------------------------------------*/
.clearfix:after,.box:after{content: "";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}
.clearfix,.box{
	position:relative; /*Dreamweaver用*/
    display:inline-block;  /* MAC IE用　*/
    min-height:1%;  /* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html .clearfix,* html .box{height: 1%;}
.clearfix,.box{display: block;}
/*--ここまでMAC IEは非適用 */



