@charset "utf-8";
/*-----------------------------
作成日：2011/07/27
作成者：Co-tam.design
-------------------------------*/

/* Reset Styles
================*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6,
p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del,
dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup,
tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label,
legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside,
canvas, details, embed,figure, figcaption, footer, header, hgroup,menu,
nav, output, ruby, section, summary,time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
list-style:none;
text-decoration:none;
}


body{
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height:1.4em;
letter-spacing:0.07em;
color:#555;
font-size:12px;
}

/*hr {display:none;} */

.clearfix {zoom:1;}
.clearfix:after{
    content: "";
    display: block;
    clear: both;}


table {
	border-collapse:collapse;
}


/* for MacIE5 \*//*/
.clearfix {height: auto;overflow: hidden;}
/* end */


/*リストタグ内に画像を入れた際の余白をクリアする記述*/
li img{
	font-size:0;
	line-height:0;
	vertical-align:top;
}

a{
 cursor: pointer;
}