@charset "Shift_JIS";
/* ##################################################

	css2.0document
	since 2006/06/13
	Editor akato
	
	トップページ,各ページ共通部分スタイル

#################################################### */

/*ノーマライズ
-----------------------------------------------------------*/
*,ul,li {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal; 
}
ul,li {
	list-style-type: none;
}
a img {
	border: 0px none #fff;
}
img { 
	border:0px none #fff;
}
a {
	color: #2369B6;
}
a:hover {
	color: #4389d6;
	text-decoration: none;
}
a:visited {
	color: #1D4CA6;
}

/*共通スタイル
-----------------------------------------------------------*/
body {
	font: 10pt/1.4 Arial, Helvetica "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #404040;
	text-align: center;
	background: #fff;
}
div#container {
	margin: 0 auto;
	background: #fff;
}
/*フッター*/
div#footer {
	display: none;
}

/*ヘッダ*/
div#Header {
	display: none;
}

/*下層ページテンプレート
-----------------------------------------------------------*/
/* ヘッダー */
ul#headMainmenu {
	display: none;
}

/*パンくず--------------------------*/
ul#Breadcrumbs {
	list-style: none;
	text-align: left;
	font-size: 12px;
	margin: 0 4px 8px;
	padding: 0 2px 4px 8px;
	clear: left;
}
ul#Breadcrumbs li {
	display: inline;
}
body#solution ul#Breadcrumbs {
	border-bottom: solid 2px #81b805;
}
body#products ul#Breadcrumbs {
	border-bottom: solid 2px #ffcc00;
}
body#summary ul#Breadcrumbs,
body#sitemap ul#Breadcrumbs {
	border-bottom: solid 2px #0066cb;
}
body#results ul#Breadcrumbs {
	border-bottom: solid 2px #f37a5d;
}
body#news ul#Breadcrumbs {
	border-bottom: solid 2px #d7073b;
}

/*コンテンツ部分----------------------*/
body#products div#commonContents h1 {
	background: url(../../images/h1_products.gif) right center no-repeat;
}
body#solution div#commonContents h1 {
	background: url(../../images/h1_solution.gif) right center no-repeat;
}
body#case div#commonContents h1 {
	background: url(../../images/h1_case.gif) right center no-repeat;
}
body#news div#commonContents h1 {
	background: url(../../images/h1_news.gif) right center no-repeat;
}
body#results div#commonContents h1 {
	background: url(../../images/h1_case.gif) right center no-repeat;
}


body#solution div#commonContents,
body#products div#commonContents,
body#summary div#commonContents,
body#results div#commonContents {
	padding: 0 0 0 0;
	text-align: left;
}
body#news div#commonContents {
	margin: 10px 20px 0px 20px;
	text-align: left;
}

/*サイドバー部分----------------------*/
div#commonSidemenu {
	display: none;
}


/* トップページ用スタイル
-----------------------------------------------------------*/
/* ヘッダーフラッシュ付近---- */
div#topMainhead {
	height: 155px;
	background: url(../../images/headimg.jpg) 0 0 no-repeat;
	clear: both;
	margin: 0 1px;
	overflow: hidden;
}
div#topMainhead object,
div#topMainhead embed {
	position: relative;
	top: 20px;
	left: 0;
}
div#topMainhead ul {
	list-style: none;
	margin: 0 0 0 468px;
	padding-top: 20px;
}
div#topMainhead li a {
	display: block;
	width: 230px;
	height: 45px;
}
div#topMainhead li a em {
	display: block;
	text-indent: -9999px;
}
a#topMenuSolution {
	background: url(../../images/headimg_solu.jpg) 0 0 no-repeat;
}
a#topMenuProduct {
	background: url(../../images/headimg_product.jpg) 0 0 no-repeat;
}
a#topMenuResults {
	background: url(../../images/headimg_intro.jpg) 0 0 no-repeat;
}

/*コンテンツ--------------------*/
div#topContents {
	margin: 12px 8px 24px 0;
	text-align: left;
	background: url(../../images/top_contentsborder.gif) 470px 0 repeat-y;
}
div#topContents h2 {
	height: 32px;
	overflow: hidden;
	margin: 0 0 6px 5px;
	width: 456px;
	text-indent: -9999px;
	clear: left;
}
	h2#toph2Opty {
		background: url(../../images/top_h2opty.jpg) 0 0 no-repeat;
	}
	h2#toph2Trafic {
		background: url(../../images/top_h2trafic.jpg) 0 0 no-repeat;
	}
	h2#toph2Integ {
		background: url(../../images/top_h2integ.jpg) 0 0 no-repeat;
	}
	h2#toph2Manage {
		background: url(../../images/top_h2manage.jpg) 0 0 no-repeat;
	}
div#topContents ul {
	margin: 0 14px 0 9px;
	line-height: 1.2;
}
div#topContents li {
	width: 214px;
	float: left;
	background: url(../../images/top_libottom.gif) 0 100% repeat-x;
	margin-bottom: 6px;
	height: 60px;
}
p.topLilastn {
	background: #fff;
}
ul#topManageCont li {
	height: 80px;
	background: none;
}
ul#topOptyCont li {
	background: none;
}
li.topContentsOddli {
	clear: left;
	float: left;
	margin-right: 15px;
}
li.topContentsOddlifn {
	clear: left;
	float: left;
	margin-right: 15px;
	background: none !important;
	height: 50px !important;
}
div#topContents li h3 {
	font-size: 12px;
	padding-left: 45px;
	margin-bottom: 4px;
	background-position: 0 1px;
	background-repeat: no-repeat;
}
div#topContents li h3 a {
	color: #06c;
	text-decoration: underline;
}
div#topContents li h3 a:hover {
	color: #40a6ff;
	text-decoration: none;
}
	h3.topContSol {
		background-image: url(../../images/top_icon-solu.gif);
	}
	h3.topContProd {
		background-image: url(../../images/top_icon-prod.gif);
	}
div#topContents li p {
	font-size: 10px !important;
	font-size: 9px;
}
	
/*!!サイドバー------------------*/
div#topSidebar {
	margin: 12px 0 0;
}
div#topSidebar h2 {
	text-align: center;
	margin-bottom: 8px;
	line-height: 0;
}
div#topSidebar dl {
	text-align: left;
	width: 210px;
	margin: 0 auto 24px;
}
div#topSidebar dt {
	font-size: 80%;
	color:#d7073b;
	margin-bottom: 2px;
}
div#topSidebar dt img {
	margin-right: 4px;
}
div#topSidebar dd {
	line-height: 120%;
	font-size: 80%;
	margin-bottom: 6px;
}




/*見出しスタイル
-----------------------------------------------------------*/
div#commonContents h1 {
	border-left: 4px solid #3366cc;
	color: #3366cc;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	margin: 5px 0px 10px 0px;
}
div#commonContents h2 {
	border-left: 4px solid #3366cc;
	background: #cee0f4;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
	margin: 20px 0px 10px 0px;
}
div#commonContents h2 a {
	font-weight: bold;
}
div#commonContents h3 {
	color: #3366cc;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}
div#commonContents h3 a {
	color: #3366cc;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	text-decoration: underline;
}
div#commonContents h3 a:hover {
	text-decoration: none;
}


/*テーブルスタイル
-----------------------------------------------------------*/
table {
	border: 1px solid #999;
	border-collapse: collapse;
	width: 90%;
}
table th {
	border: 1px solid #999;
	background: #cee0f4;
	padding: 3px 5px 3px 5px;
}
table td {
	border: 1px solid #999;
	padding: 3px 5px 3px 5px;
}

table.bigtable {
	font-size: 80%;
}

/*リストスタイル
-----------------------------------------------------------*/

div#commonContents dl {
	margin: 0px 0px 10px 0px;
}
div#commonContents dl dt {
	margin: 20px 0px 0px 0px;
	font-weight: bold;
}
div#commonContents dl dd {
	margin: 10px 0px 0px 20px;
}

