body {
	font-size: 13px;
	line-height: 1.65;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	width: 100%;
	margin: 0 auto;
	color: #000;
	background: #fff url(images/top_bg.gif) repeat-x;
	}

body#content_page {
	font-size: 13px;
	line-height: 1.65;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	width: 100%;
	margin: 0 auto;
	color: #000;
	background: #fff url(images/under_bg.gif) top no-repeat;
	}

a:link, a:visited {color: #580202;text-decoration:none;}
a:hover {color: #780e0e;text-decoration:underline;}


/* ---------- 全体のテキストやイメージなど ---------- */

h2.jboss {
	clear: both;
	display: blcok;
	float: none;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	margin: 45px 0 15px;
	padding: 4px 10px;
	background: url(images/h3_bg.gif) left top no-repeat;
	}

h2.faq_q {
	clear: both;
	display: blcok;
	float: none;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	margin: 45px 0 15px;
	padding: 4px 10px;
	background: url(images/jboss_faq_q.gif) left top no-repeat;
	}

h2.faq_a {
	clear: both;
	display: blcok;
	float: none;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	margin: 45px 0 15px;
	padding: 4px 10px;
	background: url(images/jboss_faq_a.gif) left top no-repeat;
	}

h4 {
	display: block;
	font-size: 115%;
	font-weight: bold;
	color: #580202;
	border-bottom: 1px solid #580202;
	margin: 10px 0 0;
	padding: 0 10px 0;
	}

strong {
	font-weight: bold;
	}

p {
	margin: 5px 0 0;
	padding: 0 10px 6px;
	text-indent: 1em;
	text-justify: distribute;
	}

p.noindent {
	margin: 5px 0 0;
	padding: 0 10px 6px;
	text-indent: 0em;
	text-justify: distribute;
	}

img{
	border: 0px;
	vertical-align: bottom;
	}

a:hover img {
	display: none; 
	}

a:hover img.on {
	display: block; 
	}

hr {
	display: none;
	}

input, textarea {
	font-size: 95%;
	}

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}

.clear {
	clear: both;
	}

.clearall {
	clear: both;
	}

dd {
	text-align: justify;
	text-justify: distribute;
	}



/* ===== ページ全体の幅を定義 ===== */
#wrapper {
	display: block;
	position: relative;
	width: 930px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}


/* ===== ヘッダーここから ===== */
/* ----- ヘッダー部の大きさを定義 ----- */
#header_box {
	display: block;
	width: 930px;
	margin: 0 auto;
	background: #fff;
	}

#common_header {
	display: block;
	height: 52px;
	overflow: hidden;
	background: url(images/top_header_bg.gif) top repeat-x;
	}

#common_logo {
	float: left;
	}

#common_home {
	display: block;
	float: left;
	width: 80px;
	height: 49px;
	background-image: url(images/bt_home_f2.gif);
	}

#common_link {
	float: right;
	width: 300px;
	margin: 4px 0 0;
	padding: 0;
	text-align: right;
	}

#common_link a {
	color: #333;
	font-size: 85%;
	margin: 0;
	padding: 0 10px;
	background: url(images/top_header_icon.gif) left no-repeat;
	}

#common_search_box {
	clear: right;
	float: right;
	}

#common_search_box input {
	margin: 0 2px;
	}

#header {
	clear: both;
	display: block;
	height: 70px;
	overflow: hidden;
	}

/* ----- 製品ロゴ、会社ロゴ ----- */
h1 {
	display: block;
	float: left;
	margin: 0;
	}

h2 {
	display: block;
	float: left;
	margin: 0;
	}

h1.serch_engine {
	margin: 6px 0 2px;
	padding: 4px 8px 3px;
	color: #fff;
	font-size: 110%;
	font-weight: normal;
	}

h1#page_description {
	float: right;
	width: 360px;
	font-size: 95%;
	}
	
h1#content_pagetitle {
	float: left;
	width: 270px;
	margin-top: 35px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	}
/* ----- ヘッダー右のメニュー（上の４つ） ----- */
ul#headermenu {
	display: inline;
	float: right;
	width: 396px;
	height: 25px;
	margin: 0;
	padding-right: 1px;
	list-style: none;
	}

ul#headermenu li {
	float: right;
	}

ul#headermenu li a {
	display: block;
	height: 22px;
	width: 97px;
	overflow: hidden;
	}

ul#headermenu li#hm_01 a {background: url(images/header_menu01_on.gif);}
ul#headermenu li#hm_02 a {background: url(images/header_menu02_on.gif);}
ul#headermenu li#hm_03 a {background: url(images/header_menu03_on.gif);}
ul#headermenu li#hm_04 a {background: url(images/header_menu04_on.gif);}


/* ----- ヘッダー右のメニュー（お問い合わせとFAQ） ----- */
ul#contactmenu {
	clear: right;
	display: inline;
	float: right;
	width: 250px;
	height: 38px;
	margin: 0;
	padding-right: 1px;
	list-style: none;
	}

ul#contactmenu li {
	float:right;
	}

ul#contactmenu li a {
	display: block;
	overflow: hidden;
	height: 38px;
	width: 100%;
	}

ul#contactmenu li#contact_01 a {background: url(images/header_contact_on.gif) 0 38px;width:140px;}
ul#contactmenu li#contact_02 a {background: url(images/header_faq_on.gif) 0 38px;width:98px;}


/* ----- SEO用キーワードエリア（まだ作ってない） ----- */
#keyword {
	display: block;
	float: right;
	text-align: right;
	font-size: 80%;
	margin: 10px 0;
	}

/* ===== ヘッダーここまで ===== */



/* ===== コンテンツ部分 ===== */

#content {
	clear: both;
	display: block;
	float: left;
	width: 930px;
	margin: 0;
	background: #fff;
	}

#content_index {
	clear: both;
	display: block;
	float: left;
	width: 930px;
	margin: 0;
	}



/* ----- パンくずリスト ----- */

div.breadcrumb {
	display: block;
	width: 530px;
	margin: 0 0 15px;
	padding: 0px 10px 6px;
	font-size: 12px;
	border-bottom: 4px solid #f2f2f2;
	}



/* ----- 本文エリア ----- */

#main {
	display: block;
	float: left;
	width: 680px;
	}

#main_inner {
	width: 665px;
	}

div.navigation {
	display: block;
	width: 100%;
	height: 20px;
	margin: 20px 0 0 0;
	}

div.alignleft {
	display: block;
	float: left;
	width: 50%;
	text-align: left;
	}

div.alignright {
	display: block;
	float: right;
	width: 50%;
	text-align: right;
	}

#main_content_box ul {
	display: block;
	list-style-type: square;
	margin: 4px 20px;
	}

#main_content_box ul li {
	margin: 0 15px;
	}

/* ---------- 前のページ・次のページ・トップへ戻る ---------- */

p.contentnavi {
	text-align: right;
	}

p.gotop {
	text-align: right;
	font-size: 90%;}




/* ---------- サイドバー ---------- */

#sidebar {
	display: block;
	float: right;
	width: 238px
	}

#sidebar a#content_side_services {
	display:block;
	width: 238px;
	height:310px;
	margin-top: 7px;
	background-image: url(images/service_bt_on.gif);
	}

#sidebar a#content_side_access {
	display:block;
	width: 238px;
	height:175px;
	margin-top: 7px;
	background-image: url(images/access_on.gif);
	}

#sidebar img#sidemenu_title {
	margin-top: 8px;
	}

#sidebar ul#side_news {
	display: block;
	float: right;
	width: 232px;
	margin-bottom: 15px;
	}

#sidebar ul#side_news li {
	display: block;
	font-size: 90%;
	padding: 4px 0 2px 6px;
	background: url(../images/top/dot.gif) bottom repeat-x;
	}

#sidebar ul#side_news li a {
	display: block;
	}

#sidemenu_plist {
	display: block;
	float: right;
	width: 232px;
	}

#sidebar #sidemenu {
	display: block;
	float: right;
	width: 225px;
	background: url(images/right_menu_bg.gif) left top repeat-x;
	border: 1px solid #fff;
	margin: 30px 0 0;
	padding: 10px 0 5px 5px;
	}

#sidebar #sidemenu2 {
	display: block;
	float: right;
	width: 225px;
	background: url(images/right_menu_bg.gif) top repeat-x;
	border: 1px solid #ccc;
	margin: 14px 0 0;
	padding: 10px 0 5px 5px;
	}

#sidebar a#sm_demo {
	display:block;
	width: 220px;
	height:90px;
	overflow: hidden;
	background-image: url(images/right_menu_demo_on.gif);
	}

#sidebar a#sm_casestudy {
	display:block;
	width: 220px;
	height:90px;
	overflow: hidden;
	margin-bottom: 10px;
	background-image: url(images/right_menu_results_on.gif);
	}

#sidebar a#sm_01 {
	display:block;
	width: 220px;
	height:40px;
	overflow: hidden;
	background-image: url(images/right_menu_01_on.gif);
	}

#sidebar a#sm_02 {
	display:block;
	width: 220px;
	height:40px;
	overflow: hidden;
	background-image: url(images/right_menu_02_on.gif);
	}

#sidebar a#sm_03 {
	display:block;
	width: 220px;
	height:40px;
	overflow: hidden;
	background-image: url(images/right_menu_03_on.gif);
	}

#sidebar a#sm_04 {
	display:block;
	width: 220px;
	height:40px;
	overflow: hidden;
	background-image: url(images/right_menu_04_on.gif);
	}






/* ===== トップページ ===== */
/* ----- フラッシュ領域の定義 ----- */
#index_flash {
	display: block;
	float: left;
	position: relative;
	top: -37px;
	left: 0;
	width: 665px;
	height: 500px;
	}

/* ----- トップ右の導入サービスエリア ----- */
#index_sidebar {
	display: block;
	float: right;
	width: 238px;
	}

#index_sidebar a {display:block;width:238px;height:312px;background-image:url(../images/top/service_bt_on.gif);}

/* ----- 製品別案内 と 課題別案内 ----- */
#index_productmenu {
	display: block;
	float: left;
	width: 278px;
	position: relative;
	left: 0;
	top: -20px;
	}

#index_solutionmenu {
	display: block;
	float: right;
	width: 370px;
	position: relative;
	left: 0;
	top: -20px;
	}

h3.menutitle {
	background: url(images/navi_title_bg.gif) left top;
	margin: 6px 0 2px;
	padding: 4px 8px 3px;
	color: #fff;
	font-size: 110%;
	font-weight: normal;
	}

ul.pmenu li {
	background: url(images/li_bg.gif) left 0px repeat-x;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	line-height: 1.3;
	}

ul.pmenu li.lastitem {
	border-top: 1px solid #dfdfdf;
	border-left: 0px;
	border-right: 0px;
	padding: 0;
	background: none;
	}

ul.pmenu li a {
	display: block;
	background: url(images/menu_li_icon.gif) 6px 8px no-repeat;
	margin-top:1px;
	padding: 5px 5px 4px 26px;
	font-size: 90%;	
	}


/* ----- セミナー情報とお知らせ ----- */
.index_information {
	clear: both;
	display: block;
	padding-top: 25px;
	}

.index_information ul.news_list li {
	background: url(../images/top/dot.gif) bottom repeat-x;
	}

.index_information ul.news_list li a {
	display: block;
	padding: 4px 0 2px 34px;
	font-size: 90%;
	background: url(../images/top/infoemation_icon.gif) 10px 8px no-repeat;
	}

.index_information ul.news_list li strong.date {
	font-weight: bold;
	padding-right: 20px;
	}


/* ===== サービス＆サポート ===== */
#main_content_box {
	display: block;
	float: left;
	width: 100%;
	padding: 16px 0 0;
	background: url(images/h1_title_bg.gif) left 25px no-repeat;
	}
	
/* ----- ページタイトル ----- */
h3#content_pagetitle {
	float: left;
	width: 270px;
	margin-top: 35px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	}

h3#content_pagetitle img {
	padding: 3px 0 0;
	}

/* ----- 右の説明文 ----- */
p#page_description {
	float: right;
	width: 360px;
	font-size: 95%;
	}

/* ----- 説明のボックス ----- */
#services_box {
	clear: both;
	display:block;
	}

#services_box p {
	padding: 5px 20px 10px 15px;
	line-height: 1.65;
	}

#services_box img {
	margin: 0;
	padding: 0;
	float: left;
	}

img.btn_download {
	position: relative;
	bottom: 0px;
	left: 180px;
	}


.services_box_l1 {
	clear: both;
	display: block;
	float: left;
	width: 325px;
	margin: 19px 0 0 7px;
	overflow: hidden;
	}

.services_box_r1 {
	display: block;
	float: right;
	width: 325px;
	margin: 19px 0 0;
	overflow: hidden;
	}

.services_box_l2 {
	clear: both;
	display: block;
	float: left;
	width: 325px;
	margin: 7px 0 50px 7px;
	overflow: hidden;
	}

.services_box_r2 {
	display: block;
	float: right;
	width: 325px;
	margin: 7px 0 0;
	overflow: hidden;
	}

.services_box_inner {
	display: block;
	zoom: 1;
	width 325px;
	padding: 0 0 10px;
	background: url(../images/services/box_body.gif) left bottom no-repeat;
	}

.contact_box {
	clear: both;
	display: block;
	float: left;
	width: 665px;
	padding: 45px 0 25px;
	}

.contact_box_right {
	display: bock;
	float: right;
	}

.contact_box p {
	padding: 0 10px 20px;
	}

img#solution_title {
	display: block;
	float: left;
	}


ul.solutionmenu {
	display: block;
	float: right;
	width: 510px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

ul.solutionmenu li {
	display: block;
	width: 490px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 4px 30px;
	background: url(images/li_bg02.gif) no-repeat;
	}

/* ---------- フッター関連 ---------- */

#footer_menu {
	display: block;
	float: left;
	width: 100%;
	height: 106px;
	margin: 20px 0 0;
	background: url(images/footer_bt_bg.gif) top repeat-x;
	border-top: 6px solid #e7e7e7;
	}
	
#footer_menu_inner {
	display: block;
	position: relative;
	width: 930px;
	margin: 0 auto;
	text-align: center;
	}

ul.footer_menu {
	display: inline;
	float: left;
	width: 635px;
	height: 38px;
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
	}

ul.footer_menu li {
	float: left;
	}

ul.footer_menu li a {
	display: block;
	height: 38px;
	width: 210px;
	overflow: hidden;
	}

ul.footer_menu a#fm_01 {background: url(../images/footer_menu/footer_bt01_on.gif);}
ul.footer_menu a#fm_02 {background: url(../images/footer_menu/footer_bt02_on.gif);}
ul.footer_menu a#fm_03 {background: url(../images/footer_menu/footer_bt03_on.gif);}
ul.footer_menu a#fm_04 {background: url(../images/footer_menu/footer_bt04_on.gif);}
ul.footer_menu a#fm_05 {background: url(../images/footer_menu/footer_bt05_on.gif);}
ul.footer_menu a#fm_06 {background: url(../images/footer_menu/footer_bt06_on.gif);}


#footer {
	display: block;
	float: left;
	width: 100%;
	height: 70px;
	margin: 20px 0 0;
	background: #fff url(images/footer_bg.gif) top repeat-x;
	}
	
#footer_inner {
	display: block;
	position: relative;
	width: 930px;
	margin: 0 auto;
	text-align: center;
	}

#footer p {
	text-align: right;
	font-size: 80%;
	letter-spacing: 0.1em;
	padding: 5px 5px 0;
	}

#footer p.footer_notice {
	text-align: right;
	font-size: 75%;
	letter-spacing: 0.1em;
	padding: 0 5px 5px;
	color: #555;
	}

/* ----- 価格表ページ ----- */
table#pricelist {
	display: block;
	margin: 20px 0;
	border: 1px solid #580202;
	}

table#pricelist th,
table#pricelist td {
	padding: 2px 6px;
	font-size: 80%;
	line-height: 1.4;
	border: 1px solid #ccc;
	background: #fff;
	}


/* ----- ご購入方法ページ ----- */
.purchase_box {
	display: block;
	width: 620px;
	margin: 10px auto;
	}

.purchase_box_bottom {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 10px;
	padding: 10px 0 10px;
	background: #fff url(images/footer_bt_bg.gif) top repeat-x;;
	border-left: 7px solid #e2e2e2;
	border-right: 7px solid #e2e2e2;
	border-bottom: 7px solid #e2e2e2;
	}

.purchase_box_bottom h4 {
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 12px;
	}

.purchase_box_bottom h4 img {
	padding: 0 0 13px;
	}

/* ----- お問い合わせなどのフォーム ----- */
table.formtable {
	display: block;
	width: 665px;
	margin: 20px 0 0;
	border-bottom: 1px solid #f2f2f2;
	}

table.formtable th,
table.formtable td {
	padding: 12px 10px 10px;
	width: 100%;
	}

table.formtable tr {
	background: url(images/footer_bg.gif) top repeat-x;
	}

table.formtable th {
	border-left: 1px solid #f2f2f2;
	}

table.formtable td {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	padding-left: 20px;
	}

/* ----- お問い合わせなどのフォーム ----- */
table.product_description {
	display: block;
	width: 100%;
	margin: 10px 0 20px;
	background: url(images/footer_bg.gif) top repeat-x;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
	font-size: 90%;
	}

table.product_description th,
table.formtable td {
	padding: 12px 10px 10px;
	width: 100%;
	}

table.product_description tr {
	border-bottom: 1px solid #f2f2f2;
	}

table.product_description tr.noborder {
	border-bottom: 0px;
	}

table.product_description th {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	padding: 2px 20px;
	text-align: left;
	}

table.product_description td {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	padding: 2px 20px;
	}


/* 文字色 */
.red {
	color: #a00;
	font-weight: bold;
	}
