/***************************************************************

* index.css

***************************************************************/

/* 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 {
	width: 100%;
	border-collapse: collapse; 
	border-spacing: 0;
	font-size: 100%;
} 
fieldset,img {  
	border: 0; 
}
li img {
	vertical-align: top;
}
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; 
} 
 
 
 
 /* body
***************************************************************/
body {
	font-size: 12px;
	font-family		: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
    color: #31313;
	background-color: #FFF;
}
/* ie6 hack */
* html body {
	font-size: 75%;
	letter-spacing:0.1em;
	line-height: 1.6em;
}
/* ie7 hack */
*:first-child+html body {
	font-size: 75%;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

/* clear
***************************************************************/
div{
    zoom:1;
}
div:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
/* link
***************************************************************/
a{
	color:#397ea1;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}

a:hover{
	color:#397ea1;
	text-decoration: none;
	outline: none;
}



#wrapper {
	width: 600px;
	margin: 20px auto;
	background:#c0deed url(https://www.tokyoautosalon.jp/2011/tw_campaign/img/bg_title.jpg) no-repeat;
}
#header {
	height: 190px;
	text-indent: -5000px;
}
#lead {
	padding: 15px;
	background-color: #298abb;
	color: #FFF;
	margin: 0 0 15px;
}
#lead h2 {
	margin: 0 0 15px;
}
#lead p.notice {
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #65accf;
}

#column1 {
	margin-bottom: 10px;
}
#column2 {
	margin-bottom: 15px;
}
.column {
	width: 560px;
	margin: 0 auto;
	background-color: #FFF;
}
.c2 {
	padding: 20px;
	background: url(https://www.tokyoautosalon.jp/2011/tw_campaign/img/bg_crn_btm.gif) no-repeat left bottom;
}
.column h3 {
	margin: -20px -20px 15px;
}
.column ul {
	list-style-position: outside;
	list-style-type: square;
	margin: 0 0 0 1em;
}
.column li {
	margin: 0 0 5px;
}