@charset "utf-8";

/*
 基本要素
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	background:#f8f8f9;
	font-family:Verdana, sans-serif;
	font-size:12px;
}
h1,h2,h3,h5,h6 {
	font-size:12px;
	font-weight:bolder;
	font-family:"ＭＳ Ｐ明朝",serif;
	margin:0;
	padding:0;
	line-height:1em;
	color:#006600;
}
h1{
	font-size:30px;
}

h3{
	font-size:18px;
}
p,li,dt,dl {
	line-height:22px;
}
p {
	margin:0 0 12px 0;
	color:#60a238;
}
dt,dd{
	color:#60a238;
	margin-bottom:20px;
}
dt{
	margin-bottom:6px;
}
li {
	list-style-type:none;
	color:#60a238;
}
img {
	border:0;
}
hr {
	display:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0px;
	line-height:0;
}
/*
 リンクカラー
----------------------------------------------------------- */
a {
	text-decoration:underline;;
	color:#60a238;
}
a:link {
	color:#60a238;
}
a:hover {
	color:#8ae550;
}
a:active {
	color:#006600;
}

div.image a,
div.examples a,
div.text a.example{
	text-decoration:none;
}

/* !ページ内ページトップ移動リンク */
#articles .footerSection p.gotoTop a{
	color:#0c6334;
	text-decoration:none;
}

#articles .footerSection p.gotoTop a:hover{
	color:#129951;
}

/* ニュースリンク */

#top #contents #news p a{
	color: #060;
	text-decoration: none;
}

h1.mttitle{
    font-family:sans-serif;
    font-size:21px;
}
/*
 コンテナのスタイル
----------------------------------------------------------- */
#container{
	background: #fff;
	width:949px;
	margin:0 auto;
}

#header{
	width:949px;
	height:86px;
	background:#60a238;
}

#contents{
	padding-top:54px;
	width:907px;
	margin-bottom:60px;
}

#leftbar{
	float:left;
	width:218px;
}

/* ---- メインコンテンツのコンテナスタイル ---- */
#articles{
	float:right;
	width:689px;
}

#articles .section {
	clear:both;
	margin-top:24px;
	padding-bottom:36px;
	border-bottom:2px #7fb27f solid;
}

#articles .section.noneBorder {
	border-bottom:none;
}

#articles .section.narrowMargin {
	padding-bottom:0;
}

#articles .section.first-child {
	margin-top:0;
	padding-bottom:30px;
}

#articles .section.last-child {
	border-bottom:none;
	padding-bottom:11px;
}

#articles .footerSection{
	border-top:2px #7fb27f solid;
}

#articles .footerSection p.gotoTop{
	text-align:right;
	font-size:10px;
	margin-bottom:2px;
}


/* ---- フッターのコンテナスタイル ---- */
#footer{
	background:#60a238;
	padding-top:23px;
}

/*
 コンテナ内要素のスタイル
----------------------------------------------------------- */

/* -------- ヘッダ内要素のスタイル -------- */

#header #logo{
	float:left;
	width:258px;
	padding:17px 0 20px 35px;
}

#header p{
	float:right;
	width:228px;
	padding:0 8px 0 0;
}

/* ---- グローバルナヴィゲーション ---- */
#header ul li{
	float:left;
	background:#0c6334;
	width:158px;
	height:26px;
}

#header ul li a{
	display:block;
	width:158px;
	height:26px;
}

#header ul li a:hover,
#header ul li.selected a{
	opacity:0;
	filter:alpha(opacity=0);
}

#header ul li.home{
	background:url(../images/globalnavi_home_hover.gif) no-repeat;
}

#header ul li.about{
	background:url(../images/globalnavi_about_hover.gif) no-repeat;
}

#header ul li.install{
	background:url(../images/globalnavi_install_hover.gif) no-repeat;
}

#header ul li.showcase{
	background:url(../images/globalnavi_showcase_hover.gif) no-repeat;
}

#header ul li.news{
	background:url(../images/globalnavi_news_hover.gif) no-repeat;
}

#header ul li.support{
	width:159px;
	background:url(../images/globalnavi_support_hover.gif) no-repeat;
}

#header ul li.support a{
	width:159px;
}


/*
 各ページ毎のコンテナ内要素のスタイル
----------------------------------------------------------- */

/* ---- トップページ固有スタイル ---- */
#top #header{
	position: relative;
	height: 417px;
}

#top #header #ap{
	float: none;
	position: absolute;
	top:13px;
	left:25px;
	padding: 0;
	margin: 0;
}

#top #contents {
	padding-top: 48px;
    width:871px;
    margin:0 auto 60px;
}

#top #contents #news{
	overflow: hidden;
	float: left;
	width:419px;
	padding-right: 30px;
}

#top #contents #news h3{
	position: relative;
	border-bottom: 2px solid #b0d19c;
	margin-bottom: 5px;
	height: 24px;
}

#top #contents #news h3 .linkInnerHeading {
	position: absolute;
	right: 0;
    background: url(../images/heading_markTriangle.gif) no-repeat left center;
    padding-left:0.7em;
}

#top #contents #news h3 .linkInnerHeading a{
	font-family: sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #60A238;
}

#top #contents #news p {
	color: #060;
	font-size: 12px;
	padding-left: 9px;
	margin-bottom: 0;
}

#top #contents #news p.banner {
	overflow: hidden;
	width: 440px;
    padding-left:0;
    padding-bottom:0;
}

#top #contents #news p.banner a {
	display: block;
	float: left;
    padding-right:15px;
}

#top #contents #news p.banner a img {
	vertical-align: top;
}

#top #contents #news p.banner a.mtlogo {
    padding-right:0;
}

#top #contents #news p .date{
	padding-right: 11px;
	font-size:11px;
	color:#60a238;
}

#top #contents #news p a{
	font-size: 11px;
}

#top #contents #news .attension{
	color:#60A238;
	padding-left:0;
	border-top: 1px solid #60A238;
	margin-top:46px;
	padding-top: 15px;
    margin-bottom:20px;
}

#top #contents #start{
	float: left;
	padding: 15px 31px 30px 31px;
	border: 2px solid #b0d19c;
	width:355px;
}

#top #contents #start h2{
	margin-bottom: 15px;
}

#top #contents #start p,
#top #contents #start li{
	color: #060;
}

#top #contents #start li{
	line-height: 18px;
	margin-bottom: 15px;
	padding-left: 1em;
	text-indent: -1em;
	*padding-left: 5px;/* for ie7 */
	*text-indent: -6px;/* for ie7 */
}

#top #contents #start .buy,
#top #contents #start .support{
	width: 143px;
	margin:0 auto 12px;
}


#top #contents #start .buy{
	background: url(../images/button_top_buy_hover.gif) no-repeat;
}

#top #contents #start .support{
	background: url(../images/button_top_backup_hover.gif) no-repeat;
}

#top #contents #start .buy a,
#top #contents #start .support a{
	display: block;
	width: 143px;
}

#top #contents #start .buy a:hover,
#top #contents #start .support a:hover{
	opacity:0;
	filter: alpha(opacity=0);
}

/* ---- サイドバー内要素のスタイル ---- */

/* -- サブナヴィゲーション  -- */
#leftbar #subnavi{
	margin-bottom:60px;
}

#leftbar #subnavi p{
	margin:0;
}

#leftbar #subnavi a{
	display:block;
	width:166px;
	height:49px;
}

#leftbar #subnavi a:hover,
#leftbar #subnavi p.selected a{
	opacity:0;
	filter:alpha(opacity=0);
}

/* 新聞ブログとは？配下のサブナヴィ */
#leftbar #subnavi p.about{
	background:url(../images/subnavi_shinbun_about_hover.gif) no-repeat;
}

#leftbar #subnavi p.example{
	background:url(../images/subnavi_shinbun_example_hover.gif) no-repeat;
}

#leftbar #subnavi p.tutorial{
	background:url(../images/subnavi_shinbun_tutorial_hover.gif) no-repeat;
}

#leftbar #subnavi p.start{
	background:url(../images/subnavi_shinbun_start_hover.gif) no-repeat;
}

#leftbar #subnavi p.case{
	background:url(../images/subnavi_shinbun_case_hover.gif) no-repeat;
}

#leftbar #subnavi p.case a{
	height:50px;
}

/* サポートページ配下のサブナヴィ */
#leftbar #subnavi p.support{
	background:url(../images/subnavi_support_support_hover.gif) no-repeat;
}

#leftbar #subnavi p.backup{
	background:url(../images/subnavi_support_backup_hover.gif) no-repeat;
}

#leftbar #subnavi p.detail{
	background:url(../images/subnavi_support_detail_hover.gif) no-repeat;
}

#leftbar #subnavi p.devteam{
	background:url(../images/subnavi_support_devteam_hover.gif) no-repeat;
}

#leftbar #subnavi p.devteam a{
	height:50px;
}

/* ドキュメントページ配下のサヴナヴィ */
#leftbar #subnavi p.install{
	background:url(../images/subnavi_manual_install_hover.gif) no-repeat;
}

#leftbar #subnavi p.setting{
	background:url(../images/subnavi_manual_setting_hover.gif) no-repeat;
}

#leftbar #subnavi p.overview{
	background:url(../images/subnavi_manual_overview_hover.gif) no-repeat;
}

#leftbar #subnavi p.manual{
	background:url(../images/subnavi_manual_manual_hover.gif) no-repeat;
}

#leftbar #subnavi p.appendix{
	background:url(../images/subnavi_manual_appendix_hover.gif) no-repeat;
}

#leftbar #subnavi p.appendix a{
	height:50px;
}

/* ---- !サブナヴィ下要素 ---- */

#leftbar .buy{
	width:128px;
	margin-left:18px;
    margin-bottom:30px;
	height:48px;
	background:url(../images/button_buySidebar_hover.gif) no-repeat;
}


#leftbar .buy a{
	display:block;
	width:128px;
	height:48px;
}

#leftbar .buy a:hover{
	opacity:0;
	filter:alpha(opacity=0);
}

#leftbar .installSupport{
    width:127px;
    margin-left:19px;
}


/* ---- メインコンテンツ内要素のスタイル ---- */
.presentation #articles .section h1 {
	margin-bottom:20px;
}

.presentation #articles .section .text h1,
#articles .section h1{
	margin-bottom:35px;
}

#articles h3{
	margin-bottom:7px;
}

#articles h3.lead{
	margin-bottom:34px;
}

#articles h4{
	margin-bottom:11px;
}

#articles .section ul li {
	list-style:disc;
	list-style-position:inside;
}

/* ---- ２カラムを使ったレイアウトのスタイル ----*/

/* -- div.text width:385px div.image width:303px --*/
#articles .section .text{
	float:left;
	width:385px;
}

#articles .section .text p{
	padding-right:20px;
}

#articles .section .text p.lead{
	font-size:14px;
	margin-bottom:53px;
}

#articles .section .image{
	float:left;
	width:303px;
}

#articles .section .image p{
	margin-bottom:18px;
}

#articles .section .image p.notes{
	margin-bottom:38px;
}
#articles .section .image p.notes.last-child{
	margin-bottom:0px;
}

#articles .section .text a.example,
#articles .section .image a{
	font-size:10px;
}

/* -- 等幅2カラムレイアウトのスタイル-- */
#articles .section div.examples{
	float:left;
	width:343px;
}

#articles .section div.examples p{
	color:#006600;
	font-size:12px;
	line-height:1em;
	margin-bottom:5px;
	font-weight:bolder;
}

#articles .section div.examples a{
	font-size:10px;
	font-weight:normal;
	line-height:22px;
}

#articles .section .text div.examples{
	float:none;
	width:384px;
}

#articles .section .text div.examples div{
	float:left;
	width:192px;
}

/* つくるページ 各ステップのスタイル 偶数ステップは本文右 */
#articles .section .making{
	margin-bottom:35px;
}

#articles .section .even .text{
	float:right;
	width:365px;
}

#articles .section .even .text p{
	padding-right:0;
}

#articles .section .even .images{
	float:right;
	width:323px;
}

/* フォントサイズ14pxのリストスタイル */
#articles .section ul.require{
	padding-top:5px;
	margin-bottom:22px;
}
#articles .section ul.require li{
	list-style:none;
	color:#060;
	font-size:14px;
	line-height: 24px;
	margin-bottom: 5px;
	padding-left:1em;
	text-indent: -1em;
	*padding-left:10px;/* for ie7 */
	*text-indent: -24px;/* for ie7 */
}

#articles .section ul.require li span{
	color:#60a238;
	font-size:12px;
	line-height:18px;
}

/* フォントサイズ14pxドットなしスタイル*/
#articles .section ul.newsList li{
	list-style:none;
	font-size:14px;
}

#articles .section ul.newsList li a{
	text-decoration:none;
	color:#006600;
}

#articles .section ul.newsList li a span{
	color:#60a238;
    padding-right:12px;
}

/* ---- はじめるにはページテーブルスタイル ---- */
table#cost {
	border-collapse:collapse;
	width:678px;
	border-top:1px solid #666;
}

table#cost td {
	text-align:center;
}

/* 注釈 */
#articles p.attension{
	font-size:10px;
	color:#006600;
}

#articles p.attension a{
	color:#006600;
}

#articles p.attension a:hover{
	color:#00cc00
}

#articles p.attension strong{
	font-size:14px;
	font-weight:normal;
}

#articles p.attension strong a{
	font-size:14px;
}

/* ---- 導入事例スタイル ---- */
h3 a{
	color:#060;
	text-decoration:none;
}

p.more{
	text-align:right;
}

/* ---- 導入事例詳細スタイル ---- */
p.title{
	color:#060;
	font-size:14px;
	margin-bottom:8px;
	font-weight:bolder;
	font-family:"ＭＳ Ｐ明朝",serif;
}


/* 三角アイコン付き見出しスタイル */

p.list{
	font-size:11px;
	background:url(../images/heading_markTriangle.gif) no-repeat left center;
	padding-left:1em;
}

/* センタリングしたリンクのスタイル */
#articles p.link,
#articles .footerSection p.buy,
#articles .footerSection p.support{
	text-align:center;
}

#articles p.link{
	display:block;
	margin:37px auto 12px;
	width:225px;
	height:32px;
}

#articles p.link a{
	display:block;
	width:225px;
	height:32px;
}

body#about #articles p.link{
	background:url(../images/button_nextLook_hover.gif) no-repeat;
}

body#detail #articles p.link{
	background:url(../images/button_nextTutorial_hover.gif) no-repeat;
}

body#tutorial #articles p.link{
	background:url(../images/button_nextStart_hover.gif) no-repeat;
}

body#start #articles p.link{
	background:url(../images/button_nextCase_hover.gif) no-repeat;
}

body#install #articles p.link{
	background:url(../images/button_nextOverview_hover.gif) no-repeat;
}

body#overview #articles p.link{
	background:url(../images/button_nextCreate_hover.gif) no-repeat;
}

#articles .footerSection p.buy,
#articles .footerSection p.support{
	margin:0 auto 12px;
	width:129px;
	height:24px;
}

#articles .footerSection p.buy{
	background:url(../images/button_buyFooter_hover.gif) no-repeat;
}

#articles .footerSection p.support{
	background:url(../images/button_backupFooter_hover.gif) no-repeat;
}

#articles .footerSection p.buy a,
#articles .footerSection p.support a{
	display:block;
	width:129px;
	height:24px;
}

#articles p.link a:hover,
#articles .footerSection p.buy a:hover,
#articles .footerSection p.support a:hover{
	opacity:0;
	filter:alpha(opacity=0);
}

/* ---- インストールページスタイル ---- */
#articles ul.old-manual {
	margin-bottom: 20px;
	padding-left: 20px;
}

/* ---- ドキュメントページスタイル ---- */
body.document #articles div.last-child{
	margin-top:24px;
}

body.document #articles div.first-child ul.flow{
	width:688px;
	margin-bottom:0;
}

body.document #articles div.first-child ul.flow li{
	float:left;
	list-style:none;
}

body.document #articles div.first-child ul.flow li.files{
	width:230px;
}

body.document #articles div.first-child ul.flow li.activate{
	width:233px;
}

body.document #articles div.first-child ul.flow li.apply{
	width:229px;
}

body.document #articles div.first-child h3{
	margin-bottom:12px;
}

body.document #articles .section h3{
	margin-bottom:30px;
}

body#install #articles .section {
	border: 0;
}

body.document .step{
	width:689px;
	margin-bottom:30px;
	clear:both;
}

body.document .step p{
	width:368px;
	margin-bottom:12px;
}

body.document .step sup,
body.document .step p.note{
	font-size:10px;
	color:#060;
}
body.document p.finish{
	font-size:14px;
}

body.document .step p.withAttach{
	float:left;
	margin-bottom:5px;
}

body.document #articles .section .step ul{
	float:left;
	width:358px;
	margin-bottom:12px;
}

body.document #articles .section .step ul li{
	list-style:none;
	margin-left:34px;
	text-indent:-22px;
	line-height:16px;
	margin-bottom:7px;
	*margin-left:34px;
	*text-indent:-38px;
}

body.document #articles .section .step div.image{
	float:right;
	width:300px;
	font-size:10px;
}

body.document #articles .section .step div.image img{
	border:1px solid #bbb;
}

body.document #articles .section .step div.image p{
	color:#060;
	margin-bottom:3px;
	width:300px;
	line-height:16px;
}


/* ---- ドキュメントページ、テキスト内画像挿入レイアウト ---- */
#articles .section .document{
	width: 689px;
}

#articles .section .document p.textOnly{
	width:368px;
}

#articles .section .document p.includeImage{
	clear:both;
}

#articles .section .document p{
	float: none;
	clear: none;
}

#articles .section .document .includeImage img{
	float:right;
	width: 300px;
	padding:6px 0 30px 20px;
}

/* ---- 各画面内の名称について、連番文字スタイル ---- */
ol.overview li{
	margin-bottom:18px;
}

/* ---- 最大文字数テーブルのスタイル ---- */
div.layout{
	float:left;
	width:370px;
	padding-top:12px;
	padding-bottom:48px;
}

div.layout.even{
	width:318px;
}

div.layout p{
	float:left;
	width:68px;
	padding-top:3px;
}

div.layout table{
	float:left;
	width:250px;
	border-collapse:collapse;
	border:1px solid #666;
}

th,td{
	border:1px solid #666;
	border-style:none solid solid solid;
	padding:0 2px 2px;
}

th{
	background: #a7a7a7;
	color: #fff;
	font-weight: normal;
}

td{
	text-align:right;
	padding:4px;
}

td.position{
	text-align: center;
	font-weight: bold;
	padding-top: 0;
}

/* ---- 導入支援サービス ---- */

#backup #articles h3{
	margin-bottom:30px;
}

#backup #articles .section p{
	margin-bottom:20px;
}

/*
 * フッター内要素のスタイル -------------*/
#footer a{
	color:#fff;
}

#footer a:hover{
	text-decoration:underline;
}

/* ---- サイトマップのスタイル ---- */

#footer #sitemap{
	margin-left:220px;
	margin-bottom:39px;
}

#footer #sitemap .siteCategory{
	float:left;
	width:182px;
}

#footer #sitemap .support{
    width:135px;
}

#footer #sitemap .siteCategory h4{
	font-size:12px;
	margin-bottom:16px;
	line-height:1em;
	color:#fff;
}

#footer #sitemap .siteCategory li{
	line-height:1em;
	margin-bottom:5px;
}

#footer #sitemap .siteCategory li a{
	font-size:10px;
	text-decoration:none;
}

#footer #sitemap .siteCategory li a:hover{
	text-decoration: underline;
}


/* ---- コピーライト部分のスタイル ---- */
#footer #copyright{
	background:#0c6334;
	font-size:9px;
	padding-left:35px;
	padding-bottom:2px;
	margin:0;
	color:#fff;
}

#footer #copyright a{
	text-decoration:none;
}

/* ---- 別サイト移動tips ---- */
#tips{
	position:absolute;
	width:190px;
	height:82px;
	display:none;
}

p.merit{
    font-size:14px;
    margin-top:28px;
}

