body {
	background-repeat: repeat-x;
	background-color: #fff;
	color: #222;
	font-size: 12px;
	line-height: 1.4em; 
	font-family: Lucida Grande, Verdana, Arial;
	font-family: "Hiragino Maru Gothic Pro","Osaka",Meiryo, sans-serif;
	margin: 0px;
	padding: 0px;
	max-width: 850px;
}

p {
	min-width: 400px;
}

#download {
	float: right;
	padding: 5px 0px 5px 5px;
	border: 0px;
}



#copy {
	height: 20px;
	bottom: 0px;
	left: 147px;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
}

/* titlebar */
#titlebar {
	position: absolute;
	top: 0px;
	left: 0px;
}

#titlebar h1 {
	position: absolute;
	top: 70px;
	left: 220px;
	margin:0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: #bbb 3px 3px 2px;
	font-size: 28px;
	line-height:1em;
	font-family: 'Hiragino Mincho Pro', 'ƒqƒ‰ƒMƒm–¾’© Pro W3',serif;
}

#titlebar h1, h2, h3, h4, #navlist .subtitle {
	color: #24486B;
}


.en_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: #bbb 3px 3px 2px;
	font-size: 12px;
}

h2, h3, h4 {
	margin-bottom: 12px;
	text-shadow: #ccc 2px 2px 1px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h1 + p, h2 + p, h3 + p, h4 + p, b + p {
	margin-top: 2px;
}

/* Content */

#content {
	position: absolute;
	top: 180px;
	left: 200px;
	padding: 20px 20px 0px 20px;
	font-size: 12px;
	line-height: 1.5em;
	max-width:700px;
}

#content ul {
	margin: 4px 0px 4px 0px;
}

#content li {
	margin: 4px 0px;
}

#content li {
    list-style-image: url( blue-bullet.png ) !important;
}

div.post {
	clear:both;
	padding-bottom:24px;
}

p.item{
	padding-left:40px;
}

em{
	font-size:x-large;
	font-style: normal;
}

/* Links */
a {
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* Navigation */
#nav {
	position: absolute;
	min-height: 300px;
	width: 140px;
	top: 200px;
	left: 32px;
	padding: 20px 0px 0px 20px;
	font-size: 12px;
	line-height: 1.5em;
	border:solid #ccc 1px;
}

#navlist {
	margin: 0px 0px 0px -5px;
	padding: 0px;
	list-style-type: none;
}

#navlist a {
	color: #333;
}

#navlist .subtitle {
	font-weight: bold;
	margin-top: 10px;
}

#navlist li a:hover, #navlist li a:active {
	text-decoration: none;
	background-color:lightblue;
}

#notice {
	min-width: 0px;
	padding: 0px;
	margin: 30px 10px 10px -5px;
	font-size: 9px;
	line-height: 11px;
	color: #aaa !important;
}

#notice a {
	color: inherit !important;
	text-decoration: none;
}

#notice a:hover {
	color: #555 !important;
	text-decoration: none;
}

dt { 
	font-weight: bold;
	margin-top: 1em;
}

.code, pre, tt, code {
	font-family: Courier, Fixed;
	font-size: 110%;
}

.code {
	margin-left: 2em;
	font-size: 90%;
}

a, ul#navlist a {
    color: #369;
}


#footer {
	clear: both;
	margin-top:30px;
	}

#footer > p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

td {
	font-size: 12px;
	}

/* event */
h3.event_title{
			font-size: 14pt;
			font-family:'Hiragino Mincho Pro', 'Meiryo';
			}
span.bluenotice{
			background-color:turquoise;
			color:white;
			font-family:sans-serif;
			font-weight:normal;
			padding:2px 4px;
			margin:0px 2px;
			text-shadow: none;
		}
span.rednotice{
			background-color:salmon;
			color:white;
			font-family:sans-serif;
			font-weight:normal;
			padding:2px 4px;
			margin:0px 2px;
			text-shadow: none;
		}
