﻿@charset "UTF-8";

h1 {
	color: #ff007f;
           text-align: center;
           text-shadow: 1px 1px #ccc;
	font-size: 24px;
}

h2 {
	color: #000000;
	font-size: 18px;
	margin: 0px;
           text-align: left;
}

h3 {
	color: #000000;
	font-size: 10px;
	margin: 0px;
}

body {
           font-size: 18px ;
	font-family: Verdana, "Droid Sans", Roboto, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
           -webkit-text-size-adjust: 100%;
           -moz-text-size-adjust: 100%;
           -ms-text-size-adjust: 100%;
           -o-text-size-adjust: 100%;
           text-size-adjust: 100%;
}

td {
           text-align: left;
}
#kiji {
           line-height: 2.0;
}

#zero{
           width: 900px;
           margin-left: auto;
           margin-right: auto;
}

.size_18 {
	font-size: 18px ;
}

.size_16 {
	font-size: 16px ;
}

.size_15p {
  font-size: 15px ;
  font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
}

.size_14 {
	font-size: 14px ;
}

.size_13 {
	font-size: 13px ;
}

.size_12 {
	font-size: 12px ;
}

.size_10 {
	font-size: 10px;
}

.size_10p {
  font-size: 10px;
  font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
}

.size_12p {
  font-size: 12px;
  font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
}

.under {
  text-decoration: none;
  border-bottom: solid 1px #000000;
  padding-bottom: 2px;
}

.kasen {
  border-bottom: solid 1px #000000;
  padding-bottom: 2px;
}

.rectangle{
  border: solid 1px;
}

.kakomu{
	padding:2px 8px; /* 枠と文字の空間 */
	border:1px solid #000; /* 枠の線の太さ・種類・色 */
}

a:link {
	color: #0E1BBB;
	text-decoration: none;
}

a:visited {
	color: #0E1BBB;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.nashi {
	text-decoration: none;
	color: #000000;
}

a:link.white {
	color: #FFFFFF ;
}

a:visited.white {
	color: #FFFFFF ;
}

a:hover.white {
	color: #FFFFFF ;
	text-decoration: underline ;
}



a.amazon {
	text-decoration: underline;
	color: #0000FF;
}

.white {
	color: #FFFFFF ;
	font-size: 13px
}

.hon {
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
}

.all {
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 12px;
}

.link {
	font-weight: bold;
}

.boder {
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8080ff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.boder2 {
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8080ff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.hwideyellow {
	background-color: #FFFF55;
	padding: 0.3em 0px;
}

td {
       text-align: left;
}

td.white {
	color: #FFFFFF
        font-size: 14px;
}

p.waku {
	padding: 4px;
	border: 1px solid #8080C0;
	background-color: #ffffff;
        width: 738px;
}

div.iro {
       font-size: 16px;
	background-color: #e1e1ff;
	height: 30px;
	padding-top: 5px;
	padding-left: 5px;
}

div.menu {
       margin-left : 150px;
       margin-bottom : 20px;
       padding-top : 5px;
       padding-left : 5px;
       padding-bottom : 5px;
       text-align: left;
       line-height : 1.4;
       background-color : #e6ecfe;
       width : 500px;
}

.side_by_side {
       width: 696px;
       margin-left: 0px;
       margin-bottom: 20px;
}

.side_left, .side_right {
       display: inline;
       float: left;
}

.clear {
       clear: both;
}

.side_p {
       text-align: left;
}

@media print {
  body { display: none !important; }
}

.button01{
     display:block;
     width: 700px;
     height:50px;
     line-height: 50px;
     color: #fff;
     text-decoration: none;
     text-align: center;
     background-color: #29A7E1; /*ボタン色*/
     border-radius: 5px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
}

.button01:link{
     color: #ffffff;
     background-color: #29A7E1; /*ボタン色*/
     text-decoration: none;
}

.button01:visited{
     color: #ffffff;
     background-color: #29A7E1; /*ボタン色*/
     text-decoration: none;
}

.button01:hover{
     background-color: #f9c500; /*ボタン色*/
     text-decoration: underline;
}

.marker_yellow {
background: linear-gradient(transparent 70%, #ffff66 70%);
}

.marker_lime {
background: linear-gradient(transparent 70%, #66ffcc 70%);
}

.marker_water {
background: linear-gradient(transparent 70%, #66ccff 70%);
}

.marker_pink {
background: linear-gradient(transparent 70%, #ffdfef 70%);
}