@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
font-size: 100%;
font-style: ＭＳ Ｐゴシック;
line-height: 160%;
background-color: #ffffff; /* ページの背景色 */
color: #000000; /* 全体の文字色 */
}
a {
  text-decoration: none; 
}

}
/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

/*---罫線の設定---*/
hr{
border: none;
border-top: 5px dotted #5f9ea0;
height: 3px;
width: 100%;
}

/* --- コンテナ --- */
#container {
width: 500px; /* ページの幅 */
background-color: #ffffff; /* ヘッダの背景色 */
margin: 0 auto; /* センタリング */
font-style:normal;/*指定をしないと文字が斜めに表示される*/
text-align:left;/*文字を左寄せにする*/ 
}

/* --- ヘッダ --- */
#header {
background-color: #5f9ea0; /* ヘッダの背景色 */
font-style:normal;/*指定をしないと文字が斜めに表示される*/
text-align:left;/*文字を左寄せにする*/ 
padding-top:2px;/*文字の上に少しスペースを空ける*/
padding-left:5px;/*文字の右に少しスペースを空ける*/
padding-bottom:2px;
}

/* --- コンテンツ --- */
#content {
background-color: #ffffff; /* コンテンツの背景色 */
font-style:normal;/*指定をしないと文字が斜めに表示される*/
text-align:left;/*文字を左寄せにする*/ 
}

/* --- ナビゲーションバー --- */
div.nav {
width: 100%; /* ナビゲーションの幅 */
background-color: #ffffff; /* ナビゲーションの背景色 */
font-size: 80%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 100%; /* メニューの幅 */
margin: 0;
padding: 4px 0; /* メニューのパディング（上下、左右） */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
float: left;
}

/* --- 項目の幅（emで指定） --- */
div.nav ul.nl li.item1 {
width: 5.5em;
}
div.nav ul.nl li.item2 {
width: 5.5em;
}
div.nav ul.nl li.item3 {
width: 5.5em;
}
div.nav ul.nl li.item4 {
width: 5.5em;
}
div.nav ul.nl li.item5 {
width: 5.5em;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 2px 5px; /* リンクエリアのパディング（上下、左右） */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- お品書き --- */
#osinagaki {
background-color: #ffffff; /* お品書きの背景色 */
font-style:normal;/*指定をしないと文字が斜めに表示される*/
text-align:left;/*文字を左寄せにする*/ 
padding-right:15px;/*文字の左に少しスペースを空ける*/
}

/* --- 素材 --- */
#sozai {
background-color: #ffffff; /* 素材の背景色 */
font-size: 80%;
font-style:normal;/*指定をしないと文字が斜めに表示される*/
text-align:left;/*文字を左寄せにする*/ 
}

/* --- フッタ --- */
#footer { 
background-color: #5f9ea0; /* フッタの背景色 */
color: #ffffff;
font-size: 60%;
font-style:normal;/*指定をしないと文字が斜めに表示される*/
text-align:center;/*文字を中央にする*/ 
}






