/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {border:0;}
body {padding:50px 0; background:url("../design/bg.gif") 0 0 repeat-x; font:0.8em/1.5 "arial", serif; text-align:center;
}
body p{
	font-family:"メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
	}
h1, h2, h3, h4, h5, h6 {margin:15px 0 10px 0;}
h1 {font-size:200%;}
h2 {font-size:140%;}
h3 {font-size:120%;}
h1, h2, h3 {font-weight:normal;}
h4, h5 {font-size:100%;}

p, table, ul, ol, dl, fieldset {margin:15px 0;}

table {border-collapse:collapse; border-spacing:0; font-size:100%;}
th {text-align:center; font-weight:bold;}
th, td {padding:3px 7px;}

ul, ol {margin-left:30px;}
ul ul, ol ol {margin:0; margin-left:20px;}
ol {list-style-type:decimal;}
li {display:block;}

dt {font-weight:bold;}
dd {margin-left:30px;}

fieldset {position:relative; padding:10px;}
legend {position:absolute; top:-1em; margin:0; padding:5px 10px; font-size:100%; font-weight:bold;}

/* ----------------------------------------------------------------------------------------------------------
2) Universal styles (display, float, margin, text-align...)
---------------------------------------------------------------------------------------------------------- */

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}

.relative {position:relative;}

.clear {clear:both;}

.f-left {float:left !important;} img.f-left {float:left; margin-right:15px;}
.f-right {float:right !important;} img.f-right {float:right; margin-left:15px;}

.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}

.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}

.nom {margin:0 !important;}
.nomt {margin-top:0 !important;}
.nomb {margin-bottom:0 !important;}

.noscreen {display:none;}

.bigger {font-size:110%;}
.smaller {font-size:85%;}
    
/* ----------------------------------------------------------------------------------------------------------
3) Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */
 
ul.ul-style01 {
	margin:15px 0;
	padding:0;
	list-style:none;
	text-align: left;
}
ul.ul-style01 li {margin:0; padding:0; padding-left:15px; background:url("../design/ul-style01.gif") 0 6px no-repeat;} 
ul.ul-style02 {margin:15px 0; padding:0; list-style:none;}
ul.ul-style02 li {
	margin:0;
	padding:3px 0 0 5px;
	font-size: 120%;
	background-image: url(../design/buttonC.gif);
	background-repeat: no-repeat;
	width: 70%;
} 
ul.ul-style02 li a{
color:#000000;
}
ul.ul-style02 li a:hover{
color:#FF0000;
text-decoration:underline;
}
.ul-style02 #side-active{
	text-decoration:none;
	background-image: url(../design/sidelist_a.jpg);
	background-repeat: repeat-x;
	color: #0066CC;
	height: 18px;
}
.style3 {
	color: #F60;
	font-weight: bold;
}
   
/* ----------------------------------------------------------------------------------------------------------
4) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:960px; margin:0 auto; text-align:left;}

    #header {position:relative; width:960px; height:200px; background:url("../../img/head_new.jpg") 0 0 no-repeat; overflow:hidden;}
 #header-top {
	position:relative;
	width:960px;
	height:500px;
	overflow:hidden;
}       
 #logo-top {
	position:absolute;
	top:445px;
	right:756px;
	margin:0;
	font-size:150%;
	font-weight:normal;
	letter-spacing:-1px;
	color: #FFF;
} 
    
        #logo {position:absolute; top:0; right:10px; margin:0; font-size:150%; font-weight:normal; letter-spacing:-1px;}        
        #logo a {display:block; padding:5px 10px 0 10px; text-decoration:none;}
        #logo span {font-weight:bold;}
     #nav {
	padding:0 0px;
	background:url("../design/nav-bottom.gif") 0 100% no-repeat;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
}
    #nav ul {margin:0; padding:0; list-style:none;}
    #nav ul li {
	display:inline;
	margin:0;
	padding:0;
	color: #000000;
	text-transform: uppercase;
	}
    #nav ul li a {
	display:block;
	float:left;
	padding:8px 14px 3px 15px;
	text-decoration:underline;
	background-image: url(../design/buttonB.gif);
	background-repeat: no-repeat;
	width: 88px;
	text-align:center;
	color:#FFF;
		}
	
	#nav ul li#nav-activeA a {
	border:0;
	font-weight:bolder;
	text-decoration:none;
	background-image: url(../design/button.gif);
	background-repeat: no-repeat;
	width: 88px;
	text-align:center;
	color:#FFF;
	}
    #nav ul li#nav-active a {
	border:0; 
	font-weight:bold; 
	text-decoration:none;
		color: #000000;
	}
    #nav ul li a:hover {
	text-decoration:none;
	}

    #cols-top {clear:both; width:960px; height:15px; margin-top:10px; background:url("../design/cols-top.gif") 0 100% no-repeat; font-size:0; line-height:0;}
    #cols-bottom {clear:both; width:960px; height:15px; margin-bottom:10px; background:url("../design/cols-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
    #cols {clear:both; width:960px; background:url("../design/cols.gif") 0 0 repeat-y;}
    
        #content {float:left; width:650px; overflow:hidden;}
        #content .content-padding {padding:15px;}
        
        #aside {float:right; width:300px; overflow:hidden;}
        #aside .aside-padding {padding:0 15px;}
        
            #aside .title {margin:0; padding:10px 15px; font-size:100%; font-weight:bold;}

            #aside #search {padding:15px 0; text-align:center;}
            #aside #search #search-input {width:170px; padding:5px; font:normal 100%/1.2 "arial",sans-serif;}
            #aside #search #search-submit {padding:4px 5px; border:0; font:bold 100%/1.2 "arial",sans-serif;}
            
            #aside table#archive {margin:5px 0 10px 0; padding:0; width:270px;}
            #aside table#archive a {text-decoration:none;}
            #aside table#archive td {padding:3px 0;}
            #aside table#archive td {background:url("../design/dot.gif") 0 100% repeat-x;}
    
            #aside ul#rss {margin:10px 0; padding:0; list-style:none;}
            #aside ul#rss li {display:block; float:left; width:135px; margin:0; padding:0;}
            #aside ul#rss li a {display:block; padding:7px 0 7px 40px; background:url("../design/rss.gif") 0 50% no-repeat; text-decoration:underline;}    

    #footer-top {clear:both; width:960px; height:15px; background:url("../design/footer-top.gif") 0 100% no-repeat; font-size:0; line-height:0;}
    #footer-bottom {clear:both; width:960px; height:15px; background:url("../design/footer-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}        
    #footer {clear:both; padding:0 15px; font-size:85%;}
    #footer p {margin:0;}
    #footer a {font-weight:bold; text-decoration:none;}
    #footer a:hover {text-decoration:underline;}

/* ----------------------------------------------------------------------------------------------------------
5) Page: Home
---------------------------------------------------------------------------------------------------------- */

#topstory {padding:15px 0 15px 15px;}
#topstory h2 {font-size:140%;}
#topstory h2, #topstory p.info  {margin:0;}
#topstory p.info {font-size:85%;}

#topstory #topstory-img {float:none; width:auto;
padding-left:20px;}
#topstory #topstory-desc {float:right; width:635px;}
#topstory #topstory-title {padding:10px;}
#topstory #topstory-desc-in {
	padding-right:15px;
	text-align: left;
}
#topstory #topstory-desc-in p {margin-bottom:0;}

#photos {margin-bottom:15px; font-size:0;}
#photos img {display:block; float:left; width:150px; border:0; margin-right:10px;}

.cols50 {background:url("../design/table_bg2.jpg") repeat-y;}

    .col50 {float:left; width:325px;}
    .col50-right {float:right; width:325px;
	background:url("../design/table_bg2.jpg") repeat-y;}

        .col50 .article {padding:15px;}
        .col50 .article h4 {margin:0; margin-bottom:3px;}
        .col50 .article p {margin:0;}
        .col50 .article p.info {margin:0; margin-bottom:5px; font-weight:normal; font-size:85%;}
		.col50-right .article {padding:10px;}

/* ----------------------------------------------------------------------------------------------------------
Z) Others
---------------------------------------------------------------------------------------------------------- */

.hx-style01 {font-size:120%; font-weight:bold; text-transform:uppercase;}

.separator {width:100%; height:50px; background:url("../design/separator.jpg") 0 0 no-repeat; font-size:0;}
.separatorA {width:625px; height:10px; background:url("../design/separator.gif") 0 0 no-repeat; font-size:0;}
#main #nav .left {
	color: #FFFFFF;
	text-align: right;
}
.post {
			border-top: 1px solid #E9E9E9;
			margin: 8px 18px 0 12px;
			padding-top: 10px;
			font-family:"ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3";
		}
.post img {
				float: left;
				margin-right: 20px;
				padding: 5px;
				border: 1px solid #E9E9E9;
				background-color: #F2F2F1;
				width: 150px; height: 150px;
			}
			.style1 {
	color: #09F;
	font-weight: bold;
}
#main #nav .smaller-left {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}
.col50 .article p {
	text-align: left;
}

.col50-right .article p {
	text-align: left;
}
#topstory .hx-style03 {
	color: #00CC00;
}
#topstory .hx-style03 a{
	color: #FF0;
	text-decoration: none;
}
#main #cols #content .price .future {
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
/* ----------------------------------------------------------------------------------------------------------
Z) 更新情報
---------------------------------------------------------------------------------------------------------- */

#new {
	border: solid;
	overflow: scroll;
	height: 125px;
	width: 630px;
	list-style-position: inside;
	padding: 0px;
	border-color: #999;
	border-style: grove;
}
#new ul {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #CCC;
	font-weight: normal;
	text-align: left;
}

