/* CSS Document */

 /*-----------------------------
  リセット
  -----------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}





:link,:visited {
    text-decoration: none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-spacing: 0;
}

fieldset,img,abbr,acronym {
    border: 0;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

a { 
    text-decoration: underline;
    outline: none;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}

a img,:link img,:visited img {
    border: none;
}

address {
    font-style: normal;
    display: inline;
}

.clear {
	clear: both;
}


 /*-----------------------------
  index
  -----------------------------*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #f6ffcd;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-left: #35d985 1px solid;
	border-right: #35d985 1px solid;
}

#header {
	background: #35d985;
	margin-bottom: -3px;
}

h1 {
	float: left;
	font-size: 100%;
	padding: 1em 0.5em;
}

h1 span {
	font-size: 80%; 
}

#header p {
	float: right;
	font-size: 100%;
	padding:1em 0.5em;
}

img {
	margin-bottom: -3px;
}

h2 {
	font-size: 200%;
	text-align: center;
	padding-top: 1em;
	line-height: 120%;
}

h2 span {
	font-size: 60%;
}


#main {
	font-size: 150%;
	text-align: center;
	line-height: 120%;
}

#main p {
	margin-bottom: 2em;
}

h3 {
	font-size: 150%;
	text-align: center;
	padding: 1em;
	line-height: 105%;
	font-weight: bold;
}
	
#footer {
	font-size: 80%;
	text-align: center;
	padding: 1em;
	line-height: 110%;
}

.h01 {
	background: #35d985;
	margin: 0;
	padding-bottom: 2em;
}

.h02 {
	background: #f6ffcd;
	margin:0;
		padding-bottom: 2em;
}

h4{
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

iflame {
	margin: 20px;
}

a {
	#000;
}

.tel-link {
color: #000;
}


	















