﻿@charset "utf-8";

body {
font:15px 'Roboto', sans-serif;
/* for IE6/7 */
*font-size:small;
/* for IE Quirks Mode */
*font:x-small;
}
/* for IE8 */
html>/**/body {
font-size:small\9;
}


/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea,
button {
font:99% 'Roboto', sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
font-size:inherit;
font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}

/* -- END YUI -- */

body {
	padding: 0;	margin: 0;
	color: #3c3c3c;
	background-attachment : fixed;
	text-align: center;
	line-height:1.625;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0px!important;
}
a:link{
	color: #3c3c3c;
	text-decoration: none;
	outline: none;
}
a:visited, a:active {
	color: #3c3c3c;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #8f8e8e;
	text-decoration: underline;
	outline: none;
}
img {
	border: 0;
	outline: none;
}
hr{
	display:none;
}
.f_clear{
	clear:both;
}
.clearfix:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0;
    visibility:hidden;
}
.clearfix {
    zoom:1;
}
.ta_l{
	text-align:left;
}
.ta_c{
	text-align:center;
}
.ta_r{
	text-align:right;
}
.f_left{
	float:left;
}
.f_right{
	float:right;
}
.red{
	color:#d60000;
}
.fw_bold{
	font-weight:bolder;
}
.td_ul{
	text-decoration: underline;
}
.int{
	text-indent:0.75em;
}
.italic{
	font-style:italic;
}

#page_top{
	clear:both;
	padding-right:59px;
	text-align:right;
}
#container{
	width: 918px;
	margin: 0 auto;
	text-align:center;
}
/* HEADER */
#header{
	margin:0;
	height: 100px;
	text-align:center;
}
#header p{
	width:800px;
	margin:0 auto;
	text-align:left;
	padding:25px 0 0 0;
}
/* HEADER TITLE TOP */
#head_title{
	zoom:1;
	text-align:left;
	padding:0 0 20px 65px;
}
#head_title h1{
	margin:0;
}
#head_title #pan{
	font-size:12px;
	line-height:1.4;
	color:#989898;
	margin:5px 0 10px 0;
}
#english{
	float:right;
	padding:0 66px 0 0;
}
/* TITLE */
#head_title_s{
	margin-top: 20px;
  padding:0 0 0 65px;
	height: 66px;
}
#head_title_s h1{
	margin:0;
	padding:7px 63px 0 0;
	float:right;
}
#head_title_s #pan{
	font-size:12px;
	line-height:1.4;
	text-align: left;
	color:#8f8e8e;
	padding:14px 0 10px 0;
	float:left;
}
/* PAGE BASE */
#cnt_body{
	margin:20px 0 30px 0px;
}
/* LINE */
.line_dot{
	clear:both;
	height:1px;
	background: url(../img/line_dot.gif) left bottom repeat-x transparent;
}
/* COMMENT */
.cm_txt1{
	font-size:85%;
	line-height:1.4;
	text-indent:-1.6em;
	padding-left:1.6em;
	margin-bottom:5px;
}
