@CHARSET "UTF-8";

/*
 * Decantage Site Main White Service CSS
 *
 * http://www.decantage.jp/
 * Copyright 2010, Decantage
 * 
 * May 2010
 */

/* カテゴリ */
#menu_body_category {
	position         : absolute;
	top              : 120px;
	margin-left      : 230px;
	color            : #cccccc;
}
#menu_body_category a:link {
	color            : #cccccc;
}
#menu_body_category a:visited {
	color            : #cccccc;
}
#menu_body_category a:hover {
	color            : #cfa674;
}
#menu_body_category font {
	font-size        : 8pt;
}

/* ドキュメント */
#document {
	border           : none;
	width            : 100%;
	background-color : #f3f3f3;
	text-align       : center;
}

/* ドキュメント本体 */
#document_body {
	border           : none;
	width            : 950px;
	text-align       : left;
	height: 3000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* スマートフォンアプリケーション開発 アンカー */
#document_body_smartphone_anchor_class {
	position         : absolute;
	top              : 160px;
	margin-left      : 0px;
}

/* システムコンサルティング アンカー */
#document_body_sysconsult_anchor_class {
	position         : absolute;
	top              : 450px;
	margin-left      : 0px;
}

/* システム設計／開発 アンカー */
#document_body_sysdev_anchor_class {
	position         : absolute;
	top              : 850px;
	margin-left      : 0px;
}

/* 多言語ローカライズ アンカー */
#document_body_localize_anchor_class {
	position         : absolute;
	top              : 1230px;
	margin-left      : 0px;
}

/* 品質管理 アンカー */
#document_body_quality_anchor_class {
	position         : absolute;
	top              : 1900px;
	margin-left      : 0px;
}

/* ネットワークインフラ アンカー */
#document_body_network_anchor_class {
	position         : absolute;
	top              : 2330px;
	margin-left      : 0px;
}

/* スマートフォンアプリケーション開発 */
#document_body_service_smartphone {
	margin-left      : 70px;
	width            : 840px;
	float: left;
	margin-top: 50px;
}

/* システムコンサルティング */
#document_body_service_sysconsult {
	margin-left      : 70px;
	width            : 840px;
	margin-top: 50px;
	clear: both;
	float: left;
}

/* システム設計／開発 */
#document_body_service_sysdev {
	margin-left      : 70px;
	width            : 840px;
	margin-top: 50px;
	clear: both;
	float: left;
}

/* 多言語ローカライズ */
#document_body_service_localize {
	margin-left      : 70px;
	width            : 840px;
	clear: both;
	float: left;
	margin-top: 50px;
}

/* 品質管理 */
#document_body_service_quality {
	margin-left      : 70px;
	clear: both;
	float: left;
	margin-top: 50px;
}

/* ネットワークインフラ */
#document_body_service_network {
	margin-left      : 70px;
	margin-top: 50px;
	clear: both;
	float: left;
	width: 840px;
}

/* サービス タイトル領域 */
#document_body_service_title_area {
	height: 45px;
	width: 840px;
}

/* サービス アイコン画像 */
#document_body_service_icon {
	margin-left      : 0px;
	float: left;
}

/* サービス タイトル画像 */
#document_body_service_title {
	margin-left      : 5px;
	padding-top: 12px;
	float: left;
}

/* サービス コメント領域 */
#document_body_service_comment_area {
	margin-left      : 50px;
	width            : 790px;
	line-height      : 18pt;
	font-size        : 12pt;
}

/* サービス コメント */
#document_body_service_comment {
	width            : 750px;
	clear: both;
}

/* サービス コメント2 */
#document_body_service_comment_2 {
	margin-left      : 20px;
	width            : 730px;
}

/* サービス アンカー(▲トップへ)  */
#document_body_service_anchor_top {
	margin-left      : 700px;
	font-size        : 10pt;
	color            : #0099cc;
}
#document_body_service_anchor_top:link {
	color            : #0099cc;
}
#document_body_service_anchor_top:visited {
	color            : #0099cc;
}
#document_body_service_anchor_top:hover {
	color            : #00ccff;
}


/* 開発言語、OS、データベース用テーブル */
#document_body_service_develop_table {
	border-collapse  : collapse;
	border-spacing   : 0px;
	empty-cells      : show;
	width            : 700px;
	border           : 1px solid #5b5b5b;
	background-color : #ffffff;
}
#document_body_service_develop_table tr td {
	border           : 1px solid #5b5b5b;
	padding          : 8px;
}
