@charset "utf-8";


/* default - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
* {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 15px;
	padding: 0; 
	margin: 0;
}

body {
	margin: 100px 0 0 80px;
	background-color:#333;
	/*background: url('http://tokkonv.cafe24.com/g/images/bg_grid.gif') 35px;;*/
}

#container {
	position:relative;
	border: 0px solid;
	width: 333px;
	float: left;
}
	
#logo {
	width: 80px;
	border:0px solid;
	float: right;
}

h1	{
	font-size: 24px;
	font-weight: bold;
	}
	
p {
	margin-top: 15px;
	}
	
a 	{
	font-weight: bold;
	color: #f25500;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
strong {
	font-weight: bold;
	}

.fintType01 {
	color: #f25500;
	font-size: 24px;
	font-weight: bold;
}


