/*　ページ背景の色を指定しています（白）　*/
body {
background-image:url();
background-repeat: repeat-x;
text-align: center;
}


/* ヘッダー部分です（黒）*/
#head {
width: 800px;
height: 160px;
background-color: #000000;
border-right: 1px solid blue;
border-left: 1px solid blue;
border-top: 1px solid white;
margin-right: auto;
margin-left: auto;
background-image : url(head.jpg);
} 


/* メインエリア部分です　*/
#main {
width: 800px;
background-color: #ffffff;
border-right: 1px solid blue;
border-left: 1px solid blue;
padding-top: 10px;
padding-bottom: 10px;
margin-right: auto;
margin-left: auto;
text-align: left;
}


/* 中央エリア部分です（白色）*/
#centerbox {
font-size: 12px;
width: 550px;
height: px;
background-color: #FFFFFF;
padding: 5px;
margin-right: 10px;
margin-top: 10px;
margin-left: 10px;
text-align: left;
float: left;
}

/* 左メニュー部分です（薄い黄色部分）*/
#leftbox {
font-size: 12px;
width: 200px;
background-color: #F0FFFF;
padding: 5px;
float: left;
}

/* 右エリア部分です */
#rightbox {
font-size: 12px;
width: 200px;
height: px;
background-image:url(bg001_05.gif);
padding: 5px;
margin-left: auto;
margin-right: 5px;
text-align: left;
padding-right: 10px;
}


/* フッターエリア部分です（黒）*/
#footer {
width: 800px;
height: 60px;
background-color: #000000;
border: 1px solid blue;
font-size: 12px;
text-align: center;
padding-top: 10px;
margin-right: auto;
margin-left: auto;
background-image : url(kabe_snow4.gif);
}


/* 強調タグ部分です */
h1 {
width: 800px;
font-size: 10px;
color: #000000;
margin: 0px;
text-align: center;
background-color: #FFFFFF;
padding: 5px;
text-align: right;
}

h2 {
font-size: 25px;
color: #333333;
margin-right: 10px;
margin-left: 10px;
margin-top: 20px;
margin-bottom: 10px;
font-style:italic;
}

h3 {
padding:5px 0px 15px 15px;
background-image:url(tittle1_1.gif);
background-repeat:no-repeat;
font-size: small;
font-weight: bold;
}

h4 {
font-size: small;
color: #333333;
background-image:url(5w.gif);
background-repeat:no-repeat;
background-position:left top;
}

h5 {
color: #333333;
}
h6 {
color: #333333;
}


/* テキスト部分です */
p {
font-size: 14px;
line-height: 20px;
margin: 5px;
}

.mini {
font-size: 12px;
}

.syouhin {
font-size: 12px;;
}

.white {
font-size: 14px;
line-height: 14px;
text-align: left;
color: #FFFFFF;
}

.white2 {
font-size: 11px;
line-height: 14px;
color: #FFFFFF;
}

.red {
 color: #FF0000;
 }

 
/* 中央構え */
.center{
text-align: center;
}

 
/* 回り込み解除 */
.clear{
clear: both;
}
 

/*↓リンク色*/
A:link { color:#0000FF; }

/*↓訪問済みリンク色*/
A:visited { color:#800080; }

/*↓クリックしたときのリンク色*/
A:active {color:#FF0000; }

/*↓マウスでポイントしたときのリンク色*/
A:hover {color:#FF0000;  }

.menu { 
width: 750px; 
height: px; 
background-color: #FFFFFF;
border-color: #C0C0C0;
border-style: dotted;
padding: 2px;
font-size: 10px; /   
}



li { 
margin-bottom: 5px; 
} 


.line {
hr-style-image: url(maru01.gif); 
}

.husen { 
background:#F5F5F5; 
padding:0 5px; 
font-weight:bold; 
border-right:solid 1px #ccc; 
border-bottom:solid 1px #ccc; 
border-left:solid 10px #000080; 
font-size: 10pt; /* 文字サイズ */ 
color: #000080; /* 文字色 */ 
}

.font {
font-size:10px;
color:#C0C0C0;
}

.link {
overflow:auto;
width:180px; height:10em;
background-color:#FFFFFF;
border:1px solid #FFFFFF;
padding: 2px;
font-size: 10px;
}


.sell {
padding:5px 0 5px 5px;
background-image:url(bg001_05.gif);
font-weight: bold;
color:#000000;
width:80%;
font-size: medium;
margin-bottom: 2em;
text-align: center;
border-style: ridge; /* 枠の種類 */
border-color: black; /* 枠の色 */
border-width: 1px; /* 枠の幅 */
line-height: 120%; /* 行の高さ */
}


