@charset "shift_jis";

/* CSS Document */

/*全ページ共通項目*/
.contents_page{
	min-height: 2500px;
}

/*注意書き*/
.t_tx p{
	padding:10px;
	background:#F0F0F0;
	border:1px solid #CCCCCC;
}

/*見出し*/
.sample_ti{
	font-size:25px;
	line-height:50px;
	text-indent:10px;
	margin:50px 0 30px 0;
	border-bottom: 2px dashed #CCCCCC;
}

.sample_main h2{
	margin: 30px 0 15px 0;
	padding:0;
	line-height:35px;
	text-align:left;
	text-indent:15px;
	font-size:16px;
	border-left: 5px solid #A59380;
	border-bottom:1px solid #CCCCCC;
}

#t_code_wrap h3{
	margin:10px 0;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-indent:20px;
	line-height:30px;
	border:1px dashed #AAAAAA;
	cursor:pointer;
}

#t_code_wrap h3:hover{
	background:#F0F0F0;

}

/*テキストエリア*/
.t_code{
	margin:15px auto;
	display:none;
}

.t_code p{
	text-align:left;
}

/*サンプルページへ*/
.sample_link{
	margin:15px 0;
}

.sample_link a{
	display:block;
	color:#FFFFFF;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	background:#999999;
}

.sample_link a:hover{
	background:#A10E09;
}

/*戻る*/
.sample_back{
	width:1000px;
	margin:20px auto;
	text-align:left;
}

/*****************　サンプルページ　********************/


