@charset "Shift_JIS";
/*_____________________________________

	SITE:	Macheri Mobile
	BUILD:	2007/9/21
	AUTHOR:	S.takaya
_______________________________________*/

/*  Universal
---------------------------------------*/


	
/*  Structure
---------------------------------------*/

body{
	font-size:12px;
}

/*  Hypertext
---------------------------------------*/

a {text-decoration: none;}
a:link{color:#14003d;}
a:visited {color:#35215e;}
a:hover{color: #f05a0e;}

/*	Forms
---------------------------------------*/

form {
	clear:both;
}
input,
textarea {
	font-family: Arial, Helvetica, "ƒqƒ‰ƒMƒmŠpƒS Pro W3",  sans-serif;
	border: none;
	border: 1px solid #a8a8a8;
	font-size:12px;
	background:#fff;
}

textarea{
	line-height:2em;
}
p input {
	margin-right: 8px;
}

input.radio {
	background-color: transparent;
	border:none;
}
.select{
	width:120px;
}
input.submit {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#6c737a;
	border-width:1px;
	border-style:solid;
	border-color:#c2c2c2 #8f8f8f #8f8f8f #c2c2c2;
	padding:1px 0.5em;
}
input.button {
	margin-bottom:-7px;
	border:0;
	background-color: transparent;
}
* html body input.button {
	margin-bottom:-5px;
}
input.submit:hover {
	color: black;
	background-color:white;
}
/*	Tables
---------------------------------------*/

table {
	border-collapse:collapse;
	padding-left: 50px;
}
td,
th {
	font-size:12px;
	line-height:1.5em;
	text-align:left;
}
th {
	white-space:nowrap;
	font-weight:normal;
}
td {
	color:#FFFFFF;
}

/*	Image
---------------------------------------*/
img {
	vertical-align:bottom;
	border:0;
}
