/* ----------------------- Browser Default Initialization */
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;
}

address{
	padding-top:5px;
	font-style: normal;
}

img{
	border: 0;
}

hr{
	color:#999999;
	background-color: #999999;
}

h1{
	margin-bottom:15px;
}

h2{
	margin:5px 0;
}
	
ul{
	padding-left:15px;
}

/* ------------ A Style */
a, a:link, a:visited{
	text-decoration: none;
	color:#FF66CC;
}
a:hover{
	text-decoration: underline;
	color:#FF0000;
}

a:active{
	text-decoration: underline;
	color:#FF0000;
}

/* ------------ Font Style */  
body {  
   	font-family: verdana,"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Sans-Serif;  
    color: #666;  
    font-size: 75%;  
    line-height: 120%;
	background-color:#ffcccc; 
}  

/*----------------------- container-- */  

#container{
    width: 660px;  
    margin: 0 auto;
	text-align:center;
	padding:15px 20px;
	border-left:1px solid #ff9999;
	border-right:1px solid #ff9999;
	border-bottom:1px solid #ff9999;
	background-color:#ffffff;
}


#main{
	width:480px;
	float:left;
}

#guide {
	padding:10px;
	text-align:left;
}

.line{
	background-color:#ff3366;
	text-align:center;

}

#qr p{
	font-size:150%;
	}

#qr img{
	vertical-align:middle;
}

	
#trademark{
	padding-top:15px;
	padding-bottom:5px;
	clear:both;
	border-bottom:1px solid #333333;
	text-align:left;
	font-size: 70%; 
}

#list{
	width:400px;
	text-align:left;
}

.type{
	border-bottom:1px solid #333333;
	clear: both;
	padding:10px 0;
	zoom:100%;/*IE6*/
	overflow:auto;/*IE7 and Firefox*/
}

/*\*/
* html .type{
	overflow: visible;
	height:1px;
}
/**/
	
.type img{
		float:left;
		margin-right:5px;
}

#pre{
	float:right;
}
