*{ /*初期化
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;*/
}
* {margin:0; padding:0;}

img{
	border: none;
}
img.bgA{
	max-height: 100%;
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
img.bgB{
	max-width: 100%;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

/*トップロゴ---------------------------------------*/
div#top-logo{
	width: 250px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 4;
}

/*トップメニュー-----------------------------------*/
ul#top-menu{
	width: 600px;
	height: 89px;
	padding: 0;
	margin: 0 auto;
	background: #000;
	overflow: hidden;
	position: right;
	position: absolute;
	right: 0;
}
#top-menu li{
	width: 150px;
	height: 89px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	overflow: hidden;
}
ul#top-menu li a{
	display: block;
	width: 0px;
	height: 89px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 166px;
	overflow: hidden;
}
ul#top-menu:hover li a{
	background-position: left bottom;
}
ul#top-menu li a:hover{
	background-position: left top;
}
#top-menu li#btn01 a{
	background-image: url(../img/menu_about.gif);
}
#top-menu li#btn02 a{
	background-image: url(../img/menu_cg.gif);
}
#top-menu li#btn03 a{
	background-image: url(../img/menu_diary.gif);
}
#top-menu li#btn04 a{
	background-image: url(../img/menu_link.gif);
}

/*ヘッダ-------------------------------------------------*/
div#header{
	width: 100%;
	height: 89px;
	background: #fff;
	background-image: url(../img/topmenubg.gif);
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0;
	z-index: 3;
}

/*コンテンツ----------------------------------------------*/
div#main{
	/*height: 100%;*/
	padding: 0 0 0 0px;
	margin: 0 0px;
	position: absolute;
	top: 89px;
	left: 213px;
	right: 0px;/*220px;*/
	bottom: 80px;
	overflow-x: hidden;
	z-index: 1;
}
div#side1{
	width: 213px;
	/*height: 100%;*/
	background: #000;
	background-image: url(../img/topsidecg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	border-right: solid;
	border-right-width: 1px;
	position: absolute;
	left: 0;
	top: 89px;
	bottom: 0;
	overflow: hidden;
	z-index: 2;
}
div#side2{
	/*clear: both;*/
	width: 220px;
	/*height: 100%;*/
	background: #000;
	/*background-image: url(../img/topsidecg.jpg);*/
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	border-left: solid;
	border-left-width: 1px;
	position: absolute;
	right: 0;
	top: 89px;
	bottom: 80;
	overflow: hidden;
	z-index: 2;
}

/*フッタ-------------------------------------------------*/
div#footer {
	clear: both;
	width: 100%;
	height: 80px;
	background: #000;
	background-image: url(../img/topfootbg.gif);
	padding: 0;
	margin: 0px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	z-index: 3;
}
div#footer div#copy{
	padding: 0;
	margin: 30 auto 20 auto;
	position: absolute;
	left: 10;
	bottom: 0;
	color: #e2e9f5;
}

/*バナー-------------------------------------------------*/
div#top-banner{
	width: 220px;
	height: 70;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #e2e9f5;
	z-index: 4;
}

/*ガジェット---------------------------------------------*/
div#gadget{
	width: 200px;
	margin: 10 auto;
	padding: 0;
	text-align: center;
}
div#twitter-gadget{
	width: 200px;
	margin: 10 auto;
	padding: 0;
	text-align: center;
	/*position: absolute;
	bottom: 80;
	right: 10;*/
}
/*トップページ-------------------------------------------*/
div#topcg{
	/*height: 100%;*/
	padding: 0 0 0 0px;
	margin: 0 0px;
	background: #555;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
div#topnews{
	width: 300;
	height: 200;
	background-image: url(../img/topnews.png);
	position: absolute;
	bottom: 10;
	right: 10;
	overflow: hidden;
}
div#toppixiv{
	width: 400;
	height: 200;
	background-image: url(../img/topnews.png);
	position: absolute;
	bottom: 10;
	right: 320;
	overflow: hidden;
}
div#top-title{
	width: 100%;
	color: #e2e9f5;
	text-align: left;
	border-bottom: solid;
	border-bottom-width: 1px;
	margin: 5 0 10 5;
	padding: 0;
	font-size: 17px;
}

/*イラスト-------------------------------------------------*/
div#cg-title{
	clear: both;
	width: 700px;
	height: 100px;
	margin: 30 auto 20 auto;
	padding: 0;
}
ul#cg-banner1{
	width: 500px;
	height: 150px;
	padding: 0;
	margin: 0 auto;
}
#cg-banner1 li{
	width: 50px;
	height: 150px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
}
ul#cg-banner0{
	width: 500px;
	height: 50px;
	padding: 0;
	margin: 0 auto;
}
#cg-banner0 li{
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
}
div#cg-abstract{
	width: 550px;
	padding: 0;
	margin: 30 auto;
	text-align: center;
	font-size: 10;
}
/*リンク-------------------------------------------------*/
div#link-title{
	clear: both;
	width: 700px;
	height: 100px;
	margin: 30 auto 20 auto;
	padding: 0;
}
ul#link-banner{
	width: 600px;
	height: 40px;
	padding: 0;
	margin: 0 auto;
}
#link-banner li{
	width: 200px;
	height: 40px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
}
div#link-abstract{
	width: 550px;
	padding: 0;
	margin: 30 auto;
	font-size: 10;
}