﻿@charset "utf-8";
/* =============================================================================
CSS information

 File Name  : basic.css
 Style Info : 基本書式の定義
============================================================================= */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
 
body {
	line-height: 18px;
	font: 13px/1.231 arial,helvetica,clean,sans-serif;*
	font-size: small;*
	font: x-small;
	color: #2b2b2b;
	-webkit-text-size-adjust: 100%;
	}

p  {
	margin:0px;
	padding:0px;
	line-height: inherit;
	font-size: inherit;
	font: 100%;
	color: #2b2b2b;
	}

table {
	line-height: 120%;
	font-size: inherit;
	font: 100%;
	color: #2b2b2b;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	}

h1 {
	font-size: 18px;
	line-height: 20px;
	}

h2,h3 {
	font-size: 16px;
	line-height: 20px;
	}

h4 {
	font-size: 14px;
	line-height: 18px;
	}


h5,h6 { 
	font-size: 100%; /* 11px @ Normal */
	line-height: 18px;
	}

strong, label {
	font-weight: bold;
	}

em {
	font-style: italic;
	}

caption {
	text-align: left;
	}

iframe {
	border-style: none;
	}

a {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
	color: inherit;
	}

a:hover {
	text-decoration: underline;
	color: #003399;
	}


a.continue {
	font-size: 90%;
	text-decoration: none;
	color: #003399;
	}

/*----------終了--------------------------------------------------------------*/
