@charset "UTF-8";
/* CSS RESET
****************************************************************/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
 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,
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;
}
/* 上記までがベースCSS RESET設定をカスタマイズ
***************************************************************/
/* body
***************************************************************/
body {
                                background-image: url(./image/BG_JP.png);
                                background-repeat: repeat;
	background-color: #ffebf4;
}
#header {
                                width: 854px; 
                                height: 160px;
                                background-size: 874px 110%;
                                background-image: url(./image/BG_Parer_Top.png);
                                background-repeat: no-repeat;
                                margin: -15px auto -48px;
}
.Top_Button_ES {
                                display: inline-block;
                                float: right;
                                margin-right: 8px;
                                margin-top: 16px;
}
.Top_Button_JP {
                                display: inline-block;
                                float: right;
                                margin-right: 0px;
                                margin-top: 16px;
}

.containerBG {
                                width: 854px;
                                background-image: url(./image/BG_Paper.png);
                                background-repeat: repeat;
	background-color: #f4f9ef;
                                margin: 0 auto;
}
.container {
                                width: 800px;
                                display: gred;
                                margin: 0 auto;
}
.footer {
                                background-image: url(./image/BG_Parer_Footer.png);
                                background-repeat: y-repeat;
                                width: 814px;
                                margin-top: 0;
                                margin-left: 0px;
                                padding: 20px;
                                text-align: right;
}
.footer ul {                font-size: 1.0em;
                                margin-top: -75px;
	font-family: "Helvetica Neue",
                                Arial, 
                                "Hiragino Kaku Gothic ProN", 
                                "Hiragino Sans", 
                                Meiryo, 
                                sans-serif; }
.selif {	font-family: "Helvetica Neue",
                                Arial, 
                                "Hiragino Kaku Gothic ProN", 
                                "Hiragino Sans", 
                                Meiryo, 
                                sans-serif; }
h2 {
                                text-decoratipn: none;                                
	padding: 0px 0 0px;
	text-align: left;
	color: #ffffff;
	font-size: 1.52rem;
	margin-top:  32px;
	margin-bottom: 18px;
	margin-right: 0px;
                                padding-left: 70px;
	font-family: "Helvetica Neue",
                                Arial, 
                                "Hiragino Kaku Gothic ProN", 
                                "Hiragino Sans", 
                                Meiryo, 
                                sans-serif;
                                text-shadow:2px 2px 3px #999999;
                                background-image: url(./image/BG_H2.png);
                                background-size: 800px 70px;
                                background-repeat: no-repeat;
	background-color: #E9528E;
                                background-position: 0 -20px;
}
h3 {
	text-align: left;
	color: #E9528E;
	font-size: 1.1rem;
                                margin-left: -4px;
                                margin-top: 30px;
                                margin-bottom: 14px;
                                font-family: "Helvetica Neue",
                                Arial, 
                                "Hiragino Kaku Gothic ProN", 
                                "Hiragino Sans", 
                                Meiryo, 
                                sans-serif;
}

p {
                                line-height: 2.0em;
                                margin: 15px;
}
ul {
                                line-height: 1.8em;
                                margin: 15px;
                                list-style-type: diamond;
 	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
                                "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
                                "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

li {
                                margin-left: -20px;
}
a {
                                font-weight: bold;
                                text-decoration:none;
                                color:  #660000;
}
.hader_button {
                                text-decoration:none;
                                color:  #E9528E;
}
a:hover {
                                text-decoration:underline;
                                color:  #cc0000;
}
.ES-JP {
                                color: #990000;
                                font-size:0.9em;
}
.Gosick {                  font-family: "Helvetica Neue",
                                Arial, 
                                "Hiragino Kaku Gothic ProN", 
                                "Hiragino Sans", 
                                Meiryo, 
                                sans-serif;

}


/* 日本語段落 */
.paragraphJP  {
 	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
                                "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
                                "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
                                margin-bottom: 5px;
                                line-height: 150%;
}
/* スペイン語語段落 */
.paragraphES {
                                font-family: "Times New Roman", Georgia, serif;
                                margin-bottom: 5px;
}


td {
                                cel-margin: 10px;
                                padding: 6px;
}

/* フォントサイズ */
.size50 {
font-size: 50%;
}
.size60 {
font-size: 60%;
}
.size80 {
font-size: 80%;
}
.size120 {
font-size: 120%;
}
.size140 {
font-size: 140%;
}
.size160 {
font-size: 160%;
}

/* トップへ戻るボタン */
.page_top {
  overflow: hidden;
  background: #fff;
 margin-right: -2px;
 margin-bottom: -15px;
}
.page_top img{
  width: 101px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.page_top:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

/* フォーム・メールボタン */
.Mail_Form {
  overflow: hidden;
  background: #fff;
 margin-bottom: -15px;
}
.Mail_Form img{
  width: 358px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.Mail_Form:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

/* フッター・メディア・リンク */
.footer_link_table {
                                margin: 0 auto 0;
                                text-align: center;
                                width: 650px;
}
.footer_link_table table {
                                text-align: center;
                                margin: 0 auto 0;
	font-family: "Helvetica Neue",
                                Arial, 
                                "Hiragino Kaku Gothic ProN", 
                                "Hiragino Sans", 
                                Meiryo, 
                                sans-serif; }
.footer_link_table td img {
  cursor: pointer;
  transition-duration: 0.3s;
}
.footer_link_table td:hover img{
  opacity: 0.7;
  transition-duration: 0.3s;
}



