@charset "utf-8";

/*------------------------------------------------------------
CSS Information
 Site URL:     http://www.tfm.co.jp/hellosmile/
 File name:    style.css (/css/style.css)
 Summary:      all styles
 Created:      2010-08-20
 Last update:  2010-08-20
 Copyright:    (c) 2010 TOKYO FM Broadcasting Co., Ltd. All rights reserved.
-------------------------------------------------------------*/

/* =========================================================
YUI Reset
========================================================= */
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;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
img {
	vertical-align:text-bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}


/* =========================================================
Base Style
========================================================= */
h1,h2,h3,h4,h5,h6,p,address,blockquote,ol,ul,li,dl,dt,dd,table,th,td,form,div {
	*zoom:1; /* hasLayout True for IE6-7 */
}

img {
	vertical-align:top;
}

strong,em {
	font-weight:bold;
}

hr {
	display:none;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

fieldset {
	border:none;
}

input, textarea, select, label {
	font-size:100%;
	font-family:inherit;
	vertical-align:middle;
}

label {
	cursor:pointer;
}

textarea {
	overflow:auto;
}

ol, ol li {
	list-style-type:decimal;
	*zoom:normal; /* for IE6-7 */
}


/* =========================================================
html, body, anchor
========================================================= */
body {
	background:#ff6600;
	color:#ffffff;
	font-size:13px;
	font-family:Verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5;
}

* html body { font-size:small; } /* for IE6 */
:first-child + html body { font-size:small; } /* for IE7 */

a:link {
	color:#4b2e1b;
}
a:visited {
	color:#4b2e1b;
}
a:hover {
	color:#4b2e1b;
}
a:active {
	color:#4b2e1b;
}


/* =========================================================
container
========================================================= */
div#container {
	width:940px;
	margin:0 auto;
	padding:20px;
}


/* =========================================================
contents
========================================================= */
div#contents {
	font-weight:bold;
	text-align:center;
}

div#contents h1 {
	margin-bottom:15px;
	font-size:22px;
	font-weight:bold;
}


/* =========================================================
Clearfix
========================================================= */
.clearfix:after,
div#contents:after {
	content:" ";
	display:block;
	clear:both;
	height:0;
}