@charset "utf-8";
/* ID　CLASS--------------------------------------------------------------- */

	wapprer		中央寄せ
	contents　　　　本文全体　　　　
	rogo		ロゴ
	p			本文
	pr_large	大きいPRエリア
	pr_small	小さいPRエリア

/* 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;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* 背景--------------------------------------------------------------- */

html{
	height: 100%;
	background: url(../images/shinobi.gif) right bottom no-repeat;

}
/* 中央寄せ----------------------------------------------------------- */

div.contents{
	width: 800px;
	margin: 0 20px;	
}
/* NINJA TOOLS ロゴ--------------------------------------------------- */

div.contents p.logo{
	width: 184px;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 616px;
}
div.contents p.logo a{
	text-decoration: none;
}

/* text--------------------------------------------------------------- */

h1{
	padding-top: 53px;	
}
div.contents p{
	padding-top: 65px;
	font-size: 12px;
	line-height: 140%;
}
/* PR　--------------------------------------------------------------- */
div.contents div.pr_large{
	padding-top: 65px;
}
div.contents div.pr_small{
	padding-top: 41px;
}
/* PR詳細設定--------------------------------------------------------- */
/* PR 大----------------------------- */
div.nt_pr{
	border:1px solid #cccccc;
}
div.nt_pr_IN{
	padding:5px;
	margin:2px;
	font-size: 13px;
	line-height: 140%;
}

.on{
	background-color:#ffffcd;
}
.ad{
	background-color:#eeeeee;
	padding:3px;
	font-size: 14px;
	font-weight:bold;
}
a.prurl{
	color:#008000;
	text-decoration: none;
}
a {
	COLOR:#0066CC;
	text-decoration:underline;
}
a:link {
	COLOR:#0066CC;
	font-size: 13px;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}



/* PR 小----------------------------- */

div.tdftdiv{
	padding: 3px;
	margin: 11px 0 0 0;
	line-height:16px;
}
ul.tdftad{
	margin: 0;
	padding: 0;
}
ul.tdftad li{
	display: inline;
	background-image:url("http://img.shinobi.jp/tadaima/al.gif");
	background-position:left center;
	background-repeat:no-repeat;
	padding:0 4px 0 8px;
	font-size:13px;
}
ul.tdftad li.tdftpr{
	background-image:url("http://img.shinobi.jp/tadaima/pr.gif");
	padding-left:20px;
}
ul.tdftad li.tdftlink{
	background-image:url("http://img.shinobi.jp/tadaima/link.gif");
	padding-left:25px;
}
ul.tdftad li a:hover{
	text-decoration:none;
}

div.pr_small a{
	color: #0066FF;
	text-decoration: underline;
}
div.pr_small a:visited {
	color: #810081;
}
div.pr_small a:hover {
	color:#810081;
	text-decoration: underline;
}
