@charset "utf-8";

/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #505050;
	line-height: 1.6;
	font-size: 14px;
}
/* link styles
--------------------------*/
a img {
	border-width: 0px;
}
a:link {
	color: #3e3bc9;
	text-decoration: underline;
}
a:visited {
	color: #929;
	text-decoration: underline;
}
a:hover {
	color: #ff3241;
}
a:active {
	color: #ff3241;
}
.icon {
	color: #FF3366;
}

.mini {
	font-size: x-small;
	color: #FF6600;
}
.example {
	font-size: 90%;
	color: #9A9A9A;
}



/* basic layout
--------------------------*/
#container {
	width: 96%;
	border-top: 10px solid #FBCC36;
	background-color: #FFFFFF;
	margin: 0px 2%;
	overflow:hidden;
}
#header {
	padding-bottom: 20px;
}

#header  #nagare {
	float: right;
	padding-top: 20px;
	padding-bottom: 10px;
}
#header #title {
	padding-bottom: 20px;
}

#form {clear:both;}

table  {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse: collapse;
	
}
td  {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 10px;
}
td.tdgray {
	background-color: #EFEFEF;
}
td.tdyellow {
	background-color: #FFFFCC;
}
td.tdpink {
	background-color: #FFF0EE;
}
td.tdgreen {
	background-color: #f3ffd9;
}

.non-frame {
	border-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.td_non-frame {
	border-style: none;
	padding: 3px 0px;
}

#footer_thanks {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #E1E1E1;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}

.icon-image {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}
.orange {
	font-weight: bold;
	color: #FF6600;
}
.red {
	color: #FF0000;
	font-weight: bold;
}

.eisuuji {ime-mode: inactive; 
}
.eisuuji-rock {ime-mode: disabled; 
}
.nihongo {ime-mode: active; 
}
.smallsize {
	font-size: 85%;
}
.setsumeikai_pc {
	display: none;
}
.setsumeikai_sp {
	text-align: center;
	margin-top: 20px;
}

noscript {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding: 5px;
}
.mini_gray {
	font-size: x-small;
	color: #999999;
}
input {
	font-size: 16px;
}

.pht_left {
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
}
a.window {
	background-image: url(icon_window.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	padding-right: 15px;
}
/*input,*/
input {
	width: 100%;
}
textarea{
	width: 100%;
}
input[type="radio"] {
    display: inline-block;
    width: 20px;
	height: 1rem;
    vertical-align: top;
}
input[type="checkbox"] {
   display: inline-block;
   width: 20px;
   height: 1rem;
   vertical-align: top;
}

.sp {
    display: inline;
}
input.w25 {
    width: 25%;
}
input.w40 {
    width: 40%;
}
input.w35 {
    width: 35%;
}
input, select {
    width: 95%;
    font-size: 120%;
    padding: 5px;
    margin-top: 3px;
}
input.w90 {
    width: 90%;
}