body {
 color:#000000;
 background:#b9dcff;  

/* 背景色を変えたい場合ここを直せば変えられます。*/
/* #fcfad3　淡い黄色 */
/* #eafee7　淡い緑色*/
/* #feede7　淡いピンク色*/
/* #b9dcff　淡い青色*/

 margin:0;
 padding:0;
 text-align:center;
 line-height:1.5;
 font-size:15px;
}


a:link,a:visited {
 color: #FF6666;
 text-decoration: underline;
}


a:hover,a:active {
 color: #999999;
 text-decoration: none;
}


#container {
 width:930px;
 background:#FFFFFF;
 margin: 0 auto;
}


#header {
 background : url(../img/header-red.gif) no-repeat;

/* ヘッダーの背景色を変えたい場合、画像等入れたい場合は*/
/*「header.gif」を直せば変えられます。*/
/*但し、画像サイズは「930px　x 230px」としてください。*/

 width:930px;
 height:230px;
 margin:0 0 15px 0px;
}

/* サイトのメインタイトルの設定*/
h1 {
 text-align:left;
 margin:0 0 0 20px;
 text-align:left;
 margin-left:20px;
 padding-top:30px;
 font-size:20px;
}

/* サイトの説明の設定*/
h2 {
 text-align:left;
 margin-left:20px;
 margin:0 0 0 20px;
 font-size:13px;
 padding-top:110px;
}

/* コンテンツタイトルの設定*/
td.title { 
 background : url(../img/title-red.gif);

/* コンテンツのタイトルの背景色を変えたい場合*/
/*「title.gif」を直せば変えられます。*/


 text-align: left;
 padding:3px 5px;
 font-weight:bold;
 font-size:16px;
}

/* コンテンツの設定*/
td.content {
 text-align: left;
}


address {
 font-style:normal;
 text-align:center;
}
