@CHARSET "UTF-8";

/*-- < デフォルト > --*/

*	{
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	font-style:normal;
	font-size: 100%;
	list-style:none;
	word-break: break-all;
}

body	{
	font-size: 90%;
	color: #6d6d70;
	background-color: #fff;
	letter-spacing: 0.1em;
	text-align:center;
	z-index:0;
}

img {
	vertical-align: bottom;
	margin:0px;
	border:none;
}

/*
* html img {
   behavior: url("iepngfix.htc");
}
*/

a {
}

a:hover {
	color: #FF9900;
}

ul {
	margin: 0.5em 0em 0.5em 1.5em;
}

li {
	margin-bottom: 2px;
}

em {
	font-weight:bold;
	font-style:normal;
}

p	{
	margin: 1.2ex auto;
	text-indent: 0px;
}

table	{
	font-size: 100%;
	border-collapse: collapse;
}

/*-- < デフォルト ここまで > --*/



/*-- < float > --*/

.clear	{
	clear: both;
}

.f_group,
.f_box {
    overflow: hidden;
    zoom: 1;
}

.f_left	{
	float: left;
}

.f_right	{
	float: right;
}

/* for IE6 or lower */
* html .f_left, * html .f_right	{
	display: inline;
}

.f_clear	{
	clear: both;
	display: block;
}

.f_clear_r	{
	clear: right;
}

.clear_height	{
	clear:both;
	font-size: 1px;
}

.clear_height_right	{
	clear:right;
	font-size: 1px;
}

/* layout */

.center * {
	text-align: left;
}

.center	{
	text-align: center;
}

.center > * {
	margin-left: auto;
	margin-right: auto;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.top	{
	vertical-align: top;
}

.middle	{
	vertical-align: middle;
}

.bottom	{
	vertical-align: bottom;
}

div.hr	{
	clear: left;
	font-size: 1px;
}

div.hr hr	{
	display: none;
}

.notice	{
	color: #ff0000;
	font-weight: 800;
}

.bold	{
	font-weight: 800;
}

.caution	{
	color: #ff0000;
	font-weight: 800;
	font-size: 130%;
}

div.require,
span.require {
    color: #ff0000;
    font-size: 80%;
    white-space: nowrap;    
}

.bold   {
    font-weight: 800;
}

.small {
    font-size: 86%;
}

.smaller {
    font-size: 75%;
}

.kerning0 {
    letter-spacing: 0;
}

.subtxt {
    color: #888888;
    font-size: 86%;
}

.blue    {
    color: blue;
}

.orange    {
    color: orange;
}

.red    {
    color: red;
}

.gray {
    color: #888888;
}

.form_long	{
	width: 300px;
}

.form_middle	{
	width: 100px;
}

.form_tel	{
	width: 36px;
}

.form_date	{
    font-size: 12px;
	width: 75px;
    text-align: right;
	ime-mode: disabled;
}

.form_table textarea	{
	width: 300px;
	height: 100px;
}

textarea.form_middle    {
    width: 250px;
    height: 100px;
}

textarea.form_large    {
    width: 300px;
    height: 200px;
}


input.btn_exec,
input.btn_search,
input.btn_del,
input.btn_correction,
input.btn_address,
.btn_link,
input.btn_menu {
    padding: 2px 12px;
    letter-spacing: 2px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 3px 3px 3px #c2ccdc;
    -moz-box-shadow: 3px 3px 3px #c2ccdc;
    -webkit-box-shadow: 3px 3px 3px #c2ccdc;
    text-decoration: none;
    white-space: nowrap;
}

input.btn_search {
    color: #ffffff;
    font-size: 12px;
    background-color: #88aaff;
    border: 1px solid #4387fd;
    font-weight: 400;
}

input.btn_search:hover {
    background-color: #789aef;
}

input.btn_exec {
    background-color: #ffccaa;
    border: 1px solid #ffaa00;
}

input.btn_exec:hover {
    background-color: #ffaaaa;
}

input.btn_del {
    color: #ffffff;
    font-size: 12px;
    background-color: #a2aaaa;
    border: 1px solid #bb7777;
    font-weight: 400;
}

input.btn_del:hover {
    background-color: #bb9999;
}

input.btn_correction {
    color: #ffffff;
    background-color: #a2aaaa;
    border: 1px solid #7777cc;
    font-weight: 400;
}

input.btn_correction:hover {
    background-color: #99aacc;
}

input.btn_address {
    color: #ffffff;
    font-size: 12px;
    background-color: #a2aaaa;
    border: 1px solid #7777cc;
    font-weight: 400;
}

input.btn_address:hover {
    background-color: #99aacc;
}

.btn_link {
    color: #ffffff;
    font-size: 12px;
    background-color: #88aaff;
    border: 1px solid #4387fd;
    font-weight: 400;
}

.btn_link a {
    color: #ffffff;
    text-decoration: none;
}

.btn_link:hover {
    background-color: #789aef;
}

.btn_link.checked ,
.btn_link.checked:hover {
    background-color: #ef9a78;
}

input.btn_menu {
    font-size: 12px;
    font-weight: 400;

    color: #426ce0;
    background-color: #e2ecfc;
    border: 1px solid #426ce0;
    background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(194, 204, 252)),color-stop(1, rgb(226, 236, 252)));
    background-image: -moz-linear-gradient(90deg,rgb(194, 204, 252) 0%,rgb(226, 236, 252) 100%);
    background-image: linear-gradient(0deg,rgb(194, 204, 252) 0%,rgb(226, 236, 252) 100%);
}

input.btn_menu:hover {
    background-color: #c2ccfc;
    background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, #A7B6F9),color-stop(1, #c2ccfc ));
    background-image: -moz-linear-gradient(90deg,#A7B6F9 0%,#c2ccfc  100%);
    background-image: linear-gradient(0deg,#A7B6F9 0%,#c2ccfc  100%);
}


.hidden {
    display:none;
}

input.disabled,
select.disabled,
textarea.disabled {
    background-color: #dddddd;
}

span.inputfile {
    display: block;
}

span.radio {
    white-space:nowrap;
    padding-right: 1em;
}

span.radio input {
    margin-right: 0.5ex;
    vertical-align: text-top;
}

.imeOff {
	ime-mode: disabled;
}

.ie6_fclear	{
	font-size: 1px;
	clear: left;
}

.mgL10	{
	margin-left: 10px;
}

.mgL30	{
	margin-left: 30px;
}

.mgR05  {
    margin-right: 5px;
}

.mgR10	{
	margin-right: 10px;
}

.mgT05  {
    margin-top: 5px;
}

.mgT10  {
    margin-top: 10px;
}

.mgT30  {
    margin-top: 30px !important;
}

.mgT40  {
    margin-top: 40px !important;
}

.mgT50  {
    margin-top: 50px;
}

.mgTB10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mgTB100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.width50p {
    width: 50%;
}

.width90p {
    width: 90%;
}
