@charset "utf-8";
/* CSS Document */

/* YUI reset+ /////////////////////////////////*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	line-height: 1.0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	line-height: 1.0;
}
fieldset { 
	border:0;
}
	
img { 
	border:0;
	vertical-align:bottom;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	line-height: 1;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/**/


html {
	height: 100%;
}

body {
	height: 100%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-size: smaller;
	font-family: Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
}

a {
	color: #0088cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1{
	font-size: 1.5em;
}
h2{
	font-size: 1.5em;
	line-height: 1.7em;
}
h3{
	font-size: 1.2em;
	line-height: 1.7em;
}

p{
	line-height: 1.5em;
	text-indent: 1em;
	text-align: justify;
}

p.cancel_indent{
	text-indent: 0;
}

strong{
    font-weight: bold;
}

/* header /////////////////////////////////*/
div#header {
	margin: auto;
	width: 640px;
	position: relative;
}

/* Logo //////////*/
a#logo img{
	margin: 30px 0;
	border: none;
}

/* Gloval Navi //////////*/
ul#gloval_nav {
	margin: 0;
	padding: 0;
	width: 640px;
	height: 30px;
	display: block;
}

ul#gloval_nav:after {
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility:hidden;
}

ul#gloval_nav li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100px;
	list-style-type: none;
	text-align: center;
}

ul#gloval_nav li a {
	padding:8px 0 0;
	font-size: 12px !important;
	line-height: 12px !important;
	background-image: url(images/menu.gif);
	display:block;
	position: relative;
}

ul#gloval_nav li a span {
	background-image: url(images/menu.gif);
}

/* Site Navi //////////*/
#site_nav {
	position: absolute;
	top: 0.2em;
	right: 30px;
	color: #aaa;
	font-size: 12px;
	line-height: 15px;
}
#site_nav a{
	color: #aaa;
}

/* Open Info //////////*/
#open_info {
	position: absolute;
	bottom: 10px;
	right: 30px;
	font-size: 12px;
	line-height: 13px;
}



/* contents /////////////////////////////////*/
div#content {
	margin: auto;
	padding: 40px 30px 30px 30px;
	width: 580px;
	height: 100%;
	position: relative;
}

img.new_icon,
img.update_icon { 
    border:0;
	margin-left: 0.5em;
    vertical-align:middle;
	text-decoration:none;
}

/* Page-title */
h1#pagetitle{
	margin: 0 0 40px;
}

/* Category-title */

#category span.block_title,
#history span.block_title,
div#head-profile table caption,
div#corporate-profile table td.col1 span,
div#access table td.col1 span {
    margin: 0 0;
    color: #aaa;
    display: inline-block;
}

#category span.block_title,
#history span.block_title{
	margin-bottom: 1em;
}


/* Glid-systems //////////*/
.col3-1,
.col3-2{
	width: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.col3-3{
	width: 180px;
	margin-bottom: 20px;
	float: left;
}
.col3-wl{
	width: 380px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.col3-wr{
	width: 380px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
}

.col2-1{
	width: 280px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.col2-2{
	width: 280px;
	margin-bottom: 20px;
	float: left;
}

.col1{
	width: 580px;
	margin-bottom: 20px;
	clear: both;
}

.block_0,
.block_1,
.block_2 {
	margin-bottom: 2em;	
}

/* return navi */
a.return{
	float: right;
	font-size: small;
}

/* footer /////////////////////////////////*/

.wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

.push {
	clear: both;
	height: 30px;
}

div#footer {
	height: 30px; /* .push must be the same height as .footer */
}

div#footer p {
	margin: 0 20px;
	color: #aaa;
	font-size: x-small;
	text-align: center;
}