@charset "utf-8";
*{margin:0;padding:0}
div,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,form,a,fieldset,textarea{border:none;outline:none}
ul,ol{list-style:none}
a{text-decoration:none}
table,tbody,tr,td,th{border-collapse:collapse;border-spacing:0}
input:focus,select:focus{outline:0}.clr{clear:both;height:0}
a:link { color: inherit; font-size: inherit; text-decoration:none;}
a:hover {  color: inherit; font-size: inherit; text-decoration:underline;}
a:visited {  color: #inherit; font-size: inherit;}

body { 
  /*font-family:"MS PGothic", "‚l‚r ƒSƒVƒbƒN", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino KaKu Gothic Pro", "E­E³ E°ã‚´ã‚·ãƒE‚¯",  Osaka, sans-serif;
 */ 
 font-family: "メイリオ","Meiryo","MS PGothic","ヒラギノ角ゴ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Ｐゴシック";

margin: 0; 
  padding: 0; 
  color: #444444; 
  background: #FFFFFF;
}
#wrap{
	width: 760px;
	margin: 0 auto;
}
#wrap_content{
	width: 720px;
	margin: 0 auto;
}
.breakDiv{
	clear: both;
}
.breakDiv20{
	clear: both;
	height: 20px;
}
#wrap_content{
	width: 720px;
	margin: 0 auto;
}

#key{
	width: 720px;
	background: url(../images/keyvisual.jpg) no-repeat top left;
}

#search{
	width: 675px;
	background: url(../images/search_bg.png) no-repeat top left;
	height: 170px;
	color: #333;
	font-size: 12px;
	padding-top:50px;
	padding-left: 45px;
	position: relative;
	margin-top:10px;
}
#search .searchtable div.tc_pt_a select {
    border: 1px solid #CCCCCC;
    font-size: 12px;
    margin-right: 0;
    padding: 3px 3px 3px 0;
}

#sub table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 80%;
    line-height: 28px;
}
#sub td {
    border-bottom: 1px solid #E3E3E3;
    text-indent: 10px;
}
.tc_ctrl {
        position: absolute;
    right: 40px;
    text-align: center;
    top: 103px;
    width: 155px;
}
#table_wrap {
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
}
.searchtable{
	font-size:12px;
	width: 500px;
}
table.searchtable tr{
	height: 36px;
}

#point{
	background: url(../images/point_bg.png) no-repeat top left;
    float: left;
    font-size: 12px;
    height: 83px;
    margin-bottom: 15px;
    margin-left: 45px;
    padding: 35px 10px 0 15px;
    width: 327px;
}
#point2{
	background: url(../images/point_bg.png) no-repeat 0 -120px;
    float: left;
    font-size: 12px;
    height: 85px;
    margin-bottom: 15px;
    margin-left: 45px;
    padding: 35px 10px 0 15px;
    width: 327px;
}
span.red{
	color: red;
}
#note{
	background: url(../images/note_bg.png) no-repeat top left;
	width: 713px;
	height: 131px;
	padding-top: 45px;
	padding-left: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#note p.line{
	background: url(../images/bullet.png) no-repeat 0 5px;
	color: #333;
	font-size: 0.75em;
	padding-left: 25px;
	line-height:28px;
	border-bottom: 1px dotted #cfcfcf;
	width: 417px;
}
#note p.line:last-child{
	border-bottom: 0px;
}
p.copyright{
	font-size: 0.8125em;
	color: #333;
	text-align: center;
}