* {
padding:0;
margin: 0;
}

.fclear {
clear:both;
} 

/*ボディタグに背景の指定*/
body {
background-image : url(bg.png);
background-repeat:repeat;
background-attachment: fixed;
text-align: center;
}

hr {
height: 1px;
border: 1px dotted #666666;
margin-left: 40px;
margin-right: 40px;
}

img {
border: 0px;
vertical-align: middle;
}

/*外枠*/
#base {
background-color: #ffffff;
width:800px;
text-align:left;
margin-left: auto;
margin-right: auto;
padding:0px 0px 0px 0px;
border: 1px solid red;
} 

/*見出し*/

h1 {
width: 750px;
text-align:center;
margin: 20px 25px 10px 25px;
padding:0px 0px 0px 0px;
color: red;
font-family: HG創英角ｺﾞｼｯｸUB;
font-size: 40px;
font-weight: bold;
text-decoration: none;
letter-spacing: -2px;
}

h2 {
width: 750px;
text-align:center;
margin-top: 50px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
padding:0px 0px 0px 0px;
color: red;
font-family: HG創英角ｺﾞｼｯｸUB;
font-size: 30px;
font-weight: bold;
text-decoration: none;
letter-spacing: -1px;
}

h3 {
text-align:center;
background-color: red;
margin:0px 0px 0px 0px;
padding:5px 0px 5px 0px;
font-size: 14px;
color: #ffffff;
display:block;
text-decoration:none;
font-weight: bold;
width: 100%;
}

h4 {
text-align:left;
margin:0px 0px 0px 0px;
padding:10px 0px 5px 20px;
font-size: 30px;
color: red;
display:block;
text-decoration:none;
font-weight: bold;
font-family: HG明朝E;
width: 100%;
}

h5 {
}

h6 {
}

/*コンテンツ部分*/
p{
margin:10px 50px 20px 50px;
text-align: left;
font-size: 17px;
line-height: 200%;
color: #333333;
}

p.center{
margin:10px 50px 20px 50px;
font-size: 17px;
line-height: 200%;
color: #333333;
text-align: center;
}

p.shomei {
margin:50px 50px 50px 50px;
font-size: 30px;
color: #333333;
text-align: right;
font-family: HG行書体;
}

#check{
width: 690px;
background : url(img/check-bg.jpg);
background-repeat: no-repeat;
margin: 0px 50px 30px 50px;
border: 5px double #c0c0c0;
display: block;
}

#check ul {
margin-top: 50px;
margin-bottom: 40px;
margin-left: 100px;
list-style-type: none;
}
	
#check li {
background-image : url(mark5.jpg);
background-repeat: no-repeat;
line-height: 29px;
font-size: 19px;
padding: 3px 0px 0px 40px;
margin: 20px 0px 0px 0px;
font-weight: bold;
color: #333333;
}

li img {
vertical-align: middle;
}

#user-voice{
width: 690px;
margin:20px 50px 50px 50px;
border: 5px double #c0c0c0;
}

#tuisin {
width: 690px;
margin:20px 50px 50px 50px;
border: 5px double #c0c0c0;
}

/*リンク*/

a{
color:#0077ff;
text-decoration:underline;
font-size: 17px;
}
a:visited{
color:#0077ff;
font-size: 17px;
text-decoration:underline;
}

a:hover{
color:#0000ff;
font-size: 17px;
text-decoration:underline;
}


/*フッター*/
#footer {
text-align: center;
margin: 20px 0px 0px 0px;
padding: 50px 0px 10px 0px;
font-size: 15px;
color: #666666;
}

#footer ul{
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
border: none;
margin-left: 0px;
padding-left: 0px;
}

#footer ul li{
display: inline;
margin: 0px 0px 0px 0px;
padding: 0px 10px 0px 10px;
border-right: 1px #999999 solid;
}

#footer ul li a{
color: #0077ff;
text-decoration: none;
font-size: 15px;
font-weight: normal;
margin-left: 0px;
padding-left: 0px;
}

#footer ul li a:hover{
color: #0077ff;
text-decoration: underline;
font-size: 15px;
font-weight: normal;
margin-left: 0px;
padding-left: 0px;
}

