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

/**************/
/* Sub Navbar */
/**************/
.pageNav{
	width:500px;
}

.subNavBarItem,
.subNavBarItem_Active{
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}

.subNavBarItem{
	border-bottom:1px solid #f1f1f1;
	cursor:pointer;
}

.subNavBarItem_Active{
	background-color:#dddddd;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	cursor:pointer;
}

.pageNavLink{
	font-weight:bold;
	white-space:nowrap;
}

.subNavBarItem .pageNavLink{
	color:#666666;
}

.subNavBarItem_Active .pageNavLink{
	color:#666666;
}

/* This forces the left over space to show a line */
.subNavBarItem_Filler{
	border-bottom:1px solid #f1f1f1;
	width:100%;
}



/* Product Specific */
.productIntro{
	width:500px;
	margin-bottom:20px;
}

.productDesc{	
	width:280px;
	float:left;
}

.productImage{
	width:325px;
	overflow:hidden;
	float:left;
	margin-top:20px;
	margin-left:18px;
}

.productContent{
	width:500px;
	padding:20px;
	background-color:#f1f1f1;	
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:12px;
	color:#666666;
	line-height:160%;
}













.sectionTitle{
    font-size:24px;
    padding-bottom:10px;
    padding-right:35px;
    text-decoration:none;
    color:#333333;
}

.sectionTitle_small{
    font-family:"Lucida Grande", Helvetica, Arial;
    font-size:20px;
    font-weight:bold;
    color:#333333;
}

.sectionTitle_xsmall{
    font-family:"Lucida Grande", Helvetica, Arial;
    font-size:16px;
    font-weight:bold;
    color:#333333;
    padding-top:10px;
    padding-bottom:10px;
}
