@charset "utf-8";

/* ロジテック グローバルスタイル
 * **************************************************
 *
 * 1 : body
 * 2 : container
 * 3 : novisualAnchors
 * 4 : header
 * 5 : globalNavi
 * 6 : topicPath
 * 7 : content
 * 8 : side
		┗  localNavi
 * 9 : footer
		┗ footerSitemap
 *
 * **************************************************
 */


/* ======================================
	1 : body [ ボディ ]
====================================== */
body {
	text-align: center;
	color: #666666;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	line-height: 1.5;
	font-size:13px;
}

body#index {
}
body#common{
}

/* リンク枠線非表示 */
a {
	outline: none;
	color: #2571cf;
}


/* ======================================
	2 : container [ コンテナ ]（<!-- /#globalNavi --></div> 〜 <div id="footer">）
====================================== */
#container {
	clear: both;
	margin: 20px auto 30px auto;
	width: 900px;
	text-align: left;
}
#container .inner{
	float: left;
	margin: 0;
	width:677px;	
}

/* ======================================
	3 : novisualAnchors [ アンカー ]
====================================== */
div.novisualAnchors{
	width: 0;
	height: 0;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	/* except MacIE \*/position: absolute;/* end */
	left: 0;
	top: 0;
	color: #fff;
}
div.novisualAnchors a{
	font-size: 1px;
	line-height: 1px;
	color: #fff;
	text-decoration: none;
}


/* ======================================
	4 : header [ ヘッダ ]
====================================== */
#header {
	margin:0 auto;
	height: 60px;
	position: relative;
	width: 900px;
}
#header .logo {
	position:relative; top:16px; left:0px;
	float: left;
	width: 134px;
}

#header ul.login {
	position: relative;
	top: 2px;
	right: 0px;
}
#header ul.login li {
	float: left;
	margin-left: 13px;
	list-style: none;
}

#header .menuBtn {
	display: none;
}

/* レガシー対策
------------------------------------------------------------------- */
body#commonColumn,
body#product{
	background-image:none;
}

/* ヘッダリンク
------------------------------------------------------------------- */
#header ul.menu {
	float: right;
	position:relative; top: 29px; left:-5px;	
}
#header ul.menu li {
	float: left;
	padding: 0 15px 0 15px;
	list-style: none;
	background: url(../images/common/mark/mark_hdlink.gif) no-repeat 0px 3px;
	font-size: 93%;
}
#header ul.menu li.rss {
	padding: 0 15px 0 17px;
	background: url(../images/common/mark/mark_rss.gif) no-repeat 0px 2px;
}

/* 検索
------------------------------------------------------------------- */
#header .searchBtn {
	display: none;
}
#header .search{
	float: right;
	position: relative; top:28px; left:0px;
	width: 186px;
}
#header #searchform1 {
}
#header #keywords1 {
	float: left;
	width: 140px;
	height: 15px;
	border: 1px solid #000;
	padding: 2px 2px 2px 2px;
}
#header #searchBtn1	{
	float: left;
	position:relative; top:0px; left:0px;
}
input {
	font-size: 11px;
}


/* ======================================
	5 : globalNavi [ グローバルナビゲーション ]
====================================== */
#globalNavi {
	clear: both;
	margin: 5px 0 0 0;
	height: 31px;	
	width: 100%;
	background: url(../images/global_navi/bg_global_navi.jpg) repeat-x;	
}
#globalNavi .inner {
	margin: 0 auto;
	width: 900px;
}

#globalNavi .inner ul {
	clear: both;
	width: 900px;
	top: 100px;
	cursor: pointer;
}
#globalNavi .inner li {
	list-style: none;
	float: left;
}


/* ======================================
	6 : topicPath [ パンくずリスト ]
====================================== */
dl#topicPath {
}


/* ======================================
	7 : content [ コンテンツ ]
====================================== */
/*読み込みエリアのフォントサイズ統一（123.1%）
------------------------------------------------------------------- */
#content {
	margin: 0 0 50px 0;	
	width:677px;
	font-size:123.1%;
}

/* トップページ
------------------------------------------------------------------- */
#index #content {
	float: left;
	margin: 0 0 30px 25px;
	width:450px;
}

/* 共通カラム（1カラム）
------------------------------------------------------------------- */
#commonColumn #content {
	float: left;
	margin: 0 0 30px 0;
	width:900px;
}


/* ======================================
	8 : side [ サイド ]
====================================== */
/* 左（トップページのみ）
------------------------------------------------------------------- */
#index #sideLeft {
	float: left;
	margin: 0 0 30px 0;
	width: 200px;
}

/* 右（下層ページ共通）
------------------------------------------------------------------- */
#sideRight {
	float: right;
	margin: 0 0 30px 0;
	width: 200px;
}


/* -------------------------------------------------------------------
	8 : side : localNavi [ ローカルナビゲーション ]
------------------------------------------------------------------- */
#side .localNavi {
}


/* ======================================
	9 : footer [ フッタ ]
====================================== */
#footer {
	clear:both;
	margin: 0 0 10px 0;
	width: 100%;
}
#footer .inner {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

/* フッタリンク
------------------------------------------------------------------- */
#footer .ftLinks {
	margin: 10px auto 0 auto;
	width: 900px;
	text-align: left;
}
#footer .ftLinks dl {
	overflow: hidden;
}
#footer .ftLinks dt {
	float:left;
	font-size: 85%;
}
#footer .ftLinks dt + dd {
	background: none;
}
#footer .ftLinks dd {
	float:left;
	padding: 0 5px 0 15px;
	font-size: 85%;
	background: url(../images/common/mark/mark_partition.gif) no-repeat 0px 0px;
}
#footer .ftLinks ul {
	clear: both;
	margin: 5px 0 0 0;
	overflow: hidden;
	width: 600px;
	list-style-type: none;
}
#footer .ftLinks li {
	float:left;
	padding: 0 10px 0 10px;	
	font-size: 85%;	
	background: url(../images/common/mark/mark_ftlink.gif) no-repeat 0px 2px;
}

/* コピーライト
------------------------------------------------------------------- */
#footer .copyright {
	margin: 20px 0 0 0;	
	padding: 0;
	width: 300px;
	font-size: 85%;
	text-align: left;
}


/* -------------------------------------------------------------------
	9 : footer : footerSitemap [ フッタサイトマップ ]
------------------------------------------------------------------- */
#footer .footerSitemap {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 20px 0;
	background-color: #EAEAEA;
}
#footer .footerSitemap ul {
	list-style-type: none;
	clear:both;
}
#footer .footerSitemap li {
	float:left;
	width:180px;
}
#footer .footerSitemap dl {
        padding: 0 0 20px 0;
}
.footerSitemap dt {
	font-size: 93%;	
	font-weight: bold;
}
#footer .footerSitemap dd {
	font-size: 85%;	
	color:#636363;
}