/* skelton main */

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper { 
	margin: 0 auto;
	width: 100%;
}

#main_contents_wrapper {
	margin: 0px auto;
	overflow: auto; /* Paul O Brien Fix for IE */
	width: 902px;
}

#header {
	color: #333;
	width: 900px;
	padding: 0px;
	height: 83px;
	margin: 0 auto;
	text-align:left;
	background: #fff;
}

#navigation {
	color: #333;
	width:100%;
	padding: 3px 0px;
	margin: 0px auto;
	background: #89c300;
}

#rightcolumn { 
	display: inline;
	color: #333;
	margin: 30px 50px 25px 0px;
	padding: 0px;
	width: 205px;
	float: right;
}

#leftcolumn { 
	float: left;
	color: #333;
	margin: 30px 0px 30px 50px;
	padding: 0px;
	width: 575px;
	display: inline;
	position: relative;
}


#footer { 
	width: 100%;
	clear: both;
	color: #333;
	background: #fff;
	margin: 0px auto;
	padding: 10px 0px 15px 0px;
	border-top: solid 1px #cccccc;
}








#rightcolumn_swap { 
	display: inline;
	color: #333;
	margin: 30px 50px 25px 0px;
	padding: 0px;
	width: 575px;
	float: right;
}

#leftcolumn_swap { 
	float: left;
	color: #333;
	margin: 30px 0px 30px 50px;
	padding: 0px;
	width: 205px;
	display: inline;
	position: relative;
}












a:link img{
	border:0px;
}

a:visited img {
	border:0px;
}

a:hover img {
	border:0px;
}




/* clear float */

.clear { clear: both; background: none; }


/* header image rollover */

#header_img {
	background:#fff none repeat scroll 0% 0%;
}

#header_img a.home {
	background-image:url(img/webbase/header/ohp_header_01_link.png);
	display:block;
	height:83px;
	overflow:hidden;
	text-indent:-100px;
	width:75px;
}

#header_img a.home:hover {
	background-image:url(img/webbase/header/ohp_header_01_hover.png);
}

#header_img a.product {
	background-image:url(img/webbase/header/ohp_header_02_link.png);
	display:block;
	height:83px;
	overflow:hidden;
	text-indent:-100px;
	width:89px;
}

#header_img a.product:hover {
	background-image:url(img/webbase/header/ohp_header_02_hover.png);
}

#header_img a.support {
	background-image:url(img/webbase/header/ohp_header_03_link.png);
	display:block;
	height:83px;
	overflow:hidden;
	text-indent:-100px;
	width:88px;
}

#header_img a.support:hover {
	background-image:url(img/webbase/header/ohp_header_03_hover.png);
}

#header_img a.news {
	background-image:url(img/webbase/header/ohp_header_04_link.png);
	display:block;
	height:83px;
	overflow:hidden;
	text-indent:-100px;
	width:70px;
}

#header_img a.news:hover {
	background-image:url(img/webbase/header/ohp_header_04_hover.png);
}

#header_img a.blog {
	background-image:url(img/webbase/header/ohp_header_05_link.png);
	display:block;
	height:83px;
	overflow:hidden;
	text-indent:-100px;
	width:62px;
}

#header_img a.blog:hover {
	background-image:url(img/webbase/header/ohp_header_05_hover.png);
}

#header_img li {
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#header_img ul {
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:850px;
}

.tanukisoft #header_img a:link img {
	border:0px;
}

.tanukisoft #header_img a:visited img{
	border:0px;
}

.tanukisoft #header_img a:hover img{
	border:0px;
}



/* navigation */

#navigation div {
	color:#FFF;
	font-weight:normal;
}

#navigation a:link {
	color:#fff;
	text-decoration:underline;
}

#navigation a:visited {
	color:#fff;
	text-decoration:underline;
}

#navigation a:hover {
	color:#f6921e;
	text-decoration:underline;
}


/* base innner */

#base_inner_centering {
	width:800px;
	margin:0px auto;
}


/* left col */

#lc_header {
	width:575px;
	height:22px;
	border-bottom:#cbcbcb solid 1px;
}

#lc_header_left_img {
	float:left;
	margin:5px 0px;
}

#lc_header_right_wrapper {
	width:90px;
	height:21px;
	float:right;
}

#lc_header_right_r {
	width:32px;
	height:14px;
	margin:5px auto;
	border-left:#cbcbcb 1px solid;
	float:left;
}

#lc_header_right_img0 {
	margin:0px 10px 0px 10px;
}

#lc_header_right_img1 {
	margin:0px 0px 0px 10px;
}

#lc_header_right_centering {
	width:55px;
	height:14px;
	margin:5px auto;
	float:right;
	border-right:#cbcbcb 1px solid;
	border-left:#cbcbcb 1px solid;
}

#lc_row {
	width:575px;
	height:110px;
	border-bottom:#cbcbcb 1px dotted;
	padding-top:10px;
}

#lc_row_left {
	width:283px;
	float:left;
}

#lc_row_right {
	width:285px;
	float:right;
}


dl,dt,dd {
	margin: 0;
	padding: 0;

}


#lc_row_left dl {
	border-right: #9c9c9c dotted 1px;
	width: 280px;
	height:100px;
}

#lc_row_left dl dt {
	clear: left;
	float: left;
	width: 110px;
}

#lc_row_left dl dd {
	margin: 0px 5px 0px 110px;
	background: #fff;
	height:1%;
}

#lc_row_left dl dd span {
	color:#f6c;
	line-height:120%;
}

#lc_row_left dl dd h4 {
	margin:0px 0px 8px 0px;
	color:#4d4d4d;
	font-size:12px;
	font-style:normal;
}

#lc_row_left dl dd p {
	font-size:12px;
	color:#4d4d4d;
}

#lc_row_left dl dt {
	clear: left;
	float: left;
	width: 110px;
}

#lc_row_left dl dd {
	margin: 0px 5px 0px 110px;
	background: #fff;
	height:1%;
}

#lc_row_left dl dd span {
	color:#f6c;
	line-height:120%;
}

#lc_row_left dl dd h4 {
	margin:0px 0px 8px 0px;
	color:#4d4d4d;
	font-size:12px;
	font-style:normal;
}

#lc_row_left dl dd p {
	font-size:12px;
	color:#4d4d4d;
}

#lc_row_right dl {
	width: 280px;
	height:100px;
}

#lc_row_right dl dt {
	clear: left;
	float: left;
	width: 110px;
}

#lc_row_right dl dd {
	margin: 0px 5px 0px 110px;
	background: #fff;
	height:1%;
}

#lc_row_right dl dd span {
	color:#f6c;
	line-height:120%;
}

#lc_row_right dl dd h4 {
	margin:0px 0px 8px 0px;
	color:#4d4d4d;
	font-size:12px;
	font-style:normal;
}

#lc_row_right dl dd p {
	font-size:12px;
	color:#4d4d4d;
}

#lc_row_right dl dt {
	clear: left;
	float: left;
	width: 110px;
}

#lc_row_right dl dd {
	margin: 0px 5px 0px 110px;
	background: #fff;
	height:1%;
}

#lc_row_right dl dd span {
	color:#f6c;
	line-height:120%;
}

#lc_row_right dl dd h4 {
	margin:0px 0px 8px 0px;
	color:#4d4d4d;
	font-size:12px;
	font-style:normal;
}

#lc_row_right dl dd p {
	font-size:12px;
	color:#4d4d4d;
}





#lc_row a:link {
	color:#4d4d4d;
	text-decoration:underline;
}

#lc_row a:visited {
	color:#4d4d4d;
	text-decoration:underline;
}

#lc_row a:hover {
	color:#f6921e;
	text-decoration:underline;
}

#lc_row a:hover img {
border:1px #f6921e solid;
}



/* right col */

#rightcolumn a:hover img {
border:1px #f6921e solid;
}

#rightcolumn img {
	border:1px #fff solid;
}

#rc_row_spacer {
	margin-bottom:10px;
}



/* footer */

#footer_right_img {
	float:right;
}




#lc_header_ps {
	width:205px;
	height:22px;
}

#lc_header_left_img_plus {
	float:left;
	margin:0px 0px;
}

#contents_ps {
	width:575px;
	height:285px;
	margin:0px 0px 0px 0px;
	border-bottom:1px dotted #cccccc;
}



#contents_ps span {
	color:#4d4d4d;
	line-height:300%;
	font-size:24px;
}

#contents_ps p {
	line-height:150%;
	font-size:12px;
	color:#4d4d4d;
	margin-bottom:5px;
}
