@charset "utf-8";

/*----------------------------------------------------------
	reset
-------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 1;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}*/
body {
	line-height: 1.5;
	font-family: Meiryo, Hiragino Kaku Gothic Pro, MS PGothic, Sans-Serif;
	background: url(../images/bg.jpg) repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
code {
	background:#FFD9EC;
}
/*----------------------------------------------------
	Font Sizing with REM
-----------------------------------------------------*/
html { font-size: 62.5%; }
body { font-size: 14px; font-size: 1.4rem; } /* =14px */
h1   { font-size: 24px; font-size: 2.4rem; } /* =24px */
h2   { font-size: 18px; font-size: 1.8rem; } /* =18px */
h3   { font-size: 16px; font-size: 1.6rem; } /* =18px */

/*----------------------------------------------------
	link
-----------------------------------------------------*/
a:hover, a:active {
	color: #FF6600;
}
/*----------------------------------------------------
	layout
-----------------------------------------------------*/
#wrapper {
	margin: 20px auto 0;
	width: 420px;
	padding:20px 0px;
<!--	background: rgba(255, 255, 255, 0.5) ;--->
	position:relative;
}
/*----------------------------------------------------
	Module
-----------------------------------------------------*/
h1 {
	margin: 10px 0 30px;
	padding: 0 0 5px;
	border-bottom: 5px double #999;
}
h2 {
	margin: 20px 0 15px;
	padding: 5px 7px;
	border-left: 3px solid #FF9933;
}
h3 {
	margin: 30px 0 10px;
	padding: 5px;
	text-align: center;
	background: #E0E0E0;
}
h4 {
	margin-bottom: 5px;
	padding-top: 10px;
	border-bottom:1px dotted #CCC;
}
p {
	padding: 0 5px 10px;
}
ol {
	padding: 0 0 20px;
	list-style: inside decimal;
	line-height: 1.6;
}


/*タブパネル*/
#tabs {
<!--	width: 700px;--->
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	overflow:hidden;
	font-size: 12px;
	zoom:1;
}
#tabs li {
	float: left;
	width: 150px;
}
#tabs a {
	display: block;
	padding: 5px;
	text-align: center;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}
.panel {
	width: 420px;
	padding: 1px;
	border:0px solid #CCC;
<!---	border-top:10;--->
}
.selected {
	background: #CCC;
}

table {
<!---    margin-bottom: 1em;--->
    border-collapse: collapse;
    width: 315pt;
}
th {
    padding: 5pt;
    text-align: center;
    font-size: 10pt;
    background-color: #CCC;
}
td {
    padding: 5pt;
    vertical-align: top;
    text-align: left;
    font-size: 10pt;
a {
	text-decoration: none;
}
