/*==========
リセット用
==========*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
 pre, form, fieldset, input, select, textarea, p, blockquote, th, td, img{
    margin: 0; 
    padding: 0;
}

ol, ul{
    list-style:none;
}

fieldset, img{
     border:0;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

img, div{
	overflow: hidden;
}

a{
	text-decoration: none;
}

/*ベースフォントサイズ 100%=10px*/
body {
	font-size: 62.5%; /* IE */
}
html>/**/body {
	font-size: 10px; /* Except IE */
}

body{
	font-family: Verdana,"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}

/*clearfix*/
.clearfix:after {
	content: url(../images/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block; 
}
.clearfix {
	display: block;
}


/*コンテンツ設定
===================*/
div#contents{
	width: 904px;
	margin: auto;
}

address{
	text-align: right;
	margin: 30px 0 30px 0;
}

address a{
	color: #000;
}

address a:hover{
	text-decoration: underline;;
}

span.hissu{
	color: #ff00ff;
	font-weight: bold;
}

table.orderform, 
table.orderform td, 
table.orderform th {
border: 1px #b3b3b3 solid;
font-size: 14px;
}

table.orderform{
}

table.orderform th{
	text-align: center;
	padding: 10px 5px;
	width: 220px;
	background: #fff6ff;
}

table.orderform td{
	padding-left: 10px;
	background: #fffbff;
}

table.orderform td input,
table.orderform td select{
	padding: 3px 2px;
	margin: 4px 0;
}

table.orderform td textarea{
	padding: 3px 2px;
	margin: 10px 0;
}


div#formarea{
	font-size: 14px;
	padding-left: 20px;
}

div#formwrapper{
	border: 2px solid #eee;
	padding-bottom: 30px;
}

input.button {
	padding: 8px 16px;
	margin-right: 30px;
}