/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* hr 要素は不可視で使う */
hr { display: none; }

body{
margin:0;
padding:0;
font-family:ＭＳ Ｐゴシック, ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro;
letter-spacing: 1px;
background-color:#000000;
text-align:center;
background-image:url(images/bg.jpg);
background-position:center top;
background-repeat:no-repeat;

}

.container{
width:900px;
margin: 0px auto;
padding:30px 0px 0px 0px;
background-image:url(images/bg_table.gif);
background-position:center top;
background-repeat:repeat-y;
}
.title1{
margin:0px;
padding;0px;
}

.header{
width:900px;
margin: 0px auto;
padding:0px;
}

.textfield{
margin:0px 0px 30px 0px;
padding:15px 30px 20px;
font-size: 90%;
line-height: 190%;
text-align:center;
color: #232323;
}
.textfield p{
margin-bottom:20px;
text-align:left;
}
.phototext{
margin:5px 0px 0px 0px;
padding:0px 0px 0px 5px;
font-size:80%;
line-height: 140%;
text-align:left;
color:#FF6600;
}

.centerBlock{
margin:30px 20px;
}
.centerBlock2p{
margin:30px 155px;
}
.mg30{
margin-top:30px;
}
.mg3030{
margin:30px 0px;
}
.rightbox{
width:260px;
margin:0px 0px 0px 20px;
padding:0px;
float: right;
}
.productblock{
width:410px;
margin:0px auto;
padding:0px;
}

.product{
background-color:#000066;
padding:10px;
margin:0px;
text-align:left;
color:#FFFFFF;
}
.protitle{
background-color:#0066FF;
color:#FFFFFF;
text-align:center;
font-size: 100%;
font-weight:bold;
margin:0px 0px 0px 0px;
padding:3px;
}

.product h3{
color:#FFFF00;
font-weight:bold;
font-size: 130%;
line-height:130%;
margin:0px;
padding:0px;
}
.proimg{
float:left;
}
.product p{
margin:5px 0px 10px 0px;
font-size: 80%;
line-height:120%;
}
.rightblock{
width:240px;
float:right;
margin:0px;
padding:0px;
}
.price{
background-color:#FFFFFF;
padding:4px 7px;
color:#003399;
}

.writer{
margin:40px auto;
border:1px solid #CCCCCC;
padding:5px;
text-align:left;
width: 790px;
}
.writer img{
float:left;
margin:0px 10px 0px 0px;
border:1px solid #CCCCCC;
}
.writer h3{
background-color:#000099;
color:#FFFFFF;
padding:5px;
margin-bottom:4px;
}

.linkblock{
width: 800px;
margin: 20px auto;
padding:0px 0px 10px 0px;
text-align:left;
border:1px solid #CCCCCC;
}

.linktitle{
background-color:#000099;
margin:0px 0px 10px 0px;
padding:2px 2px 2px 5px;
text-decoration:none;
color: #FFFF00;
}

.linklrmargin{
margin:0px 10px;
}


.clear{
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0px;
  visibility: hidden;
	}
.copyright{
text-align:center;
margin: 0px 0px 10px 0px;
padding:10px 0px 10px 0px ;
color: #232323;
font-size: 80%;
line-height: 140%;
}

a{
color:#FF6600;
text-decoration:underline;
}
a:link{
color:#FF6600;
text-decoration:underline;
}
a:visited{
color:#FF6600;
text-decoration:underline;
}
a:hover{
color:#FFFFFF;
background-color:#FF6600;
text-decoration:underline;
}