﻿@charset "UTF-8";
/************************************/
/* font              */
.j09 {
	font-size: 9px;
	line-height: 130%;
}
.j10 {
	font-size: 10px;
	line-height: 130%;
}
.j12 {
	font-size: 12px;
	line-height: 130%;
}
.j14 {
	font-size: 14px;
	line-height: 130%;
}
.j18 {
	font-size: 18px;
	line-height: 130%;
}
.j24 {
	font-size: 24px;
	line-height: 130%;
}
.w09 {
	font-size: 9px;
	line-height: 160%;
}
.w10 {
	font-size: 10px;
	line-height: 160%;
}
.w12 {
	font-size: 12px;
	line-height: 160%;
}
.w14 {
	font-size: 14px;
	line-height: 160%;
}
.w18 {
	font-size: 18px;
	line-height: 160%;
}
.w24 {
	font-size: 24px;
	line-height: 160%;
}
/* 見出し              */
h1 {
	font-size: 24px;
	line-height: 180%;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	line-height: 180%;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	line-height: 180%;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	line-height: 180%;
	font-weight: bold;
}
h5 {
	font-size: 10px;
	line-height: 180%;
	font-weight: bold;
}
h7 {
	font-size: 9px;
	line-height: 180%;
	font-weight: bold;
}
/*強調色              */
.vivid {
	color: #663399;
}
/************************************/
/* リンクの色  */
a {
	color: #007CA6;
	text-decoration: none;
}
a:link {
	color: #007CA6;
	text-decoration: none;
}
a:visited {
	color: #007CA6;
	text-decoration: none;
}
a:hover {
	color: #68E1FF;
}
/***********************************************/
/* list要素              */
blockquote {
	margin: 10px;
	padding: 10px;
	background-color: #E0E0E0;
	border-top: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 3px solid #999999;
}
dt {
	display:inline;
}
dd {
	display:inline;
}
/************************************/
/* pict 要素              */
.pictBG {
	background-color: white;
	border: 1px solid #BBBBBB;
	padding: 5px;
}
.pict {
	background-color: white;
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin: 2px auto;
	display: block;
	text-align: center;
}
.pictL {
	background-color: white;
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin: 0px 10px 0px 0px;
	float: left;
}
.pictR {
	background-color: white;
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin: 0px 0px 0px 10px;
	background-color: white;
	float: right;
}
.clear {
	clear: both;
}
/***********************************************/
/* body要素              */
body {
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
}
