/*共通*/
*{margin:0;padding:0;}
html{height:100%}
h1{padding:0;margin:0;}
body {
    text-align:center;
    font-size:0.85em;
    line-height:1.5em;
    font-family: "メイリオ","ＭＳ Pゴシック",Osaka,Arial,sans-serif;
    background-image:url(../img/bg.jpg);
    background-position:0% 0%;
    background-repeat:repeat;
}
img {border:0;}


/*メイン*/
#head {
    /*center設置*/
    margin:0 auto;
    height: auto !important;
    height:100%;
    position:relative;
    padding:0 0 0 0;
    /*背景*/
    background:url(../img/main_h.jpg) no-repeat center top;
    /*その他*/
}
#head div.main{
    margin:0 auto;
    padding:0px 0px 0px 30px;
    position:relative;
    text-align:left;
    font-size:13px;
    font-family:"ＭＳ Pゴシック";
    line-height:1.8em;
}


/*フッタ*/
#footer {
    /*center設置*/
    margin:0 auto;
    height:auto;
    height:190px;
    position:relative;
    padding:0 0 0 0;
    /*背景*/
    background:url(../img/main_f.jpg) no-repeat center top;
}
#footer div.main{
    margin:0 auto;
    padding:0px 0px 0px 30px;
    position:relative;
    text-align:center;
    font-size:13px;
    font-family:"ＭＳ Pゴシック";
    line-height:1.5em;
}


h1{
    margin:0 auto;
    text-align:left;
    padding:35px 5px 15px 65px;
    width:100%;
    height:auto !important;
    height:40px;
    background:url(../img/line.gif) no-repeat left top;
    font-size:25px;
    font-family:"ＭＳ Ｐ明朝";
}
/* clearfix */
#head:after,#footer:after{
    content:" ";
    display: block;
    height:0;
    clear: both;
    visibility: none;
    }
    
/*MacIE begin \*/
*html ul,#head,#footer {height: 1%;}
ul,#head,#footer  {display: block;}
/*MacIE end*/



/*100926追記*/
.imgtable td{
	padding-top: 10px;
    }
.imgright {
	padding-top: 10px;
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
    }
.formtable {
	margin-bottom: 20px;
    }	
.formtable td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    }
.link a:link {
	text-decoration: none;	/* リンク線 */
}
.link a:visited{
	text-decoration: none;	/* リンク線 */
}
.link a:hover{
	text-decoration: underline;	/* リンク線 */
}
.link a:active {
	text-decoration: underline;	/* リンク線 */
}	
	
	