@charset "UTF-8";

/* @group Initialize */

body {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-size: 75%;
}

img {
	border-style:none;
}

a img {
	border-style:none;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd {
    margin: 0px;
	padding: 0px;
}

/* @end */


/* @group common */

a:link {
	color: #257f75;
}

a:visited {
	color: #257f75;
}

a:hover {
	color: #00cbb4;
}

p.text_right {
	text-align: right;
}

p.text_left {
	text-align: left;
}

p.text_center {
	text-align: center;
}

p.text_label {
	background: #4ca212;
	height:auto;
	line-height:30px;
	font-size:150%;
	color:#fff;
	padding:10px;
	margin:0 40px 20px 40px;
	text-align:center;
	font-weight:bold;
}

p.float_r {
	float: right;
}

p.float_l {
	float: left;
}

em {
	color:#4ca212;
	font-weight:bold;
	font-size:120%;
	margin:0 3px 0 0;
}

.clear {
	clear:both;
}


strong {
	font-weight:bold;
	color:#F00
}

#wrapper01 {
	width: 650px;
	margin: 0 auto;
	font-size:120%;
	line-height:180%;
}

#contents01 {
	clear:both;
	padding:10px;
	height: auto !important;
	width: auto;
}

#contents01 p {
	margin:0 40px 20px 40px;
}

#contents01 .up {
	clear: both;
	text-align:right;
	padding:0 10px 10px 0;
}

.tit {
	background: #4ca212;
	height:18px;
	line-height:18px;
	font-size:110%;
	color:#fff;
	padding:5px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight:bold;
}

.table_n_detail01 {
	width: auto;
	margin-bottom: 0px;
}

.table_n_detail01 td {
	text-align: left;
	vertical-align: top;
	padding:5px;
}

.table_n_detail01 .td01 {
	text-align: center;
}

/* @group Header */

#header {
	height:160px;
}

#header h1 {
	margin:14px 0 0 0;
}

#header .left {
	float:left;
}

#header .right {
	float:right;
}

#global_menu {
	clear:both;
}

#global_menu ul li{
	float:left;
}

/* @end */

/* @group footer */

#footer {
	background:url(../images/footer_back.png) repeat-x;
	height:86px;
	margin: 0 auto 20px auto;
	font-size:100%;
	min-width:950px;
}


#footer ul {
	height:35px;
	text-align:center;
	padding:20px 0 0 0;
	width: 950px;
	margin:0 auto;
}

#footer ul li {
	display:inline;
	border-left:1px solid #333;
	padding:0 10px;
	height:12px;
	line-height:12px;
}

#footer ul li.last {
	border-right:1px solid #333;
}

#footer .copyright {
	color:#fff;
	text-align:center;
	margin:8px 0 0 0;
}


#footer a:link {
	color:#333;
	text-decoration:none;
}

#footer a:visited {
	color:#333;
}

#footer a:hover {
	color: #00cbb4;
}

/* @end */