@charset "utf-8";

@import url("share/default.css");
@import url("share/fonts.css");

/* Clearfix
=================================*/

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from Mac IE \*/
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Hide from Mac IE */

/* =========================================
*  COMMON
* ========================================= */

html {
	height: 100%;
}

body {
	padding: 1em;
	height: 100%;
	color: #252525;
	font-family: Helvetica;
}

p.note {
	margin: 0 auto;
	padding: 0 0 .5em;
	text-align: right;
}

h1 {
	text-align: center;
}
h1:first-letter {
}

	h1 a {
	}

a {
	color: #00f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* =========================================
*  FRAME
* ========================================= */

div.pagebody {
	margin: 0 auto;
	padding: 15px;
	width: 800px;
	background: #fafafa;
}

h1 {
	padding-bottom: 1em;
}

h2 {
	margin-right: 1em;
}

div.pagebody p {
	padding: 0 2em 2.5em 1em;
}

div.pagebody blockquote {
	margin: 0 0 0 2em;
	border-left: solid #ddd 5px;
	padding: 1em;
	font-size: 116%;
	line-height: 1.5;
}

p#notice {
	padding-top: 150em;
}

p.copy {
	border-top: solid #ccc 1px;
	padding: 1em 0;
	text-align: center;
}

#noticeBlock {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	color: #fff;
	background: #000;
	opacity: .9;
	line-height: 50px;
	text-align: center;
}

	#noticeBlock h2 {
		border: none;
		padding: 0;
		display: inline;
		font-size: 116%;
	}
	
#noticeBlock2 {
	margin: -50px 0 0 -150px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 100px;
	color: #fff;
	background: #000;
	opacity: .9;
	text-align: center;
}

	#noticeBlock2 h2 {
		padding: 15px 0;
	}

/* ----------------------------------------------------
	mm
---------------------------------------------------- */
#mm01{
	float: left;;
}

#mm02{
	float: left;
}

#mm03{
	float: left;
	clear: both;
}

