@charset "utf-8";

input.zip,input.email,input.tel {
  ime-mode: inactive;
}

.desc{
  margin:0 0 20px 20px;
}

.required_test{
	border-left: 5px solid violet;
}

input[type="text"],textarea {
  border: solid #aaa 1px;
}

input:hover,textarea:hover {
    background-color: #EEEEEE;
}

input:focus,textarea:focus {
    background-color: #fff;
}

.ameba a:hover img{
	visibility: hidden;
}
.ameba a {
	display: block;
	background: url(images/ameba_normal.gif) no-repeat 0px 0px;
}
.ameba a:hover {
	background: url(images/ameba_hover.gif) no-repeat 0px 0px;
}


*{
  color:#666666;
}

.attention{
	border: 3px solid violet;
	background-color: pink;
padding:10px;
margin-bottom:15px;
text-align:center;
font-weight:bold;
}

.annotation{
  font-size:0.9em;
  color:#888;
  margin-bottom:0px;
}

.next{
float:right;
background: url(images/arrow.gif) no-repeat 0px 7px;
padding-left:12px;
}

a{
  color:#0000FF;
}
a:visited {
  color:#0000FF;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl {
	margin: 0;
	padding: 0;
}

.KeyVisualLarge{
	background-color: #EEEEEE;
height:150px;
}

body {
	/* background-color: #B9CAFF; */
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 90%;
	line-height: 1.5;
	text-align: center;
	background-color: #EEEEEE;
background: url(images/bodyback.gif);

}

h1, h2, h3, h4, h5, h6 {
	margin-top: 14px;
	margin-bottom: 10px;
	padding: 4px 10px;
	background-color: #EEEEEE;
	line-height: 1.25;
}

h1 {
	color:#fff;
	margin-top: 0;
	font-size: 150%;
	padding: 6px 45px;
	background-color: #DD950F;
	background-image: url(images/h1.gif);
	background-repeat: no-repeat;
	background-position: right;
}

h2 {
	font-size: 120%;
	border-left: 10px solid #AAAAAA;
	border-left: 10px solid Pink;
	background-color:#FCEE21;
	background-color:#DDDDDD;

	color:#666666;

	background-color:MistyRose;
}

#flow h2{
	font-size: 120%;
	border: 1px solid #aaaaaa;
	background-color:#FFFFE1;
text-align:center;
align:center;
width:250px;
margin:10px auto;
padding:15px;
}

#flow .memo{
width:400px;
margin:0px auto;
	font-size: 0.8em;
padding:10px;
}

h2.ameba {
	border: 1px solid #DD77AA;
	border-left: 10px solid #DD77AA;
	background-color:#FFFFFF;
	background: url(images/icon_ameba.jpg) no-repeat 0px 0px;
padding-left:90px;
color:#DD77AA;

}


h3 {
	font-size: 120%;
	background-color:#FFFFFF;
	border-bottom: 2px solid #DD950F;
padding:5px 0px;
margin-top:0px;

}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 105%;
}

h6 {
	font-size: 100%;
}

ol,ul {
	padding-left: 20px;
margin: 0px 0px 15px 0px;
}

ol {
	padding-left: 25px;
}

img {
	border: none;
}

table {
	margin: 10px 0;
	border-collapse: collapse;
	font-size: 100%;
	line-height: 1.5;
}

thead {
	text-align: center;
}

th, td {
	padding: 5px 10px;
	border: 1px solid #aaaaaa;
	text-align: left;
}

th {
	background-color: #E3FFD7;
	white-space: nowrap;
	background-color: #FFFFE1;

}

thead th {
	text-align: center;
}

textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 100%;

}

/* common class
---------------------------------------------------------- */

.ClearMarginRight {
	margin-right: 0 !important;
}

.CurrentItem {
	font-weight: bold;
}

.Done {
	text-decoration: line-through;
}

.ImageLeft {
	float: left;
	margin-right: 10px;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.NoteNumber {
	color: #808080;
	font-size: 90%;
}

/* ClearFix */
.ClearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

.ClearFix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .ClearFix {
	height: 1%;
}

.ClearFix {
	display: block;
}
/**/

/* Global
---------------------------------------------------------- */

#Global {
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	width: 940px;
	_width: 960px; /* Hack for IE6.X-win */
	margin: 0px auto;
	padding: 10px;
	background-color: #FFFFFF;
	text-align: left;
}

/* Global Header */

#GHeader {
	margin-bottom: 0px;
	font-size: 100%;
	line-height: 1.25;
}

div#GHFirst,
div#GHSecond {
	margin-bottom: 0px;
}

div#GHSiteIdentity {
	float: left;
	width: 30%;
}

div#GHSiteIdentity p.SiteIdentity {
	font-size: 135%;
	font-weight: bold;
}

/* GHUtility 
---------------------------------------------------------- */

div#GHUtility {
	float: right;
	width: 69%;
	text-align: right;
}

div#GHUtility ul li{
  float:right;
  display:block;
  display:inline;
  background: url(images/arrow.gif) no-repeat 10px 6px;
  background: url(images/maru.gif) no-repeat 0px 2px;
  margin-left:12px;
  font-size:90%;
  padding-left:17px;
}

/* FUtility 
---------------------------------------------------------- */

div#FUtility{
  text-align:center;
  border-top:1px dotted #BBBBBB;
  border-bottom:1px dotted #BBBBBB;
  padding:7px 0px;
  margin-top:35px;
  margin-bottom:10px;
}

div#FUtility ul li{
  display:inline;
  background: url(images/arrow.gif) no-repeat 10px 6px;
  background: url(images/maru.gif) no-repeat 0px 2px;
  margin-left:12px;
  padding-left:17px;
}

div#GHNavigation ul{
	list-style-type: none;
	padding-left: 0;
	font-size: 100%;
}

/*  
---------------------------------------------------------- */
div#SUBNavigation ul{
	list-style-type: none;
	padding-left: 0;
}

div#SUBNavigation ul li {
	background: url(images/yajirushi.gif) no-repeat 5px 3px;
	padding-left:28px;
	padding-top:1px;
	padding-bottom:1px;
	*white-space: nowrap; /* Hack for IE-win */
}

div#GHNavigation2 ul li {
	background: url(images/button.gif) no-repeat 5px 3px;
	display: block;
	float: left;
	padding: 7px 25px;
	border-right: 1px solid #FFFFFF;
	background-color: #AAAAAA;
	color: #FFFFFF;
	text-align: center;
	*white-space: nowrap; /* Hack for IE-win */

	background-color: #FFFFFF;
height:40px;
width:100px;

}

div#GHNavigation ul li {
	background: url(images/button2.gif) no-repeat 0px 0px;
	display: block;
	float: left;
	padding-top: 15px;
	padding-left:5px;
	padding-right:5px;
margin-right:2px;
	background-color: #AAAAAA;
	color: #FFFFFF;
	text-align: center;
	*white-space: nowrap; /* Hack for IE-win */

	background-color: #FFFFFF;
height:30px;
width:130px;

}
div#GHNavigation ul li a{
	color: #555555;
padding:8px;
}

div#GHNavigation ul li.active {
	background: url(images/button.gif) no-repeat 0px 0px;
	background-color: #80C1EE;
	color: #FFFFFF;
}

div#GHNavigation ul li:hover {
	background: url(images/button.gif) no-repeat 0px 0px;
	border-right: 0px solid #80C1EE;
	color: #FFFFFF;
}

div#GHNavigation ul a {
	text-decoration: none;
	color: #FFFFFF;
}


#GHeader p.GBreadcrumbs {
	margin: 5px 0 10px 0;
	font-size: 90%;
}

div#GHSecond {
	border-bottom: 8px solid #80C1EE;
}

div#SUBNavigation ul li.active {
	background: url(images/yajirushi2.gif) no-repeat 5px 3px;
	background-color: #80C1EE;
}

div#SUBNavigation ul li.active a{
	color: #FFFFFF;
	text-decoration: none;
}

div.footer_menu{
  text-align:center;
  border-top:1px dotted #BBBBBB;
  border-bottom:1px dotted #BBBBBB;
  padding:7px 0px;
  margin-top:35px;
  margin-bottom:10px;
}

/* Global Footer */

#GFooter {
	width: 920px;
	_width: 960px; /* Hack for IE6.X-win */
	margin: 0px auto;
	margin-top:20px;
	font-size: 90%;
	padding:20px;
	text-align:left;
	background-color: #FFFFFF;

	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
}


fieldset {
	margin-bottom:20px;
	width:600px;
}

legend {
	padding:10px;
	margin:0 10px;
	font-weight:bold;
}

label {
	font-size:12px;
	font-weight:normal;
}

dl {clear:both;}
dt label{
       font-weight:bold;
}
dt {
	float:left;
	text-align:right;
	width:185px;
	line-height:25px;
	margin:0 10px 10px 0;
}

dd {
	float:left;
	width:380px;
	line-height:25px;
	margin:0 0 10px 0;
}



input[type="text"]{
  width:250px;
  margin:0;
}
input[type="text"].yubin {width:80px}
textarea{
  width:300px;
  height:100px;
}
input[type="submit"],input[type="reset"]{
  color:#FFFFFF;
  background:#80C1EE;
  padding:10px 35px;
  font-size:1.2em;
  font-weight:bold;
}
input[type="submit"]:hover{
  background:#80C1FF;
}


