@charset "utf-8";

/*----------------------------------------------------------------------------
  Default Style Sheet
	July 26, 2006
	
	Takashi Mizohata
	mizo@grf-design.com
	
  this css is influenced a lot by
	http://3ping.org/2006/04/09/0747
  ----------------------------------------------------------------------------*/

/*--------------------------------------
  Universal Selector
  --------------------------------------*/

*{
	color: black;
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  Structure Module
  --------------------------------------*/

html {
	padding:0;
	margin:0;
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
	font-family: Helvetica, Arial, sans-serif;
	background-color:#FFF;
	line-height:1.5;
}

/*--------------------------------------
  Text Module
  --------------------------------------*/

p,
pre,
address,
cite {
	font-size: 80%;
	margin: 0.8em 16px;
}

h1, h2, h3,
h4, h5, h6 {
	clear: both;
	font-weight: normal;
	line-height: 1.2;
	margin: 1em 16px;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 90%;
}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 80%;
}

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

strong {
	color: #FF4500;
}

/*--------------------------------------
  Hypertext Module
  --------------------------------------*/

a {
	color: #178E99;
	font-weight: bold;
	/* Deep Cyan
	[HSB] 185  85  60
	[RGB]  23 142 153 */
}

a:link {
	color: #178E99;
	text-decoration: underline;
	/* Deep Cyan
	[HSB] 185  85  60
	[RGB]  23 142 153 */
}

a:visited {
	color: #178E99;
	/* Deep Cyan
	[HSB] 185  85  60
	[RGB]  23 142 153 */
}

a:hover {
	color: #E5C422;
	/* Yellow
	[HSB]  50  85  90
	[RGB] 229 196  34 */
}

a:active {
	color: #EBD56A;
	/* Light Yellow
	[HSB]  50  55  92
	[RGB] 235 213 106 */
}

/*--------------------------------------
  List Module
  --------------------------------------*/

ul,
ol,
dl {
  list-style-position: inside;
  margin: 1em 16px;
  padding: 1px 8px;
}

li,
dt,
dd {
  font-size: 80%;
}

dt {
  color: #004171;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
  font-size:100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
  margin: 0.4em 8px;
}


div {
	margin:0;
	padding:0;
}


/*--------------------------------------
	Image Module
  --------------------------------------*/

img {
	border:0;
	vertical-align: bottom;
}


/*----------------------------------------------------------------------------
  + Page Specific
  ----------------------------------------------------------------------------*/


/*--------------------------------------
	Common Setting
  --------------------------------------*/

body {
	/*overflow:hidden;*/
}

br.clear {
	clear: both;
}

div {
	margin:0;
	padding:0;
	border:0;
}

.serif {
	font-family: 'Palatino Linotype', Didot, Century, 'Times New Roman', serif;
}


/*--------------------------------------
	Page Structure
  --------------------------------------*/

div#container {
	height:100%;
}

div#sidebar-margin-left {
	width:3%;
	height:100%;
	background-color:#F06;
	float:left;
}

div#sidebar {
	/*padding-top: 10%;  if i put this, the browser windos shows ugly vertical scroll bar, which I hate.
		I can hack --body-- element with --overflow: hidden--, in order NOT to show scroll bar, 
		but insted, I'd rather put non-necessary-visual-only element..
	margin-left: 24px; 800px as standard, and 3% of it. */
	width:310px;
	height:100%;
	background-color:#FFF;
	float:left;
}

div#contents {
	/* margin-left:334px; 310 + 24*/
	background-color:#06F;
	height:100%;
}

/*--------------------------------------
	+ PS - sidebar
  --------------------------------------*/

div#sidebar-margin-top {
	/* I hate to put this, but if I don't browser-window shows ugly vertical scroll bar.. */
	height:8%;
}

div#logo {
	background-image:url(top_line_bold.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:196px; /* 191 + 5 */
	padding: 27px 5px 0 5px; /* 22px 5px 35px 5px */
}

div#logo img {
}

ul#menu {
	background-image:url(top_line_thin.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin: 0;
	padding: 21px 5px 28px 5px; /* 18px 5px 28px 5px */
	background-color:#FFF; /* weird, but without this, IE doesn't show the line... */
}

ul#menu li{
	font-family: 'Palatino Linotype', Cochin, serif;
	font-size:125%;
	list-style:none;
	list-style-position:outside;
}

ul#menu li a,
ul#menu li a:link,
ul#menu li a:visited {
	color: #000;
	font-weight: Bold;
	text-decoration: none;
}

ul#menu li a:hover {
	color: #666;
	text-decoration:underline;
}

ul#menu li a:active {
	color: #CCC;
}

dl#contact{
	background-image:url(top_line_thin.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin: 0;
	padding: 27px 5px 0 5px;
}

dl#contact dt{
	display:none;
}

dl#contact dd{
}

/*--------------------------------------
  + PS - contents
  --------------------------------------*/
div#toggleicon {
	position:absolute;
	width:59px;
	height:55px;
	bottom:24px;
	right:24px;
}
