@charset "utf-8";

/*---css reset---------------*/
html {
	color:#333333;
	background:#FFFFFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquout,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
legend {
	color:#000000;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}
ol,ul {
    list-style: none;
}
a {
    cursor: pointer;
}
fieldset,img {
    border: 0;
}
/*----------------------------*/

/*---font reset---------------*/

body {
    font-family:'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
}
* html body {
  font-family:'ＭＳ Ｐゴシック', Verdana,Arial,sans-serif;
}

body{
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

select,input,button,textarea{
	font:99% arial,helvetica,clean,sans-serif;
}

table{
	font-size:inherit;font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*------------------------------------*/

/*---link-----------------------------*/
a{
	color:#655C37;
	text-decoration:underline;
	}
a:active{
	color:#655C37;
	text-decoration:none;
	}
a:visited{
	color:#655C37;
	text-decoration:underline;
	}
a:hover{
	color:#655C37;
	text-decoration:none;
	}
/*-------------------------------------*/

/* ---tools--------------------------- */

.mt1{margin-top:1px;}
.mt2{margin-top:2px;}
.mt3{margin-top:3px;}
.mt4{margin-top:4px;}
.mt5{margin-top:5px;}
.mt6{margin-top:6px;}
.mt7{margin-top:7px;}
.mt8{margin-top:8px;}
.mt9{margin-top:9px;}
.mt10{margin-top:10px;}
.mt11{margin-top:11px;}
.mt12{margin-top:12px;}
.mt13{margin-top:13px;}
.mt14{margin-top:14px;}
.mt15{margin-top:15px;}
.mt16{margin-top:16px;}
.mt17{margin-top:17px;}
.mt18{margin-top:18px;}
.mt19{margin-top:19px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt45{margin-top:45px;}
.mt50{margin-top:50px;}
.mt55{margin-top:55px;}
.mt60{margin-top:60px;}
.caption{font-size:84%;}
.tar{text-align:right;}
.tac{text-align:center;}
.tal{text-align:left;}
.bld{font-weight:bold;}

/*-------------------------------------*/


#pop{
	width:550px;
	margin:0 auto;
	text-align:left;
	padding:20px 0 20px 0;
	line-height:1.5;
	font-size:93%;
	}

#pop #header{
	text-align:right;
	width:550px;
	}
#pop h1{
	text-align:center;
	width:550px;
	margin-top:25px;
	}
#pop #headLead{
	margin-top:28px;
	}
#pop h2{
	margin-top:20px;
	}
#pop .lead{
	padding:8px 0 8px 0;
	} 
#pop .tableStyle{
	width:550px;
	}
#pop .tableStyle td{
	border:1px solid #CCCCCC;
	padding:7px 10px 7px 10px;
	}
#pop .tableStyle th{
	background-color:#E9E5DB;
	border:1px solid #CCCCCC;
	font-weight:bold;
	padding:7px 10px 7px 0;
	text-align:center;
	}
#pop .tableStyle td dl.link{
	padding-bottom:1px;
	}
#pop .tableStyle td dl.link dd{
	font-size:93%;
	}
#pop #footArea{
	margin-top:20px;
	padding-top:10px;
	border-top:5px solid #CCCCCC;
	width:550px;
	text-align:center;
	}
#pop #footArea dt{
	font-weight:bold;
	} 


