﻿/*-----reset css---*/
/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0; padding:0;
}
table{
		border-collapse:collapse; border-spacing:0;
}*/
img{
	border:0;
	vertical-align:bottom;
}




/*================================================================

ＣＳＳ

=================================================================*/

html { 
	overflow-y:scroll;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
}

#copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 80%;
}

#clear{
	font-size: 1px;
	line-height: 1px;
	clear: both;
}


a:link,
a:visited{
	color: #005fc3;
	text-decoration: none;
}

a:hover{
	color: #6296ca;
	text-decoration: none;
	font-weight: normal;
}


/*マージン等
--------------------------------------*/
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}

.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}

.alignC{
	text-align:center;
	}




/*ヘッダー
--------------------------------------*/
#head{
	width:900px;
	height:77px;
	padding: 10px 0;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#head table{
	font-size: 80%;
    text-align:left;
}

#head td{
	font-size: 80%;
}
#head .close{
	background-image:url(../commom/img/close.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	margin-left: 10px;
}
#head a:link{
	color: #666666;
	text-decoration: none;
}
#head a:visited{
	color: #666666;
	text-decoration: none;
}
#head a:hover{
	color: #3399CC;
	text-decoration: underline;
}

/*ヘッダー２
--------------------------------------*/
#head2wrap{
	width:100%;
	background: #c7dc67;
}

#head2{
	width:900px;
	margin: 0 auto;
	text-align: left;
}

/*ヘッダー３
--------------------------------------*/
#head3{
	width:900px;
	margin: 0 auto;
	text-align: center;
}


/*ページTOP△
--------------------------------------*/
.gotop{
	text-align:right;
	padding: 10px 5px;
}


/*コンテンツ枠
--------------------------------------*/
#contents {
	padding: 10px 20px 0;
	margin: 0 auto;
	width:860px;
	text-align: left;
}

#contents2 {
	margin: 0 auto;
	width:900px;
	text-align:center;
}

#contentsWrap {
	width:900px;
	font-size:14px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#contentsWrap h1 {
	margin-top: 20px;
	margin-bottom: 5px;
	background-image: url(images/h1.jpg);
	background-repeat: no-repeat;
	height: 40px;
	text-indent: 3em;
	font-size: 180%;
	color: #613F05;
}
#contentsWrap p {
	line-height: 1.5em;
	padding-right: 30px;
	padding-left: 80px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#contentsWrap th {
	text-align:left;
	font-size: 14px;
	padding: 5px 0;
	font-weight: normal;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #76A3D1;
}
#contentsWrap .howto {
	background-image: url(img/howto.gif);
	background-repeat: no-repeat;
	background-position:0px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	margin-left:30px;
}



#title {

}
#bottomwrap #bottom p {
	font-size: 12px;
}
#bottomwrap {
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

#bottom2 {
	height: 43px;
	background-image: url(img/fotter2.gif);
	background-repeat: no-repeat;
	width: 900px;
	margin:0 auto;
}
#bottomwrap #bottom {

}
#contentsWrap table {
	border-style: none;
}


/*テーブル
--------------------------------------*/

.aboutmail tr td {
	text-align:left;
}


