@charset "UTF-8";

/********** 共通 **********/
body {
	margin:0;
	padding:0;
	text-align:center;
	background:#efefef url('/kaimashita/images/BG.gif');
	color:#444;
}

body,th,td,li,div,address{
	font:12px/20px Verdana, Arial, sans-serif;
}

form,input{
	font:10pt/16px Verdana, Arial, sans-serif;
}

textarea{
	font:12px/18px "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}

p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,form{
	margin:0;
	padding:0;
}

img{
	border:none;
}

.ImageRight{
	margin:0 0 0 10px;
	float:right;
}

.ImageLeft{
	margin:0 10px 0 0;
	float:left;
}

.Clear{
	clear:both;
	height:0;
	line-height:0;
}

.Clear hr{
	display:none;
}


/********** リンク **********/
a{
	text-decoration:none;
}

a:link,
a:active{
	color:#36c;
}

a:visited{
	color:#06c;
}

a:hover{
	color:#c60;
}


/********** レイアウト **********/
#Wrap{
	width:772px;
	margin:0 auto;
	text-align:left;
	background:#fff url('/kaimashita/images/WrapBG.gif') left repeat-y;
}

#Inner{
	width:auto;
	margin:0 1px 0;
	padding:0 0 10px;
}

#Box{
	width:auto;
	margin:0 10px;
}

#ContentsWrap{
	width:480px;
	float:left;
}

#SideWrap{
	width:250px;
	float:right;
}

#SideInner{
	margin:10px;
	padding-top:290px;
}

/********** ヘッダー **********/

#IndexHeader{
	margin:0 0 10px;
	padding:0 10px 35px;
	background:url('/kaimashita/images/HeaderBG.gif') right top no-repeat;
}

#Header{
	margin:0 0 10px;
	padding:0 10px 5px;
	background:url('/kaimashita/images/HeaderBG.gif') right top no-repeat;
	border-bottom:dotted 2px #ccc;
}


/********** ヘッドライン **********/

#Headline{
	margin-bottom:10px;
	line-height:24px;
	color:#fff;
}

#Headline h1,#Headline p{
	display:inline;
	padding:0 10px 0 0;
	font-size:10px;
}


/********** ヘッドメニュー **********/
#HeadMenu p{
	width:200px;
	float:left;
}

#HeadMenu form{
	margin-left:220px;
	padding-top:20px;
	vertical-align:bottom;
}


/********** トップページ単独 **********/

#TopTitle{
	padding:0;
	margin:0 0 10px;
	text-align:center;
	border:none;
}

.TopSearchBox{
	margin:0 auto 30px;
	text-align:center;
}

.TopSearchBox p{
	font-size:10px;
	line-height:20px;
}

.WordsCategory dt{
	width:170px;
	height:20px;
	overflow:hidden;
	font-weight:bold;
	float:left;
	background:url('/kaimashita/images/Notes.gif') left no-repeat;
	border-bottom:solid 1px #eee;
	line-height:20px;
}

.WordsCategory dt span{
	padding-left:20px;
	color:666;
	line-height:20px;
}

.WordsCategory dd{
	margin-left:170px;
	border-bottom:solid 1px #eee;
}

.WordsCategory dd span{
	font-weight:bold;
}


/********** メインスペース **********/

h2{
	padding:10px 0 0 2px;
	font-size:14px;
	font-weight:bold;
	color:#3366FF;
}

h3{
	margin:20px 0 10px;
	padding:0 0 5px;
	font-size:14px;
	color:#3366ff;
	border-bottom:solid 2px #ccc;
}

#BackLink{
	margin:10px 0;
	border-left:solid 5px #3399FF;
	background:#eeFFFF
}

#BackLink h3{
	margin:0 0 5px;
	padding:5px 0 0 5px;
	font-size:12px;
	font-weight:normal;
	color:#36c;
	border:none;
}

#BackLink p{
	padding:0 5px 5px;
}

#BackLink input{
	width:380px;
	font-size:12px;
}

#TrendMain{
	margin:10px 6px;
}


/********** 検索結果表示 **********/

.Result{
	margin:0 0 10px;
	padding:20px 0 0;
	width:480px;
	background:url('/kaimashita/images/ResultTop.gif') left top no-repeat;
}

.ResultInner{
	padding:0 0 20px;
	background:url('/kaimashita/images/ResultBottom.gif') left bottom no-repeat;
}

.ResultBody{
	padding:0 10px;
	border-left:solid 10px #D9FFC5;
	border-right:solid 10px #D9FFC5;
}

.ResultBody h3{
	margin:0 0 5px;
	padding:0 0 5px 20px;
	font-size:12px;
	border-bottom:solid 2px #ccc;
	background:url('/kaimashita/images/memo.gif') left no-repeat;
}

.ResultBody h3 a{
	font-weight:bold;
}

.big{
	font-size:16px;
	font-weight:bold;
	color:#FF3399;
}

.ItemUrl{
	border-top:solid 1px #ccc;
	margin:5px 0 0;
	padding:5px 0 0;
	font-size:10px;
}

.Paging{
	margin:10px 0;
	font-size:12px;
	font-weight:bold;
}

.NextP{
	float:right;
}

.PrevP{
	float:left;
}


/********** サイドバー **********/

.SideTitle{
	margin:0 0 5px;
	font-size:14px;
	font-weight:bold;
	color:#0099FF;
	line-height:30px;
	border-bottom:solid 2px #ccc;
}

.SideContents{
	margin:0 0 20px;
}

.SideContents li{
	margin-left:18px;
}

.SideContents img{
	vertical-align:middle;
}


/********** サイドバー広告表示 **********/

#SideItemView{
	margin-bottom:20px;
}

#SideItemView p{
	margin:0 2px 2px 0;
	width:58px;
	height:58px;
	line-height:58px;
	float:left;
	text-align:center;
	background:#fff;
	vertical-align:middle;
}

#SideItemView p img{
	margin:auto;
	vertical-align:middle;
}

.photo {
	position: relative;
	top: 0;
	left: 0;
	border:solid 1px #ccc;;
}
.photo a .large {
	display: block;
	position: absolute;
	top: -21px;
	right: -21px;
	width: 0;
	height: 0;
}
.photo a.popup,
.photo a.popup:visited {
	display: block;
	width: 58px;
	top: -21px;
	right: -21px;
}
.photo a.popup:hover {
	background-color: #fff;
}
.photo a.popup:hover .large {
	display: block;
	position: absolute;
	width: 100px;
	height: auto;
	top: -110px;
	right: -21px;
	z-index:99;
	border:solid 5px #5599ff;
}
.photo a.popup:hover .small {
	display: none;
}


/* コピーライト */
#Footer{
	border-top:solid 1px #ccc;
	margin:10px 10px 0;
	padding:20px 0 10px;
	font-size:10px;
	font-style:normal;
	text-align:center;
}

address{
	font-style:normal;
}