body
{
	color:#000000;
	background:#FFFFFF;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	letter-spacing:normal;
	font-family: sans-serif;
	border-width:0;
}

/*block*/

h1 {
    background-color:#cccccc;
	background-image:none; 
	font-size:1.8em;
	line-height:120%; 
	text-decoration:none; 
	font-size: 1.2em;
	color: #000000;
	text-align: right;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 2em;
	padding-top:1em;
	padding-left:1em;
	padding-bottom:1em;
	padding-right:1em;
	letter-spacing: 0.3em;

}


p,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,blockquote,address,center,table,th,tr,td,tbody,thead,tfoot,div{
    background-color:transparent; 
	background-image:none; 
	font-family:sans-serif; 
	font-style:normal;
	font-size:1em;
	line-height:180%; 
	letter-spacing:normal; 
	text-decoration:none; 
}

p {
	font-size: 1em;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	padding-left: 2em;
	padding-right:0.5em;
	margin-bottom: 0.5em;
	margin-top: 0em;

}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0em;
	text-align: left;
	padding-left:1em;
	margin-top: 0em;
	margin-bottom: 0em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

h2:first-letter {
	font-size:1.5em;
	color:#666666;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0em;
	text-align: left;
	padding-left:2em;
	margin-top: 0em;
	margin-bottom: 0em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.3em;
	text-align: left;
	padding-left:2em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

h5 {
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.3em;
	text-align: left;
	padding-left:2em;
	margin-top: 0em;
	margin-bottom: 0em;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
}

h6 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	letter-spacing: 0.1em;
	text-align: left;
	padding-left:2em;
	margin-top: 0em;
	margin-bottom: 0em;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666666;
}

ul, ol, dl {
	font-family: sans-serif;
	padding-left: 2em;
	padding-right:0.5em;
	list-style-position: inside;
}


blockquote {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #cccccc;
}

blockquote p{
	padding-left: 1em;
}

table {
	border:1px solid #000000;
	margin-left:2em;
	margin-bottom: 1em;
}

caption {
	text-align: left;
	font-weight:bold;
	padding-left:2em;
}
th {
	border:1px solid #000000;
	text-align:left;
	font-weight:bold;
}
td {
	border:1px solid #000000;
	text-align:left;
	font-style:normal;
}

hr {
/*	margin-right: 4em;
	margin-left: 3em;*/
	border-style: solid;
	border-color: #000000;
}

address {
	font-style: normal;
	text-align: right;
}


/*inline*/

cite,q,em,strong,dfn,acronym,abbr,del,ins,code,var,bdo,kbd,pre,samp,small,big,i,b,span,s,strike,font{
	background-color:transparent ;
	font-size:1em ;
	font-family:sans-serif ;
	font-style:normal ;
	font-weight:normal ;
	line-height:180% ;
	letter-spacing:normal ;
	margin:0 ;
	padding:0 ;
	border-width:0 ;
}

cite {
	font-style:italic;
	text-decoration: underline;
}

q {
	font-weight:bold;
	text-decoration:none;
}

abbr {
	border-bottom:1px dashed #000000;
}

acronym {
	border-bottom:1px dashed #000000;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#FF0000;
}

dfn {
	border-bottom:1px ridge #000000;
}

pre, code, var, kbd {
	font-family: monospace;
}


em {
	font-weight: bold;
	font-style: normal;
}

q {
	font-weight:bold;
}

/* pseudo-classes of a elements */
a:link {
	color: #3333FF;
	text-decoration: underline;
}
a:visited {
	color: #990026;
	text-decoration: underline;
}
a:hover {
	color: #b34c4c;
	text-decoration: underline;
	background-color: #FFFFCC;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* custom classes */

.contents {
	background-color:#ffffff;
}

.navigation {
	z-index: 1;
	font-family: serif;
	display: none;
}

.breadcrumb {
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	margin-left:0.5em;
	border-top:1px solid #b34c4c;
	border-left:1px solid #b34c4c;
	display: none;
}

.menu {
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	border-top:1px solid #b34c4c;
	border-left:1px solid #b34c4c;
}

/* custom classes for BBS */

.Greeting {
	background-color: #eeeede;
	font-size: 1em;
}

.NavigationArea {
	background-color: #eeeede;
}

.ArticleArea {
	background-color: #eeeede;
	margin-bottom: 1em;
}

#ArticleArea, #ControlPageArea, #PostArea, #DeleteArea {
	font-weight:bold;
}


.PostArea {
	background-color: #eeeede;
	font-size: 1em;
}

.form {
	margin-left: 3em;
	}

h2 a {
	text-decoration: none;
}
