/* ユニバーサルセレクタ スタイルシート */

@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
color: #434343;
font-size:10px;
font-family:Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",san-serif;
}

body {
background-color:#ffffff;
text-align:center;
margin:0 auto;
padding:0;
}

a:link {
color: #434343;
}

a:visited {
color: #434343;
}

a:hover {
color: #000;
}

a:active {
color: #000;
}




#wrapper {
margin:0 auto;
padding:0;
height:auto;
width:900px;
text-align: left;
}

#container {
background: url(/shared/imgs/background02.gif) ;
background-repeat:repeat-y;
float:left;
font-size:18px;
margin:0 auto;
padding:0;
height:auto;
width:900px;
}

/*-- header -----------------*/

#header {
background-color:#ffffff;
background: url(/shared/imgs/background.gif) ;
background-repeat:repeat-x;
height:114px;
margin:0 auto;
padding:0;
}
	#header h1 {
	width:103px;
	}
	
	#header h1 img {
	float:left;
	margin:20px 0 0 0;
	}
	
	#header h2 {
	width:338px;
	}
	
	#header h2 img {
	float:left;
	margin-top:10px;
	}
	
	#header ul {
	list-style:none;
	float:right;
	margin:8px 0 0 0;
	}
	
	#header p {
	float:right;
	margin:13px 0 0 0;
	}
	
	#header ul li {
	float:left;
	}
	#header ul li a {
	display:block;
	height:39px;
	overflow:hidden;
	text-indent:-9999em;
	}
	#header ul li.navi01, #header ul li.navi01 a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/shared/imgs/g_navi01.gif) no-repeat scroll 0 0;
	width:86px;
	}
	#header ul li.navi02, #header ul li.navi02 a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/shared/imgs/g_navi02.gif) no-repeat scroll 0 0;
	width:101px;
	}
	#header ul li.navi03, #header ul li.navi03 a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/shared/imgs/g_navi03.gif) no-repeat scroll 0 0;
	width:102px;
	}
	#header ul li.navi04, #header ul li.navi04 a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/shared/imgs/g_navi04.gif) no-repeat scroll 0 0;
	width:90px;
	}
	#header ul li.navi05, #header ul li.navi05 a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/shared/imgs/g_navi05.gif) no-repeat scroll 0 0;
	width:110px;
	}
	#header ul li.navi06, #header ul li.navi06 a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/shared/imgs/g_navi06.gif) no-repeat scroll 0 0;
	width:84px;
	}
	#header ul li a:hover {
	background-position:0 -39px;
	}



/* blog menu */
	
#b_menu {
float:left;
margin:0;
padding:0;
width:200px;
height:auto;
}

	#b_menu .img {
	margin:20px 0 0 0px;
	padding:0px;
	}

	#b_menu ul {
	list-style:none;
	margin:20px 0 0 20px;
	padding-bottom:20px;
	}

	#b_menu li {
	float:left;
	width:179px;
	margin:20px 0 0 0;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	}
	
/* hide hack from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */
	


#copyArea {
color: #ffffff;
background-color:#434343;
text-align: center;
width: 900px;
margin: 0px auto;
height:42px;
padding:10px 0 0 0;
}


.side_m {
margin:60px 0 0 0;
}
