@charset "utf-8";

@import "reset.css";

/*基本のスタイル---------------------------------------------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	text-align: center;
	background-color: #FFFFFF;
}
hr {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006666;
	margin-top: 1em;
	margin-bottom: 1em;
	clear: both;
}

p {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/*-------------------------------------------------------------------------基本のスタイルここまで*/



/*フォントスタイル-------------------------------------------------------------------------------*/
.style1 {
	font-weight: bold;
	color: #006666;
}
.style2 {
	font-weight: bold;
	color: #FF0000;
}
a:link {
	color: #0099FF;
	text-decoration: underline;
}
a:visited {
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
.menu a:link {
	color: #006666;
	text-decoration: underline;
}
.menu a:visited {
	color: #006666;
	text-decoration: underline;
}
.menu a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.menu a:active {
	color: #FF6600;
	text-decoration: underline;
}
.utikesi {
	text-decoration: line-through;
}

/*-----------------------------------------------------------------------フォントスタイルここまで*/



/*インデックスページ-----------------------------------------------------------------------------*/
#index div#content {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
}
#index h1#logo {
	text-indent: -9999px;
	height: 296px;
	width: 295px;
	background-image: url(../img/logo_index.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;

}
#index ul {
	padding-top: 1em;
}
#index ul li {
	padding-bottom: 1em;
}
/*---------------------------------------------------------------------インデックスページここまで*/



/*ブロックのスタイル-----------------------------------------------------------------------------*/

div#content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 0.5em;
}
div#header {
	background-image: url(../img/bg_logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
p#logo {
	float: left;
	height: 102px;
	width: 100px;
}
p#submenu {
	float: right;
	padding-top: 80px;
}
/*----------------------------------------------------------------------ブロックのスタイルここまで*/



/*グローバルメニューのスタイル--------------------------------------------------------------------*/
ul#menu {
	position: relative;
	left: 50%;
	float: left;
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
ul#menu li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0px;
	height: auto;
	width: auto;
	padding: 0px;
}
p.right {
	text-align: right;
	font-size: 14px;
	padding-top: 0.5em;
}
p#topics{
	padding-bottom: 0.5em;
}
p#info{
	padding-bottom: 0.5em;
}
div#leftContent {
	float: left;
	width: 530px;
}
#top img {
	padding-bottom: 0.5em;
}
div.block {

}
p.indent {
	padding-left: 1em;
}
/*グローバルメニューのスタイル--------------------------------------------------------------------*/



/*ライトコンテンツ-----------------------------------------------------------------------------------*/
div#rightContent {
	width: 200px;
	float: right;
}
div#banner {
	text-align: right;
	width: 200px;
}
div#makerLink p {
	padding-bottom: 10px;
}
div#banner p {
	padding-bottom: 10px;
}
/*----------------------------------------------------
製品情報のスタイル
----------------------------------------------------*/
table.downloadTable {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
table.downloadTable td {
	margin: 0px;
	padding: 0px;
}
table.downloadTable .title {
	background-color: #FF9999;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
}
table.downloadTable .text {
	vertical-align: top;
	text-align: left;
	background-color: #FFCCCC;
	padding: 0.5em;
}
/*----------------------------------------------------
製品情報02のスタイル
----------------------------------------------------*/
table.productTable {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
table.productTable td {
	margin: 0px;
	padding: 0px;
}
table.productTable .title {
	background-color: #FF9999;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
}
table.productTable .img {
	text-align: center;
	vertical-align: middle;
	background-color: #FF6699;
	padding: 1em;
	width: 150px;
}
table.productTable .text {
	vertical-align: top;
	text-align: left;
	background-color: #FFCCCC;
	padding: 0.5em;
}
/*----------------------------------------------------
更新情報のスタイル
----------------------------------------------------*/
div#new {
	width: auto;
	height: 150px;
	overflow: auto;
	text-align: left;
	padding: 0.5em;
	margin-bottom: 1em;
}
div#new ul {
	width: 91%;
}
div#new li.date {
	width: 100%;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
	color: #FF6600;
}
div#new li {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: #FF6600;
}
/*----------------------------------------------------
ムービー表示のスタイル
----------------------------------------------------*/
div#movie {
	width: auto;
	height: 150px;
	overflow: auto;
	text-align: left;
	padding: 0.5em;
	margin-bottom: 1em;
}
/*----------------------------------------------------
サイトマップのスタイル
----------------------------------------------------*/
#sitemap div#leftContent ul {
}
#sitemap div#leftContent ul li {
	padding-bottom: 0.5em;
	padding-top: 0.5px;
}
#sitemap p.indent {
	padding-left: 2em;
}
/*----------------------------------------------------
メールフォームのスタイル
----------------------------------------------------*/
.mailFormTable td {
	border: 1px solid #666666;
	padding: 5px;
}
.mail_category {
	font-weight: bold;
}
.mail_naiyou {
	font-weight: bold;
	color: #FF0000;
}
/*----------------------------------------------------
フッターのスタイル
----------------------------------------------------*/
div#a_nabi {
	width: auto;
	height: auto;
}
div#a_nabi a:link {
	color: #666666;
}
div#a_nabi a:visited {
	color: #666666;
}
div#a_nabi a:hover {
	color: #FF9900;
}
div#a_nabi a:active {
	color: #FF9900;
}
div#a_nabi ul {
	position: relative;
	left: 50%;
	float: left;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	height: auto;
	padding-top: 1em;
	padding-bottom: 1em;
}
div#a_nabi ul li {
	position: relative;
	left: -50%;
	float: left;
	padding-right: 0.75em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-left: 0.75em;
	height: auto;
	width: auto;
}
div#a_nabi ul li.last {
	position: relative;
	left: -50%;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p#footer {
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 0.5em;
	font-weight: bold;
	color: #333333;
	text-align: right;
	clear: both;
}
