/* font-size default */
body {
    font-size: 100%;
}

/* font-size except IE */
html>body {
    font-size: 12pt;
}

/* common settings */
body{
	font-family: Helvetica,Arial,sans-serif;
}
p{
	line-height: 160%;
}
a:link{
	color: #000;
	text-decoration: underline;
}
a:visited{
	color: #333;
	text-decoration: underline;
}
a:hover{
	color: #666;
	text-decoration: none;
}
a:active{
	color: #000;
	text-decoration: underline;
}

/* body position settings - header and footer */
div.center{
	text-align: center;
}
div.body{
	font-size: 75%;
	color: #000000;
	text-align: left;
	margin: auto;
	width: 640px;
}

/* header */
div.header{
	margin-bottom: 10px;
	float: left;
}
h1.sitetitle{
	font-family: Arial Black,Arial,Helvetica,sans-serif;
	font-size: 220%;
	font-weight: bold;
	margin-bottom: -0.3em;
}
div.subtitle{
	font-size: 75%;
	text-align: right;
}
a.title:link{
	color: #000;
	text-decoration: none;
}
a.title:visited{
	color: #000;
	text-decoration: none;
}
a.title:hover{
	color: #000;
	text-decoration: none;
}
a.title:active{
	color: #000;
	text-decoration: none;
}

/* footer */
div.top{
	text-align: right;
	clear: both;
}
div.footer{
	text-align: right;
	margin-top: 5px;
}

/* heading */
h2{
	font-size: 144%;
}
h3{
	font-size: 120%;
}

h4{
	font-size: 100%;
}



/* menu */
div.menu{
	font-family: Arial Black,Arial,Helvetica,sans-serif;
	font-size: 120%;
	margin-bottom: 16px;
	clear: both;
}
span.menu{}
span.menuselected{
	text-decoration: underline;
}
a.menu:link{
	color: #000000;
	text-decoration: none;
}
a.menu:visited{
	color: #333333;
	text-decoration: none;
}
a.menu:hover{
	color: #666666;
	text-decoration: underline;
}
a.menu:active {
	color: #000000;
	text-decoration: underline;
}

/* custom */
div.customlist{
	float: left;
	width: 170px;
}
div.customlisttitle{
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	width: 160px;
}
img.customlist{
	border-width: 0px;
}

div.customtext{
	width: auto;
	padding-left: 170px;
}
img.customtext{
	margin-top: 5px;
	margin-bottom: 0px;
	border-width: 0px;
}
img.customimg{
	margin-left: 75px;
}

/* sentence */
div.sentencelist{
	float: left;
	width: 170px;
}
div.sentencetext{
	width: auto;
	padding-left: 170px;
}


/* blog */
h2.blog{
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}
h3.blogtitle{
	font-family: Arial Black,Arial,Helvetica,sans-serif;
	font-size: 100%;
}
div.parser{
	line-height: 200%;
}

div.date-header
{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 100%;
	color: #333333;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	margin-bottom: 2px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #003333;
	border-bottom-style: solid;
}
.entry-header
{
	margin: 1px 0 10px 0;
	border: 0;
	
	color: #000000;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a.blog{
	text-decoration: none;
}

/**************** not categorized */




/* notice */
table.margin{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
div.margin{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
td.right{
	text-align: right;
}

div.error{
	font-family: Arial Black,Arial,Helvetica,sans-serif;
	font-size: 200%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	clear: both;
}

/* sentence */
ul.sentencemenu{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}