body,td {
	font-family: ＭＳ Ｐゴシック, Osaka;
	font-size: 90%;
	color: #333333;
}


a:link { color:#0D59B7 }
a:visited { color:#4A76A6 }
a:hover { color: #68ACFF }

p {
	margin: 0em 0em 0em 0em;
	padding: 0em;
}

.p0 {
	margin: 0em;
	padding: 0em;
}

address {
	text-align: right;
	font-style: normal;
	padding: 1em;
/*	border-color: #c0c0c0 #808080 #808080 #c0c0c0;*/
}


hr {
	height:1px;
	color:#93A0B7;
	padding:1em;
}

table.layout img{ vertical-align: bottom; }

/* 見出し -----------------------------------------------見出し--------------*/

h1,h2,h3,h6 {
	margin: 0em;
	padding: 0em;
}

.midashi_sample {
	color: #253092;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	padding: 0.5em;
	margin: 5em 1em 2em 0px;
	border-style: dashed;
	border-color: #c0c0c0 #808080 #808080 #c0c0c0;
	border-width: 0px 0px 1px 0px;
	/* ckground-image: url('../img/d2.gif'); */
	background-repeat: no-repeat;
	background-position: 0.4em 0.4em;
	text-indent: 1.6em;
	width: 100%;
	filter:dropshadow( color=#cccccc, offx=1, offy=1, positive=1 );
}


/* 余白 -----------------------------------------------余白--------------*/


.pa {
	padding: 2px 8px 0px 8px;
}

.pa_s {
	padding: 6px 8px 0px 8px;
 	font-size: small;
}

p.pa_sb {
	padding: 6px 8px 1em 8px;
 	font-size: small;
}


.tmss {	margin-top: 3px; }

.tms { margin-top: 5px; }

.bnr {
	width:167px;
	font-size: small;
	margin: 5px 0px 2px 6px;
	padding-bottom: 3px;
	text-indent: 0em;

}

.bnr2 {
	width:165px;
	font-size: small;
	margin: 0px 0px 8px 13px;
	text-indent: 0em;
}

/* ----リスト------------------------------------------------------------リスト------*/

/* dl,dt,dd　は別cssにて設定　*/
/* marginは、リストのマークを含めて周りのパディング。leftのマイナス値は無効*/
/* paddingは、リストの文章部分の周りのパディング。leftのマイナス値は無効*/

ul {margin-top:0;margin-bottom:0}
.li_none { list-style-type: none}
.li_circle { list-style-type: circle}
.li_disc { list-style-type: disc}

/*  --フォントサイズ----------------------------------------------フォントサイズ------*/

.white { color:#FFF }

.small {
	font-size: small;
	font-weight: normal;
}

.lh { line-height:165% }
.lhs { line-height:110% }
.lh130 { line-height:130% }
.lh140 { line-height:140% }
.lh150 { line-height:150% }

.fss { font-size:smaller}
.fs { font-size:85% }
.fn { font-weight:normal}
.fsn { font-size:90%;font-weight:normal }
.f100 { font-size:100% }
.f110 { font-size:110% }
.f120 { font-size:120% }
.f140 { font-size:140% }
.f150 { font-size:150% }


/*  ------表示・位置など　----------------------------------------------------*/

.list { display: list-item;}
.inline { display: inline;}
.center { text-align: center;}
.right { text-align: right;}
.left { text-align: left; }

.none {	display: none;}

.img_l	{float:left;}
.img_r	{float:right;}
.top { vertical-align: top;}
.btm { vertical-align: btm;}


/*  ------背景色のあるボックス　----------------------------------------------------*/


.navy_navi {
	vertical-align: top;
 	color: #FFFFFF;
	font-size: 11px;
	line-height: 1.5em;
	text-indent: 0em;
	text-align: center;
	background-color: #08327C;
}

.menu {
	background: url(../parts/bg_menu_epa.gif) repeat-y;
	vertical-align: top;
	width: 170px;
}

.title_btm {
	background: url(../parts/bg_tit_btm_epa.gif);
	vertical-align: top;
	width: 391px;
	text-indent: 0em;
}

.tb1 {border-style:solid;border-width:2px 0px 0px 2px;border-color:#FFFFFF}


/*  ------body　------------------------------------------------------------body---*/


.body_btm {
	background: url(../parts/bg_body_epa.gif) repeat-y right;
	text-align:center;
	vertical-align: bottom;
 	font-size: 75%;
	line-height: 1.3em;
	padding: 1em;
}

.body_right {
	background: url(../parts/bg_body_epa.gif) repeat-y right;
	vertical-align: top;
	width: 200px;
}

.footer {
	background: url(../parts/bg_menu_bar_epa.gif) repeat-x;
	width: 100%;
	height: 21px;
	text-align: right;
	font-size:small;
	margin-right:0em;
	font-family:MS UI Gothic, ＭＳ Ｐゴシック, Osaka;
}

a.pt:link { color:#FFF;font-size:small; }
a.pt:visited { color:#FFF;font-size:small; }
a.pt:hover { color: #FC0;font-size:small; }

/* フォーム・ボタン ----------------------------------------------------- */

.button {
	color: #000000;
	background-color: #FFFFE8;
	border-color: #FF6600;
	border-style: solid;
	border-width: 1px;
}

.input {
	color: #000000;
	background-color: #FFFFFF;
}

.select {
	color: #000000;
	background-color: #FFFFFF;
}

.radio  {
	background-color: #FFFFFF;
	border-color : #009900;
	border-style: solid;
	border-width: 0px;
}

.text {
	color: #000000;
	background-color: #FFFFFF;
	border-color : #666666;
	border-style: solid;
	border-width: 1px;
}

textarea {
	color: #000000;
	background-color: #FFFFFF;
	border-color : #666666;
	border-style: solid;
	border-width: 1px;
}



/* ほか ----------------------------------------------------- */

table.tb01 {
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	margin-left: 3em;
	margin-top: 0.5em;
	padding-left: 5em;
	border: solid 1px #ff0000;
	background: #CCCCCC;
}

td.tit_ct {
	text-aline: center;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	padding: 0.5em
	border: solid 1px #ff0000;
	background: #CCCCCC;
	width: 100px
}


td.td01 {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin-left: 3em;
	margin-top: 0.5em;
	padding-left: 5em;
	border: solid 1px #ff0000;
	background: #CCCCCC;
}

div.box01 {
	/* background-image: url('../img/backbluescanline.gif'); */
	background-color: #ffcccc;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	padding: 0.2em 0.5em 0.2em 1em;
	border: solid 1px #666666;
	width: 100%;
	font-size: 100%;
	font-weight: bold;
	color: #cc00ff;
}

div.shadowbox {
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #c0c0c0 #808080 #808080 #c0c0c0;
	padding: 0.5em;
}


h3.midashi {
	Color: #253092;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	padding: 0.5em;
	margin: 5em 1em 2em 0px;
	border-style: dashed;
	border-color: #c0c0c0 #808080 #808080 #c0c0c0;
	border-width: 0px 0px 1px 0px;
	/* ckground-image: url('../img/d2.gif'); */
	background-repeat: no-repeat;
	background-position: 0.4em 0.4em;
	text-indent: 1.6em;
	width: 100%;
	filter:dropshadow( color=#cccccc, offx=1, offy=1, positive=1 );
}


.h1 { color:#2460A9; font-size:110%; font-weight:bold}
.h2 { color:#CC6633; font-size:18px; font-weight:bold}

.mnr1 { border-style:solid;border-width:0px 0px 0px 5px;border-color:#EEE6FF }


.small3 {

	font-size: small;
	font-weight: normal;
	color:#585763;
}

/* 20051218三好追加----------------------------------------------------------*/
.day {
	font-size:90%;
	color:#663333;
	text-align:right;
	border-bottom:1px solid B59A8F;
}
.title {
	color:#491313;
	font-weight:bold;
}
.name{
	font-size:90%;
	color:#444444;
	line-height:150%;
}
.comment {
	font-size:90%;
	color:#3D372C;
	background-color:#FCECE0;
	line-height:130%;
	padding:5px 7px;
	border-bottom:1px solid C4B5AB;
	border-right:1px solid C4B5AB;
	}
/*table.img {
margin-left:50px;
}*/
