@charset "utf-8";
/* body設定
------------------------------------------------------------*/
body {
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
*/	line-height: 150%;
	color: #333333;
	background-color: #F7F7F7;
	padding: 0;
	text-align: left;
	margin: 0px;
}

A {
	color: #0033CC
}
A:link {
	color: #0033CC
}
A:visited {
	color: #800080
}
A:hover {
	color: #FF6600
}
A:active {
	color: #800080
}
/* ヘッダー */
h1 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 100%;
	color: #5A5A5A;
}
h3 {
	font-size: 100%;
	background-repeat: no-repeat;
	padding: 3px 5px;
	margin-right: 15px;
}
/* h4見出し
----------------------------------------*/
h4 {
	font-weight: bold!important;
	color: #5A5A5A!important;
	font-size: 110%!important;
	margin: 2em 15px 0em 0.7em!important;
}
/* h5見出し 下線有り
----------------------------------------*/
h5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEBE;
	font-weight: bold!important;
	color: #5A5A5A;
	font-size: 100%;
	margin: 2em 15px 0.7em 0.7em!important;
}
h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 2em 15px 0em 0.7em!important;
	padding: 0px;
}

p {
	margin: 0.5em 15px 1.5em 0.7em!important;
	text-align: justify;
}

/* layout
------------------------------------------------------------*/
#container {
	width: 762px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	position:relative;
}

#header {
	width: 762px;
	height: 70px;
}

#navi-area {
	width: 730px;
	height: 40px;
	margin-left: 15px;
}

#left-area {
	width: 195px;
	float: left;
	padding-top: 2em;
}
#right-area {
	float: right;
	width: 750px;
}
#footer {
	clear: both;
	width: 762px;
	height: 80px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 5px solid #CCCCCC;
}


/* header
------------------------------------------------------------*/

/* RESPロゴ 
----------------------------------------*/
#header h1 {
	position: relative;
	top: 30px;
	left: 15px;
	height: 20px;
	width: 200px;
	background-image: url(../common/img/logo/resp_logo02.gif);
	background-repeat: no-repeat;
}
#header h1 a {

	display: block;
	width: 80px;
	height: 20px;
	text-indent: -2000em;
	text-decoration: none;
}

/* subNavi
----------------------------------------*/

#subNavi {
	width: 160px;
	height: 20px;
	list-style: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 585px;
	top: 10px;
}
#subNavi li a {
	width: 80px;
	height: 20px;
	float: left;
	position: absolute;
	overflow: hidden;
	padding: 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0px;
}
#toppage a{ 
	background: url(../common/img/btn/common/toppage.gif) no-repeat;
	left: 0px;
}
#sitemap a{ 
	background: url(../common/img/btn/common/sitemap.gif) no-repeat;
	left: 80px;
}

#toppage a:hover, 
#sitemap a:hover{
	background-position: 0px -20px;
}

ul#subnaviArea {
	list-style: none;
	position: absolute;
	top: 20px;
	right: 15px;
}
ul#subnaviArea li {
	display: inline;
	font-size: small;
	line-height: 100%;
	padding-left: 0.5em;
	border-left: 1px solid #CCCCCC;
}


/* グローバルナビゲーション
------------------------------------------------------------*/
	
/* contents globalnavigation
----------------------------------------*/
#global-navi {
	position: relative;
	width: 730px;
	height: 40px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
	padding: 0px;
	background-image: url(../common/img/btn/contents/btn02.gif);
	background-repeat: repeat-x;
}
#global-navi li a {
	width: 107px;
	height: 40px;
	float: left;
	position: absolute;
	overflow: hidden;
	padding: 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0;
}
#navi-topics a{ 
	background: url(../common/img/btn/contents/topics02_s01.gif) no-repeat;
	left: 195px;
}
#navi-product a{ 
	background: url(../common/img/btn/contents/btn_product02_s01.gif) no-repeat;
	left: 302px;
}
#navi-download a{ 
	background: url(../common/img/btn/contents/btn_download02_s01.gif) no-repeat;
	left: 409px;
}
#navi-faq a{ 
	background: url(../common/img/btn/contents/btn_faq02_s01.gif) no-repeat;
	left: 516px;
}
#navi-contact a{ 
	background: url(../common/img/btn/contents/btn_contact02_s01.gif) no-repeat;
	left: 623px;
}
/* マウスオーバーの時、画像を上に40pxずらす */
#navi-topics a:hover, 
#navi-product a:hover, 
#navi-download a:hover, 
#navi-faq a:hover,
#navi-contact a:hover{ 
	background-position: 0px -40px;
}

/* product navigation
----------------------------------------*/
.productNaviArea {
	margin-left: 14px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 5px solid #CCCCCC;
	width: 180px;
	margin-bottom: 15px;
}

/* product navi 見出し部分のスタイル
----------------------------------------*/
.productMenuIndex {
	color: #FFFFFF;
	background: #086DAC;
	text-indent: 0.5em;
}

#productNavi {
	position: relative;
	width: 180px;
	list-style: none;
	overflow: hidden;
	height: 480px;
}
#productNavi li a {
	width: 180px;
	height: 40px;
	position: absolute;
	overflow: hidden;
	padding: 0;
	text-indent: -100em;
	text-decoration: none;
	left: 0px;
	margin: 0px;
}

#productNaviBird-21 a{
	background: url(../product/img/btn/bird-21_s01.gif) no-repeat;
	top: 0px;
	left: 0px;
}
#productNaviResp-f3 a{
	background: url(../product/img/btn/resp-f3_s01.gif) no-repeat;
	top: 40px;
}
#productNaviResp-ls a{
	background: url(../product/img/btn/resp-ls_s01.gif) no-repeat;
	top: 80px;
}
#productNaviResp-f3d a{
	background: url(../product/img/btn/resp-f3d_s01.gif) no-repeat;
	top: 120px;
}
#productNaviResp-m2 a{
	background: url(../product/img/btn/resp-m2_s01.gif) no-repeat;
	top: 160px;
}
#productNaviResp-mplus a{
	background: url(../product/img/btn/resp-m+_s01.gif) no-repeat;
	top: 200px;
}
#productNaviResp-m3 a{
	background: url(../product/img/btn/resp-m3_s01.gif) no-repeat;
	top: 240px;
}
#productNaviResp-s a{
	background: url(../product/img/btn/resp-s_s01.gif) no-repeat;
	top: 280px;
}
#productNaviResp-f a{
	background: url(../product/img/btn/resp-f_s01.gif) no-repeat;
	top: 320px;
}
#productNaviResp-qdm a{
	background: url(../product/img/btn/resp-qdm_s01.gif) no-repeat;
	top: 360px;
}
#productNaviResp-t a{
	background: url(../product/img/btn/resp-t_s01.gif) no-repeat;
	top: 400px;
}
#productNaviUlt-ds a{
	background: url(../product/img/btn/ult-ds_s01.gif) no-repeat;
	top: 440px;
}
/* マウスオーバーの時、画像を上に40pxずらす */
#productNaviBird-21 a:hover, 
#productNaviResp-f3 a:hover, 
#productNaviResp-ls a:hover, 
#productNaviResp-f3d a:hover,
#productNaviResp-m2 a:hover,
#productNaviResp-mplus a:hover,
#productNaviResp-m3 a:hover,
#productNaviResp-s a:hover,
#productNaviResp-f a:hover,
#productNaviResp-qdm a:hover,
#productNaviResp-t a:hover,
#productNaviUlt-ds a:hover { 
	background-position: 0px -40px;
}

/* product navigation Bottom
----------------------------------------*/
#productNaviBottom {
	position: relative;
	width: 180px;
	height:120px;
	list-style: none;
	overflow: hidden;
}
#productNaviBottom li a {
	width: 180px;
	height: 40px;
	position: absolute;
	overflow: hidden;
	padding: 0;
	text-indent: -100em;
	text-decoration: none;
	left: 0px;
	margin: 0px;
}

#productNaviDousa a{
	background: url(../product/img/btn/dousakankyou_S01.gif) no-repeat;
	top: 0px;
	left: 0px;
}
#productNaviTaiou a{
	background: url(../product/img/btn/taioujyoukyou_s01.gif) no-repeat;
	top: 40px;
}
#productNaviNetwork a{
	background: url(../product/img/btn/network_s01.gif) no-repeat;
	top: 80px;
}

/* マウスオーバーの時、画像を上に40pxずらす */
#productNaviDousa a:hover, 
#productNaviTaiou a:hover, 
#productNaviNetwork a:hover { 
	background-position: 0px -40px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆
----------------------------------------*/
.melmagNaviArea {
	margin-left: 14px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 5px solid #CCCCCC;
	width: 180px;
	margin-bottom: 15px;
}

/* melmag navi 見出し部分のスタイル
----------------------------------------*/
.melmagMenuIndex {
	color: #FFFFFF;
	background: #006699;
	text-indent: 0.5em;
}

#melmagNavi {
	position: relative;
	width: 180px;
	list-style: none;
	overflow: hidden;
}
#melmagNavi li {
	height: 40px;
}
#melmagNavi li a {
	width: 180px;
	height: 40px;
	position: absolute;
	overflow: hidden;
	padding: 0;
	text-indent: -100em;
	text-decoration: none;
	left: 0px;
	margin: 0px;
}

#melmagNavi2008 a{
	background: url(../mailmag/img/btn/2008.gif) no-repeat;
	top: 0px;
	left: 0px;
}
#melmagNavi2007 a{
	background: url(../mailmag/img/btn/2007.gif) no-repeat;
	top: 40px;
	left: 0px;
}
#melmagNavi2006 a{
	background: url(../mailmag/img/btn/2006.gif) no-repeat;
	top: 80px;
}
#melmagNavi2005 a{
	background: url(../mailmag/img/btn/2005.gif) no-repeat;
	top: 120px;
}
#melmagNavi2004 a{
	background: url(../mailmag/img/btn/2004.gif) no-repeat;
	top: 160px;
}
/* マウスオーバーの時、画像を上に40pxずらす */
#melmagNavi2008 a:hover, 
#melmagNavi2007 a:hover, 
#melmagNavi2006 a:hover, 
#melmagNavi2005 a:hover, 
#melmagNavi2004 a:hover { 
	background-position: 0px -40px;
}

/* インデックス
------------------------------------------------------------*/

/* コンテンツメイン見出し
----------------------------------------*/
.headerContents {
	background-color: #086DAC;
	font-weight: normal;
	color: #FFFFFF;
	margin: 1em 15px 1em 0px;
	padding: 1px 0px 1px 3px;
	font-size: 110%;
}
.headerContents a:link {
	color:#FFFFFF;
}

.headerContents a:visited {
	color:#FFFFFF
}

/* コンテンツメイン見出し（リンクあり、色変化なし）
----------------------------------------*/
.index_type02 {
	background-color: #086DAC;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px 15px 1em 0px;
	padding: 0px 0px 0px 3px;
}

.index_type02 a:link {
	color:#FFFFFF;
}

.index_type02 a:visited {
	color:#FFFFFF
}

/* 製品別インデックス
----------------------------------------*/
.indexBird21 {
	background-image: url(../common/img/logo/height15/bird-21.gif);
	text-indent: -2000em;
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
	margin-top: 2em;
	margin-bottom: 1em;
}
	
/* Faq
----------------------------------------*/
.indexFaq {
	background-image: url(../common/img/index/index_text_img_faq.gif);
	text-indent: -2000em;
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
	margin-top: 2em;
	margin-bottom: 1em;
}

/* Topics
----------------------------------------*/
.indexTopics {
	background-image: url(../common/img/index/index_text_img_topics.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
	margin-top: 2em;
	margin-bottom: 1em;
	text-indent: -2000em;
}

/* Bird-21 セミナー見出し
-------------------------*/
.indexBirdSeminar {
	background-image: url(../topics/img/seminar03.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 535px;
	text-indent: -2000em;
}

/* RESP セミナー見出し
-------------------------*/
.indexRespSeminar {
	background-image: url(../topics/img/seminar08.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 535px;
	text-indent: -2000em;
}

/* RESP セミナー見出し
-------------------------*/
.indexTopics013 {
	background-image: url(../topics/img/resp&bird112.jpg);
	background-repeat: no-repeat;
	height: 62px;
	width: 535px;
	text-indent: -2000em;
}
.indexKoushin {
	background-image: url(../common/img/index/index_text_img_koushin.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
	margin-top: 2em;
	margin-bottom: 1em;
	text-indent: -2000em;
}

/* Information
----------------------------------------*/
.indexInfo {
	background-image: url(../common/img/index/index_text_img_info.gif);
	text-indent: -2000em;
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
	margin-top: 2em;
	margin-bottom: 1em;
}

/* Product
----------------------------------------*/
.indexProduct {
	background-image: url(../common/img/index/index_text_img_product.gif);
	text-indent: -2000em;
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
	margin-top: 2em;
	margin-bottom: 1em;
}

/* Download
----------------------------------------*/
.indexDownload {
	background-image: url(../common/img/index/index_text_img_download.gif);
	text-indent: -2000em;
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
	margin-top: 2em;
	margin-bottom: 1em;
}

/* Sitemap
----------------------------------------*/
.indexSitemap {
	background-image: url(../common/img/index/index_text_img_sitemap.gif);
	text-indent: -2000em;
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
	margin-top: 2em;
	margin-bottom: 1em;
}

/* Mailmag
----------------------------------------*/
.indexMailmag {
	background-image: url(../common/img/index/index_text_img_mailmag.gif);
	text-indent: -2000em;
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
	margin-top: 2em;
	margin-bottom: 1em;
}

/* Contact
----------------------------------------*/
.indexContact {
	background-image: url(../common/img/index/index_text_img_contact.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 200px;
	margin-top: 2em;
	margin-bottom: 1em;
	text-indent: -2000em;
}


/* right area 詳細設定
------------------------------------------------------------*/
.textRed {
	color: #FF6347;
}

/* セミナー情報などトピックスのテキストボックス
------------------------------------------------------------*/
.paragraph01 {
	background-color: #F5F5F5;
	border: 1px solid #999999;
	margin-bottom: 1em;
	padding: 0.5em 1em;
	margin-right: 15px;
	margin-left: 1em;
}

/* pagetop
------------------------------------------------------------*/
.pageTop {
	position: relative;
	top: 0px;
	height: 10px;
	width: 110px;
	background: url(../common/img/btn/common/pagetop.gif) no-repeat;
	clear: both;
	left: 410px;
	margin-bottom: 15px;
	margin-top: 0px;
}
.pageTop a {
	display: block;
	text-indent: -2000em;
	text-decoration: none;
	height: 10px;
	width: 110px;
	margin: 0px;
}

/* footer
------------------------------------------------------------*/
#footer ul {
	list-style-type: none;
	font-size: small;
	width: 730px;
	margin: 0px;
	padding: 10px 15px 0px 10px;
}
#footer li {
	display: inline;
	height: 40px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
}
address {
	font-size: 12px;
	font-style: normal;
	color: #666666;
	position: relative;
	width: 584px;
	left: 15px;
	height: 20px;
}
.kke_logo {
	position: relative;
	height: 22px;
	width: 146px;
	margin: 0px;
	padding: 0px;
	left: 599px;
	bottom: -18px;
}





/* テーブル スタイル
------------------------------------------------------------*/
	
/* tableType01 ヘッダーが横に並ぶ表
----------------------------------------*/
.tableType01 {
	border-collapse: collapse;
	border: 1px solid #999999;
	margin: 1em 15px 1.5em 0.7em;
} 

.tableType01 td {
	border: 1px #999999 solid;
	padding: 5px;
}

.tableType01 th {
	border: 1px solid #999999;
	background-color:#E1E1E1;
	color: #666666;
	text-align: center;
	padding: 0.5em;
}


/* tableType02 ヘッダーが縦に並ぶ表
----------------------------------------*/
.tableType02 {
	border-collapse: collapse;
	border: 1px #999999 solid;
	margin: 1em 15px 1.5em 0.7em;
	} 

.tableType02 td { 
	border: 1px #999999 solid; /* セルの枠線（太さ・色・スタイル） */ 
	padding: 5px; /* セル内の余白 */ 
}

.tableType02 th {
	border: 1px solid #999999;
	background-color:#E1E1E1;
	color: #666666;
	text-align: right;
	vertical-align: top;
	padding: 0.5em;
}

/* tableTypeKakaku 価格表
----------------------------------------*/
.tableTypeKakaku {
	border-collapse: collapse;
	border: 1px #999999 solid;
	margin: 1em 15px 0em 1em;
	} 

.tableTypeKakaku td {
	border: 1px #999999 solid;
	padding: 5px;
	text-align: center;
}

.tableTypeKakaku th {
	border: 1px solid #999999;
	background-color:#E1E1E1;
	color: #666666;
	text-align: right;
	vertical-align: top;
	padding: 0.5em;
}

/* 季刊RESP用　タイプ01ベース　テキストセンタリング
----------------------------------------*/
.tableType03 {
	border-collapse: collapse;
	border: 1px #999999 solid;
	margin: 1em 15px 1.5em 1em;
} 
.tableType03 td {
	border: 1px #999999 solid;
	padding: 5px;
	text-align: center;
	font-size: 92%;
}
.tableType03 td a {
	font-size: 87%;
}
.tableType03 th {
	border: 1px solid #999999;
	background-color:#E1E1E1;
	color: #666666;
	padding: 0.2em;
	text-align: center;
	margin: 0px;
}

/* 季刊RESP用 align="top"
----------------------------------------*/
.alignTop {
	vertical-align: top;
}
/* メルマガ一覧表に使用 align="top"
----------------------------------------*/
.alignCenter {
	text-align: center;
}
/* 仕様に使用 text-align right
----------------------------------------*/
.alignRightGrey {
	text-align: right;
	background: #F5F5F5;
	vertical-align: top;
}
.alignCenterGrey {
	text-align: center;
	background: #F5F5F5;
}
/* 対応に使用 text-align ledt
----------------------------------------*/
.manufacturerName {
	text-align: left !important;
	vertical-align: top !important;
	white-space:nowrap;
}
.deviceName {
	text-align: left !important;
	vertical-align: top !important;
}



/* リストスタイル
------------------------------------------------------------ */


/* 02ノーマルマークリスト 左マージンのみ設定
----------------------------------------*/
.listStyle02 {
	margin-bottom: 1em;
	margin-right: 15px;
}
.listStyle02 li {
	margin-left: 2.5em;
}

/* 03三角矢印リスト
----------------------------------------*/
.listStyle03 li {
	background: url(../common/img/index_mark/arrow01.gif) no-repeat 0px 4px;
	list-style: none;
	padding-left: 20px;
	width: 515px;
	height: 18px;
	margin-bottom: 0.2em;
}

/* リンクがあるリスト用
----------------------------------------*/
.listStyleLink {
	margin-bottom: 1em;
	margin-right: 15px;
}
.listStyleLink li {
	list-style: none;
	background: url(../common/img/index_mark/list_mark01.gif) no-repeat 0px 5px;
	padding-left: 1.5em;
	margin-bottom: 0.3em;
	margin-left: 1em;
}

/* 通し番号リスト用
----------------------------------------*/
.listStyleNumber {
	margin-left: 2em;
	margin-bottom: 1.5em;
	margin-top: 1em;
}
.listStyleNumber li {
	margin-bottom: 0.3em;
	margin-left: 1em;
}

/* 季刊RESP用リスト
----------------------------------------*/
.listStyleQuarterlyresp li {
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}



/* faq設定
------------------------------------------------------------ */
dl {
	margin: 0px 0px 0em;
	padding: 0px;
}
.faq dt {
	background: #E6E6E6;
	padding: 0.5em;
	margin: 0px 15px 0px 0px;
}
.faq dd {
	padding: 0.5em;
	margin: 0px 15px 0px 0px;
}
.faq dd p {
	margin: 0em 0em 0.5em!important;
	padding: 0em!important;
}

/* productLogo設定
------------------------------------------------------------ */
.faqProductLogo {
	margin-top: 1em;
}

/* download.htm フォーム設定
------------------------------------------------------------ */
form {
	margin-bottom: 1em;
	margin-left: 1em;
}

/* 色設定
------------------------------------------------------------ */
.white {
	background-color: #FFFFFF;
}
.grey {
	background-color: #F5F5F5;
}


/* 製品情報 product.htm 設定
------------------------------------------------------------ */
.productSubmenu {
	margin-right: 15px;
	margin-top: 1em;
}
.productSubmenu li {
	display: inline;
	list-style: none;
	background: url(../common/img/index_mark/list_mark02.gif) no-repeat 0px 0px;
	padding-left: 0.9em;
	margin-bottom: 0.3em;
	margin-right: 0.5em;
	font-size: 100%;
}

.productBoxL {
	width: 237px;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	float: left;
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	clear: left;
}
.productBoxR {
	width: 237px;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 15px;
	float: left;
}
.productBoxLogo {
	margin: 0px 0px 0.7em!important;
	padding: 0px!important;
}
.productBoxText {
	margin: 0px!important;
	padding: 0px!important;
	height: 100px;
}
.productBoxDetail {
	margin: 0.3em 0px 0px!important;
	padding: 0px!important;
	text-align: right;
}


/* 画像設定
------------------------------------------------------------ */

/* 製品紹介ページ 左下の「解析部門」バナー
----------------------------------------*/
.kaisekiBanner {
	height: 80px;
	width: 180px;
	margin-left: 15px;
	margin-bottom: 1em;
}

/* 画像のフロート設定
----------------------------------------*/
.imgFloatLeft {
	border: 1px solid #666666;
	width: 250px;
	float: left;
}
.imgFloatRight {
	border: 1px solid #666666;
	float: right;
}
.floatClear {
	clear: both;
}

/* download.htmの季刊RESPの画像を左にフロート
----------------------------------------*/
.floatLeft {
	float: left;
	margin-right: 10px;
}

/* サムネイル設定
----------------------------------------*/
.thumbnail {
	border: 1px solid #666666;
	margin-bottom: 0.5em;
}

.thumbnailRM {
	border: 1px solid #666666;
	margin-bottom: 0.5em;
	margin-right: 10px;
}

/* 「new!!」アイコンの設定
----------------------------------------*/
.new {
	background: url(../common/img/new/new01.gif) no-repeat 0px 0px!important;
	margin: 0px;
	padding: 0px;
}

/* 不要と思われるスタイル
------------------------------------------------------------ */
/*
.floatRight {
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.indexBird-21 {
	height: 25px;
	width: 65px;
	background-image: url(../common/img/logo/height15/bird-21.gif);
	text-indent: -2000em;
}
*/


/* 01リンクがあるリスト 四角矢印
----------------------------------------*/
/*
.listStyle01 li {
	background: url(../common/img/index_mark/list_mark01.gif) no-repeat 0px 4px;
	list-style: none;
	padding-left: 20px;
	width: 515px;
	margin-bottom: 0.2em;
}
*/

/*
.subTitle {
	position: relative;
	left: 100px;
	top: -9px;
	height: 11px;
	width: 110px;
}
*/.melmagIndex {
	margin: 0px 0px 0px 2em;
}
.contentsHeaderText {
	border-bottom: 1px solid #006699;
	font-weight: bold;
	color: #006699;
	font-size: 120%;
	margin-right: 15px;
	padding-bottom: 0.1em;
	border-left: 4px solid #006699;
	padding-left: 0.3em;
	padding-top: 0.1em;
	margin-top: 15px;
}
s {
	color: #999999;
}
.grayText {
	color: #999999;
}
.infoContentsDL {
	margin-left: 2.5em;
}
.infoContentsDL dt {
	float: left;
	width: 5em;
}
.infoContentsDL dd {
	margin-left: 5em;
}
