/* 全体のボックス */
#container {
	width: 745px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0 5px 0;
}


/* ヘッダ */
#header {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
	/*background: url("./img/headerLogo.jpg");*/
}

#header h1,h2 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
}

#header img {
	border: 0;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*------------------------------------------------------------------*/
/* 左部サイドバーエリア --------------------------------------------*/
/*------------------------------------------------------------------*/

#sideBar {
	text-align: center;
	width: 185px;
	/*width: 19%*/
	float: left;
	position: relative;
	border: 1px solid #FF9999;
	background: #FF0000;
	padding: 0 5px 0 0;
	/*background: url("./img/sideheadImage.gif") no-repeat;*/
}

#searchArea {
	margin-bottom: 5px;
	padding-bottom: 5px;
}


#searchArea form {
	margin: 0;
}

#searchArea h3 {
	font-size: 15px;
	margin: 0;
	margin-bottom: 6px;
	padding: 3px 0 3px 0;
}


#otherCategoryList {
	margin-top: 10px;
}

#categoryList ul,
#otherCategoryList ul {
	text-align: left;
	margin: 6px 0 0 10px;
	padding: 0;
	list-style: none;
	/*border: 1px solid #222;
	border-bottom: 0;
	background: #fff;*/
}

#categoryList li,
#otherCategoryList li {
	font-size: 12px;
	line-height: 150%;
	/*border: 1px solid #222;
	border-left: 0;
	border-right: 0;
	background: #fff;*/
}

#otherCategoryList li {
	font-weight: bold;
	/*list-style-image: url("./img/arrow.gif");*/
}

.cateListmaker {
	background: url(../&#23478;&#38651;&#12475;&#12459;&#12531;&#12489;/./img/cate_arrow.gif) no-repeat left center;
	position: relative;
	padding-left: 15px;
}

.otherlistmaker {
	background: url(../&#23478;&#38651;&#12475;&#12459;&#12531;&#12489;/./img/arrow.gif) no-repeat left center;
	position: relative;
	padding-left: 15px;
}


#categoryList h3,
#otherCategoryList h3 {
	font-size: 15px;
	margin: 0;
}

.sideBannerArea {
	padding: 10px 0 10px 0;
}

.sideBannerArea img {
	border: 0;
}

.sideBannerArea p {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

/*------------------------------------------------------------------*/
/* メインエリア ----------------------------------------------------*/
/*------------------------------------------------------------------*/

#content {
	background-color: #fff;
	float: right;
	display: inline;
	position: relative;
	width: 73%;
	padding: 0 0 10px 2px;

}

#content img {
	border: 0;
}

#topCateleft,
#topCatecenter,
#topCateright {
	float: right;
	margin-left: 5px;
}

#recommendCate {
	margin-top: 4px;
	margin-bottom: 4px;
	float: right;
}

#bottomCate {
	clear: both;
	width: 531px;
	margin-left: 12px;
}

#side {
	float: left;
}

#right {
	float: right;
}

#right p {
	margin: 0;
}

.imagebottom {
	margin-bottom: 10px;
}

#advertArea {
	clear: both;
	width: 532px;
	margin: -20px 0 0 11px;
	padding: 0;
}

#advertArea p {
	font-size: 12px;
	padding: 2px;
}

#advertArea img {
	border: 0;
}

#advertArea table {
	width: 532px;
	border: 1px solid #FF0000;
	margin-bottom: 10px;
}

#advertArea td.txt {
	vertical-align: top;
	line-height: 150%;
	font-size: 12px;
	background: #FF0000;
	padding-left: 2px;
}

#advertArea .txt a {
	font-weight: bold;
}

#advertArea td.Half_banner {
	font-size: 12px;
	text-align:center;
	background: #FF0000;
}

/*------------------------------------------------------------------*/
/* フッタエリア ----------------------------------------------------*/
/*------------------------------------------------------------------*/

#footer {
	margin: 10px 0 0 0;
	background-color: #FF0000;
	clear: both;
}


/*------------------------------------------------------------------*/
/*-- hack css for MAC ----------------------------------------------*/
/*------------------------------------------------------------------*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix {
	display: inline-block;
}

/* hack for IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* hack for IE-mac */



/* printer styles */
@media print {
#leftcol {
	display: none;
} 
#twocols,
#maincol {
	width: 100%;
	float: none;
}
}

