// スタイルシート
* { margin : 0 ; padding : 0 ; }
body { width : 100% ; layout-grid-line: 5px; text-align:left;}
img { border : 0px; }
hr { margin : 10px 1px; }
A:link { color: black; }
A:visited { color: black; }
A:active { color: black; }
A:hover { color: red; }
ul {list-style : none;}
li {float:left;}
input{height : 22px;}

.my_body { position : relative ; }

.header{ width : 1020px; height : 60px; margin : auto; }
.main{ position : relative; width : 1020px; margin : auto; }
.sidemenu{ position : absolute; top : 0px; left : 0px; width : 180px; font-size : 14px; line-height : 140%;}
.contents{ position : absolute; top : 0px; left : 185px; width : 650px; }
.affiriate{ position : absolute; top : 0px; left : 850px; width : 180px; font-size : 14px; line-height : 140%;}

.wide_item { position : absolute; width : 650px; height : 330px; overflow : hidden; border : 5px double black; margin : 5px 0;}
.wide_item_pic { position : absolute; top : 0px; left : 0px;}
.wide_item_pic_list { position : absolute; top : 300px; left : 0px; width : 300px; height : 30px; text-align : center; }
.wide_item_detail { position : absolute; top : 10px; left : 310px; height : 265px; overflow : hidden; font-size : 18px; }
.wide_item_button1 { position : absolute; top : 280px; left : 310px;}
.wide_item_button2 { position : absolute; top : 280px; left : 470px;}

.half_item { position : absolute; width : 320px; height : 220px; overflow : hidden; border : 2px solid black; margin : 5px 0;}
.half_item_pic { position : absolute; top : 0px; left : 0px;}
.half_item_pic_list { position : absolute; top : 150px; left : 0px; width : 150px; height : 30px; text-align : center; }
.half_item_detail { position : absolute; top : 10px; left : 160px; height : 165px; overflow : hidden; font-size : 12px; }
.half_item_button1 { position : absolute; top : 180px; left : 5px;}
.half_item_button2 { position : absolute; top : 180px; left : 160px;}

.item_detail { position : absolute; top : 0px; left : 0px; height : 0px; width : 0px; overflow : hidden; font-size : 1px; display:none; }

.search_input { position : absolute; width : 630px; height : 145px; overflow : hidden; border : 2px solid black; margin : 5px 0; padding : 5px; line-height : 140%;}

.text16red { font-size : 16px; color : red; }
.text20red { font-size : 20px; color : red; }
.text32red { font-size : 32px; color : red; }
.text12 { font-size : 12px; }
.text14 { font-size : 14px; }
.text16 { font-size : 16px; }
.blue { color : blue; }

.new { padding : 2px; font-size : 14px; color : white; background-color : red; }
.fast { padding : 2px; font-size : 14px; color : white; background-color : green; }
.free { padding : 2px; font-size : 14px; color : black; background-color : yellow; }

.new_r { padding : 2px; font-size : 10px; color : white; background-color : red; }
.fast_r { padding : 2px; font-size : 10px; color : white; background-color : green; }
.free_r { padding : 2px; font-size : 10px; color : black; background-color : yellow; }
