/* ************************************************ 
 * ------------------------------------------------
 *	index設定
 * ------------------------------------------------
 * ************************************************ */

/*------------------------------------------------
全体設定
--------------------------------------------------
body
*
--------------------------------------------------*/

body {
	background:url("../image/back.jpg") repeat;
	font: 3 "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	}

* {
	margin: 0px;
	padding:0px;
	}

table {
	border:none;
	}

img {
	border:none;
	}

ul {
	margin: 0px;
	padding:0px;
	}

li {
	list-style-type:none;
	}

br.clear {
	clear:both;
	font:0/0 sans-serif;
	}
	
.border {
	background:#EFEFEF;
	height:1px;
	margin:10px 0;
	}
.border img {
	width:1px; height:1px;
	}
	
/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */

#wrapper {
	width:810px;
	margin: 0 auto;
	}

.naka {
	width:810px;
	/*height:500px;*/
	background:url("../image/naka1-2.jpg") repeat-y;
	}

.naka-under {
	width:810px;
	height:27px;
	background:url("../image/naka2-2.jpg") no-repeat;
	}

#left {
	width:504px;
	margin-top:10px;
	margin-left:28px;
	margin-right:0px;
	}
#right {
	width:259;
	float:right;
	margin-right:0px;
	}
.footer {
    color:#333333;
	text-align:center;
	font-size:11px;
	padding-top:5px;
	}
.footer2 {
	font-size:11px;
	margin-top:5px;
	margin-bottom:10px;
	}
/* ------------------------------------- 
 *	サイドメニュー
 * ------------------------------------- */
#side {
	width:240px;
	margin-top:10px;
	padding-bottom:3px;
	border-bottom:#999999 1px dashed;
	}
#side2 {
	width:240px;
	margin-top:5px;
	}
/* ------------------------------------- 
 *	中フラッシュ・ニュース
 * ------------------------------------- */
#left {
	width:504px;
	}

#news {
	width:504px;
	margin-top:10px;
	}

/* ------------------------------------- 
 *	ミュウパーツ
 * ------------------------------------- */
 .parts-upper {
	width:810px;
	height:18px;
	background:url("../image/footer1.jpg") no-repeat;
	}
 .parts-naka {
	width:810px;
	/*height:120px;*/
	background:url("../image/footer2.jpg") repeat-y;
	}
 .parts-under {
	width:810px;
	height:18px;
	background:url("../image/footer3.jpg") no-repeat;
	}
#recommend {
	width:504px;
	margin-top:0px;
	margin-left:25px;
	}
#recommend2 {
	width:504px;
	margin:5px 0px 10px 25px;
	}
#parts {
	width:760px;
	margin-top:10px;
	margin-left:27px;
	}
#parts-s {
	width:180px;
	height:133px;
	border:#333333 2px solid;
	background:#EFEFEF;
	}
#parts-s2 {
	font:12 "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	width:184px;
	height:30px;
	background:#EFEFEF;
	}
/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */

/*左サイドメニューのリンク文字色*/
a:link    {color: #cc0000; text-decoration: underline;}
a:visited {color: #cc0000; text-decoration: underline;}
a:active  {color: #cc0000; text-decoration: underline;}
a:hover   {color: #cc0000; text-decoration: none;}

/*メインエリアのリンク文字色*/
#main a:link    {color: <{$link_normal}>; text-decoration: underline;}
#main a:visited {color: <{$link_normal}>; text-decoration: underline;}
#main a:active  {color: <{$link_normal}>; text-decoration: underline;}
#main a:hover   {color: <{$link_hover}>; text-decoration: none;}

/*フッターのリンク文字色*/
.footer a:link    {color: #333333; text-decoration: none;}
.footer a:visited {color: #333333; text-decoration: none;}
.footer a:active  {color: #333333; text-decoration: none;}
.footer a:hover   {color: #2F97FF; text-decoration: underline;}
 