@charset "UTF-8";

/* @group Basics */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	background-color: #f9fcff;
	color: #003;
	font: 62.5%  'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	text-align: left;
	line-height: 1.5em;
	padding-bottom: 50px;
}

a, a:link, a:visited, a:hover, a:active, a:focus {
	color: #06c;
	text-decoration: none;
	border-bottom: 1px solid #8bd;
	padding-bottom: 1px;
}

a:hover {
	color: #003;
}

a:active {
	border-color: #003;
}

input, select, th, td, li, li p, td p, blockquote p {
	font-size: 1em;
}

h1, h2, h3 {
	font-size: 1.5em;
	line-height: 1.5em;
	clear: left;
}

h2 {
	color: #39c;
}

.paddingtop {
	padding-top: 10px;
}

.bordertop {
	clear: both;
	padding-top: 0.5em;
	border-top: 1px solid #8bd;
}
.borderbottom {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #8bd;
}
/* @end */

/* @group Type */


h3 {
	margin-top: 1em;
	padding-top: 1em;
	margin-bottom: 0em;
	color: #036;
	border-top: 1px solid #8bd;
}
h3.first {
	padding-top: 0;
	border: none;
}

#content {
	font-size: 1.2em;
	line-height: 1.5em;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li {
	margin-top: 0em;
	margin-bottom: 0em;
}

.wrapper {
	margin: 0 auto;
	width: 600px;
}

ul {
	list-style-type: disc;
	list-style-image: url(/memoryplus/images/plus.gif);
	list-style-position: outside;
}

.notice, .alert {
	margin: 0;
	/* border-bottom: 1px solid #480;	*/
	color: #06c;
	padding: 3px 0 2px 0;
}
.alert {
	/* border-bottom: 1px solid #f61;	*/
	color: #f61;
}

/* @end */

/* @group Header/Footer */

#header {
	background-color: white;
	padding-top: 15px;
	border-bottom: 1px solid #003;
}

#header h1 a {
	display: block;
	overflow: hidden;
	border: none;
	width: 215px;
	height: 50px;
	margin-bottom: 10px;
	background: transparent url(/memoryplus/images/logo.gif) no-repeat left bottom;
}

#header h1 a span {
	display: none;
}

#nav {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	overflow: hidden;
	margin-top: 10px;
	display: block;
	list-style: none;
	border-top:1px solid white; /* IE hack */
}
#nav li {
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 1px;
	text-align: center;
}
li.navlink a, 
li.navlink a:link, 
li.navlink a:visited, 
li.navlink a:hover, 
li.navlink a:active, 
li.navlink a:focus {
	display: block;
	float: left;
	width: 120px;
	padding: 3px 0 0px 0;
	color: #030;
	background-color:#bde;
	border: none;
	text-decoration: none;
}
li.navlink a:hover {
	color: #030;
	background-color: #9bc;
}

li.navlink a:active {
	color: #bde;
	background-color: #003;
}

#current_nav a, 
#current_nav a:link, 
#current_nav a:visited, 
#current_nav a:hover, 
#current_nav a:active, 
#current_nav a:focus {
	color: #f9fcff;
	background-color: #003;
}

#footer {
	clear: both;
	font-size: 1em;
	margin-top: 2em;
	padding-top: 0.5em;
	color: #8bd;
	border-top: 1px solid #369;
}

/* @end */

/* @group Forms */

.formwrap {
	float: left;
	width: 100%;
	backgrond-color:white;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px 0 15px 0;
	border-top: 1px solid #8bd;
	/*border-bottom: 1px solid #8bd;*/
}
.formpart {
	/*border-top: none;*/
	margin-top: 0px;
}

.formrow {
	float: left;
	width: 380px;
}
.leftform, .rightform {
	float: left;
	width: 190px;
}

label.toplabel, .nolabel {
	font-size: 1em;
	display: block;
	padding-top: 13px;
	padding-bottom: 2px;
}

label.checkboxlabel {
	display: block;
	padding-left: 20px;
}

input {
	float: left;
	border: 1px solid #abc;
	border-top-color: #789;
	border-left-color: #789;
}

input.txt {
	padding: 3px 3px;
	width: 354px;
}
input.halftxt {
	padding: 3px 3px;
	width: 164px;
}
input.checkbox {
	border: none;
	margin-top: 1px;
}
input.submit {
	padding:3px 5px;
	margin-top: 15px;
	border: 1px solid #789;
	border-top-color: #8bd;
	border-left-color: #8bd;
}
.fieldWithErrors {
	border-bottom-color: #f61;
}

/* @end */

/* @group Program */

.programitem {
	width: 100%;
	border-top: 1px solid #8bd;
	margin-bottom: 1em;
	margin-top: 1em;
}
.programitem h3 {
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	font-size: 1.3em;
}
.programitem p, .programitem ul {
	margin-left: 120px;
}
.programitem .programtime {
	float: left;
	width: 120px;
	color: #789;
	font-size: 0.8em;
	font-weight: bold;
}
.programauthor {
	color: #789;
	margin: -2px 0 13px 0;
}

/* @end */

