
* { 
	margin: 0; 
	padding: 0; 
}

html{ 
	height:100%; }

body {  
	height:100%; 
	color: #434343;

	background-attachment: fixed;
	background-color: #e6e6e6;
	overflow: scroll;
	}
	
	
a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.5;
filter:alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
background:none!important;
}
	
a {
	text-decoration: none;
	border: 0;}	
	
	



/* 大枠 */
div.group-a { 
	z-index: 1;
	height: 760px;
	width: 1120px;

	position:absolute;
	top: 0px; 
	left: 0px; 
	}



/* 中枠 */
div.group-b { 
	z-index: 2;
	position:absolute; 
	top: 20px; 
	left: 20px; 
	height: 720px;
	width: 1080px;  
	background: url(); 
	background-repeat:no-repeat; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	background-color: #eee;
	}



/* タイトル */
div.group-c { 	
	z-index: 6;
	float:left;
	position:absolute; 
	opacity: 0; 
	height: 90px; width: 420px;  
	-webkit-border-radius: 10px 0 0; 
	-moz-border-radius: 10px 0 0; 
	border-radius: 10px 0 0; 
	background-color: #eee; 
	}
/* トップロゴ */
div#toplogo { 
	z-index: 6;
	position: absolute;  
	top: 10px; 
	left: 10px; 
	}


/* メニュー */
div.group-d { 
	z-index: 3;
	float:left; 
	position: absolute; 
	right: 0px;
	opacity: 0; 
	height: 90px; width: 660px; 
	-webkit-border-radius: 0 10px 0 0; 
	-moz-border-radius: 0 10px 0 0; 
	border-radius: 0 10px 0 0; 
	background-color: #eee; 
	}

/* メニューアイコン */
div#menuicon { 
	z-index: 6;
	position: absolute;  
	right: 0px; 
	-webkit-border-radius: 0 10px 0 0; 
	-moz-border-radius: 0 10px 0 0; 
	border-radius: 0 10px 0 0; 
	}

/* メニューリスト */
li#menu { 
	z-index: 6;
	height: 90px; width: 165px; 
	float: left; 
	list-style-type: none; 
	display: inline; 
	}


/* トップイメージ */
div.group-e { 
	z-index: 3;
	position:absolute; 
	top: 90px; 
	left: 0px; 
	height: 610px; width: 660px;
	opacity: 0.5; 
	}
	
/* トップイメージ2 */
div#group-e2 { 
	z-index: 3;
	position:absolute; 
	top:   80px; 
	left: 0px; 
	}


/* コンテンツ */
div.group-f { 
	z-index: 5;
	position:absolute; 
	top: 80px; 
	right: 0px; 
	height: 610px; width: 420px; 
	}
	
	
/* コピーライト */
div.group-g { 
	position:absolute; 
	bottom: 0px; 
	opacity:0.5; 
	height: 20px; width: 1080px; 
	-webkit-border-radius: 0 0 10px 10px; 
	-moz-border-radius: 0 0 10px 10px; 
	border-radius: 0 0 10px 10px; 
	background-color: #eee; 
	clear: both; 
	}
	
/* とりあえず入れときたい */	
div#hako { 
	background: url(img/bg2.png); 
	clear: left;
	width: 	400px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	}
	


div#group-a2 { 
	background: url(img/bg.png);  	
	height: 610px; width: 420px;
	overflow: auto;
	}

h1 {
font-size: 21px;
color: #232323;
} 

h2 {
font-size: 15px;
color: #232323;
} 

h3 {
font-size: 27px;
color: #232323;
} 
p#cor { 
	position:absolute; 
	right: 3px; 
	bottom: 3px; 
	text-align: right; 
	}
