@charset "UTF-8";
/* CSS Document */

/* ブラウザのデフォルトCSSリセット */
*{
   margin:0;
   padding:0;

}

/* リンク色指定 */
a.link01 {
   text-decoration:underline;
   color:#666666;
}
a.link01:hover {
   text-decoration:underline; 
   color:#333333;
}

a.link02 {
   text-decoration:none;
   color:#000000;
}
a.link02:hover {
   text-decoration:underline; 
   color:#000000;
   background-color:#ffff00;
}

/* -----------------
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
.footer, .push {
    height: 4em;
}
-----------------フッター制御 */

/* コンテンツ制御用CSS */

body{
   background-color:#ffffff;
   background-repeat: no-repeat;
}

h1{
   padding-top:10px;
   padding-bottom:5px;
}
h2{
   padding-top:10px;
   padding-bottom:5px;
}

div#header{
   width:950px;
   color:#FF0000;
   background-color:#000000;
}
div#header P{
   font-size:18px;
   padding-top:10px;
}

div#navi{
   width:950px;
   color:#000000;
}
div#navi P{
   font-size:12px;
   padding-top:2px;   
   padding-bottom:2px;
   padding-left:230px;
}

div#container{
   width:950px;
   color:#ffffff;
}
div#container P{
   font-size:12px;
   line-height:1.5;
}


div#contents{
   width:720px;
   float:right;
   color:#000000;
}

div#side{
   width:230px;
   float:left;
   color:#000000;
}
div#side P{
   font-size:12px;
   padding:1em;
   line-height:1.5;
}

div#footer{
   width:950px;
   clear:both;
   color:#ffffff;
   background-color:#000000;
}
div#footer P{
   font-size:12px;
   padding:1em;
   text-align:right;

}

/* 即席カラー指定CSS */
.red { 
   color: #f00;
   font-weight: bold; 
} 
