@charset "UTF-8";
/* CSS Document */

body{
	color:#FFF;
	font-size:80%;
	background:#444444;
	font-family:Arial, Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0;
	margin:0;
}
html{
	padding:0;
	margin:0;
}


ul li{
	list-style:none;
}

img {border:none}

#generator:focus {outline:none} /* Firefox 3.6 対策 */

a,
a:link,
a:visited,
a:focus,
a:active { color:rgb(0, 147, 220); text-decoration:none; outline:none; }
a:hover {color:rgb(0, 108, 161);}

div#content p {
	color:#CCC;
}

div#content h2, div#content h3 {
	margin:0.5em 0;
}

div.ad{
	margin: 20px auto 0;
	width:728px;
}

/* ======================================================================== *//*
* Clear Fix
*//* ======================================================================== */

.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden; /* for Dw */
}
.clearfix:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* ==================================================================================
レイアウト
================================================================================== */


header {
	display:block;
	text-align:center;
	background:url(../imgs/header_bg.jpg) center;
	height:90px;
}

header h1{
	margin:0;
	padding:22px 0;
}


#external_flashcontent {
	width:800px;
	height:600px;
}
/* ==================================================================================
ヘッダー
================================================================================== */
nav {
	display:block;
	height: 43px;
	width:100%;
	text-align:center;
	background: url(../imgs/navi_bg.png) repeat-x;
	margin-bottom:20px;
}

nav ul{
	margin:0 auto;
	width:650px;
	
}

nav li{
	float:left;
	margin:4px 10px 0;
	}

#content{
	width:800px;
	margin:0 auto;
}

#content ul,#content ol {
	color:#CCC;
}

#content ul li,#content ol li {
	margin: 0.25em 0;
	list-style:circle;
}

/* ==================================================================================
フッター
================================================================================== */

footer {
	display: block;
	text-align:center;
	background:url(../imgs/footer_bg.png) repeat-x;
	padding:20px 0;
	margin-top:20px;
}

div.links{
	text-align:left;
	width: 800px;
	margin: 0 auto;
}

footer ul{
	padding:0;
}


div.social{
	float:left;
	width:195px;
}

div.network{
	float:left;
	width:195px;
}

footer ul li{
	margin:0.5em 0;
}

div.banner_1{
	float:right;
	width:200px;
}

div.banner_2{
	float:right;
	width:200px;
	margin-left:10px;
}

p#copyright{
	margin-top:10px;	
}


/* ==================================================================================
ボタン系
================================================================================== */


a#btnHome, a#btnAbout, a#btnDownload, a#btnSample, a#btnFaq {
	display:block;
	height:30px;
}

a#btnHome{
	width:93px;
	background:url(../imgs/navi_home_on.png) no-repeat;
}

a#btnAbout{
	width:97px;
	background:url(../imgs/navi_about_on.png) no-repeat;

}
a#btnDownload{
	width:133px;
	background:url(../imgs/navi_download_on.png) no-repeat;
}

a#btnSample{
	width:97px;
	background:url(../imgs/navi_sample_on.png) no-repeat;
}

a#btnFaq{
	width:84px;
	background:url(../imgs/navi_faq_on.png) no-repeat;
}


a.bnr{
	display:block; width:96px; height:96px;
}


