/* ------------------レイアウトリセット------------------ */
@charset "utf-8";

html {
	background-color: #F0FFFF;
	color: #00000;
}

body, div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin : 0px;
	padding: 0px;
	empty-cells: show;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code,
dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ul,ol,li{
	list-style:none;
}

caption {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend {
	color: #000;
}

/* テキスト指定 */
.text{font-size: x-small ; line-height:130% ;}
.text_40{font-size: x-small ; line-height:140% ;}
.text_50{font-size: x-small ; line-height:150% ;}
.text_s{font-size: xx-small ; line-height:130% ;}
.text_c{font-size: 12px ;}
.text_10{font-size: 10px ;}
.text_9{font-size: 9px ;}
.td_text{font-size: x-small ; line-height:130% ; padding-left:8px ;}

/* ------------------ BODY指定 ------------------ */
body
{
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size:small;
	line-height:140% ;
	text-align:center;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

/* ------------------ BODY指定(IE7+Gecko) ------------------ */
html>body
{
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size:0.8em;
	text-align:center;
	line-height:160%;
}

/* ------------------リンク指定------------------ */
/* -- a{text-decoration:underline;color:blue;} -- */
a{text-decoration:underline ; color:blue ;}
a:hover{text-decoration:underline ; color:#990000 ;}

a.acton
{
text-decoration:none;
color:#blue;
border-bottom:1px solid orange;
}
a.acton:hover
{
text-decoration:none;
color:#990000;
border-bottom:1px solid #990000;
}

/* ------------------水平線スタイル------------------ */
.line {
	color: #cccccc; /* 線の色(IE用) */
	background-color: #cccccc; /* 線の色(NN用) */
	height: 1px; /* 線の太さ */
	border: 2px; /* 枠の太さ */
	border-style: dotted; /* 枠の種類 */
}

/* ------------------見出しスタイル------------------ */
H1 { font-size:15px ; margin:0px 0px; padding:0px 0px; }
H2 { font-size:19px ; margin:0px 0px; padding:0px 0px; }
H3 { font-size:13px ; margin:0px 0px; padding:0px 0px; }
H4 { font-size:13px ; margin:0px 0px; padding:0px 0px; }

H1.bold { font-size:15px ; margin:0px 0px; padding:0px 0px; font-weight:bold; }
H2.bold { font-size:14px ; margin:0px 0px; padding:0px 0px; font-weight:bold; }


/* ------------------ 段落スタイル ------------------ */
p.sp0{ margin:0px; }
p{margin-top:0px;margin-bottom:1.0em;}

/* ------------------ カラー制御 ------------------ */
.red {color : red ;}
.blue{color : navy ;}
.white{color : white ;}
.black{color : black ;}
.orange{color : #ff6600 ;}
.green{color : green ;}
.gray{color : #666666 ;}
.gray2{color : #cccccc ;}
.darkgreen{color : #008000 ;}

/* ------------------ テーブル調整 ------------------ */
.tspa
{
	margin-bottom:10px;
}

/* ------------------ テーブル調整 ------------------ */
.tspa2
{
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* ------------------ テーブル調整 ------------------ */
.tspa3
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* ------------------ 標準リスト調整 ------------------ */
ul.menu
{
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	list-style-type:none;
}

ul
{
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}

li
{
	padding-top:2px;
	padding-bottom:2px;
	background-repeat:no-repeat;
	background-position:left center;
	list-style-type:none;
}

li.br_menu
{
	background-image:url(../img/off.gif);
	padding-left:30px;
	font-size:12px;
}

li.br_menu_on
{
	background-image:url(../img/on.gif);
	background-color:#aaffaa;
	padding-left:20px;
	font-size:12px;
	font-weight: bold;
}

dd.line
{
	padding:3px 0px 12px 0px;
	margin-left:5px;
}

dl
{
	padding:4px 0px 0px 0px;
}

.decimal
{
	margin-left:30px;
	padding-top:2px;
	padding-bottom:2px;
	background-repeat:no-repeat;
	background-position:left center;
	list-style-type:decimal;
}

.disc
{
	margin-left:40px;
	padding-top:2px;
	padding-bottom:2px;
	background-repeat:no-repeat;
	background-position:left center;
	list-style-type:disc;
}

/* ------------------ 配置調整 ------------------ */
.p_left
{
	margin:0px;
	float:left;
}

.p_right
{
	margin:0px;
	float:right;
}

.p_shift
{
	margin:5px 0px 15px 20px;
}

.div_li
{
	word-wrap:break-word;
}

