@charset "utf-8";
/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: 2010年版の WordPress テーマ「Twenty Ten」は、スタイリッシュで、カスタマイズ可能で、簡潔で、読みやすいデザインです。カスタムメニュー、ヘッダー画像、背景をあなたなりにアレンジしてみてください。Twenty Ten テーマでは6つのウィジェットエリア (サイドバーに2つ、フッターに4つ) と、アイキャッチ画像 (ギャラリー投稿のサムネイルと、投稿やページのカスタムヘッダー画像) に対応しています。印刷用、管理画面のビジュアルエディター用、アサイドおよびギャラリーカテゴリー用のスタイルシートが用意されています。また、サイドバーを取り去った1カラムページのテンプレートもあります。
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -210px 0 0;/* 0 -240px 0 0 */
	width: 100%;
}
#content {
	margin: 0 220px 0 10px;/* 0 280px 0 20px */
}
#primary,
#secondary,
#ip-primary {
	float: right;
	overflow: hidden;
	width: 210px; /* 220px */
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
select,
.page-title span,
.pingback a.url {
	font-family: 'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Tahoma, Arial, Helvetica, Sans-Serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Tahoma, Arial, Helvetica, Sans-Serif;
}
input[type=submit] {
	font-family: 'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Tahoma, Arial, Helvetica, Sans-Serif;
}
pre {
	font-family: 'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Tahoma, Arial, Helvetica, Sans-Serif;
}
code {
	font-family: 'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Tahoma, Arial, Helvetica, Sans-Serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 908px;/*940*/
}
#wrapper {
	background: #fff;
	margin-top: 0;/* 20 */
	padding: 0 10px;/* 0 20px*/
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 10px;/* 20px*/
	width: 200px;/* 220px*/
}

#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;/* #f1f1f1 */
}
body,
input,
textarea,
select {
	color: ##5C5C5C;/* #666*/
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 10px;
}
ul {
	list-style: none;/*square */
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #5C5C5C;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea,
select {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #035508;
	text-decoration: underline;
}
a:visited {
	color: #035508;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #035508;
	text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;/* 30px 0 0 0 */
}
#site-title {
	float: left;
	font-size: 20px;
	/*line-height: 20px;*/
	margin: 5px 0 10px 10px;/* 0 0 18px 0 */
	width: 490px;/* 700px*/
}
/*
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
*/
#site-description {
	clear: right;
	float: right;
	font-style: normal;/*italic */
	margin: 10px 10px 10px 0;/*15px 0 18px 0*/
	width: 394px;/*220px*/
}

/* This is the custom header image */
/*
#branding .cback {
	position: relative;
	background-image:url('images/y-cbar.png');
	background-repeat: repeat-y;
	height: 256px;
	width: 900px;
}
*/
#branding img {
/*	border-top: 5px solid #535252;
	border-bottom: 1px solid #000;*/
	display: block;
	float: left;
}

#ip-main-img {
	clear:both;
	display: block;
	float: left;
	background-image:url('images/y-cbar.png');
	width: 900px;
	height: 6px;
/*	border-top: 5px solid #535252;*/
}

/* =========== MainView ============= */
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:250px;	width: 900px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px;/*40*/ right: 0;/* -7*/
	width: 178px; height:20px;/*47*/
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
/*	background-color: #000000;
	filter: alpha(opacity=25);  for IE
	-moz-opacity: 0.25;  for FF
	opacity:0.25; for WebKit */
/*	background: url('images/paging-back.png') no-repeat; */
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

/* =========== MainView End ============= */


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 900px;
}
/*
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 888px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
*/
/* menu structure */
#access {
/*  position: relative;
  z-index: -1;
  top: 82px;
  left: 0;
*/
	height: 54px;
	text-align:center;
}

.menu {
	border: 0;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 48px;
	overflow: hidden;
}

.m-bar img {
	visibility: hidden;
}

.m-bar a,
.m-bar a:link,
.m-bar a:visited {
	background-position: 0px 0px;
	float:left;
}
.m-bar a:focus,
.m-bar a:hover,
.m-bar a:active {
	background-position: 0px 48px;
	float:left;
}

.m-bar .m-01 a {
  left: 0;
  width: 149px;
  height: 48px;
	background-image: url('images/menubtn_01.png');
}
.m-bar .m-02 a {
  left: 149px;
  width: 149px;
  height: 48px;
	background-image: url('images/menubtn_02.png');
}
.m-bar .m-03 a {
  left: 298px;
  width: 149px;
  height: 48px;
	background-image: url('images/menubtn_03.png');
}
.m-bar .m-04 a {
  left: 447px;
  width: 149px;
  height: 48px;
	background-image: url('images/menubtn_04.png');
}
.m-bar .m-05 a {
  left: 596px;
  width: 149px;
  height: 48px;
	background-image: url('images/menubtn_05.png');
}
.m-bar .m-06 a {
  left: 745px;
  width: 154px;
  height: 48px;
	background-image: url('images/menubtn_06.png');
}


/* Pankuzu Navigation
------------------------------------------------------- */
.ip-nav
{
	display:block;
  height: 28px;
  width: 900px;
  margin: 0;
/*  position: relative;
  z-index: 100;
  */
}

.ip-nav h2.kuzu, .ip-nav h2.kuzu a {
	margin: 5px 10px;
	padding: 0;
	font-size:12px;
	font-weight:normal;
}

.ip-nav h2.kuzu a, .ip-nav h2.kuzu a:link, .ip-nav h2.kuzu a.link
{
  text-decoration: underline;
}

.ip-nav h2.kuzu a:visited, .ip-nav h2.kuzu a.visited
{
}

.ip-nav h2.kuzu a:hover, .ip-nav h2.kuzu a.hover
{
  text-decoration: none;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 10px 0 0 0;
}
#content {
	border-right: #cccccc 1px solid;
	margin-bottom: 36px;
	padding: 0 10px 0 0;
}
#content,
#content input,
#content textarea {
	color: #5C5C5C;
	font-size: 12px;
	line-height: 20px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 10px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #5C5C5C;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #5C5C5C;/*#545454*/
	line-height: 1.5em;
	margin: 0;/* 0 0 20px 0 */
}
#content table {
	border: 1px solid #C0BB72; /*#e7e7e7*/
	margin: 0 -1px 24px 0;	/* margin: 0 -1px 24px 0; */
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #5C5C5C;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td,
#content tr td, {
	border-top: 1px solid #C0BB72; /*#e7e7e7*/
	padding: 6px 24px; /* padding: 6px 24px; */
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #5C5C5C;/*#545454*/
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #5C5C5C;/*#545454*/
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #5C5C5C;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #5C5C5C;
}
#content .entry-title {
	color: #5C5C5C;/*#545454*/
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #5C5C5C;/*#545454*/
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #5C5C5C;/*#545454*/
}
.entry-meta {
	color: #5C5C5C;/*#545454*/
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;/* 12px 0 0 0*/
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #5C5C5C;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 5px 0;/* 0 0 24px 0*/
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #5C5C5C;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 5px 0;/* 0 0 24px 0*/
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #5C5C5C;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #5C5C5C;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #5C5C5C;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #5C5C5C;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	margin-left: 10px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;/* 5px 5px 0 */
}
.wp-caption p.wp-caption-text {
	color: #5C5C5C;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #5C5C5C;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #5C5C5C;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #5C5C5C;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #5c5b5b;/*#545454*/
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #5C5C5C;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #5C5C5C;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #5C5C5C;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #5C5C5C;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #5C5C5C;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #5C5C5C;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #5C5C5C;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #5C5C5C;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #5C5C5C;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #5C5C5C;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
/*	margin-bottom: 20px;*/
	display: block;
	margin: 0;
	padding: 0;
	background-image:url(images/footer_back.jpg);
	width:900px;
	height: 82px;
}
#colophon {
	position: absolute;
 	overflow: hidden;
	margin: 20px;
}
#site-info {
	float: left;
	width: 250px;
	font-weight: normal;
}
#site-info a {
	color: #FFF;
	text-decoration: none;
}

#site-info p {
	color: #FFF;
	font-size: 12px;
}

#site-generator {
	float: left;
	width: 610px;
	text-align:right;
	color: #fff;
}
#site-generator a {
/*	background: url(images/wordpress.png) center left no-repeat;*/
	color: #FFF;
/*	display: inline-block;*/
	line-height: 16px;
/*	padding-left: 20px;*/
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* Original CSS
-------------------------------------------------------------
------------------------------------------------------------- */
.cleared
{
  display:block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height:0;
  overflow:hidden;
}

.ip-sheet
{
  position: relative;
  margin: 0 auto;
  min-width: 15px;
  min-height: 15px;
  margin-top: 0;
  margin-bottom: -3px;
  cursor:auto;
  width: 908px;
}

.ip-sheet-body
{
  position: relative;
  padding: 4px;
    padding-top:0;
    padding-bottom:4px;
}

.ip-sheet-tr, .ip-sheet-tl, .ip-sheet-br, .ip-sheet-bl, .ip-sheet-tc, .ip-sheet-bc,.ip-sheet-cr, .ip-sheet-cl
{
  position: absolute;
}

.ip-sheet-tr, .ip-sheet-tl, .ip-sheet-br, .ip-sheet-bl
{
  width: 26px;
  height: 26px;
  background-image: url('images/sheet_s.png');
}

.ip-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 13px, 13px, auto);
}

.ip-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 13px, 13px);
}

.ip-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(13px, 13px, auto, auto);
}

.ip-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(13px, auto, auto, 13px);
}

.ip-sheet-tc, .ip-sheet-bc
{
  left: 13px;
  right: 13px;
  height: 26px;
  background-image: url('images/sheet_h.png');
}

.ip-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 13px, auto);
}

.ip-sheet-bc
{
  bottom: 0;
  clip: rect(13px, auto, auto, auto);
}

.ip-sheet-cr, .ip-sheet-cl
{
  top: 13px;
  bottom: 13px;
  width: 26px;
  background-image: url('images/sheet_v.png');
}

.ip-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 13px);
}

.ip-sheet-cl
{
  left: 0;
  clip: rect(auto, 13px, auto, auto);
}

.ip-sheet-cc
{
  position: absolute;
  top: 13px;
  left: 13px;
  right: 13px;
  bottom: 13px;
  background-color: #FFFFFF;
}

#ip-page-background-top-texture, #ip-page-background-middle-texture, #ip-page-background-glare
{
  min-width: 908px;
}

/* begin Box, Block */
.ip-block
{
	position: relative;
	min-width: 3px;
	min-height: 3px;
	margin: 0 18px 20px 0;/*10*/
}

.ip-block-body
{
  position: relative;
  padding: 4px;
}

.ip-block-tr, .ip-block-tl, .ip-block-br, .ip-block-bl, .ip-block-tc, .ip-block-bc,.ip-block-cr, .ip-block-cl
{
  position: absolute;
}

.ip-block-tr, .ip-block-tl, .ip-block-br, .ip-block-bl
{
  width: 2px;
  height: 2px;
  background-image: url('images/block_s.png');
}

.ip-block-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
}

.ip-block-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
}

.ip-block-bl
{
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
}

.ip-block-br
{
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
}

.ip-block-tc, .ip-block-bc
{
  left: 1px;
  right: 1px;
  height: 2px;
  background-image: url('images/block_h.png');
}

.ip-block-tc
{
  top: 0;
  clip: rect(auto, auto, 1px, auto);
}

.ip-block-bc
{
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
}

.ip-block-cr, .ip-block-cl
{
  top: 1px;
  bottom: 1px;
  width: 2px;
  background-image: url('images/block_v.png');
}

.ip-block-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 1px);
}

.ip-block-cl
{
  left: 0;
  clip: rect(auto, 1px, auto, auto);
}

.ip-block-cc
{
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #F5F5F5;
}

div.ip-block img
{
/* WARNING do NOT collapse this to 'border' - inheritance! */
    border-color: #7A7A7A;
  border-style: solid;
  margin: 0;
}

/* end Box, Block */

/* begin BlockHeader */
.ip-blockheader
{
  margin-bottom: 0;
  position: relative;
  height: 28px;
}

.ip-blockheader h3.t
{
  position: relative;
  height: 28px;
  color: #5C5C5C;
  font-size: 14px;
  margin:0;
  padding: 0 10px 0 32px;
  white-space: nowrap;
  line-height: 28px;
}

.ip-blockheader h3.t a,
.ip-blockheader h3.t a:link,
.ip-blockheader h3.t a:visited, 
.ip-blockheader h3.t a:hover
{
  color: #5C5C5C;
  font-size: 12px;
}

.ip-blockheader .l, .ip-blockheader .r
{
  position: absolute;
  height: 28px;
  background-image: url('images/blockheader.png');
}

.ip-blockheader .l
{
  left: 0;
  right: 26px;/* 26px*/
}

.ip-blockheader .r
{
	width: 892px;/*892px*/
	right: 0;
	clip: rect(auto, auto, auto, 866px);/* 866*/
}

/* end BlockHeader */

/* begin Box, BlockContent */
.ip-blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.ip-blockcontent-body
{
  position: relative;
  padding: 5px;
  color: #5C5C5C;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 125%;
}

.ip-blockcontent-body table,
.ip-blockcontent-body li, 
.ip-blockcontent-body a,
.ip-blockcontent-body a:link,
.ip-blockcontent-body a:visited,
.ip-blockcontent-body a:hover
{
  color: #5C5C5C;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 125%;
}

.ip-blockcontent-body a, .ip-blockcontent-body a:link
{
  color: #006600;
  text-decoration: underline;
}

.ip-blockcontent-body a:visited, .ip-blockcontent-body a.visited
{
  color: #006600;
  text-decoration: underline;
}

.ip-blockcontent-body a:hover, .ip-blockcontent-body a.hover
{
  color: #006600;
  text-decoration: none;
}

.ip-blockcontent-body ul li
{
  text-decoration: none;    
  color: #5C5C5C;
}/* end Box, BlockContent */

/* BlockContent Font */
.ip-blockcontent h2
{   font-size: 22px;
 
}

.ip-blockcontent h2 a, .ip-blockcontent h2 a:link, .ip-blockcontent h2 a:hover, .ip-blockcontent h2 a:visited 
{
   font-size: 22px; 
}

.ip-blockcontent h3
{   font-size: 18px;
 
}

.ip-blockcontent h3 a, .ip-blockcontent h3 a:link, .ip-blockcontent h3 a:hover, .ip-blockcontent h3 a:visited 
{
   font-size: 18px; 
}

.ip-blockcontent h4
{   font-size: 16px;
 
}

.ip-blockcontent h4 a, .ip-blockcontent h4 a:link, .ip-blockcontent h4 a:hover, .ip-blockcontent h4 a:visited 
{
   font-size: 16px; 
}

.ip-blockcontent h5,
.ip-pageblock h5,
{   font-size: 12px;
 
}

.ip-blockcontent h5 a, .ip-blockcontent h5 a:link, .ip-blockcontent h5 a:hover, .ip-blockcontent h5 a:visited,
.ip-pageblock h5 a, .ip-pageblock h5 a:link, .ip-pageblock h5 a:hover, .ip-pageblock h5 a:visited 
{
   font-size: 12px;
	font-weight: bold; 
}

.ip-pageblock h5, .ip-pageblock h5 a
{	text-indent: 15px;
 
}

.ip-blockcontent h6
{   font-size: 14px;
 
}

.ip-blockcontent h6 a, .ip-blockcontent h6 a:link, .ip-blockcontent h6 a:hover, .ip-blockcontent h6 a:visited 
{
   font-size: 14px; 
}

.ip-blockcontent p,
.ip-blockcontent p a
{
	margin: 5px 0;
	text-decoration: none;
}

/* BlockContent Font End */
/* begin Box, Post */
.ip-post
{
	position: relative;
	min-width: 1px;
	min-height: 1px;
	margin: 0 0 20px 0;
}

.ip-post-body
{
  position: relative;
  padding: 0;
}

a img
{
  border: 0;
}

#content .ip-article img, #content img.ip-article, #content .ip-block img, #content .ip-footer img
{
/*  border: solid 0 #7A7A7A;*/
  margin: 0;/* 10*/
  padding: 0;
}

.ip-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

#content .ip-article table, #content table.ip-article
{
  border-collapse: collapse;
  margin: 1px;
  padding: 0;
}

#content .ip-article th, #content .ip-article td
{
  padding: 0;/* 2 */
  margin: 0;
  border: solid 1px #C0BB72;
  vertical-align: top;
  text-align: left;
}

#content .ip-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

/* begin PostHeaderIcon */
#content h2.ip-postheader
{
	margin: 0 0 20px 0;
	padding: 0;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.ip-post ol, .ip-post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.ip-post li
{
  font-size: 12px;
  color: #5C5C5C;
  padding: 0 0 0 16px;
}

.ip-post li ol, .ip-post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.ip-post ol>li
{
  background: none;
  padding-left: 0;
  /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.ip-post ul>li
{
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 16px;
  /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}

/* end PostBullets */

/* begin PostQuote */
.ip-postcontent blockquote,
.ip-postcontent blockquote a,
.ip-postcontent blockquote a:link,
.ip-postcontent blockquote a:visited,
.ip-postcontent blockquote a:hover,
.entry-content blockquote,
.entry-content blockquote a,
.entry-content blockquote a:link,
.entry-content blockquote a:visited,
.entry-content blockquote a:hover
{
  color: #0F0F0F;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

.ip-postcontent blockquote p,
.entry-content blockquote p
{
   margin: 2px 0 2px 15px;
}

.ip-postcontent blockquote
.entry-content blockquote p
{
   border: solid 0 #7A7A7A;
  margin: 10px 10px 10px 50px;
  padding: 10px 10px 10px 38px;
  background-color: #E0E0E0;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
  /* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
  clear:both;
}

#ip-topcomments {
	margin: 0 0 20px 0;
	padding: 5px 0;
	border-top: #CC0000 1px solid;
	border-bottom: #CC0000 1px solid;
}

#ip-topcomments .psred {
	font-size:14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #CC0000;
}

#ip-topcomments p,
.ip-postcontent p,
.entry-content p {
	font-size:12px;
}

.ip-postcontent p,
.entry-content p {
	margin:0;
	padding: 0 0 0 16px;
}

/* end PostQuote */

/*page */
.entry-content h3 {
	padding: 4px 0 0 0;
	background: url(images/topbar-none-red.gif) no-repeat;
	width: 670px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 25px;
	color: #5C5C5C;
}

.entry-content h4 {
	padding: 5px 0 0 0;
	width: 650px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	text-indent: 15px;
	color: #5C5C5C;
	border-style:none none solid solid;
	border-width:1px 5px;
	border-color: #8A95C1;/*#0A15ED*/
}

#content .entry-content h3 {
	margin: 0 0 10px 0;
}

#content .entry-content h4 {
	margin: 0 0 10px 10px;
}

#content .ip-pageblock {
	margin-bottom: 20px;
}

#content .ip-pageblock .endline {
	border-bottom: #cccccc 1px dotted;
	margin-bottom: 20px;
}

#content .ip-pageblock .endline-none {
	margin-bottom: 30px;
}

.products-lineup,
.network-lineup {
	width: 650px;
	margin: 0;
	height: auto;
	overflow: auto;
	display: block;
}

.network-lineup {
	padding: 0 60px;
}

.products-lineup p,
.network-lineup p {
	margin: 0;
	padding: 0;
}

.products-lineup .center{
	text-align:center;
}

.products-lineup .box-left {
/* booth-index */
	float:left;
	width:206px;
}

.network-lineup .box-left {
	float:left;
	width:230px;
	text-align: center;
}

.products-lineup .box-right {
	/* booth-index */
	width:206px;
	float: right;
	padding-right: 2px;
}

.products-lineup .rm{
/* booth-index */
	margin-right:15px;
}

.network-lineup .rm{
/* booth-index */
	margin-right:70px;
}

.banner {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	text-align:center;
}

#returntop {
	width: 650px;
	padding: 0px 10px;
	clear: both;
}

#returntop p, #returntop .link {
	line-height:1.4em;
	font-size:12px;
	text-align:right;
}

.link-discription,
.link-discription-list {
	margin: 0;
	height: 22px;
	padding-top: 5px;
	font-size: 12px;
	clear: both;
}

.link-discription-list {
	font-size: 12px;
	clear: both;
}

.link-discription a,
.link-discription-list a {
	color: #FFFFFF;
	padding: 0 0 0 20px;
	text-decoration:none;
	vertical-align:middle;
	line-height: 2em;
}

.link-none-img,
.link-none-img3 {
	float:right;
	margin: 0;
	width: 170px;
	height: 22px;
	background-image:url(images/link_btn_none.gif);
	background-repeat:no-repeat;
}

.link-none-img3 {
	width: 300px;
	background: url(images/link_btn_none_300.gif) 0 0 no-repeat;
}

.link-pdf-img,
.link-pdf-img2,
.link-pdf-img3 {
	float:right;
	margin: 0;
	width: 170px;
	height: 22px;
/*	background-image:url(images/link_btn_pdf.gif);
	background-repeat:no-repeat;*/
	background: url(images/link_btn_pdf.gif) 0 0 no-repeat;
}

.link-pdf-img2 {
	width: 220px;
/*	background-image:url(images/link_btn_pdf_220.gif);*/
	background: url(images/link_btn_pdf_220.gif) 0 0 no-repeat;
}

.link-pdf-img3 {
	width: 300px;
/*	background-image:url(images/link_btn_pdf_220.gif);*/
	background: url(images/link_btn_pdf_300.gif) 0 0 no-repeat;
}

.spacing-right {
	margin-right: 10px;
}

.entry-content ol, .entry-content ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.entry-content li
{
  font-size: 12px;
  color: #5C5C5C;
  padding: 0 0 0 16px;
}

.entry-content li.catalog
{
  padding: 0 0 20px 16px;
}

.entry-content li ol, .entry-content li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.entry-content ol>li
{
  background: none;
  padding-left: 0;
  /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
  list-style-position: inside;
}

.entry-content ul>li
{
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 16px;
  /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}

.entry-content .imgleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#content .ip-article-entry table, #content table.ip-article-entry
{
  border-collapse: collapse;
  margin: 1px;
  margin-left: 16px;
  width: 652px;
  padding: 0;
}

#content .ip-article-entry th, #content .ip-article-entry td
{
  padding: 8px 5px;/* 2 */
  margin: 0;
  border: solid 1px #C0BB72;
  vertical-align: top;
  text-align: left;
}

#content .ip-article-entry th
{
  text-align: center;
  vertical-align: middle;
  background-color: #eaeae1;
  width: 10em;
}

.form-cont-title {
	clear: left;
	display: block;
	padding-top: 0.8em;
	padding-left: 10px;
	float: left;
	width: 200px;
	font-size:12px;
}

.form-cont-fd {
	display:block;
	margin: 0 0 0 210px;
	padding-top: 1.0em;
	font-size:12px;
}

.entry-content .netbar {
/* for network-takumi link */
	margin: 0 0 10px 0;
	text-align: center;
}

/* font */
.b-red {
	font-weight: bold;
	color: #CC0000;
}

.f14b-red {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

.f16b-red {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

.f18b-red {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.red {
	color: #CC0000;
}

.entry-content p.f20b {
	font-weight: bold;
	font-size: 20px;
}

.align-rtext{
	text-align: right;
}

.align-ctext,
#content .ip-article-entry td.align-ctext{
	text-align:center;
	vertical-align: middle;
}

.f10 {
	font-size:10px;
}

#content .ip-postcontent table.top-products td {
	padding: 5px 6px;
}

#content .ip-postcontent table.top-products h3.mtitle {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
	border-bottom: #b2b1b1 1px solid;
}

#content .ip-postcontent table.top-products td a {
	text-decoration: none;/* for IE8 */
}

#content .ip-postcontent table.top-products td a img {
	text-align: center;
	border: none;
}

#content .ip-postcontent table.top-products td p {
	padding: 0;
	margin: 0;
}

#content .news,
#content .news-end{
	margin: 0 0 10px 0;
	padding: 0 0 0 16px;
	border-bottom: 1px solid #C0BB72; 
}

#content .news-end{
	border: none; 
}

#content .news h3 a,
#content .news-end h3 a{
	font-size: 12px;
	font-weight: bold;	
}

#content .news h3 .date,
#content .news-end h3 .date {
	font-size: 12px;
}

#content .news img,
#content .news-end img {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.main_view .wt-rotator ul,
.main_view .wt-rotator li {
	margin: 0;
	padding: 0;
	background: none;
}

.pointmark{
	margin-right:5px;
	vertical-align:middle;
}


/*----*/
/* 18th April 2017 Added */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; overflow: hidden; }

/* anchormenu */
ul#anchormenu {
	width:100%!important;
	height:auto!important;
	display:block!important;
	margin-top:0!important;
	margin-right:0!important;
	margin-bottom:40px!important;
	margin-left:0!important;
}
ul#anchormenu li {
	list-style:none!important;
	list-style-image:none!important;
	list-style-type:none!important;
	background-image:none;
	margin:0!important;
	width:32.3333333333333333%!important;
	height:auto!important;
	display:block!important;
	float:left!important;
	padding:0.5%!important;
}
ul#anchormenu li a {
	width:100%;
	height:40px;
	display:block;
	text-align:center;
	font-size:12px;
	line-height:40px;
	letter-spacing:-1px;
	color:#fff;
	text-shadow:-1px -1px 0px #333;
	text-decoration:none;
	background: #ce0404;
	background: -moz-linear-gradient(top, #ce0404 0%, #8c0000 100%);
	background: -webkit-linear-gradient(top, #ce0404 0%,#8c0000 100%);
	background: linear-gradient(to bottom, #ce0404 0%,#8c0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0404', endColorstr='#8c0000',GradientType=0 );
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:0px 1px 2px #ccc;
}

ul#anchormenu li a:hover {
	background: #555555;
	background: -moz-linear-gradient(top, #555555 0%, #333333 100%);
	background: -webkit-linear-gradient(top, #555555 0%,#333333 100%);
	background: linear-gradient(to bottom, #555555 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 );
}

#main h5 {
	font-size:14px;
	font-weight:bold;
	line-height:1.4em;
	color:#AC0507;
	background-color:#f0f0f0;
	padding:3px 0 3px 5px!important;
	margin:0 0 10px 10px!important;
	text-indent:0!important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.sectitle01 {
	font-size:16px;
	font-weight:normal;
	line-height:1.4em;
	color:#8F1F21;
}

.csimg0m {
	display:block;
	padding:5px 0 15px 15px;
}

/*------------------------------------------------------------*/



/* Original CSS END
-------------------------------------------------------------
------------------------------------------------------------- */

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 12pt;/* 14pt*/
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
