/* 色指定 -------------------------------------------------------------

色は5色必要です。
4色のときは一番薄い色を白（#fff）にしてみると楽かもしれません。

*/

/* ↓一番薄い色  */
body , #menu a:hover {
background: #fff4ca;
}

/* ↓二番目に薄い色  */
#sidebar h2 {
background: #ffcd02;
}

#footer {
border-top: 4px solid #ffcd02;
}

/* ↓二番目に濃い色 */
#sidebar , #sidebar a , #sidebar a:hover {
color: #666;
}

/* ↓一番濃い色  */
body , #sidebar h2 , #footer p , #footer a {
color: #000;
}

/* ↓アクセントカラー  */
h1, h2, h3 ,
a , a:hover , #logo a {
color: #0ba098;
text-decoration: none;
}

/* 画像  ----------------------------------------------- */

#note {
background: url(../img/img.png) no-repeat right bottom; 
}

/* --------------------------------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size: 16px;
background: url(../img/bg.png) repeat;
}

h1, h2, h3 {
margin: 0;
padding: 0;
font-weight: normal;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 2.4em;
}

h2 a {
 color: #000;
 text-decoration: none;
}

h3 {
font-size: 1.6em;
}

p, ul, ol {
margin-top: 0;
line-height: 180%;
}


#all {
width: 960px;
margin: 0 auto;
padding: 0;
position: relative;
}

/* Header */

#header {
width: 940px;
height: 148px;
margin: 0 auto;
padding-top: 50px;
}

h1 {
padding-top: 15px;
padding-left: 90px;
letter-spacing: -1px;
text-transform: lowercase;
font-size: 3em;
background: url(../img/main.png) no-repeat left top;
height: 100px;
}

/* note */

#note {
line-height: 30px;
text-align: right;
position: absolute;
top: 0;
width: 100%;
}

/* Page */

#contents {
width: 940px;
margin: 0 auto;
padding: 0 0 50px 0;
clear: both;
}

/* Content */

#content {
float: right;
width: 620px;
padding: 0;
}

/* Sidebar */

#sidebar {
float: left;
width: 280px;
padding: 0;
}

#sidebar h3 {
padding-left: 30px;
padding-top: 6px;
padding-bottom: 6px;
letter-spacing: -.5px;
font-size: 1.8em;
}

#sidebar a {
border: none;
}

#sidebar a:hover {
text-decoration: underline;
}

#sidebar ul {
margin: 0;
padding: 10px 0px 10px 50px;
}

#sidebar ul li {
list-style: url(../img/li.png) ;
}

/* Footer */

#footer {
width: 940px;
height: 50px;
margin: 0 auto;
padding: 0px 0 15px 0;
font-family: Arial, Helvetica, sans-serif;
}

#footer p {
margin: 0;
padding-top: 20px;
line-height: normal;
font-size: 10px;
text-transform: uppercase;
text-align: center;
}
