@charset "utf-8";

* {margin:0; padding:0;}

body {
	color:#000;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:16px;
}
html,body{
	height:100%;
	overflow-y:auto;
}

h1 {margin:0 auto; width:400px; text-align:center;}
h2 {
	background-color:#A0A0A4;
	color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent:0.25em;
}
address {
	font-style:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img.bgmaximage{
	position:fixed !important;
}
/* IE 6 */
*html #bgimage {background:url(images/PICT0412.JPG) center no-repeat;}
*html #bgimage img.bgmaximage {display:none;}


#center {
	width:400px;
	text-align:center;
	margin:0 auto;
}
#container {
	width:800px;
	color:#FFF;
}
#wrapper {padding:5px;}

.menu_circle {
	color:#000;
	background-color:#FFF;
	width:150px;
	height:150px;
	text-align:center;
	cursor:pointer;
}

.menu_circle a { text-decoration:none;}
.menu_circle a img {border:none;}

.menu_circle span {
	display:table-cell;
	vertical-align:middle;
	width:150px;
	height:150px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
	font-size:24px;
	line-height:1;
}

/* IE 6 */
* html .menu_circle span {
	display: inline;
	zoom: 1;
}
/* IE 7 */
*:first-child+html .menu_circle span {
	display: inline;
	zoom: 1;
}
/*\*//*/
* html .menu_circle span {
	display: inline-block;
}
/**/

.col1,.col2,.col3 {height:150px; margin:0 auto; clear:both;}
.col1,.col3 {width:400px;}
.col2 {width:700px; margin:80px auto;}
#news,#profile,#blog {float:left;}
#live,#youtube,#mailmagazine {float:right;}

