@charset "UTF-8";

/* =================================== */
/*
/* 	base CSS
/* 	last update 100525
/*
/* =================================== */

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: top; }

/* hr 要素は不可視で使う */
hr { display: none; }

p {
	margin:0 0 10px 0;
}

p, li {
	font-size:120%;
	line-height:1.6;
}

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

img,abbr,acronym,fieldset {
	border: 0;
}

hr {
	clear:both;
	text-indent: -9999px;
}

.clear {
	line-height: 1;
	clear: both;
}

.clearboth {
	clear: both;
}

/* ===================================

	2: Link Color 

====================================== */

a:link {
	color:#333;
	text-decoration:none;
	outline: 0;
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
a:active {
	color:#333;
}

/*
 tableoutline [
----------------------------------------------------------- */

table {
	background-color:#FFF;
	margin-bottom: 12px;
	line-height: 1.4;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}

table tbody {
	margin: 0px;
	padding: 0px;
}

table tbody tr {
	margin: 0px;
	padding: 0px;
}

table tbody td {
	color: #333;
	padding: 0 0 3px 0;
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 120%;
}

table tbody th {
	background-image: none;
	margin: 0px;
	font-weight: normal;
	vertical-align: top;
	color: #333;
	font-size: 120%;
	width: 90px;
	padding: 0 0 3px 1em;
}

table p {
	font-size:100%;
}

#inline_example1 table,
#inline_example2 table {
	background-color:#FFF;
	margin-bottom: 0px;
	line-height: 1.3;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}

#inline_example1 table tbody,
#inline_example2 table tbody {
	margin: 0px;
	padding: 0px;
}

#inline_example1 table tbody tr,
#inline_example2 table tbody tr {
	margin: 0px;
	padding: 0px;
}

#inline_example1 table tbody td,
#inline_example2 table tbody td {
	color: #333;
	vertical-align: top;
	padding: 2px 0 3px 2px ;
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 100%;
}

#inline_example1 table tbody th,
#inline_example2 table tbody th {
	color: #333;
	vertical-align: top;
	padding: 2px 0 3px 0px;
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 100%;
	white-space: nowrap;
}

#inline_example1 table p,
#inline_example2 table p {
	font-size:100%;
}

#inline_example1 p a,
#inline_example2 p a {
	font-size:100%;
	text-decoration: underline;
}

/* ===================================

	8: clearfix 

====================================== */

/*
 clearfix [
----------------------------------------------------------- */
body div:after,
body p:after,
body ul:after,
body li:after,
body dl:after
{
	content: url(../spacer.gif);
	display: block;
	clear: both;
	height: 0;
}

body div,
body p,
body ul,
body li,
body dl
{
	zoom: 100%;  
}
