@charset "UTF-8";

/* --------------------
 CID:282
 2010/02/17
-------------------- */

/* --------------------
default
-------------------- */

* {
	margin: 0;
	padding: 0;
	}

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,form,input,p,caption,td,th {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	list-style: none;
	color: #000;
	line-height: 1.3em;
	} 

img,
div,
input,
dl {
	behavior: url("./js/iepngfix.htc");
	}

img {
	font-size: 0px;
	line-height: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

fieldset,img {
	border: 0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	} 

caption,th {
	text-align: left;
	} 

h1,h2,h3,h4,h5,h6 {
	font-size: 12px;
	}

q:before,q:after {
	content: '';
	}

a {
	color: #33c;
	}
a:hover {
	color: #99c;
	}
a:visited {
	color: #999;
	}

/* --------------------
base,
common
-------------------- */
body {
	background-color: #add6ff;
	}

#wrapper {
	width: 420px;
	height: 565px;
	margin: 15px auto 0 auto;
	}

#header {
	width: 368px;
	height: 338px;
	background: url(../img/cm/header/bg.gif) no-repeat;
	padding: 100px 0 0 27px;
	margin-left: 13px;
	}

#main {
	width: 420px;
	margin: 12px auto;
	}

#main table {
	width: 400px;
	margin-left: 15px;
	}

#footer {
	text-align: center;
	}

#wrapper ul.error  {
	background-color:#FF0000;
	margin:5px 0 8px;
	padding:5px 0 5px 5px;
	width:325px;
	}

#wrapper ul.error li {
	color:#FFFFFF;
	list-style-position:inside;
	list-style-type:disc;
	}


