@charset "utf-8";
/* CSS Document */

/* リセット＆基本設定 */
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, address {
	margin: 0;
	padding: 0;
	font-size:12px;
	font-weight: normal;
	border: none;
}
ul li {
	list-style: none;
}
img {
	font-size: 12px;
	border: none;
	vertical-align: middle;
}
hr {
	margin: 20px 0;
	padding: 0;
	border: none;
	height: 1px;
	border-color: #CCCCCC;
	background: #CCCCCC;
}
input, textarea {
	font-size:12px;
	vertical-align: middle;
}
input[type="text"],
textarea {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
input[type="text"]:hover,
textarea:hover {
	background: #FFFFCC;
}
input[type="text"]:focus,
textarea:focus {
	background: #FFFFCC;
	border-color: #FF0000;
}
a:link,a:visited {
	color: #333333;
	text-decoration:underline;
}
a:hover,a:active {
	color: #CC0000;
	text-decoration:underline;
}

/**/

/* 汎用クラス */
.leftFloat {
	float: left;
	display: inline;
}
img.leftFloat {
	margin: 0 10px 10px 10px;
}
.rightFloat {
	float: right;
	display: inline;
}
img.rightFloat {
	margin: 0 10px 10px 10px;
}
.leftText {
	text-align: left;
}
.rightText {
	text-align: right;
}
.centerText {
	text-align: center;
	margin-bottom: 20px;
        
}
.large {
	font-size: 120%;
}
.x-large {
	font-size: 144%;
}
.small {
	font-size: 80%;
}
.x-small {
	font-size: 64%;
}
.red {
	color: #FF0000;
}
.gray {
	color: #999999;
}
/**/

/* 基本レイアウト */
body {
	margin: 0;
	color: #333333;
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, Tahoma, sans-serif;
	text-align: center;
	background: url(/image.jsp?id=45) center top repeat-x;
}
div.wrapper {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}
/**/

/* グローバルナビゲーション */
#globalNav {
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
	width: 780px;
	height: 40px;
	overflow: hidden;
}
#globalNav li {
	float: left;
	height: 40px;
	text-indent: -9999px;
	width: 130px;
	overflow: hidden;
}
#globalNav li a {
	display: block;
	color: #FFFFFF;
	background-image: url(/image.jsp?id=44);
	background-color: #112116;
	width: 100%;
	height: 100%;
}
#globalNav li#nav_home a		{background-position: 0 0;}
#globalNav li#nav_company a		{background-position: -130px 0;}
#globalNav li#nav_gacity a		{background-position: -260px 0;}
#globalNav li#nav_seminar a		{background-position: -390px 0;}
#globalNav li#nav_exhibition a	{background-position: -520px 0;}
#globalNav li#nav_press a		{background-position: -650px 0;}

#globalNav li#nav_home a:hover		{background-position: 0 -40px;}
#globalNav li#nav_company a:hover	{background-position: -130px -40px;}
#globalNav li#nav_gacity a:hover	{background-position: -260px -40px;}
#globalNav li#nav_seminar a:hover	{background-position: -390px -40px;}
#globalNav li#nav_exhibition a:hover{background-position: -520px -40px;}
#globalNav li#nav_press a:hover		{background-position: -650px -40px;}

#globalNav li a:hover {
	background-color: #1A3221;
}
/**/

/* メインビジュアル */
#mainVisual {

}

/* 検索ボックス系 */
#header .box {
	padding: 5px 0;
	clear: both;
	width: 780px;
	overflow: hidden;
}
#header .leftBox {
	float: left;
	display: inline;
	font-size: 12px;
	width: 350px;
	overflow: hidden;
}
#header .rightBox {
	float: right;
	display: inline;
	width: 430px;
	overflow: hidden;
}
#header .rightBox img {
	margin-right: 20px;
	float: left;
	display: block;
}
#header .rightBox form {
	display: inline;
}
#header .rightBox form input.searchBox {
	padding: 2px;
	margin-right: 5px;
	float: left;
	display: block;
	font-size: 12px;
	width: 134px;
	height: 14px;
}
#header .rightBox form input.searchBtn {
	float: left;
	display: block;
}
/**/

/* メイン */
#contents {
	clear: both;
	width: 780px;
	overflow: hidden;
}
#contents h1,
#contents h2,
#contents h3 {
	margin: 0 0 10px 0;
}

/* メイン　基本ボックス */
#contents div.box {
	clear: both;
	margin-bottom: 30px;
}
#contents div.box address {
	margin: 0 10px 0.5em 10px;
	line-height: 150%;
	font-style: normal;
	border: 1px solid #CCCCCC;
	;
}
#contents div.box ol {
	margin: 0 10px 0.5em 10px;
}
#contents div.box ol li {
	margin-left: 2em;
	list-style: decimal;
}
#contents div.box ul {
	margin: 0 10px 0.5em 10px;
}
#contents div.box ul li {
}
#contents div.box form {
	margin: 0 10px 0.5em 10px;
}
/**/

/* メイン　リスト系 */
#contents ul.list_topics a {
	font-size: 14px;
	color: #333399;
}
#contents ul.list_topics a:hover {
	color: #ff6600;
}

#contents ul.list_topics,
#contents ul.list_press,
#contents ul.list_seminar,
#contents ul.list_exhibition {
	margin: 0 10px 10px 10px;
}
#contents ul.list_topics img,
#contents ul.list_press img,
#contents ul.list_seminar img,
#contents ul.list_exhibition img {
	margin-right: 10px;
	vertical-align: middle;
}
#contents ul.list_topics li,
#contents ul.list_press li,
#contents ul.list_seminar li,
#contents ul.list_exhibition li{
	padding: 5px;
	border-bottom: 1px dashed #DFDFDF;
	list-style: none!important;
        color: #333333;
}
#contents ul span.date {
	font-size: 14px;
	color: #990000;
	margin-right: 2em;
}
#contents ul li p.comment {
	margin: 5px 0px 3px 25px;
	font-size: 12px;
	color: #6699cc;
}
#contents ul.list_press p.company_name {
	margin: 0 0 0 100px;
	font-weight: bold;
	color: #FF6600;
}
/**/

/* ページナビゲーション */
.pageNav {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
        margin-bottom: 30px;
}
.pageNav a {
	margin: 0 1em;
        color: #333399;
}
/**

/* セミナー情報　リスト */
#contents ul.list_seminar p.title {
	margin: 0 0 0 27px;
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
}
#contents ul.list_seminar p.subtitle {
	margin: 0 0 0 27px;
	color: #006600;
	font-size: 10px;
	font-weight: bold;
}
#contents ul.list_seminar p.term {
	margin: 0 0 0 27px;
	color: #0000FF;
	font-size: 10px;
	font-weight: bold;
}
/**/

/* 展示会情報　リスト */
#contents ul.list_exhibition p.sponsor {
	margin: 0 0 0 27px;
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
}
#contents ul.list_exhibition p.term {
	margin: 0 0 0 27px;
	color: #006600;
	font-size: 10px;
	font-weight: bold;
}
#contents ul.list_exhibition p.place {
	margin: 0 0 0 27px;
	color: #0000FF;
	font-size: 10px;
	font-weight: bold;
}
/**/

#contents dl.list_topics dt.topics_gacity {
	background: url(/image.jsp?id=51) 0 50% no-repeat;
}
#contents dl.list_topics dt.topics_exhibition {
	background: url(/image.jsp?id=48) 0 50% no-repeat;
}
#contents dl.list_press dt {
	background: url(/image.jsp?id=52) 0 50% no-repeat;
}
#contents p.moreInfo {
	margin-right: 10px;
	text-align: right;
}
/**/

/* メールマガジン登録・解除 */
div.mail_box {
	margin: 0 auto 30px 30px;
        line-height: 150%;
	overflow: hidden;
	font-size: 12px;
}
form.mregist {
	padding: 5px 10px;
	background: #F8F8F8;
}
form.mcancel {
	padding: 5px 10px;
	background: #F8F8F8;
}
/**/

/* セミナー申し込みフォーム */
table#application {
	margin: 0 auto 10px auto;
	font-size: 12px;
	width: 600px;
	border-collapse: collapse;
}
table#application th {
	padding: 5px 20px 5px 10px;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 1px solid #EFEFEF;
}
table#application td {
	padding: 5px 10px;
	border-bottom: 1px solid #EFEFEF;
}
table#appli td {
	padding: 5px 10px;
}
table#application label {
	display: block;
}
table#application input {
	vertical-align: top;
}
table#application address {
	padding-top: 5px;
	
	margin-left: 1.4em!important;
}
table#application input#firstName,
table#application input#lastName {
	width: 12em;
}
table#application input#companyName,
table#application input#postName {
	width: 20em;
}
table#application input#zip1 {
	width: 3em;
}
table#application input#zip2 {
	width: 4em;
}
table#application input#address {
	width: 34.6em;
}
table#application input#phoneNumber {
	width: 10em;
}
table#application input#mail {
	width: 20em;
}
table#application textarea#opinion {
	width: 36em;
	height: 8em;
}
/**/

/* 製品レビュー */
/*div.review_search {
	padding: 5px;
	display: block;
	font-size: 10px;
	background: #F8F8F8;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}*/
div.review_search h2 {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
}
/*select.review_search {
	width: 480px;
}*/
input.review_keyword {
	width: 200px;
}
strong.review_keyword {
	margin-left: 20px;
}
ul.list_review {
	margin: 0 auto 10px auto!important;
	width: 600px;
}
ul.list_review li {
	margin-bottom: 20px;
	width: 580px;
	overflow: hidden;
}
ul.list_review li h3,
div.detail_box h2 {
	font-size:18px;
	margin-bottom: 5px;
	font-weight: bold;
	color:#000066;
}
ul.list_review li h3 a {
	text-decoration: none;
}
ul.list_review li .moreInfo {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}
ul.list_review li div.productImg,
div.detail_box div.productImg{
	margin: 0 10px;
	float: left;
	display: inline;
}
ul.list_review li div.productImg img,
div.detail_box div.productImg img {
	display: block;
}
ul.list_review li div.productImg a,
div.detail_box div.productImg a {
	display: block;
	border: 1px solid #FFFFFF;
}
ul.list_review li div.productImg a:hover,
div.detail_box div.productImg a:hover {
	border: 1px solid #CC0000;
}
div.detail_box {
	margin: 0 auto 30px auto;
	width: 600px;
        line-height: 150%;
	overflow: hidden;
	font-size: 12px;
}
div.detail_box p.comment {
	padding: 10px;
	float: left;
	background: #F8F8F8;
}
div.detail_comment {
	padding-top: 10px;
	clear: both;
}
div.detail_box h3 {
	margin-top: 10px;
	font-weight: bold;
}
p.btn_review {
	padding-top: 10px;
	padding-bottom: 10px;
}
/**/

/* フッター */
#footer {
	margin-bottom: 10px;
	clear: both;
	color: #FFFFFF;
	width: 780px;
	height: 40px;
	overflow: hidden;
	background: url(/image.jsp?id=46) center center no-repeat;
}
#footer a:link,
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover,
#footer a:active {
	color: #ff0000;
}
#footer ul.footerNav {
	margin: 10px 0 0 20px;
	padding: 0;
	float: left;
	display: inline;
}
#footer ul.footerNav li {
	padding: 0 15px;
	display: inline;
	background: url(/image.jsp?id=49) 0 50% no-repeat;
}
#footer p#copyright {
	margin: 10px 20px 0 0;
	padding: 0;
	float: right;
	display: inline;
}
/**/
/* 追加分 */
div.detail_box div.comment {
	padding: 10px;
	float: left;
	font-size: 14px;
}
.review_headline {
	padding-left: 10px;
	font-size: 20px;
	background:url(/image.jsp?id=459) left bottom repeat-x;
	color: #000066;
	border-bottom: 1px solid #000066;
}
.review_headline a {
	color: #000066;
}
ul.list_review li p.comment {
	font-size: 12px!important;
}
dl.review_searchbox {
	margin-bottom: 10px;
}
dl.review_searchbox dt {
	margin-bottom: 5px;
	margin-left: 40px;
	float: left;
	display: inline;
	font-weight: bold;
}
dl.review_searchbox dd {
	margin-bottom: 5px;
	margin-left: 12em;
}
.btn_review_search {
	text-align: center;
}
.orange {
	color:#FF9900;
}
.vermilion {
	color:#FF3300;
}
.blue {
	color: #0000FF;
}
.green {
	color: #009933;
}
.navy {
	color:#000066;
}
.wine {
	color:#990000;
}
.review_return {
	margin-top: 20px;
}
.line {
	font-size:14px;
        text-align:right;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	color:#990000;
}
.line_seminar {
	font-size:12px;
        text-align:right;
	margin-bottom: 5px;
	border-bottom: 1px solid #666666;
	color: #6699cc;
}
.comment_search {
	margin: 5px 0px 3px 30px;
	font-size: 12px;
	color: #6699cc;
}
.exi_sammury {
	margin: 10px 50px 10px 50px;
	font-size: 11px;
	background: #F8F8F8;
}
#sitemap a {
	font-size: 12px;
	color: #000066;
	padding: 20px;
}
.waku {
        width: 100px;
        height: 100px;
	border: 1px solid #cccccc;
	text-align:center;
}
.waku img {
        margin-right:0!important;
}
.exi_text {
	padding-left: 10px;
}
/* レビュー追加分 */
div.review_search {
	padding: 10px;
	display: block;
	font-size: 12px;
	background: #F8F8F8;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	overflow: hidden;
}
div.review_search h2 {
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
}
div.review_search table{
	border-collapse: collapse;
}
div.review_search table th {
	padding-right: 10px;
}
/**/