/* CSS Document */

/*---------------------------------------------------
	base
----------------------------------------------------*/
body{
	color: #666666;
	margin: 0;
	text-align: center;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
/*	background-image: url(../img/head.gif);
	background-repeat: repeat-x;*/
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	scrollbar-base-color: #EEE;
}

*{
	margin: 0;
	padding: 0;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 0px;
	font-style: normal;
	line-height: 0px;
	font-weight: normal;
	font-variant: normal;
}

div.clear hr{
	display: none;
}

p{
	font-size: 90%;
	line-height: 180%;
}

img{
	border: 0;
	
}


#wrap {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#visual {
	width:730px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
	}



/*---------------------------------------------------
	form
----------------------------------------------------*/

input#submit_button{
    -moz-box-shadow: 1px 1px 2px 0px #eeeeee;
    -webkit-box-shadow: 1px 1px 2px 0px #eeeeee;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcdcf, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cfcdcf, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cfcdcf, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#cfcdcf, direction=270, strength=3, enabled=true);
    box-shadow: 1px 1px 2px 0px #cccccc;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5f5f5), color-stop(1, #cfcdcf) );
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5f5f5), color-stop(1, #cfcdcf) );
    background: -moz-linear-gradient( center top, #f5f5f5 5%, #cfcdcf 100% );
    background: -o-linear-gradient(#f5f5f5, #cfcdcf);
    background-color: #f5f5f5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #666666;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    padding: 6px 20px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
}



input,textarea,select{
    font-size:14px;
    border: 1px solid grey;
/*    border-radius:2px;*/
    padding: 4px 0.2em;
	margin-right:5px;
}




