@font-face
{
	font-family: "Myriad";
	src: url(MyriadPro-Regular.otf);
}

hr
{
	border: solid 1px #e1e1e1;
	width:95%;
}

html
{ 
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	overflow-y:scroll;
}

body
{
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	background-color:#eaeaea;
	background-image:url('../img/bg_site.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top left;
}

img
{
	border:0px none;
	padding:0px;
	margin:0px;
}

.href_menu
{ 
	font-family:Myriad, Arial;
	font-size:1.2em;
	color:#3CA1E6;
	font-weight:normal;
	letter-spacing:0.01em; 
	text-decoration:none;
}

.href_menu:hover
{ 
	font-weight:bold;
	cursor:pointer;
	color:#0883D8;
}

.href_menu_small
{ 
	font-family:Myriad, Arial;
	font-size:0.8em;
	color:#818181;
	font-weight:normal;
	letter-spacing:0.01em; 
	text-decoration:none;
}

.href_menu_small:hover
{ 
	cursor:pointer;
	color:#212121;
}

.href_standard
{
	font-family:Myriad, Arial;
	font-size:1em;
	color:#3CA1E6;
	font-weight:normal;
	letter-spacing:0.01em; 
	text-decoration:none;
}

.href_standard:hover
{ 
	cursor:pointer;
	color:#0883D8;
}

.wrap
{
	min-height:100%;
	width:860px;
	max-width:70%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 78%, rgba(255,255,255,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(78%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(255,255,255,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(255,255,255,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(255,255,255,0.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(255,255,255,0.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9ffffff',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 0px 12px #aaaaaa;

}

@media screen and (max-width:1920px){
   .wrap
   {
     margin: 0px auto 0px 450px;
     width:900px; 
   }
}

@media screen and (max-width:1280px){
   .wrap
   {
     margin: 0px auto 0px 337px;
     width:900px; 
   }
}

.content_area
{
	border-top:4px solid #abddff;
	padding:0px 10px 0px 10px;
}

.row
{
	width:100%;
	vertical-align:top;
}

.span
{
	display:inline-block;
}

.f_0
{
	/*FONT : Header Menu*/
	font-family:Myriad, Arial;
	font-size:1.4em;
	color:#3CA1E6;
	line-height:1.5em;
	font-weight:normal;
	letter-spacing:0.01em;
}

.f_1
{
	/*FONT : Small Box*/
	font-family:Myriad, Arial;
	font-size:1.1em;
	color:#616161;
	line-height:1.5em;
	font-weight:normal;
	letter-spacing:0.01em;
}

.f_2
{
	/*FONT : Header Box*/
	font-family:Myriad, Arial;
	font-size:1.6em;
	color:#0883D8;
	line-height:1.5em;
	font-weight:bold;
	letter-spacing:0.01em;
}

.f_3
{
	/*FONT : Header Content*/
	font-family:Myriad, Arial;
	font-size:1.6em;
	color:#3CA1E6;
	line-height:1.5em;
	font-weight:normal;
	letter-spacing:0.05em;
}

.f_4
{
	/*FONT : Standard Content*/
	font-family:Myriad, Arial;
	font-size:1.2em;
	color:#616161;
	line-height:1.5em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-align:justify;
	display:block;
}

.f_5
{
	/*FONT : Header Content*/
	font-family:Myriad, Arial;
	font-size:1.25em;
	color:#3CA1E6;
	line-height:1.5em;
	font-weight:normal;
	letter-spacing:0.05em;
}

.f_6
{
	/*FONT : Table Content*/
	font-family:Myriad, Arial;
	font-size:1.2em;
	color:#303030;
	line-height:1.2em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-align:justify;
}

.f_7
{
	/*FONT : Table Content small*/
	font-family:Myriad, Arial;
	font-size:1.1em;
	color:#616161;
	line-height:1.2em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-align:justify;
}

.f_8
{
	/*FONT : Form label*/
	font-family:Myriad, Arial;
	font-size:0.9em;
	color:#616161;
	line-height:1em;
	font-weight:normal;
	letter-spacing:0.01em;
}

.box
{
	background-color:rgba(255, 255, 255, 0.9);
}

.form_standard
{
	background-color:#ffffff;
	box-shadow: 0px 0px 3px #999999;
	padding:15px 15px 15px 15px;
	margin-top:6px;
}

.input_standard
{
	font-family:Myriad, Arial;
	font-size:1.1em;
	color:#616161;
	line-height:1.2em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-align:justify;
	width:100%;
	background-color:#ffffff;
	border:1px solid #818181;
}

.input_standard:focus
{
	color:#303030;
	box-shadow: 0px 1px 6px #999999;
}


.textarea_standard
{
	font-family:Myriad, Arial;
	font-size:1.1em;
	color:#616161;
	line-height:1.2em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-align:justify;
	width:100%;
	min-height:290px;
	height:100%;
	margin-bottom:3px;
	background-color:#ffffff;
	border:1px solid #818181;
}

.textarea_standard:focus
{
	color:#303030;
	box-shadow: 0px 1px 6px #999999;
}

.input_submit
{
	font-family:Myriad, Arial;
	font-size:1.1em;
	color:#303030;
	line-height:1.2em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-align:justify;
	width:20%;
	background-color:#abddff;
	border:solid 1px #8bbddf;
	text-align:center;
}

.input_submit:hover
{
	background-color:#bbedff;
	box-shadow: 0px 1px 6px #999999;
	cursor:pointer;
	
}






