body {
	margin: 0;
	padding: 0;
	text-align: center;
	background:#FAFDFF;
	font-size: 12pt;
	font-family: Osaka;
	color: dimgray;
	line-height: 130%;
}
table,tr,td {
	font-size: 12pt;
}

a:link {
	color:#14477A;
	text-decoration:none;
}
a:visited {
	color: #14477A;
	text-decoration:none;
}
a:hover, a:active {
	color: #40a1ac;
	text-decoration:underline;
}

#container {
	width: 957px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* Header
-------------------------------------*/
#container #header {
	margin: 0;
	padding: 0;
	background-image: url(../images/common/bcm_header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width:957px;
	height:135px;
	text-align:center;
}

/* GlobalMenu
-------------------------------------*/
#container #menu {
	margin-top: -20px;
	padding: 0;
	width:957px;
	height:23px;
	background-color:#000000;
}
#container #menu #y ul {
	padding: 0;
}
#container #menu #y li {
	display: inline;
	list-style-type: none;
	width: 95px;
	float: left;
	margin: 0;
	padding: 0.1em;
	border: 1px solid #000000;
	background-color:#000000;
	text-align: center;
	font-size:11px;
	color:#dddddd;
}
#container #menu #y li a{
	display: inline;
	list-style-type: none;
	text-align: center;
	font-size:11px;
	color:#dddddd;
	text-decoration:none;
}

#container #menu #y li a:hover{
	color:yellow;
}

/* List
-------------------------------------*/
#container #list {
	width:920px;
	border-bottom:1px dotted #e0e0e0;
	paddin:20px;
	margin-top:10px;
	margin-left:20px;
	font-size:10px;
	background-color:#ffffff;
}
/* LeftMenu
-------------------------------------*/
#container #left {
	float:left;
	width:180px;
	margin-left:20px;
	margin-top:10px;
	background:#EFEFEF;
	font-size:10px;
}

/* Footer
-------------------------------------*/
#footer {
	margin-left:auto;
	margin-right:auto;
	clear: both;
	text-align: center;
	font-size: 8pt;
	width:920px;
	border-top: 1px dotted #cccccc;
	line-height:280%;
}

/* Contents
-------------------------------------*/
#container #contents {
	margin-top: 10px;
	margin-left:210px;
	width:540px;
	position:relative;
	font-size:11px;
}

/* AD
-------------------------------------*/
#container #right {
	margin-left: 760px;
	margin-top: 10px;
	font-size:10px;
	background:#EFEFEF;
	width:180px;
	height:100px;
	position:absolute;
	font-size:10px;
}

/* BlogParts
-------------------------------------*/
		#frame {
			background:#000000; 
			width:152px; 
			height:228px; 
			text-align:center;
		}
		#head {
			background-image: url(../tools/blogparts/images/tide_head.gif); 
			background-repeat: no-repeat; 
			font-size:9px; 
			color:white; 
			text-align:center; 
			width:152px; 
			height:30px;
			padding-top:3px;
		}
		.title {
			font-size:11px; 
			font-weight:bold;
		}
		.txt {
			font-size:9px; 
			color:yellow;
		}
		#foot {
			width:152px; 
			height:17px;
		}
		
#item {
	margin:0px 3px 0px 0px;
	padding: 3px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	text-align:center;
}