@charset "utf-8";

/* 検索用 */
body.Search{
	line-height: 1.4;
	margin: 0;
	padding: 0;
	background: #B0B0B0;
	color: #333;
	font-size: 12px;
	text-align: justify;
}

div.Wrapper{
	background: url(../image/back.jpg);
	width: 800px;
	margin: 0 auto;
	padding-top: 12px;
	text-align: justify;
}

div.TopFlash{
	width: 735px;
	margin: 0 auto;
	text-align: justify;
}

div.TopImage{
	width: 735px;
	margin: 0 auto;
	text-align: justify;
}

div.Main{
	width: 680px;
	margin: 0 auto;
	text-align: justify;
}

div.Footer{
	width: 800px;
	margin: 0 auto;
}

div.SearchArea{
	width: 680px;
	margin: 8px auto 0px auto;
	text-align: justify;
}



/* ALIGN */
.AL	{text-align: left;}
.AC	{text-align: center;}
.AR	{text-align: right;}

.title{
	background: url(../image/mark1.jpg) no-repeat;
	margin-top: 15px;
	padding: 0 0 0 15px;
	line-height: 28px;
	font-size: medium;
	font-weight: bold;
}

p.topinfo{
	margin-top: 12px;
	letter-spacing: 1px;
}

.btn{
	padding:0 0 0 11px;
	background:url(../image/mark2.jpg) no-repeat left center;
}

.langCode{
	margin-top: 0px;
}

h3.SimpleSearchFirst{
	display: inline;
	margin-right: 155px;
}

h3.SimpleSearch{
	display: inline;
	margin-right: 105px;
}

span.SearchTarget{
	margin-right: 135px;
}

table{
	border-collapse:collapse;
}

table.Search{
	width:100%;
	background:#E7EBEF;
	border-collapse:collapse;
	border-spacing:0;
}

table.Search th{
	background:url(../image/mark3.jpg) no-repeat 15px center;
	width:120px;
	text-align: left;
	padding:0px 0px 0px 25px;
	border-right:3px solid #1B4BA0;
	border-bottom:1px solid #ffffff;
	font-size:12px;
}

table.Search td{
	padding:5px 15px;
	border-bottom:1px solid #ffffff;
	font-size:12px;
}


table.SearchDetail{
	width:100%;
	background:#E7EBEF;
	border-collapse:collapse;
	border-spacing:0;
}

table.SearchDetail th{
	background:url(../image/mark3.jpg) no-repeat 15px center;
	width:120px;
	text-align: left;
	padding:0px 0px 0px 25px;
	border-right:3px solid #1B4BA0;
	border-bottom:1px solid #ffffff;
	font-size:12px;
}

table.SearchDetail th.genre{
	background:url(../image/mark3.jpg) no-repeat;
	background-position: 15px 30%;
	width:120px;
	text-align: left;
	padding:0px 0px 0px 25px;
	border-right:3px solid #1B4BA0;
	border-bottom:1px solid #ffffff;
	font-size:12px;
}

table.SearchDetail td{
	padding:3px 15px;
	border-bottom:1px solid #ffffff;
	font-size:12px;
}

table.SearchDetail th.half_left{
	background:url(../image/mark3.jpg) no-repeat 15px center;
	width:120px;
	text-align: left;
	padding:0px 0px 0px 25px;
	border-right:3px solid #1B4BA0;
	border-bottom:1px solid #ffffff;
	font-size:12px;
}

table.SearchDetail th.half_right{
	background:url(../image/mark3.jpg) no-repeat 15px center;
	width:120px;
	text-align: left;
	padding:0px 0px 0px 25px;
	border-left:1px solid #FFFFFF;
	border-right:3px solid #1B4BA0;
	border-bottom:1px solid #ffffff;
	font-size:12px;
}

table.SearchDetail span.Base{
	font-weight: normal;
}


table.Base{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}

table.Base td{
	padding:0;
	border-bottom:0;
	font-size:12px;
}

table.result{
	width:680;
}

table.result th{
	text-align:center;
	background:#EEEEEE;
	padding:5px;
	border:1px solid #CCCCCC;
	color:#0066CC;
	font-size: 12px;
}

table.result td{
	padding:5px;
	border:1px solid #CCCCCC;
	text-align: left;
	font-size: 12px;
}


p.NotFound{
	text-align: center;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6{
	line-height:1.2;
	margin:0;
	padding:0;
	font-size:100%;
}

.line{
	margin:0px;
}

.MT7	{margin-top:7px;}
.MT20	{margin-top:20px;}
.MB5	{margin-bottom:5px;}


/* LINK */
a			{color: #006699;}
a:link		{text-decoration:underline;}
a:visited	{}
a:hover		{text-decoration:none;}
a:focus		{outline:none;} 
a:active	{}

.middle{
	font-size:12px;
}
.small{
	font-size:9px;
}

.light{
	color:#808080;
}

p.searchButton{
	margin-top: 3px;
	text-align: center;
}

p.searchcnt{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
}

li.genre {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

li.subgenre {
	font-size: 12px;
	font-weight: normal;
}

.resultTxt{
	margin:7px 0 0 20px;
	font-weight:bold;
	color:#0066CC;
}

