@charset "Shift_JIS";


/*
===== 1: ユニバーサルリセット =================================
*/

*{
	margin:0;
	padding:0;
}


/*
===== 2: ボディ＋テキスト＋イメージ関係 ===========================
*/

body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}

h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote, tr, td{
	font-size:10px;
	line-height:16px;
	color:#666666;
}


#container{
    margin:0px;
	padding:0px;
    }
	
#contents{
	margin-top:30px;
	width:auto;
	padding-left: 40px;
	}
	

/*
===== 3: リンク関係===========================
*/
a:link{
	text-decoration:underline;
	color:#333333;
}
a:visited{
	text-decoration:underline;
	color:#333333;
}
a:hover{
	text-decoration:underline;
	color:#8fc797;
}
a:active{
	text-decoration:underline;
	color:#8fc797;
}


/*
===== 4: 汎用 ===========================================
*/

.hidden {
   display: none;
   visibility: hidden;
}

.clear {
	clear: both;
}

.toplink{
    width:150px;
	display:block;
	}

.line{
    height:10px;
	width:750px;
    border-bottom:1px solid;
    border-bottom-color:#dddddd;
	}
.bold{
    font-weight:bold;
	}

.green-bold{
    font-weight:bold;
	color:#8fc797;
	}

img {
	border: none;
	vertical-align: bottom;
	margin-bottom:2px
}


/*
===== 5: その他 ===========================================
*/

.head{
	margin-bottom:20px;
	}
.h2{
	margin-bottom:5px;
	display:block;
	margin-top: 10px;
	}

.textbox{
	display:block;
	margin-bottom:10px;
	padding-left: 15px;
	}

.foot{
	margin-top:50px;
	display:block;
	padding-bottom: 20px;
	}
