/* よく登場する要素のリセット */
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;
letter-spacing: 0px;
background-color:#FFFFFF;
text-align:center;
background-position:center top;
background-repeat:no-repeat;
}

.container{
width:900px;
margin:0px auto;
border:1px solid #DEDEDE;
}
.title1{
margin:0px;
padding:0px;
}

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

.main1{
	padding:30px;
}

.textfield{
font-size: 90%;
line-height: 180%;
color: #010101;
background-color:#FFFFFF;
}

.textfield2{
width:836px;
padding-bottom:30px;
font-size: 80%;
line-height: 190%;
color:#666666;
background-color:#FFFFFF;
}


.textfield p{
margin-bottom:15px;
text-align:left;
}

.rightbox{
width:260px;
margin:0px 0px 20px 20px;
float:right;
background-color:#C00000;
}

.rightbox2{
width:190px;
margin:0px 0px 20px 20px;
float:right;
background-color:#C00000;
}


.pict1{
width:300px;
height:180px;
margin:0px;
padding:0px;
}
.phototext{
margin:0px 0px 15px;
padding:5px;
font-size:90%;
line-height: 120%;
text-align:left;
color:#FFF;
background-color:#C00000;
}
.phototextTest{
margin:0px 0px 0px;
padding:5px;
font-size:90%;
line-height: 120%;
text-align:left;
color:#000000;
background-color:#FFCC00;
}

h2{
color:#FFFFFF;
background-color:#000000;
padding:5px;
font-size:200%;
line-height:100%;
text-align:center;
font-weight:bold;
}

h3{
border-left:20px solid #000000;
padding-left:7px;
font-weight:bold;
font-size:140%;
line-height:140%;
color:#FFFFFF;
margin-bottom:30px;
background-color:#b0090c;
}

h4{
color:#FFFFFF;
background-color:#3a91aa;
padding:5px;
font-size:120%;
line-height:100%;
text-align:center;
font-weight:bold;
margin-bottom:5px;
}
.center2p{
width:530px;
margin:30px auto;
}

.clear{
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0px;
  visibility: hidden;
	}
.copyright{
width:900px;
text-align:right;
margin: 20px auto;
color: #000000;
font-size:70%;
line-height: 130%;
}
.linkblock{
margin:10px auto 0px;
padding:5px 0px 10px 10px;
font-size: 90%;
line-height: 170%;
text-align:left;
color: #232323;
border:1px solid #999999;
}

.linktitle{
margin:5px 10px 0px 0px;
font-size: 100%;
padding:2px 2px 2px 5px;
font-weight:bold;
float:left;
color:#343434;
}
.linktext{
margin:5px 20px 0px 0px;
padding:2px 2px 2px 10px;
float:left;
border-left:8px solid #999999;
}

.linktext a{
color:#C00000;
text-decoration:underline;
}

a:hover{
color:#1643a3;
text-decoration:underline;
}

a:hover{
color:#330000;
text-decoration:underline;
}



