html, body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 16px;
	font-family: 'Osaka', 'MS P ゴシック', sans-serif, serif;
	color: #444;
}

h1, h2, h3 { 
	margin-bottom: 0.5em;
	padding: 0;
	color: #FF3366;
	font-weight: bold;
}

a { color: #0271A6; text-decoration: none; }
a:hover { color: #FF8600; text-decoration: underline; }

strong { font-weight: bold; color: #FF3366;}


#all {
	width: 800px;
	margin: 0 auto;
	background: white;
}

#header, #content { width: 100%; }
#content { margin: 10px 0 20px; }
#footer {
	margin-top: 2em;
	padding: 0.5em;
	color: #fff;
	background: #000;
	text-align: center;
	clear: both;
}

/*=======================================================*/
#header {
	position: relative;
	border-bottom: 2px solid #000;
}
h1 { 
	height: 81px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -5000px;
}
#header_link {
	position: absolute;
	right: 0;
	top: 32px;
}
#header_link a {
	width: 274px;
	height: 45px;
	background: url(../images/btn.png) no-repeat;
	display: block;
	text-indent: -5000px;
}

#content h2 {
	height: 33px;
	font-size: 140%;
	border-bottom: 1px dashed #FF3366;
	text-indent: -5000px;
}

#menu1 { background: url(../images/menu_1.png) no-repeat; }
#menu2 { background: url(../images/menu_2.png) no-repeat; }
#menu3 { background: url(../images/menu_3.png) no-repeat; }

#content p { margin-bottom: 35px; }

#content .box { margin: 1em 10px 0; }

#content .align_right { text-align: right; }
#content .align_center { text-align: center; }

/*=======================================================*/
/* BugFix */

/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

