@charset "utf-8";

/***********

Configure of base elements

***********/

*{
	margin:0;
	padding:0;
}

html{
	overflow-y:scroll;
}

body{
	font-family:'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	line-height:1.2em;
	color:#101010;
	
}

img{
	display:block;
	border:0;
}

hr{
	border:0 none;
	height:1px;
	background-color:#ccc;
}



a:link{
	text-decoration:underline;
	color:#444;
}

a:hover{
	text-decoration:none;
	color:#222;
}

a:visited{
	color:#222;
}

input,option,textarea {
	font-size:1em;
	padding:2px;
}

/* OS9/IE5文字化け対策 */
textarea {
	font-family:'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','osaka',sans-serif;
	font-size:10px;border:1px solid #000000;
}

/**********************

The pages of this site are constructed of main 4 div elements:wrapper,header,contents,footer.

***********************/


div#contents{
	width:100%;
	/* MacIEハック \*/
	clear:both;
	/* */
	font-size:0.9em;
	/*	border-top:1px solid #CCCCCC;*/
}


/******

In contents

******/

div#contents h1{
	width:500px;
	height:36px;
	padding-left:10px;
	margin-top:14px;
	font-size:18px;
	color:#222;
	font-weight:normal;
}


/******

In footer

*******/

div#footer ul.menu{
	display:inline;
	list-style-type:none;
}

div#footer ul.menu li{
	display:inline;
	margin-left:8px;
}

div#footer ul.menu li a{
	color:#000066;
}


div#footer p#copyright{
	padding-top:4px;
	clear:both;
}

#ssl {
	width: 324px;
	border: 1px solid #999999;
	font-size: x-small;
	padding: 5px;
	margin-top: 30px;
	
	margin-bottom: 10px;
	
	/* MacIEハック \*/
	margin-right: auto;
	margin-left: auto;
	/* */
	
	line-height: normal;
	text-align:left;
}

le
