﻿@charset "UTF-8";

/*=================================*/
/*  Tag  						   */
/*=================================*/


/*=================================*/
/*  ID  						   */
/*=================================*/
#main h2 {
	padding-left: 15px;
	padding-top: 3px;
	font-size: 12px;
	font-weight:normal;
	color: #FFFFFF;
}

#main h3 {
	padding: 10px 0 0 15px;
	font-size: 12px;
	color: #000;
}

#main h4 {
	padding-top: 1px;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

#main p {
	padding: 2px 17px 0 17px;
	font-size: 11px;
	color: #2d2d2d;
}

#main {
	width: 980px;
	height: 252px;
	margin: 20px 0 15px 0;
}

#productbrowser {
	clear: both;
	margin: 15px 0 20px 0;
	position: relative;
	z-index: 0;
	width: 980px;
	height: 180px;
	overflow: auto;
	background: url(../image/browser/browser_bg.jpg) repeat-x;
}

#contents {
	clear: both;
	margin-top: 20px;
	width: 980px;
	height: auto;
}



/*=================================*/
/*  CLASS  						   */
/*=================================*/



/* ------------------------------------------------------------------------------------------------------------ */
/*=================================*/
/*  main						   */
/*=================================*/
#main #app_image {
	padding-left: 5px;
	float: left;
	width: 679px;
}

#main #app_about {
	padding-left: 11px;
	float: left;
	width: 280px;
	height: 252px;
}

/* JavaScript OFF時 */
#main #app_about #about_top_off {
	height: 24px;
	overflow: hidden;
	background: url(../image/about/about_top_open.jpg) no-repeat;
}

#main #app_about #about_main_off {
	height: 228px;
	overflow: hidden;
	background: url(../image/about/about_bg_NJS.jpg) no-repeat;
}


/*=================================*/
/*  contents					   */
/*=================================*/
#contents #contents_top {
	height: 33px;
	line-height: 33px;
	font-size: 11px;
	overflow: hidden;
	background: url(../image/contents/contents_top_bg.gif) no-repeat;
}

#contents #contents_top a.otakara_home {
	height: 0;
	padding-top: 34px;
	float: left;
	text-decoration: none;
	width: 35px;
	overflow: hidden;
}

#contents #contents_top span {
	margin-right: 10px;
	float: left;
}

#contents #contents_top span.name_bold {
	font-weight: bold;
	color: #444444;
}

#contents #contents_top span.sep {
	height: 0;
	padding-top: 34px;
	margin-right: 10px;
	float: left;
	width: 10px;
	background: url(../image/contents/contents_top_sep.gif) no-repeat;
	overflow: hidden;
}

#contents_main {
	height: auto;
	border-left: 1px #b4b4b4 solid;
	border-right: 1px #b4b4b4 solid;
	padding: 2em 2em;
}

#contents_bottom {
	height: 4px;
	background: url(../image/contents/contents_bottom_bg.gif) no-repeat;
}

