﻿@charset "utf-8";

/*

information
	概要 : このCSSファイルは各ページごとの設定、共通CSSファイルのインポートを記述しています。

 コンテンツ
--------------------------------------------------------------------------

	1. 共通CSSファイルのインポート
	2. メインカラムの設定
	3. メイン下部テキストリンク設定

--------------------------------------------------------------------------
*/


/*	1. 共通CSSファイルのインポート
-----------------------------------------------	*/
/*
 このCSSファイルはカラムの相対、絶対値、背景画像、設定（大枠カラムヘッダー左右カラム、メインカラム）を記述しています。*/
@import url("/css/layout.css");
/*
 このCSSファイルはフォントサイズ、色、テキストリンク、行間等のなどのフォント調整を記述しています。*/
@import url("/css/font.css");
/*
 このCSSファイルはヘッダー内の調整を記述しています。*/
@import url("/css/header.css");
/*
 このCSSファイルは共通設定（左、右カラム内の設定）を記述しています。*/
@import url("/css/common.css");
/*
 このCSSファイルは各ブラウザの誤差のリセットを記述しています。*/
@import url("/css/reset.css");



/*	2. メインカラムの設定
-----------------------------------------------	*/

#main_column01 img {
	display: block;
}

/* プロジェクトメニュータイトルバー設定 */ 
h2 {
	width: 647px;
	height: 25px;
	margin-top: 20px;
	text-indent: -9999px;
	background: url(./image/title_project_menu.gif);
}

/* 画像キャッチ、テキスト設定 */ 
#catch {
	width: 647px;
	height: 133px;
	background: url(/image/catch.gif);
}
#catch h3 {
	text-indent: -9999px;
}

/* スペック情報、フロー詳細、攻略DVD共通設定 */ 
.content01 {
	width: 605px;
	height: 110px;
	padding: 15px 12px 15px 30px;
	clear: both;
	border-bottom: 1px solid #3e3e3e;
	background: url(/image/icon_ai.gif) no-repeat left 12px;
}
/* for IE6 */
*html .content01 {
	width: 647px;
	padding-right: 9px;	
}

/* 正規攻略詳細、弊社案内共通設定 */
.content02 {
	width: 605px;
	padding: 15px 12px 15px 30px;
	margin-top: 5px;
	clear: both;
	float: left;
	border-bottom: 1px solid #3e3e3e;
	background: url(/image/icon_ai.gif) no-repeat left 12px;
}

/* コーナーテキストリンク設定 */
.content_title01 {
	width: 431px;
	display: block;
	float: left;
}
.content_title02 {
	display: block;
	width: 100%;
}

/* 機種詳細関連テキストリンク設定 */
.content01 li {
	width: 160px;
	float: left;
	display: block;
}
/* 機種詳細関連テキストリンクマージン設定 */
.m20 {
	margin-top: 20px;
}
.m5 {
	margin-top: 5px;
}

.m100 {
	margin-left: 100px;
	margin-right: 20px;
}
*html .m100 {
	margin-left: 50px;
	margin-right: 20px;
}

/* コーナー説明文設定 */
.content01 p {
	width: 431px;
	margin-top: 4px;
	float: left;
	clear: left;
}
.content02 p {
	width: 100%;
	margin-top: 4px;
	display: block;
	float: left;
	clear: left;
}

/* コーナーイメージ写真設定 */
.pic {
	width: 162px;
	height: 110px;
	float: right;
	display: block;
}

/* 詳細画像ボタン共通設定 */
#content_bt01,#content_bt02,#content_bt03 {
	display: block;
	height: 25px;
	width: 196px;
	clear: left;
	margin-top: 20px;
	float: left;
	margin-left: 234px;
	overflow: hidden;
	text-indent: -9999px;
}
/* for IE6 */
*html #content_bt01,*html #content_bt02,*html #content_bt03 {
	margin-left: 117px;
}

/* スペック情報ボタン設定 */
#content_bt01 {
	background: url(/image/bt_spec.gif) top;
}
#content_bt01:hover {
	background: url(/image/bt_spec.gif) bottom;
}

/* 無料攻略ボタン設定 */
#content_bt02 {
	background: url(/image/bt_free.gif) top;
}
#content_bt02:hover {
	background: url(/image/bt_free.gif) bottom;
}

/* 攻略DVDボタン設定 */
#content_bt03 {
	background: url(/image/bt_dvd.gif) top;
}
#content_bt03:hover {
	background: url(/image/bt_dvd.gif) bottom;
}


/*	3. メイン下部テキストリンク設定
-----------------------------------------------	*/

/* メイン下部テキストリンク設定 */
#foot_link {
	width: 647px;
	margin-top: 30px;
	margin-bottom: 20px;
	clear: both;
	float: left;
}
#main_image img {
	margin-left: 204px;
}
