body {
   color : #222222;
   font-size : 14px;
   line-height : 150%;
   background-color : #ffffff;
   background-image : url(image/back-01.gif);
}


body {
	background-color: #ffffcc;
	background-image: url(img/DSCN1045-3.jpg);
	background-repeat: repeat;
        background-attachment: fixed;
}


table {
   font-size : 14px;
   line-height : 150%;
}

#outline{
   width:750px;
   text-align : left;
   border-width : 4px;
   border-style : solid;
   border-color : #cccccc;
   background-color : #ffffff;
}

div.intro {
   width : 100%;
   height : 24px;
   text-align : left;
   font-size : 13px;
   color : #000000;
   background-color : #aaaaaa;
}

div.top {
   width : 100%;
   height : 150px;
   background-image : url(image/header.jpg);
   background-color : #ffffff;
}

#site-name {
     font-size : 26px;
   margin-left: 15px;
   line-height: 80px;
}

div.main {
   width : 100%;
   padding : 5 0 15 0px;
}

div.contents {
   float : right;
   width : 480px;
   text-align : center;
   margin : 0 5 0 0px;
   background-color : #ffffff;
}

div.contents-title {
   width : 100%;
   height : 25px;
   text-align : left;
   background-color : #dddddd;
}

div.contents-body {
   width : 460px;
   text-align : left;
   background-color : #ffffff;
   margin : 5 0px;
}



