@charset "UTF-8";
 * normalise
/* --------------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 75%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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


body{
	background-color:#FBEAF1;
	color:#686868;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.8em;
	font-size: 14px;
	letter-spacing: 0.06em; }

.text_a-chin{
	color:#000000;
	text-align:center;
	font-size:15px;
	line-height:2.2em;
	font-weight:bold;
	letter-spacing: 0.06em;
	margin-bottom:20px;
	}

ul, li {
  list-style-type: none;}
  
#dot{
	position:relative;
	background:url(../images/info_image/bg_R.png) repeat;
	margin: 0 auto;
	text-align:center;
}

#wrapper {
	position:relative;

	margin: 0 auto;
	text-align:center;
}



#header{
	margin: 0 auto;
	padding: 20px 0;
	text-align:center;
	}


#main{
	width:710px;
		background:url(../images/info_image/bg.png) repeat-y center;
	margin: 0 auto;
	text-align:center;
}
.honbun{
	position:relative;
	padding-top:15px;
	width:400px;
	margin: 0 auto;
	text-align:left;}

.sign{
	float:left;
	position:absolute;
	top:265px;
	left:233px;
	}

#paint{
	width:613px;
	margin:0 auto;
	padding:35px 0 0;
	
}
	
.text_r{
	color:#000000;
	text-align:  right;
	padding-left:8px;
	padding-bottom:25px;
	font-size:13px}
	
.btn_mail{
	margin: 0 auto;
	padding-top:30px;
	text-align:center;}

#footer{
	width:350px;
	text-align:right;
	margin-left:330px;
	padding-top:60px;
	}

  #footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: ;
    font-size: 0;
     }
    #footer ul li {
    list-style-type: none;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin: 0;}

.fblike{
	padding-top:10px;
	text-align:center;}
	
.float_l{
	float:left;
	}

.twitter{
	padding-top:10px;
	text-align:center;
	}
.paddinf_b{
	padding-bottom:20px;
	}
.padding_t{
	padding-top:30px;

}
.bgcenter{
	width:720px;
	height: 43px;
	margin: 0 auto;
	text-align:center;
	}
/*--------------	clearfix--------------*/

.clear{
	clear:both;}
	
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}
