@charset 'UTF-8';

/*==========================

	** TOC **
	reset
	common module
	center layout

============================*/


/* reset
-------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
}
body,h1,h2,h3,h4,h5,h6,form,p,ul,ol,li,table,tr,th,td,dl,dd,dt{
	margin:0;padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}
img{border:none;}
li{list-style:none;}
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html table{
	font-size:100%;
}
address{font-style:normal;}

*html,
*html body,
*html ul li{
filter:expression(document.execCommand("BackgroundImageCache", false, true));
}

table {
	padding:0;
}

th,td {
	border-collapse:collapse;
	padding:0;
	margin:0;
}


/* common module
------------------------------ */
.clear{
	height:0px;
	clear:both;
}
* html .clear{
	overflow:hidden;
}
.alt {
	position:absolute;
	top:-5000px;
	left:-999px;
}
.floatleft{float:left;}
.floatright{float:right;}
.clearleft{clear:left;}
.clearright{clear:right;}
.clearboth{clear:both;}
.bold{
	font-weight:bold;
}
.align_right{
	text-align:right;
}
.align_center{
	text-align:center;
}
.align_left{
	text-align:left;
}
.font07em{
	font-size:0.7em;
}

/* center layout
------------------------------ */
body {
	text-align:center;/* for IE center layout */
	height:100%;
  font-size:12px;
}
#container {
	text-align:left;/*for reset text-align:center;*/
	width:600px;
	margin:0 auto;
}

/* cloud cloud size */
.tag a, .tag1 a, .tag2 a, .tagWord a, .tagCloud a {
	color:#336699;
	text-decoration:underline;
	line-height:30px;
	}
.tag a:hover, .tag1 a:hover, .tag2 a:hover, .tagWord a:hover, .tagCloud a:hover {
	color:#0099cc;
	text-decoration:none;
	font-family: "Gothic", "verdane";
	}
.tag .xs, .tag1 .xs, .tag2 .xs, .tagWord .xs, .tagCloud .xs {
	font-size:10px;
	font-family: "Gothic", "verdane";
	}

.tag .s, .tag1 .s, .tag2 .s, .tagWord .s, .tagCloud .s {
	font-size:11px;
	font-family: "Gothic", "verdane";
	}

.tag .m, .tag1 .m, .tag2 .m, .tagWord .m, .tagCloud .m {
	font-size:12px;
	font-family: "Gothic", "verdane";
	}
.tag .l, .tag1 .l, .tag2 .l, .tagWord .l, .tagCloud .l {
	font-size:14px;
	font-weight:bold;
	font-family: "Gothic", "verdane";
	}
.tag .xl, .tag1 .xl, .tag2 .xl, .tagWord .xl, .tagCloud .xl {
	font-size:20px;
	font-weight:bold;
	font-family: "Gothic", "verdane";
	}
.tag .es, .tag1 .es, .tag2 .es, .tagWord .es, .tagCloud .es {
	color:#ffffff;
	background:#336699;
	font-size:12px;
	font-family: "Gothic", "verdane";
	}


.cloud a, .cloud1 a, .cloud2 a, .cloudWord a {
	color:#336699;
	text-decoration:underline;
	line-height:24px;
	}
.cloud a:hover, .cloud1 a:hover, .cloud2 a:hover, .cloudWord a:hover {
	color:#0099cc;
	text-decoration:none;
	font-family: "Gothic", "verdane";
	}
.cloud .xs, .cloud1 .xs, .cloud2 .xs, .cloudWord .xs {
	font-size:10px;
	font-family: "Gothic", "verdane";
	}

.cloud .s, .cloud1 .s, .cloud2 .s, .cloudWord .s {
	font-size:11px;
	font-family: "Gothic", "verdane";
	}

.cloud .m, .cloud1 .m, .cloud2 .m, .cloudWord .m {
	font-size:12px;
	font-family: "Gothic", "verdane";
	}
.cloud .l, .cloud1 .l, .cloud2 .l, .cloudWord .l {
	font-size:14px;
	font-weight:bold;
	font-family: "Gothic", "verdane";
	}
.cloud .xl, .cloud1 .xl, .cloud2 .xl, .cloudWord .xl {
	font-size:20px;
	font-weight:bold;
	font-family: "Gothic", "verdane";
	}
.cloud .es, .cloud1 .es, .cloud2 .es, .cloudWord .es {
	color:#ffffff;
	background:#336699;
	font-size:12px;
	font-family: "Gothic", "verdane";
	}


.al_c{
  text-align:center;
  margin:0px auto;
  width:100%;
}

.al_l{
  text-align:left;
  margin:0px auto;
  width:100%;
}

.al_r{
  text-align:right;
  margin:0px auto;
  width:100%;
}


/*---------------------------------------------------------subnavi a  -*/
#subnavi li a{
	color:#333333;
	text-decoration:none;
	}

#subnavi li a:hover{
	text-decoration:underline;
	color:#666666;
	}

/*---------------------------------------------------------fontsize  -*/
.fs12 {
	font-size:12px;
	}

.pt10{
	line-height:25px;
	}

.mt5{
	margin-top:5px;
	}	

.mb10{
	margin-bottom:10px;
	}

.pl18{
	padding-left:18px;
	}


ul#list li{
  margin-bottom:8px;
}

ul#list li a{
  padding:0px 4px 0px 4px;
}

h2{ font-size:14px;}

.flv_block{
  margin-bottom:15px;
}