@charset "Shift_JIS";

/*=============================================================================================*/
/* 基本構成 */
a			{ text-decoration:none; }
a:hover		{ background-color:#ffcc00; }
a:visited	{ color:#3300ee; }
a:active	{ color:#3300ee; }
a:link		{ color:#3300ee; }


/*=============================================================================================*/
/* index.html用 */
body.index {
	background-color:#ffffff;

	color:#444444;
	font-size:12px;
	font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;
	text-align:center;

	padding:0px;
	margin:0px;
}

table.index {
	width:100%;
	height:189px;
	background-color:transparent;
	background-image:url("../image/index_bg.jpg");
	background-repeat:no-repeat;
	background-position:center;

	padding:0px;
	margin:0px;
}

a.index {
	display: block;
	border: none;
	width:366px;
	height:108px;
	background-color:transparent;
	background-image:url("../image/index_button.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
}
a.index:hover {
	background-color:transparent;
	background-position:0px -108px;
}


/*=============================================================================================*/
/* メイン用 */
body.main {
	background-color:#ff1324;
	background-image:url("../image/main_bg.jpg");
	background-repeat:no-repeat;
	background-position:top center;

	color:#222222;
	font-size:12px;
	font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;
	text-align:center;

	padding:0px;
	margin:0px;
}

div {
	line-height:120%;
}
a.image:hover {
	background-color:transparent;
}

div.title {
	width:930px;
	height:110px;
	background-image:url("../image/main_title.png");
	background-repeat:no-repeat;

	text-align:right;
	padding:0px;
	margin:0px;
}

div.avatar {
	width:930px;
	height:430px;
	background-image:url("../image/top_avatar3.png");
	background-repeat:no-repeat;

	text-align:center;
	padding:0px;
	margin:0px;
}

/* メニュー用 */
ul.menu {
	width:930px;
	height:70px;

	border:none;

	padding:0px;
	margin:0px;
}
ul.menu li {
	width:0px;
	display:inline;
	list-style-type: none;

	margin:0px;
}
ul.menu a {
	height:70px;
	background: url("../image/main_menu.png") no-repeat;

	border:none;
	display:block;
	float:left;
}
ul.menu a:hover {
	background-color:transparent;
}
ul.menu li.top a			{ width:165px; background-position:   0px   0px; }
ul.menu li.top a:hover		{ width:165px; background-position:   0px -70px; }
ul.menu li.products a		{ width:150px; background-position:-165px   0px; }
ul.menu li.products a:hover	{ width:150px; background-position:-165px -70px; }
ul.menu li.download a		{ width:150px; background-position:-315px   0px; }
ul.menu li.download a:hover	{ width:150px; background-position:-315px -70px; }
ul.menu li.blog a			{ width:150px; background-position:-465px   0px; }
ul.menu li.blog a:hover		{ width:150px; background-position:-465px -70px; }
ul.menu li.support a		{ width:150px; background-position:-615px   0px; }
ul.menu li.support a:hover	{ width:150px; background-position:-615px -70px; }
ul.menu li.link a			{ width:165px; background-position:-765px   0px; }
ul.menu li.link a:hover		{ width:165px; background-position:-765px -70px; }

div.footer {
	height:53px;
	background-image:url("../image/main_footer.png");
	background-repeat:repeat-x;
	background-position:left;

	padding:0px;
	margin:0px;
}


/*=============================================================================================*/
/* コンテンツ定義用 */
table.top_content_header {
	width:930px;
	height:30px;
	background-image:url("../image/top_contents_bg_top.png");
	background-repeat:no-repeat;

	padding:0px;
	margin:0px;
}
table.top_content {
	width:930px;
	height:30px;
	background-image:url("../image/top_contents_bg_center.png");
	background-repeat:repeat-y;

	padding:0px;
	margin:0px;
}
table.top_content_footer {
	width:930px;
	height:30px;
	background-image:url("../image/top_contents_bg_bottom.png");
	background-repeat:no-repeat;

	padding:0px;
	margin:0px;
}
td.top_content_side {
	width:220px;
	padding:0px 5px 0px 15px;
}
td.top_content_main {
	width:670px;
	padding:0px 15px 0px 5px;
}


table.other_content_header {
	width:930px;
	height:30px;
	background-image:url("../image/main_contents_bg_top.png");
	background-repeat:no-repeat;

	padding:0px;
	margin:0px;
}
table.other_content {
	width:930px;
	height:30px;
	background-image:url("../image/main_contents_bg_center.png");
	background-repeat:repeat-y;

	padding:0px;
	margin:0px;
}
table.other_content_footer {
	width:930px;
	height:30px;
	background-image:url("../image/main_contents_bg_bottom.png");
	background-repeat:no-repeat;

	padding:0px;
	margin:0px;
}
td.other_content_main {
	width:930px;
	padding:0px 15px 0px 15px;
}


div.content_caption {
	padding-left:4px;
	position:relative;
	top:-10px;
}
div.content_frame {
	margin:0px 10px 40px 10px;
}
div.content_text {
	font-size:12px;
	margin:0px 10px 0px 10px;
}


div.top_news_date {
	font-size:24px;
	font-family:"Impact","ＭＳ Ｐゴシック",sans-serif;

	border-bottom:dashed 1px #444444;

	padding:0px 0px 0px 8px;
	margin:0px;
}
div.top_news_text {
	padding:0px;
	margin:6px 30px 16px 8px;
}


/*=============================================================================================*/
/* AOF1用 */

body.aof1 {
	color:#7F7566;
	background-color:#ffffff;
	font-size:12px;
	text-align:center;

	padding:0px;
	margin:0px;
}

body.aofdl {
	color:#d0c0dd;
	background-color:#100e20;
	font-size:12px;
	text-align:center;

	padding:0px;
	margin:0px;
}

table.aof1 {
	border:groove 4px #cc0000;
}

a.cmenu:hover {
	color:transparent;
	background-color:transparent;
}

div.chara {
	color:#6F6555;
	padding:4px 16px 4px 4px;
	font-size:12px;
}


/*=============================================================================================*/
/* CDG用 */

body.cdg {
	color:#bFb58c;
	background-color:#222222;
	font-size:12px;
	text-align:center;
	padding:0px;
	margin:0px;
}


