/* reset --------------------------  */

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
}

ul,
ol {
    list-style: none
}

fieldset,
img {
    border: none
}

caption,
th {
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

input,
button,
textarea {
    line-height: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="hidden"],
[hidden],
.hidden {
    display: none
}

textarea {
    overflow: auto;
    resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

a > img {
    vertical-align: bottom
}

strong,
.strong,
b {
    font-weight: bold
}

em,
.italic,
i {
    font-style: italic
}

del,
.del {
    text-decoration: line-through
}

:focus {
    outline: none
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}


a{
color:##808000;
}
a:hover{
text-decoration:none;
}

/*-------html---------*/

html{
}
body{
	font-size:9pt Impact;
	color:#555555;
    background: #F5F3C8;
	background-image: url(../bg/bg-body2.gif);
    background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
    background-attachment:fixed;             /* 背景画像を固定する */	
	text-align:center;
	margin:0px;
	-webkit-text-size-adjust:none;
}
table,th,td{
	margin:auto;
	font-size:12pt;
	color:#555555;
}
p{
	text-align:left;
	line-height:2em;
	padding-left:20px;
	padding-right:20px;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
img{
	border-style:none;
}


#header{
	width:100%;
	height:150px;

}

#header h1{
	margin-top:60px;
	padding-left:30px;
	font-size:14pt;
	font-family:"Times New Roman";
	color:#6b8e23;
}

#header h1 a{
	color:#6b8e23;
	text-decoration:none;

}

.box1 {
	width:80%;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:150px;
	padding:50px 30px;
    background: #F7F5DF;
	overflow:hidden;
    border-radius: 30px 30px 30px 30px; /* 角を丸くする */
}

#contents{
	width:100%;
	margin:0 auto;
	color:#666;
	font-size:90%;
}
table{
	border-collapse:collapse;
}
td{
	border:1px solid #ccc;
	padding:5px;
	font-size:90%;
	color:#666;
}
td.l_Cel{
	width:150px;
}

textarea.sonota{
	resize:none;
}

h1{
	text-align:center;
	font: 30px "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
	margin-top:40px;
	margin-bottom:40px;
}


