/*----------used----------*/
/*----------#head, #sidebar-1, #foot, #content, body, a, h3, h4----------*/

/****************************************************/
/* global layout                                    */
/****************************************************/

#accessibility {
	position: absolute;
	margin: -10000px 0px 0px 0px;
}

#container {
	position: absolute;
	width: 100%;
/*	min-width: 600px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/*	background-color: #9999CC;*/
}

#head {
	position: fixed;
	top: 3em;
	left: 3.4em;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
/*	background-color: #99CC00;*/
}

#sidebar-1 {
	position: fixed;
/*----------this is arbitrary----------*/
	top: 6em;
	left: 3.4em;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
/*	background-color: #FFCC00;*/
}

#content {
	min-width: 400px;
	height: 100%;
	margin: 3em 3em 3em 218px;
	padding: 0px 0px 0px 0px;
	text-align: left;
/*	background-color: #6699CC;*/
}

#foot {
/*	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
/*	font-family: Osaka, 'ＭＳ Ｐゴシック', sans-serif;*/
/*	font-family: 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family: Helvetica, sans-serif;
	position: fixed;
	bottom: 0px;
	left: 0px;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 9px;
/*	background-color: #F0F0F0;*/
	font-size: 10px;
	text-align: left;
	z-index: 1000000;
	vertical-align: middle;
}

/****************************************************/
/* HTML tag styles                                  */
/****************************************************/

body {
/*	font-family: 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family: Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #666666;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/*	background-image: url("http://blog.isarago.com/i_images/bgr.jpg");*/
/*	background-repeat: no-repeat;*/
/*	background-position: top left;*/
/*	background-attachment: fixed;*/
}

small, .small {
/*	font-family: 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	line-height: normal;
}

/*----------used in foot----------*/
.floatright {
/*	position: fixed;
	bottom: 0px;*/
	right: 0px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
}

/*----------used in foot----------*/
.floatleft {
/*	position: fixed;
	bottom: 0px;*/
	left: 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

/****************************************************/
/* header tag styles                                */
/****************************************************/

/*----------site name----------*/
h1 {
/*	font-family: 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
/*	letter-spacing: 0.07em;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*----------slogan----------*/
h2 {
/*	font-family: 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family: Helvetica, sans-serif;
	font-size: 12px;
/*	letter-spacing: 0.07em;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*----------article header----------*/
h3 {
/*	font-family: 'ＭＳ Ｐゴシック', sans-serif;*/
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
/*	line-height: normal;*/
/*	letter-spacing: 0.07em;*/
	white-space: nowrap;
	-khtml-box-orient: horizontal;
	-khtml-box-align: baseline;
/*----------this is arbitrary----------*/
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px 0px;
}

h4 {
	font-size: 14px;
	font-weight: normal;
/*----------this is arbitrary----------*/
	margin: 10px 0px -4px 0px;
	padding: 0px 0px 0px 0px;
}

/****************************************************/
/* hyperlink and anchor tag styles                  */
/****************************************************/

a:link, a:visited {
	color: #999966;
	text-decoration: none;
}

#head a:link, #head a:visited {
	color: #666666;
}

a:hover {
	color: #333333;
}

/****************************************************/
/* thumbnail                                        */
/****************************************************/

.thumbnail a {
	background-image: none;
}

.thumbnail img {
	border: 1px solid #FCFCFC;
	margin: 6px 6px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.thumbnail img:hover {
/*	border: 1px solid #746E6E;*/
	border: 1px solid #999966;
}

/****************************************************/
/* overrides                                        */
/****************************************************/

#sidebar-2 p, #sidebar-1 p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
