@charset "utf-8";

/* ------------------------------------------

ブラウザスタイルの初期化

------------------------------------------ */

* {
    margin:0;
    padding:0;
    border:0;
    text-decoration:none;
    line-height:1;
    font-size:100%;
    font-style:normal;
    font-weight:normal;
}

body {
    color:white;
    background-color:black;
}

/* Firefoxのスクロールバーの有無でセンタリング位置がズレる件を解消用 */

html {
    overflow-y:scroll;
}

/* 画像のリンクボーダーの削除 */

img {
    border:0;
}

/* 共通リンク設定 */

a:link {
    text-decoration:none;
}
a:visited {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a:active {
    text-decoration:underline;
}

/* 全体コンテナ body要素の直下*/
div#container {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	background:#000000 url(../img/bg.gif) no-repeat;
}

/* ヘッダー */
div#header {
	width:732px;
	height:24px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	text-align:left;
}

/* コンテンツエリア */
div#content {
	width:732px;
	margin-left:auto;
	margin-right:auto;
}

/* メニュー */
div#content #keyvisual {
	float:left;
	width:495px;
	margin-right:37px;
}

/* ナビゲーション */
div#content #navi {
	float:right;
	width:200px;
}

div#content #navi ul#wrapperThum {
	clear:both;
	width:200px;
	/*height:50px;*/
}
div#content #navi ul#wrapperThum li {
	float:left;
	display:block;
	height:55px;
	width:100px;
}
/*
div#content #navi .wrapperThum {
	clear:both;
	width:200px;
	height:50px;
}

div#content #navi .wrapperThum .thumImg {
	float:left;
	width:59px;
	margin-right:8px;
	margin-bottom:6px;
}

div#content #navi .wrapperThum .thumTit {
	float:right;
	width:44px;
	margin-top:4px;
	margin-right:87px;
} */

div#content #navi .wrapperDownload {
	clear:both;
	width:200px;
	height:51px;
	margin-top:11px;
}

div#content .wrapperSecond {
	clear:both;
	width:732px;
	padding-top:19px;
}

div#content .wrapperSecond #moyou {
	float:left;
	width:102px;
	height:102px;
	margin-top:4px;
	margin-left:11px;
	margin-right:26px;
}


/* フッター */

#markImg {
	float:right;
	margin-top:30px;
}

div#footer {
	clear:both;
	width:732px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom:20px;
}


/* font */

.f12lh160 {
	font-size:12px;
	line-height:160%;
}

