@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}


/* tags
----------------------------------------- */
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;
	color: #999;	
	font-family: "Times New Roman","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "細明朝体";
	line-height:1.5;
	letter-spacing: .1em;
	}
body{
	background:url("img/bg.jpg") top no-repeat #121212;
	font-size: 12px;
	}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight:normal;
	}
ol,ul{
	list-style: none;
	}
img{
	border: 0;
	vertical-align: bottom;
	}
a {
	color:#121212;
	border-style: none;
	outline:none;}
a img{
	border: 0;
	overflow: hidden;	
	}
p{
	margin: 0 0 1em 0;
	}
table{
	border-collapse:collapse;
	border-spacing: 0;
	}
textarea{
	font-size: 100%;
	}
/* clearfix
----------------------------------------- */
.clfx{
    zoom:1;/*for IE 5.5-7*/
	}
.clfx:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
	}

/* common
----------------------------------------- */
.middle{vertical-align: middle;}
.f_right{ float:right; width:440px; margin-left:10px; text-align:left;}
.f_left{ float:left; width:440px; margin-right: 10px; text-align:right;}
.f_center{ width: 600px; margin: 0 auto;}
.mob{ display:none;}

#container{
	width: 900px;
	text-align: center;
	margin: 0 auto;
	}


#head{
	height: 225px;
	}
	#head ul{
		margin: 0 auto;
		width: 570px;
		}
		#head ul li{
			float:left;
			display:inline;
			}
			#head ul li .ic{
				padding-top: 24px;
				}

.main a{
	color: #999;
	}
	.main a:hover{ text-decoration: none;}

.main h2{
	margin-bottom: 30px;
	}

.main table{
	margin-bottom: 1.2em;
	}

.main table th,
.main table td{
	width: 120px;
	vertical-align: top;
	font-weight: normal;
	text-align:left;
	}
.main table .td_price{
	width: 250px;
	text-align:right;
	}
.main table .td_com{
	width: 350px;
	text-align:left;
	padding-bottom: 6px;
	}

.main #twitter_update_list { margin-bottom: 10px;}
.main #twitter_update_list li{
	line-height: 1.2;
	padding-left: 16px;
	padding-bottom: 10px;
	background:url("img/ic.gif") top left no-repeat;
	}

.main #blog { margin-bottom: 10px;}
.main #blog li{	
	padding-left: 16px;
	background:url("img/ic.gif") top left no-repeat;
	}
.main form input,
.main form textarea{ background: #333; border:#000;}
.main form table td a:link{ text-decoration: none;}

#foot{
	padding-top: 60px;
	}


