/* -------------- global Stylesheet -------------- */

/* Page */
*{
	margin:0; 
	padding:0; 
	font-size:small;
	*font-size:x-small;
}

body{
	line-height:150%;
	color:#696969;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


/* Link */
a{
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}

/* Image */
img{
	border:none;
}

img.picturebox{
	border:1px solid gray;
	margin:4px;
	
}

/* Strong */
strong.impact{
	color:red;
	font-size:large;
}
strong.red{
	color:red;
}

/* Paragraph */
p{
	margin-bottom: 15px;
}
/* WrapperDiv */
div#wrapper{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center;
}

div#header{
	width:100%;
	height:80px;
	border-bottom:1px solid LightGrey;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom:25px;
}
div#main{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
div#footer{
	width:100%;
	border-top:1px solid LightGrey;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:x-small;
	margin-top:30px;
	color:gray;
}
div#center{
	margin-bottom:15px;
}
/* Title(and Logo) */
h1 span{
	display:none;
}
h1{
	display:block;
	width:275px;
	height:60px;
	background:url("img/logo.jpg") no-repeat;
	margin-right:auto;
	float:left;
}
h2{
	text-align:right;
	padding-top:1em;
	padding-bottom:1em;
}

/* Menu */
div#menu{
	width:100%;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid LightGrey;
	margin-bottom:25px;
	background-color:#EBF0FB;
}
div#menu div{
	margin-left:auto;
	margin-right:auto;
	height:20px;
}
div#menu ul{
	list-style-type: none;
}
div#menu ul li{
	text-align: center;
	float:left;
	width:108px;
	height:25px;
	margin-top:6px;

} 

div#contents h3{
	margin-top:4px;
	margin-bottom:4px;
	
	font-size:normal;
	color:red;
}
