@charset "UTF-8";

@import "import/reset.css";
@import "import/general_classes.css";
@import "import/base.css";
@import "import/adjust.css";

/*//////////////////////////////////////////////////

Title : brand.css
For   : Setting brand category styles of the site

Created       : 2007-MM-DD
Last Modified : 2007-MM-DD

Editor(s)     : xxxxx, yyyyy, zzzzz
Last Editor   : yyyyy
Guidline      : Ver. 1.xx

Copyright (C) hoge Co., Ltd. All right reserved.

----------------------------------------

Content


//////////////////////////////////////////////////*/


/* ---------------------------------------(=1)
    1. Container
   ---------------------------------------- */
div#container {
    position: relative;
    width: 634px;
    margin: 0;
    padding: 5px;
    background: #ffffff;
    }

div#container h1{
	margin-top: 5px; 
	padding: 0;
	font-weight: bold;
	font-size: 120%;
	}

div#container h2{
	padding: 5px 2px 2px;
	font-weight: bold;
	font-size: 120%;
	}

table#table-01 {
    width: 634px;
    border: 2px #ffffff solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 tr.caption {
	font-weight: bold;
	font-size: 120%;
}

table#table-01 tr.tr1 {
    background: #ffffff;
}

table#table-01 tr.tr2 {
    background: #ffffff;
}

table#table-01 th {
    padding: 5px;
    border: #ffffff solid;
    border-width: 0 0 1px 1px;
    background: #cccccc;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}

table#table-01 td{
    padding: 5px 2px 2px;
    border: 2px #ffffff solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

/* ---------------------------------------(=2)
    2. Footer
   ---------------------------------------- */

div#footer {
    width: 634px;
    background: url(/shared/images/bcg_striped_line_01.gif) repeat-x left top;
	padding: 15px 0 5px;
	text-align: center;
    }