@charset "Shift_JIS";


/* 居心伝 メインページ( index.html ) */


	*{
	margin : 0px;
	padding : 0px;
	}

	html{
	scrollbar-base-color : #ff9900;
	scrollbar-face-color : #ffbb55;
	scrollbar-arrow-color : #cc6600;
	scrollbar-shadow-color : #ffffff;
	scrollbar-darkshadow-color : #ff9900;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #ff9900;
	scrollbar-track-color : #f8ddaa;
	}
	

	body{
	width : 100%;
	font-size : 12px;
	font-color : #000000;
	font-weight : normal;
	backGround-color : #f4e29c;
	backGround-image : url(../img/bg-shadow.gif);
	backGround-repeat : repeat-y;
	backGround-position : 800px 0px;
	}

	hr{
	height : 2px;
	color : #cc6600;
	margin-top : 10px;
	margin-bottom : 10px;
	}

	div{
	border : 0px red dotted;		
	}

	img{
	border : 0px;
	}

	p{
	margin-bottom : 12px;
	}


/* リンク */

a{
	color : #bb3300;
	font-size : 18px;
	font-weight : bold;
	text-decoration : none;
	}

a:hover{
	text-decoration : underline;
	}

a.navi{
	color : #555555;
	font-size : 12px;
	font-weight : normal;
	}

a.index{
	color : #000000;
	font-size : 12px;
	font-weight : bold;
	}

a.point{
	color : #bb3300;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
	}


/* コンテナ */

div.body{
	width : 800px;
	}

div.navi{
	margin : 0px;
	clear : both;
	width : 800px;
	vertical-align : top;
	text-align : right;
	backGround-color : #ffcc88;
	}

div.head{
	margin : 0px 0px 0px 0px;
	width : 800px;
	height : 320px;
	}

div.menubody{
	width : 800px;
	backGround-color : #ffbb55;
	}

div.oshirase{
	padding : 6px 0px 6px 12px;
	width : 290px;
	height : 168px;
	float : left;
	color : #ffffff;
	}

div.newtitle{
	padding : 0px;
	width : 260px;
	height : 20px;
	color : #555555;
	border : 0px solid #cc6600;
	}

div.new{
	padding : 6px;
	width : 270px;
	height : 130px;
	backGround-color : #ffeebb;
	border : 1px solid #cc6600;
	overflow : auto;
	color : #555555;
	scrollbar-base-color:#ff9900;
	scrollbar-face-color:#ffbb55;
	scrollbar-arrow-color:#cc6600;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#ff9900;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ff9900;
	scrollbar-track-color:#f8ddaa;
	}

div.headright{
	margin : 0px 0px 0px 306px;
	padding : 0px;
	height : 168px;
	width : 490px;
	}

div.td{
	padding : 6px 0px 0px 18px;
	width : 240px;
	height : 40px;
	color : #554433;
	line-height : 160%;
	backGround-image : url(../img/bg-menu-exp.gif);
	backGround-repeat : no-repeat;
	backGround-color : #ffeebb;
	border : 0px dotted #cc6600;
	}

div.campaign{
	clear : both;
	height : 450px;
	backGround-color : #ffbb55;
	}

div.concept{
	clear : both;
	height : 350px;
	backGround-color : #ffbb55;
	}

/* 新着情報 */

p#new{
	border-bottom : 2px dashed #cc9977;
	}

/* ロゴのテーブル */

table.logo{
	width : 800px;
	border : 0px;
	border-collapse : collapse;
	}

/* メニュー表 */

table.menu{
	width : 490px;
	border : 0px;
	border-collapse : separate;
	color : #ffffff;
	}

table.navi{
	width : 100%;
	border-collapse : collapse;
	}

col#img{
	width : 200px;
	}

col#exp{
	width : 250px;
	}

td#img{
	width : 200px;
	border : 0px;
	padding : 3px;
	}


td#exp{
	width : 250px;
	border : 0px;
	}

td#left{
	padding : 2px 0px 2px 20px;
	width : 50%;
	text-align : left;
	vartical-align : middle;
	backGround-image : url(../img/index-left.gif);
	backGround-repeat : repeat-y;
	}

td#right{
	width : 50%;
	text-arign : right;
	vartical-align : middle;
	}
