@charset "utf-8";
/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	font-family: "Helvetica Neue",Arial,Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
	margin: 0px;
	padding: 0px;
	color: #505050;
	font-size: 80%;
	line-height: 1.6;
}
/* 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: 800px;
	border-top: 10px solid #FF3;
	background-color: #FFFFFF;
	margin: 0px auto;
}
#header {
	padding-bottom: 20px;
}

#header  #nagare {
	float: right;
	padding-top: 20px;
	padding-bottom: 10px;
}
#header #title {
	padding-bottom: 20px;
}


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 {
	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;
}
.pink {
	font-weight: bold;
	color:#F69;
}
.red {
	color: #FF0000;
	font-weight: bold;
}

.eisuuji {ime-mode: inactive; 
}
.eisuuji-rock {ime-mode: disabled; 
}
.nihongo {ime-mode: active; 
}
.smallsize {
	font-size: 85%;
}

.pht_right  {
			float: right;
			margin: 0 5px 0 20px;
			}

noscript {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding: 5px;
}

.smartseal table {
	border:none;
	margin:0 auto;
}
.smartseal table td{
	border:none;
}
.sp{
	display:none;
}

h1.formtitle{
	display: inline-block;
	height: 32px;
	font-size: 20px;
	line-height: 32px;
	padding: 1px 10px;
	border-left: 6px solid #FF3;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
