/* ----- フォーマット ----- */
body{
  margin: 0px 0px 0px 0px;
  padding: 0;
  color: #000000;
  background: #cccccc;
  text-align:center;
  background-image: url("img/body_bg.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  background-attachment: fixed;
}

#op {
  width: 799px;
  color: #000000;
  background: url("img/bb.gif") repeat-y;
  margin: 0 auto;
}

table,tr,td
{font-size:95%; color:#000000; margin:0px; padding:0px; line-height:200%;}

a:link{color:#0033ff; text-decoration:none;}
a:visited{color:#003399; text-decoration:none;}
a:hover{text-decoration:underline;}

ul{list-style:square; margin:3px 20px; padding:0px;}


h1{
 margin:0px; 
 padding:12px 12px;
 font-size:125%;
 color:#660000;
 font-weight:bold;
 border-style:solid;
 border-width:0px 0px 0px 16px;
 border-color:#660000;
 text-align:left;
}
h2{
 margin:0px; 
 padding:12px 12px;
 font-size:125%;
 color:#660000;
 font-weight:bold;
 border-style:solid;
 border-width:0px 0px 0px 16px;
 border-color:#660000;
 text-align:left;
}
h3{
 margin:0px; 
 padding:12px 12px;
 font-size:125%;
 color:#660000;
 font-weight:bold;
 border-style:solid;
 border-width:0px 0px 0px 16px;
 border-color:#660000;
 text-align:left;
}

/* -----  ヘッダー ----- */
div.header{
 margin:0px;
 padding:0px;
 width:793px;
 height:267px;
 border-style:solid; border-width:0px;
 background:url("img/head.jpg") no-repeat;
}

.title{
 margin:0px 0px 0px 40px;
 padding:0px; width:793px; 
 font-weight:bolder;
 font-size:135%; color:#000;
 line-height: 170px;
 text-align:left;
}

.title a:link{ color: #000; text-decoration:none;}
.title a:visited{ color: #000; text-decoration:none;}
.title a:hover{ color: #ff3300; text-decoration:underline;}

.dp{
 margin:0px 0px 0px 40px;
 padding:0px; width:793px; 
 font-size:100%; color:#000; 
 text-align:left;
}

/* -----  本文 ----- */
div.main{
 width:797px;
 margin:0px;
 padding:0px;
 border-style:solid; border-width:0px;
}

div.right{
 margin:10px 0px 0px 10px;
 padding:10px 10px;
 float:left;
 width:500px;
 text-align:left;
 font-size:100%; line-height:200%; line-break:strict;
}

div.menu{
 margin:10px 0px 0px 510px;
 padding:10px;
 width:230px;
 text-align:left;
 font-size:80%;
 line-height:200%;
}

.boxme{
 width:230px;
 margin: 0px;
 padding:6px;
 line-break:strict; line-height:170%;
}

/* -----  フッター ----- */
div.footer{
 margin:0px;
 padding:0px;
 width:797px;
 height:60px;
 font-size:75%;
 color:#FFFFFF;
 clear:left;
 line-height: 60px;
 background-color:#BBBBBB;
 border-style:solid;
 border-width:0px;
}

div.footer2{
 width:797px;
 margin:0px 17px 0px 17px;
 padding:5px;
 font-size:75%;
 color:#666666;
 clear:left;
 border-style:solid;
 border-width:0px;
}

hr{border-style:solid; border-color:#cccccc;}

