@charset "utf-8";

@import url("../packages/default/css/import.css");

body {
    color: #333333;
    background-color: #000000;
}

#head_right {
	height: 30px;
	width: auto;
	float: right;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 0px;
}

/* 2カラム設定 */
div#two_maincolumn {
    float: left;
    width: 598px;
    padding: 0 0 0 0;
}

div#two_maincolumn h2 {
    padding: 0 0 0 0;
}

/* 商品一覧タイトル
----------------------------------------------- */

div#listtitle h2 {
    color: #ffffff;
    margin: 10px 0px 10px 30px;
}

div.listrightblock .in_cart {
    margin: 15px auto 5px 100px;
    padding: 10px;
    width: 150px;
    float:right;
    clear: both;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
}

div#detailtitle {
    width: 580px;
    border-top: 2px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    background-color: #000000;
}

div#detailtitle h2 {
    color: #ffffff;
    margin: 10px 0px 10px 30px;
}

/* ヘッダーロゴ
------------------------------------------------ */
div#header {
    background: url("../ikikko/top_back.jpg");
    width: 780px;
    height: 100px;
    margin: 0 auto;
}

div#header h1 a {
    float: left;
    display: block;
    margin: 0 0 0 0;
    width: 435px;
    height: 60px;
    background: url("../ikikko/top_main.jpg");
}

div#header em {
    display: none;
}

div#top_menu {
	clear: both;
	height: 40px;
}


/* ヘッダーナビ
----------------------------------------------- */
div#information {
    float: right;
    padding: 60px 8px 0 0;
}
div#information ul li {
    display: inline;
}
div#information ul li a {
    text-decoration: none;
}



/* カテゴリー
----------------------------------------------- */
div#categoryarea {
    width: 144px;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #EEEEEE;
}


/* フッター
----------------------------------------------- */
#pagetop {
    width: 764px;
    margin: 0 auto;
    padding: 30px 8px 15px 8px;
    background-color: #fff;
    text-align: right;
}

/*footer style
------------------------------*/
#footer {
	padding: 15px;
	font-size:12px;
	line-height:1.5em;
	color: #FFFFFF;
	height: 120px;
        width: 750px
        text-align: right;
}

#fotter {
    padding: 15px;
	font-size:12px;
	line-height:1.5em;
	background: #000000;
	height: 120px;
        width: 750px
        border: 0 0 0 0;
        color: #FFFFFF;
        text-align: right;
}

#foot_img {
	width: 241px;
	text-align: left;
	float: left;
        background: url("../ikikko/top_foot_logo.jpg");
        height: 76px;
        margin-right: 9px;
}

#fotter a:link {
	color:#FFFFFF;
}

#fotter a:hover {
	color:#CCCCCC;
}

#fotter a:visited {
	color:#CCCCCC;
}

#line {
	height:5px;
	background-image:url(../ikikko/top_line.jpg);
	margin-top: 5px;
	margin-bottom: 10px;
}
#foot_coments {
	float: right;
	width: 500px;
	font-size: 11px;
	line-height: 1.2em;
        text-align: left;
}
