/* hack */
#center {_height:1%;}

/* レイアウト */
#header *, #left *, #right *, #footer *{
    margin:0px;
    padding:0px;
}

#container {
    width:800px;
    padding:0px;
    margin: 0px;
}
#header{
    width:100%;
}

/*#center-left  width:790px; */
#center-left {}

#left {
    float:left;
    width:180px;
    margin-top:10px;
    padding:0px;
}

#center {
    float:right;
    width:600px;
    margin-top:10px;
    padding-left:10px;
    padding-right:10px;
}

#center #other {}

#right {}

#footer {
    clear:both;
    width:100%;
}

h1,h2,h3,h4,h5,h6 {
    margin:0px;
}
/* =============================================
		ページ全体の設定
==============================================*/
body{
    margin:0px;
    padding:0px;
    font-family:'ＭＳ Ｐゴシック',osaka,sans-serif;
    font-size:small;
}
.h-nodisp {
    display:none;
}
#left .stylenone{
    clear:both;
    display:inline;
    background:none;
    border:0;
    margin:0;
    padding:0;
}
/*エラーメッセージ*/
.err_msg {
    font-weight: bold;
    color: #F00;
}
div.title{
    font-weight: bold;
    color: #333;
}
/* =============================================
	パンくずリスト設定
==============================================*/
.TopicPathTable {
    clear:both;
    margin: 0px;
    padding:0px;
}
.TopicPathCell {
    margin: 0px;
    padding:3px;
    font-size: 80%;
    color: #333333;
}
.TopicPathText{
    background: url(../images/pan.gif) no-repeat center right;
    padding-right: 12px;
    padding-left:3px;
    font-size: 80%;
    color: #333333;
}
/* =============================================
	#header「ヘッダーメニュー」
==============================================*/
#header ul.menu {
    list-style-type: none;
    background-color:#efefef;
    height:25px;
}
#header ul.menu li {
    list-style-type: none;
    float:left;
    background:url(../images/headder_line.gif) no-repeat right center;
    background-color:#efefef;
    padding-top:2px;
    padding-bottom:2px;
    padding-right:3px;
    font-size : 12px;
    line-height : 22px;
    font-weight:bold;
    white-space : nowrap;
}
/*textはリンクなし*/
#header ul.menu li a,
#header ul.menu li div.text {
    display :block;
    padding-left:7px;
    padding-right:7px;
    font-size : 12px;
    color : #666666;
    text-decoration : none;
}
#header ul.menu li a:hover {
    font-size : 12px;
    color : #000099;
    text-decoration : underline;
}

/* -- ドロップダウンメニュー -- */
#header ul.menu li.on ul.submenu {
    position: absolute;
    width: 140px;
    /* Background */
        background-color: #eee;
        background-image: none;
}
#header ul.menu li.on ul.submenu li {
    display: block;
    clear: both;
    
    /* Background */
        background-color: #eee;
        background-image: none;
        
    /* Border */
        border: 0;
}
#header ul.menu li.on ul.submenu li a {
    display: block;
    background:url(../images/icon-head-gray.gif) no-repeat 3px 10px;
    /* Space */
        margin: 0;
        padding: 2px 5px 2px 15px;
            
    /* Font */
        font-weight: normal;
}
#header .off ul.submenu li {
    display: none;
}

/* =============================================
	#left「サイドメニュー」
==============================================*/
#left ul{
    list-style-type : none; 
    margin-left:10px;
    padding:0px;
}

#left ul li{
    list-style-type : none; 
    display:block;
    padding:5px 0;
}
/*サイドメニュー見出し*/
#left ul li div.title{
    display:block;
    background:url(../images/navy_menuyaji.gif) no-repeat 0px 2px;
    background-color:#ffffff;
    padding:2px 0px 2px 25px;
    font-size: 10pt;
    font-weight:bold;
    color:navy;
}
/*textはリンクなし*/
#left ul li a,
#left ul li div.text {
    display:block;
    background:url(../images/sidemenu_bar.gif) repeat-x bottom center;
    border-left:3px solid #ddd;
    margin-left:5px;
    padding-left:5px;
    line-height:120%;
    color:#333333;
    text-decoration:none;

}
#left ul li a:hover{
    border-left:3px solid #ff0000;
    color:#5c6aa6;
    text-decoration:underline;
}
/*選択されているメニュー*/
#left ul.menu li a.menuselected{
    display:block;
    border-left:3px solid #5c6aa6;
    color:#5c6aa6;
    font-weight:bold;
    text-align:left;
}

/*サイドサブメニュー*/
#left ul.submenu {
    margin-left: 10px;
}
#left ul.submenu li a{
    display:block;
    background:url(../images/sidemenu_bar.gif) repeat-x bottom center;
    margin-left:15px;
    padding-top:5px;
    line-height:120%;
    color:#333333;
    text-decoration:none;
}
/*サイド統一info*/
#left div.info{
    text-align:right;
}
#left div.info a{
    font-size:80%;
    text-decoration:none;
    color:#666666;
}
#left div.info a:hover{
    text-decoration:underline;
    color:#ff0000;
}
/*新着情報エリア div.whatsnew */

/*ログインエリア #login */

/*カレンダー・ブログツールエリア*/
#left div.blogtool{}

/*カレンダー*/
#left div.blogtool div.date{
    display:block;
    background:url(../images/navy_menuyaji.gif) no-repeat 0px 2px;
    background-color:#ffffff;
    padding:2px 0px 2px 25px;
    font-size: 10pt;
    font-weight:bold;
    color:navy;
}
#left div.blogtool table.calendar{
    width:100%;
    text-align:center;
}
#left div.blogtool table.calendar th{
    color:#666666;
}
#left div.blogtool table.calendar td{
    border-bottom:dotted 1px #666666;
}
#left div.blogtool table.calendar td span{
    color:#333333;
}
#left div.blogtool table.calendar td a{
    color:blue;
    font-weight:bold;
}
#left div.blogtool table.calendar td a:hover{
    color:#ff3300;
}

/* =============================================
	#center「メインエリア」
==============================================*/
#center {}

/*ページタイトル*/
#center h2.title{
    background:url(../images/sidemenu_bar.gif) repeat-x bottom center;
    border-left:6px solid #5c6aa6;
    margin-bottom:10px;
    padding-left:8px;
    text-align:left;
    vertical-align:middle;
    font-size:16px;
    color: #666666;
}
#center h3.title{
    background:url(../images/block_blue.gif) no-repeat top left;
    padding-left:14px;
    font-weight: bold;
    font-size: small;
    color:#000088;
    text-decoration: none;
}
#center h3.title a{
    font-weight: bold;
    font-size: small;
    color:#000088;
    text-decoration: none;
}
#center h4.title{
    border-left:8px solid #ff9900;
    padding-left:14px;
    font-weight: bold;
    font-size: small;
    color:#666666;
    text-decoration: none;
}
#center h4.title a{
    font-weight: bold;
    font-size: small;
    color:#666666;
    text-decoration: none;
}
/*ブログ　日付*/
#center h3.date{
    padding-top:15px;
    padding-bottom:10px;
    font-family: 'ＭＳ ゴシック', Osaka;
    color:#666666;
}

/*新着情報エリア*/
#center div.whatsnew{}
#center div.whatsnew ul{
    list-style-type : none;
    margin:0;
    padding:0;
}
#center div.whatsnew ul li{
    border-bottom:dotted 1px #0033cc;
    margin-bottom:15px;
}

#center div.whatsnew ul li a{
    text-decoration:none;
}
#center div.whatsnew ul li a:hover{
    text-decoration:underline;
    color:#ff0000;
}
/*新着日付*/
#center div.whatsnew ul li span.topicdate{}


/*統一インフォメーション*/
#center div.info{
    text-align: right;
    padding-top:10px;
    padding-bottom:10px;
    color: gray;
}
#center div.info a{
    color: gray;
}
/* =============================================
	#footer「フッターメニュー」
==============================================*/

#footer {}
#footer ul.menu{
    list-style-type : none;
    background-color:#efefef;
    margin: 0px; 
    padding:5px 0px 5px 10px;
}

#footer ul.menu li {
    list-style-type : none;
    display:inline;
    white-space:nowrap;
}
/*textはリンクなし*/
#footer ul.menu li a,
#footer ul.menu li div.text
{
    display:inline;
    background:url(../images/icon_blue_squer.gif) no-repeat 0 0;
    padding-left: 18px;
    padding-right: 8px;
    color:#666666;
}

#footer ul.menu li a:hover{
    color:#000099;
}

/* =============================================
	各エリア「パーツページ」
==============================================*/
#header div.content{
    background-color:#ffffff;
    margin:0px;
    padding:0px;
}

#left div.content{
    margin:0px;
    padding:0px;
}

#footer div.content{
    margin:0px;
    padding:0px;
}

/* =============================================
	ページ内テーブル
==============================================*/
/*ページ内テーブル基本*/
#center table{
    border-collapse:collapse;
}
#center table tr th{
    font-weight:normal;
    text-align:left;
}
#center table tr td{}

/*メールフォーム inquirytable */
table.inquirytable{
    width:100%;
    border-collapse:collapse;
    border:solid 1px #dddddd;
}
table.inquirytable tr th{
    background-color:#dddddd;
    border:solid 1px #dddddd;
    width:30%;
    padding:3px;
    font-weight:normal;
    text-align:left;
}
/*メールフォーム縦並び項目用*/
table.inquirytable tr th.inquirytableH{
    background-color:#dddddd;
    border:solid 1px #dddddd;
    padding:5px;
    font-weight:normal;
    text-align:left;
}
table.inquirytable tr td{
    border:solid 1px #dddddd;
    padding:5px;
}
/*区切りコメントがある場合*/
table.inquirytable tr td.comment{
    background-color:#dddddd;
    border:solid 1px #dddddd;
    padding:5px;
    font-weight:normal;
    text-align:left;
}
/*ご注意コメント*/
#center table.inquirytable tr td div.info,
#center table.inputtable tr td div.info
{
    color: gray;
    text-align:left;
    padding:0px;
    margin:0px;
    border:0px;
}
/*（必須）の文字*/
table span.require ,table span.require a{
    color: red;
    font-size:x-small;
    text-decoration:none;
}
/*入力テーブル全般*/
table.inputtable{
    width:100%;
    border-collapse:collapse;
    border:solid 1px #dddddd;
}
table.inputtable tr th{
    background-color:#eeeeee;
    border:solid 1px #dddddd;
    padding:5px;
    font-weight:normal;
    text-align:left;
    white-space:nowrap;
}
table.inputtable tr td{
    border:solid 1px #dddddd;
    padding:5px;
}
/*確認テーブル*/
table.checktable{
    width:100%;
    border-collapse:collapse;
    border:solid 1px #dddddd;
}
table.checktable tr th{
    background-color:#eeeeee;
    border:solid 1px #dddddd;
    padding:5px;
    font-weight:normal;
    text-align:left;
}
table.checktable tr td{
    border:solid 1px #dddddd;
    padding:5px;
}
/* =============================================
	検索エリア
==============================================*/
#header div.search{
    width:100%;
    text-align:right;
}
.search input{
border:solid 1px #ddd;
}
/*商品検索パーツ*/
#left #goods_search div.text{
    border:none;
    background:none;
}
/* =============================================
	サイトマップ
==============================================*/
#sitemap ul{
    list-style-type:none;
    line-height:1.5;
}
#sitemap li{
    list-style-type:none;
}
#sitemap ul li,
#sitemap ul li ul.tree_child li{
    background:none;
}
#sitemap ul li a{
    background:url(../images/indent03.gif) no-repeat left top;
    padding-left:14px;
}
#sitemap ul li ul.tree_child li a{
    background:url(../images/indent.gif) no-repeat left top;
    padding-left:14px;
}
#sitemap ul.tree_child{
    margin-left: 20px;
    line-height:1.5;
}
#sitemap a{
    text-decoration:none;
}
/* =============================================
	コピーライトエリア
==============================================*/
.copyright{
    text-align:right;
    padding:5px 0;
    color:#333333;
}

/*ページ内テーブル*/
#center table.pagetable{
    padding:0px;
    width:100%;
    border-collapse:collapse;
    border:solid 1px #dddddd;
}
#center table.pagetable tr th{
    border:solid 1px #dddddd;
    background:url(../UserFiles/Image/table_title.gif) no-repeat left top;
    padding:10px 5px 5px 35px;
    font-weight:normal;
    text-align:left;
}
#center table.pagetable tr td{
    border:solid 1px #dddddd;
    padding:5px;
}
