/* メインのスタイルシート */body {	text-align:center;	background:#fff;	font-size:14px;	line-height:130%;	}img {	border:none;	}#container {	width:700px;	margin:20px auto;	text-align:left;	}/* リンク設定 */a:link {	color:#33f;	}a:hover {	color:#f3c;	}a:active {	color:#c00;	}a:visited {	color:#009;	}/* ヘッダー */#header img {	margin-bottom:10px;	}/* メニューリスト */#menu ul{	margin:0;	padding:0;	list-style-type: none;	text-indent: -9999px;	}#menu li {	float:left;	margin-bottom:10px;	}#menu1 a {	width:119px;	height:80px;	display:block;	background:url("../img/menu_01.gif") ;	overflow:hidden;	}#menu1a a{	width:119px;	height:80px;	display:block;	background:url("../img/menu_01a.gif") ;	overflow:hidden;	}#menu1 a:hover, #menu1a a:hover {	background: url("../img/menu_01o.gif") ;	}#menu2 a {	width:115px;	height:80px;	display:block;	background:url("../img/menu_02.gif") ;	overflow:hidden;	}#menu2a a {	width:115px;	height:80px;	display:block;	background:url("../img/menu_02a.gif") ;	overflow:hidden;	}#menu2 a:hover, #menu2a a:hover {	background: url("../img/menu_02o.gif") ;	}#menu3 a {	width:115px;	height:80px;	display:block;	background:url("../img/menu_03.gif") ;	overflow:hidden;	}	#menu3a a {	width:115px;	height:80px;	display:block;	background:url("../img/menu_03a.gif") ;	overflow:hidden;	}#menu3 a:hover, #menu3a a:hover {	background: url("../img/menu_03o.gif") ;	}#menu4 a {	width:115px;	height:80px;	display:block;	background:url("../img/menu_04.gif") ;	overflow:hidden;	}#menu4a a {	width:115px;	height:80px;	display:block;	background:url("../img/menu_04a.gif") ;	overflow:hidden;	}#menu4 a:hover, #menu4a a:hover {	background: url("../img/menu_04o.gif") ;	}#menu5 a {	width:115px;	height:80px;	display:block;	background:url("../img/menu_05.gif") ;	overflow:hidden;	}#menu5a a {	width:115px;	height:80px;	display:block;	background:url("../img/menu_05a.gif") ;	overflow:hidden;	}#menu5 a:hover, #menu5a a:hover {	background: url("../img/menu_05o.gif") ;	}#menu6 a {	width:121px;	height:80px;	display:block;	background:url("../img/menu_06.gif") ;	overflow:hidden;	}#menu6a a {	width:121px;	height:80px;	display:block;	background:url("../img/menu_06a.gif") ;	overflow:hidden;	}#menu6 a:hover, #menu6a a:hover {	background: url("../img/menu_06o.gif") ;	}/* 左サイド */#side {	width:190px;	margin-bottom:10px;	float:left;	clear:left;	text-align:center;	}.mbottom10 {	margin-bottom:10px;	}.bn {	margin-bottom:8px;	}/* 右メイン */#main {	width:500px;	margin-bottom:10px;	float:right;	}/* 著作表示 */#copy {	margin-top:10px;	border-top:1px solid #000;	border-bottom:1px solid #000;	text-align:center;	clear:both;	}