﻿body 
{
	margin: 5px 0px 0px 0px;
	font-family: Verdana;
	font-size: 12px;
	/*color: #FFFFFF;*/
	color: #0c0b0b;
	background-color: #000000;
	line-height:1.5em;
}
.center
{ 
	text-align: center;
}

.center table
{ 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

a
{
	text-decoration: none;
	border:none;
	font-weight: normal;
	color: #000000;
}
a:hover
{
	text-decoration: none;
	border:none;
	font-weight: normal;
	color: #FFFFFF;
}

.contents
{
	background-color: #a77506;
	width:1000px;
	height:385px;
}

.contents_header
{
	font-family: Verdana;
	font-size: 16px;
	font-weight:bold;
	padding-bottom: 10px;
	color: #000000;
}

.text
{
	font-family: Verdana;
	font-size:12px;
    text-align:justify;
    line-height:20px;
}

.text_style1
{
	font-size: 18px;
	color: #000000;
	/*font-weight: bold;*/
	font-style: italic;
}

.product_frame
{
	font-family: Sans-Serif;
	font-size:14px;
	font-weight: bold;
	color: #6a4501;
	background-image: url('../images/product_frame_base.png');
	width:200px;
	height:36px;
	background-repeat: no-repeat;
}

.product_title
{
    display: block;
    width: 185px;
    height: 45px;
    vertical-align: middle;
    background-color: #464646;
    font-family:Arial,Helvetica, sans-serif;
    font-size:15px;
    color: #FFFFFF;
	
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	
    -webkit-box-shadow: #B3B3B3 5px 5px 5px;
    -moz-box-shadow: #B3B3B3 5px 5px 5px;
    box-shadow: #B3B3B3 5px 5px 5px;
}

.round_corner
{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	border:1px solid #000000;
	padding: 10px 10px 10px 10px;
	-webkit-box-shadow: #6a4501 5px 5px 5px;
    -moz-box-shadow: #6a4501 5px 5px 5px;
    box-shadow: #6a4501 5px 5px 5px;
}

.input_text
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	border:2px solid #ffd200;
	width: 200px;
	height:23px;
	
	font-family:Verdana;
	font-size:12px;
	padding: 0px 0px 0px 0px;
}
.input_text:focus, input.input_text_focus
{
	border:2px solid #4c4f52;
}
/**************************************/