html{
	margin-bottom:1px;
    height:100%;
}

body {
	margin: 1px 0px 20px 0px;
	background-image: url(../images/bg.gif);
	background-color: #FFFFFF;
    text-align: left;
    font-family:"ＭＳ Ｐゴシック", sans-serif;       
	}

input,textarea{
	font-family:"ＭＳ Ｐゴシック", sans-serif;
	}

hr {
color : #E8E8E8;
border-width : 1px; 
border-style : groove; 
}

hr.b {
color : #E8E8E8; 
border-width : 1px; 
border-style : groove; 
}


a {
	text-decoration: underline;
		}
a:link {
	color: #8FABBE;
	}

a:visited {
	color: #8FABBE;
	}

a:active {
	color: #8FABBE;
	}

a:hover {
	color: #006699;
	}
a.slink:link {
        font-size: 9px;
        color:#86A5C4;
        text-decoration:none;}

a.slink:visited {
        font-size: 9px;
        color:#86A5C4;
        text-decoration:none;}

a.slink:hover {
        font-size: 9px;
        color:#86A5C4;
        text-decoration:underline;}
		
p.link a:hover  img{
	filter: Gray;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#shadow {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 680px;
	border-right: 3px solid #E5E5E5;
	border-bottom: 3px solid #E5E5E5;
	}

/* 2008.10.15 A.Inagaki */
.clearfix:after { /* for modern brouser */
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	}
	
*html .clearfix { /* for IE */
	/*\*/height: 1%;/* for WinIE */
	display: inline-table;/* for MacIE */
	}
/* //////////////// */

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 680px;
	border: 1px solid #a2a8c4;
	background-color: #FFFFFF;


	}

/*header*/
#header {
    background-image: url(../images/header.gif);
	text-align: right;
	padding: 0px;
	vertical-align: bottom ;
	border-bottom: 1px solid #cccccc;
	width: 680px;
	height: 85px;
	}
#lang {
	position:relative;
	top: 61px;
	right:18px;
	}


/*footer*/
#footer {
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	height: 32px;
	border-top: 1px solid #cccccc;
	}

/*100navi*/
#navi {
	padding: 10px 5px;
	float: left;
	width: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	}

#navi input{
	margin: 2px 0px ; 
  }

/*main*/
#main {
	float: right;
	margin-top: 10px;
	padding-right: 5px;
	width: 600px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

/*honbun  */
#content {
	border-top: 1px solid #A2B7D6;
	border-left: 1px solid #A2B7D6;
	padding-left: 5px;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
	text-align:left;
	background-image: url(../images/bg2.gif);
	}

.content p {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	}

.title{
	font-family:"ＭＳ Ｐゴシック", Verdana;
	padding-left:5px;
	letter-spacing: 1px;
	color: #204F89;
	font-size: 15px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
	}
	
.shadow{filter: DropShadow (color=red,offx=2,offY=2);
}

.title2{
	padding-left:5px;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
	}

.msg1{
	width:550px;
	padding-top: 25px;
	padding-left: 20px;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	line-height: 150%;
	text-align: center;
	letter-spacing: 1px;
	}

.msg2{
	width:500px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
	font-size: 13px;
	font-weight: normal;
	line-height: 150%;
	text-align: center;
	letter-spacing: 1px;
	}

.error{
	margin-top: 0px;
	padding-top: 0px;
	color: red;
	font-size: 13px;
	font-weight: normal;
	line-height: 150%;
	text-align: center;
	}

.check{
	width:550px;
	padding-top: 20px;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	}



.mailbody{
	width:450px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 15px;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	line-height:150%;
	
	}

.btn{
	text-align:right;
}

#content table {
	margin-left: 35px;
	border-collapse: collapse;
	}

#content table.savecheck {
	margin-left: 0px;
	border-collapse: collapse;
	padding: 0px;
	}

#content th {
	text-align: center;
	font-weight: normal;
	white-space:nowrap;
	padding: 2px;
	}

#content td {
	font-size:13px;
	font-weight: normal;
	padding: 4px;
	}
	
/*ime*/

input.active {ime-mode: active;}
input.inactive {ime-mode: inactive;}
input.disabled {ime-mode: disabled;}

input.keytxt { 
				width:50px;
				ime-mode: disabled;
				}
input.key2txt { 
				width:170px;
				ime-mode: disabled;
				}


input.usridtxt { 
				width:300px;
				ime-mode: disabled;
				}

input.usridtxt2{ 
				width:170px;
				ime-mode: disabled;
				}

input.pwtxt { 
				width:100px;
				ime-mode: disabled;
				}

input.nametxt { 
				width:300px;
/*
2013.10.18 del for IE11
				ime-mode: active;
*/
				}

input.mailtxt { 
				width:300px;
				ime-mode: disabled;
				}

textarea.addtxt { 
				width:300px;
/*
2013.10.18 del for IE11
				ime-mode: active;
*/
				}

/* fieldsize*/

.fieldsize100{
		width:100px;
}
.fieldsize150{
		width:150px;
}
.fieldsize170{
		width:170px;
}
.fieldsize200{
		width:200px;
}
.fieldsize230{
		width:230px;
}
.fieldsize250{
		width:250px;
}
.fieldsize300{
		width:300px;
}
.fieldsize430{
		width:430px;
}

/*tpl600*/

div.new {
			overflow:auto; height:145px;
			width:490px; 
			background-color:#FFFFFF;
	}
div.new2 {
			overflow:auto; height:100px;
			width:450px; 
			background-color:#FFFFFF;
	}

/*kiyaku*/

div.new3 {
			overflow:auto; height:250px;
			width:515px; 
			font-size: 11px;
			line-height: 150%;
			margin-left: 35px;
			background-color:#FFFFFF;
			scrollbar-face-color:#2962A9; 
			scrollbar-highlight-color: #ffffff; 
			scrollbar-shadow-color: #ffffff; 
			scrollbar-3dlight-color: #2962A9; 
			scrollbar-arrow-color: #ffffff; 
			scrollbar-track-color: #EEEEEE; 
			scrollbar-darkshadow-color: #2962A9;
			
	}
	
li{
	margin-left: 0px;
	margin-bottom: 8px;
}

ul.list1{
		list-style-type: none;
		list-style-position: outside;
		margin-left: 0px;
}

ul.list2{
		list-style-type: square;
		list-style-position: outside;
		margin-left: 15px;
}

.small{
	font-size: 11px;
}
.smallb{
	color: #888888;
	font-size: 10px;
	font-weight: bold;
}
.blue{
	font-size: 9px;
	color: #88AEFF;
}

.kekka{
	font-size: 13px;
	line-height: 180%;
}