@charset "utf-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
body {
margin:0;
padding:0;
background: #ffffff;
font-size:12px;
font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
line-height:1.5em;
color:#333333;
}
h1, h2, h3, h4, h5, h6, form {
margin: 0;
padding: 0;
}
img {
border:0;
}

/*----------------------------------------------------
コンテンツ
----------------------------------------------------*/
.contentsArea {
width:675px;
}
.contentsArea .conLeft {
float:left;
width:380px;
margin:0;
padding:10px;
}

.contentsArea .conRight {
float:right;
width:260px;
margin:0;
padding:10px 10px 10px 0;
}
.contentsArea .conRight h1 {
padding-bottom:5px;
font-size:12px;
font-weight:bold;
}

.contentsArea .conRight ul {
margin:10px 0 8px 0;
padding:8px 0;
list-style:none;
}
.contentsArea .conRight li {

margin:0px;
padding: 0 0 10px 23px;
background: url("../../images/public/top/icon_enter.gif") no-repeat;
}

/*郵便番号フォーム*/
#zipArea {
width:200px;
padding:0 8px;
}
#zipArea p {
margin:5px 0;
padding:0;
}
/*----------------------------------------------------
リンク
----------------------------------------------------*/
/*---デフォルト---*/
a:link {
border:none;
color:#8ec100;
text-decoration: underline;
}
a:visited {
border:none;
color:#8ec100;
text-decoration: underline;	
}
a:active {
border:none;
color:#8ec100;
text-decoration: underline;
}
a:hover {
border:none;
color:#ff9900;
text-decoration: underline;
}
/*----------------------------------------------------
テキスト
----------------------------------------------------*/
.t10 {
font-size:10px;
}