﻿@charset "UTF-8";

/*-------------------------------------------------
  == Website CSS Divider ==
  -------------------------------------------------
  File       : common.css
-------------------------------------------------*/
/*

1 - Site Common
	1-1 Layout Setting
	1-2 Header Setting
	1-3 Navigation Setting
	1-4 Footer Setting
	1-5 Common Parts

2 - Page Style

*/

/*------------------------------------------------------------------------------------*/
/* 1 - Site Common
--------------------------------------------------------------------------------------*/

/* 1-1 Layout Setting
-------------------------------------------------*/
/* wrapper */
#wrapper {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	padding: 19px 0 0 0;
}

/* header */
#header {
	background:#000 url(../../images/lang_navi_bg.gif) no-repeat right top;
	margin: 0 0 20px 0;
}

#header h1 {
	width: 133px;
	float: left;
}

#header ul.site_navi {
	width: 445px;
	float: left;
	padding: 10px 0 0 0;
}

#header ul.site_navi li {
	float: left;
}

#header ul.lang_navi {
	width: 177px;
	padding: 14px 0 0 0;
	float: right;
	display: inline;
	margin: 0 5px 0 0;
}

#header ul.lang_navi li {
	float: right;
	color: #fff;
	font-size: 85%;
	padding: 0 10px 0 0;
}

#header ul.lang_navi li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#header ul.lang_navi li.on {
	font-weight: bold;
	text-decoration: underline;
}

#header ul.lang_navi li.gray {
	color: #999;
}

/* clm_main */
#clm_main {
	width: 760px;
}



/* 1-5 Common Parts
-------------------------------------------------*/

/* section_info */
div.section_info {
	padding: 0 7px 40px 7px;
}

/* section_20px */
div.section_20px {
	padding: 0 20px;
}

/* section_30px */
div.section_30px {
	padding: 0 30px;
}

/* section_40px */
div.section_40px {
	padding: 0 40px;
}

/* section_50px */
div.section_50px {
	padding: 0 50px;
}

/* section_60px */
div.section_60px {
	padding: 0 60px;
}

/* section_70px */
div.section_70px {
	padding: 0 70px;
}

/* section_80px */
div.section_80px {
	padding: 0 80px;
}


/* txt_size */
.txt_s {
	font-size: 85%
}
.txt_m {
	font-size: 100%
}
.txt_l {
	font-size: 122%
}

.txt_m_b {
	font-size: 100%;
	font-weight: bold;
}

/* caption */
.caption {
	padding-left:1.2em;
	text-indent:-1.2em;
	font-size: 85%;
}

/* disc_list */
ul.disc_list {
	margin: 0 0 0 1em;
}


ul.disc_list li {
	list-style: outside disc;
}

/* float */
.float-left  {float: left;}
.float-right {float: right;}
.img-left    {float:left;margin: 0 1em 0 0;}
.img-right   {float:right;margin: 0 0 0 1em;}
.clear       {clear: both}
br.clear     {clear: both; font-size: 0px; line-height: 0;}

/* text-align */
.text-left   {text-align:left;}
.text-right  {text-align:right;}
.text-center {text-align:center;}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html.clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* preload_image */
div.preload_image {
	display: none;
	height: 0;
	width: 0;
	font-size: 0;
}

.trademark{
	margin: 5em 0 0 0;
}