/* アドテックマガジン
10.2.16 yasu
---------------------------------------------*/

/* basic
---------------------------------------------*/
html{
	overflow-y:scroll;
}
body{
	text-align:center;
	margin: 0;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #333333;
	height:auto;
	background-image: url(/n_images/background.jpg);
	background-repeat: repeat-x;
	background-color: #bbeeff;
}
a {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #0033ff;
	text-decoration: underline;
}
img {
	border: none;
	vertical-align: top;
	vertical-align:bottom;
}

/* contents
---------------------------------------------*/
#contents{
	width:800px;
	margin:0 auto;
	text-align:center;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	overflow: hidden;
}
.clearfix:after { 
	content: ".";
	font-size: 0;
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
#boxL{
	float:left;
	width:600px;
	background-color: #ffffff;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}
#boxL p{
	width:560px;
	font-size: 1em;
	line-height: 1.8em;
	color: #000000;
	letter-spacing: 0.1em;
	text-align:justify;
	word-spacing: 0.1em;
}
#boxL .texture{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 28px;
	padding: 0;
	font-size: 0.8em;
}
#boxL .texture2{
	font-size: 0.8em;
}
#boxL .topics{
	margin-top: 7px;
	margin-bottom: 7px;
}
#boxL .clear_tp{
	clear:left;
}
#boxL .lefty{
	float:left;
	padding: 7px;
}

#boxR{
	float:right;
	width:200px;
	background-color: #ffffff;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}
#box_clear{
	clear:both;
}

/* recomend
---------------------------------------------*/
#tp_box{
}
#tp_box .fontM{
	font-size: 0.8em;
	line-height: 1.8em;
}
#tp_box .waku{
	padding: 3px;
	border: 1px solid #666666;
	float:left;
	margin: 5px;
}
/* etc
---------------------------------------------*/
.atend{
	padding-left: 20px;
}