@charset "UTF-8";

/*------------------------------------------------------------------------------
CSS Information

	File name: base.css
	Style Info: 基本設定
	
Author
	last UpDate: 2010-10-08
	Copyright (C) Hirokazu Touwaku All Rights Reserved.
------------------------------------------------------------------------------*/



/* ----------------------------------------------------------------------
	Box model
---------------------------------------------------------------------- */

ol, ul {
	padding-left: 0em;}


/* ----------------------------------------------------------------------
	Visual formatting model details
---------------------------------------------------------------------- */

body {
	line-height: 1.6;}
th, td {
	vertical-align: middle;}


/* ----------------------------------------------------------------------
	Generated content, automatic numbering, and lists
---------------------------------------------------------------------- */

ol {
	list-style-type: none;}
ul {
	list-style-type: none;}


/* ----------------------------------------------------------------------
	Colors and Backgrounds
---------------------------------------------------------------------- */

body {
	background:#E3F4CA;}

a:hover {
	color: #2EB3DD;}
a:visited {}
a {
	color: #333333;}
strong {}
em {}


/* ----------------------------------------------------------------------
	Fonts
---------------------------------------------------------------------- */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
address, 
cite, em, var {
	font-style: italic;}
abbr, acronym {
	font-variant: small-caps;}
h1, h2, h3, h4, h5, h6, 
strong, 
th {
	font-weight: bold;}
body {
	font-size: 14px;}
h1 {
	font-size: 48px;}
h2 {
	font-size: 36px;}
h3 {
	font-size: 18px;}
h4 {
	font-size: 14px;}
	
.title {color: #2EA916;}

.title02 {color: #F28DE5;
	padding: 15px 0 0 30px;}


/* ----------------------------------------------------------------------
	Text
---------------------------------------------------------------------- */

caption, th {
	text-align: center;}
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration: underline;}
a,
ins {
	text-decoration: none;}
del {
	text-decoration: line-through;}
	

/* ----------------------------------------------------------------------
	Other
---------------------------------------------------------------------- */
	#js_warning p {
	width: 100%;
	padding: 10px 0;
	color: #FFF;
	background: #2EB3DD;
	font-size: 120%;
	font-weight: bold;
}

