/* =============================================
================================================
TEMPLATENAME : ishi_2colum
DESIGN : WC-ishida
CSS : WC-ishida
VERSION => 1.0
================================================
==============================================*/

/* hack */
#center {_height:1%;}

/* レイアウト */
#header *, #left *, #right *, #footer *{
    margin:0px;
    padding:0px;
}

#container {
    width:650px;
    padding:0px 5px 0px 5px
    margin:0px 
    background-color:#fff;
    border-left:double #ccc;
    border-right:double #ccc;
}
#header{
    width:640px;
    clear:both;
}

/*#center-left */
#center-left {
    clear:both;
    width:640px;
    padding-top:5px;
    padding-bottom:30px;
}

#left {
    float:left;
    width:130px;
    padding:0px;
    overflow:hidden;
}

#center {
    float:right;
    width:500px;
    margin-left:0px;
    padding:0px;
    overflow:hidden;
}

#other {}

#right {}

#footer {
        clear:both;
        width:640px;
}

h1 {
    font-size: 8pt;
    font-weight: normal;
    color: gray;
    background-color: white;
}

h2,h3,h4,h5,h6 {
    margin:0px;
}
.pad_5{
    padding:5px;
}
.pad_5_5{
    padding-right:5px;
    padding-bottom:5px;
}
/* =============================================
		ページ全体の設定
==============================================*/
body{
    background: url(../images/r1.gif) repeat-x;
    margin:0px;
    padding:0px;
    font-size: 11pt;
    color:#666;
    text-align: center;
    line-height: 1.2;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
#container {
    background: url(../images/2.gif);
}
.h-nodisp {
    display:none;
}
#left a.stylenone{
    clear:both;
    display:inline;
    background:none;
    border:0;
    margin:0;
    padding:0;
}
img{
    border:0px;
}
/*エラーメッセージ*/
.err_msg {
    font-weight: bold;
    color: #F00;
}
div.title{
    font-weight: bold;
    color: #333;
}
/* =============================================
	パンくずリスト設定
==============================================*/
.TopicPath {
    background-color:#efefef;
    border-bottom:1px solid #ccc;
    margin-bottom:3px;
    width:100%;
    height:15px;
    font-size: 8pt;
}
.TopicPathTable {
    float: right;
}
.TopicPathCell {
    padding:3px;
    color: #333333;
}
.TopicPathText{
    background: url(../images/pan.gif) no-repeat right;
    padding-right: 15px;
    color: #333333;
    text-decoration: none;
}

/* =============================================
	#header「ヘッダーメニュー」
==============================================*/
#header{
    clear:both;
    font-size:10pt;
    text-align:left;
}

#header ul.menu {
    list-style-type: none;
    background:url(../images/ba_00.jpg) repeat-x center left;
    height:20px;
    color: #fff;
}

#header ul.menu li {
    list-style-type: none;
    float:left;
    background:url(../images/header_line.gif) no-repeat right;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:5px;
    white-space : nowrap;
}
/*textはリンクなし*/
#header ul.menu li a,
#header ul.menu li div.text {
    display :block;
    padding-left:5px;
    padding-right:5px;
    font-size : 10pt;
	color:#fff;
    text-decoration : none;
}
#header ul.menu li a:hover {
    color : #cc0000;
    text-decoration : underline;
}

/* =============================================
	#left「サイドメニュー」
==============================================*/
#left{
    font-size:10pt;
    text-align:left;
}
#left ul{
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    list-style-type : none;
    margin:0;
    padding:0;
}

#left ul li{
    list-style-type : none; 
    display:block;
    padding-top:10px;
    height:20px;
    background:url(../images/underline.gif) repeat-x left bottom;
}
/*サイドメニュー見出し*/
#left .title{
    display:block;
    border-top:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    background:url(../images/side_midashi1.gif) no-repeat top left;
    padding-top:10px;
    padding-bottom:8px;
    padding-left:11px;
    height:18px;
    font-size: 11pt;
    font-weight: bold;
    color:#006;
}
/*textはリンクなし*/
#left ul li a{
    list-style-type : none;
    background:url(../images/mark1.gif) no-repeat left top;
    padding-left:30px;
    padding-top:10px;
    padding-bottom:2px;
    height:30px;
    color:#666;
    text-decoration:none;
    display:inline;
}
#left ul li div.text {
    list-style-type : none;
    background:url(../images/mark1.gif) no-repeat left top;
    padding-left:25px;
    padding-top:10px;
    padding-bottom:2px;
    height:30px;
    color:#666;
    text-decoration:none;
    display:inline;
}
#left ul li a:hover{
    color:#cc0000;
    text-decoration:underline;
}

/*サイド統一info*/
#left ul li div.info{
    padding-top:5px;
    padding-bottom:5px;
    width:150px;
    margin-left:33px;
    font-size:8pt;
    color:#666666;
    letter-spacing:0.1em;
    text-decoration:none;
}
#left div.info a{}

#left div.info a:hover,
#left div.whatsnew div.info a:hover{
    text-decoration:underline;
    color:#cc0000;
}
/* 角丸ボックス用*/
#left .circle {
    background:url(../images/c2.gif) no-repeat;
    color:#000099;
    text-align:left;
    margin-top:3px;
    margin-bottom:3px;
    width:130px;
    background-color:#FFF;
}
#left span.red{
    text-align:center;
    font-weight:bold;
	font-size:11pt;
    color:#FF0000;
}
#left .circle p{
    margin:0px;
    padding:0.5em 0.5em;
}

#left object{
    margin:2px;
}
/*==========================================
	#center「メインエリア」
==============================================*/
#center {
    text-align:left;
    font-size:10pt;
    padding:5px;

}
#center div.main_content{
    color:#666;
    background-color:#fff;
}
#center div.content{
    color:#666;
    padding:2px 0px;
    letter-spacing: 1px;
    background-color:#fff;
}
#center p {
    padding:2px;
}
/*ページタイトル*/
#center h2{
    background:url(../images/bu_new00.jpg) no-repeat top left;
    height:35px;
    margin-bottom:3px;
    padding-left:20px;
    padding-top:5px;
    text-align:left;
    font-size:16px;
    color:#333;
}

#center h3{
    border-left:3px solid #0066cc;
    border-bottom: solid 1px #003366;
    padding-left: 8px;
    margin:5px 0px;
    font-size: 14pt;
    color:#000066;
}

#center h3 a:hover{
    font-weight: bold;
    color:#000066;
    text-decoration: none;
}
#center h4{
    border-left:5px solid #336699;
    border-bottom: 1px solid #336699;
    padding-left:14px;
    margin:5px 0px;
    font-weight: bold;
    font-size: 12pt;
    color:#000066;
    text-decoration: none;
}
#center h4 a{
    font-weight: bold;
    color:#000066;
    text-decoration: none;
}
#center h5{
    border-left:3px solid #336699;
    border-bottom: 1px solid #336699;
    padding-left:8px;
    margin:5px 0px;
    font-weight: bold;
    font-size: 11pt;
    color:#000066;
    text-decoration: none;
}
#center h6{
    border-bottom: 1px dashed #336699;
    padding-left:5px;
    margin:5px 0px;
    font-weight: bold;
    font-size: 10pt;
    color:#000066;
    text-decoration: none;
}
#body,td,th {
	padding: 3px;
}

/*新着情報エリア*/
#center div.whatsnew{}
#center div.whatsnew ul{
    list-style-type : none;
    margin:0;
    padding:0;
}

#center div.whatsnew ul li{
    list-style-type : none;
    margin-bottom:0px;
    padding:0px;
    border-bottom:solid 1px #dddddd;
}
#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{
    list-style-type:none;
    background:url(../images/t_r6_c2.jpg) no-repeat left;
    padding-left:20px;
    display:inline;
    color:#000066;
    font-weight:bold;
    font-size:8pt;
    white-space:nowrap;
}

/*統一インフォメーション*/
#center div.info{
    text-align: right;
    color: gray;
    font-size:8pt;
}
#center div.info a{
    color: gray;
}
#center div.info a:hover{
    color:#f00;
}
/* =============================================
	#footer「フッターメニュー」
==============================================*/
#footer {
    background-color:#ededdb;
    text-align:left;
    border-top:#52c3dc 3px solid;
    font-size:10pt;
    width:100%;
}
#footer ul.menu{
    list-style-type : none;
    margin-left:10px; 
    padding:0px 0px 3px 0px;
}

#footer ul.menu li {
    list-style-type : none;
    background:url(../images/icon_blue_squer.gif) no-repeat left;
    padding-left:18px;
	padding-right:10px;
    display:inline;
    white-space:nowrap;
}

/*textはリンクなし*/
#footer ul.menu li a{
    text-decoration:underline;
}

/*統一インフォメーション*/
#footer div.info{
    float:right;
    background-color:#ededdb;
    color:#333;
    font-size:8pt;
	padding-top:2px;
    padding-right:5px;
}
#footer div.info a{
    background-color:#ededdb;
    color:#333;
}

/* =============================================
	各エリア「パーツページ」
==============================================*/
#header div.content{
    margin:0px;
    padding:0px ;
}

#left div.content{
    margin:0px;
    padding:0px;
}

#footer div.content{
    margin:0px;
    padding:0px;
}

/* =============================================
	ページ内テーブル
==============================================*/
/*メールフォーム inquirytable */
table.inquirytable{
    width:100%;
    border-collapse:collapse;
    border:solid 1px #666;
}
table.inquirytable tr th{
    background-color:#eee;
    border-bottom:groove 2px #fff;
    border-right:solid 1px #666;
    width:30%;
    padding:5px;
    margin-bottom:1px;
    font-weight:normal;
    text-align:left;
}
/*メールフォーム縦並び項目用*/
table.inquirytable tr th.inquirytableH{
    background-color:#eee;
    border-bottom:groove 2px #fff;
    padding:5px;
    font-weight:normal;
    text-align:left;
}
table.inquirytable tr td{
    border-left:solid 1px #666;
    border-bottom:groove 2px #fff;
    padding:5px;
}
/*区切りコメントがある場合*/
#center table.inquirytable tr td.comment{
    background-color:#fff;
    border-bottom:groove 2px #fff;
    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;
}
/*（必須）の文字*/
#center table span.require ,td.comment a{
    color: red;
    font-size:8pt;
    text-decoration:none;
}
/*入力テーブル全般*/
table.inputtable{
    width:100%;
    border-collapse:collapse;
    border:solid 1px #ddd;
}
table.inputtable tr th{
    background-color:#eee;
    border:solid 1px #ddd;
    padding:5px;
    font-weight:normal;
    text-align:left;
    white-space:nowrap;
    color:#333;
}
table.inputtable tr td{
    border:solid 1px #ddd;
    padding:5px;
}
/*確認テーブル*/
table.checktable{
    width:100%;
    border-collapse:collapse;
    border:solid 1px #666;
    color:#111;
}
table.checktable tr th{
    background-color:#eeeeee;
    border:groove 2px #fff;
    padding:5px;
    font-weight:normal;
    text-align:left;
}
table.checktable tr td{
    border:groove 2px #fff;
    padding:5px;
    color:#111;
}
/* =============================================
	検索エリア
==============================================*/
div.search{
    width:90%;
}
#left div.search{
    width:90%;
    text-align:right;
    padding-bottom:5px;
}
.search input{
    border:solid 1px #666;
}
.search input#query{
    border:solid 1px #666;
    margin-right:8px;
}

/* =============================================
	サイトマップ
==============================================*/
#sitemap ul{
    list-style-type:none;
    line-height:1.5;
}
#sitemap li{
    list-style-type:none;
    padding-left:14px;
}
#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{
    background-color:#ededdb;
    border-top:1px solid #ccc;
    padding-top:3px;
	padding-left:8px;
    color:#333;
    font-size: 8pt;
    height:16px;
}
.kaatsu{
    font-size:8pt;
	text-decoration:none;
    margin-left:10px; 
    padding:0px 0px 3px 0px;
}
.note{
    text-align: right;
    color: gray;
    font-size:8pt;
}
.cost {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}

