@charset "UTF-8";
/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
	color: #000;
	background: #FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
	display: none;
}
/*YUI END*/

/*common*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 95%;
	line-height: 180%;
	font-weight: normal;
	background-color:#FFF;
	color: #2E2E2E;
	list-style-type: none;
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}
a {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #006666;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
h1 {
	font-size:150%;
	font-weight:800;
	margin:0 0 15px 0;
	padding:12px 10px;
	background: #F60;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 1px 2px #333;
	box-shadow:inset -1px -1px 2px rgba(0, 0, 0, 0.6), inset 1px 1px 2px rgba(255, 255, 255, 0.8);
	background-image:url(file:///C|/Users/maeda/Desktop/new/image);
}
h2 {
	font-size:130%;
	font-weight:800;
	height:30px;
	color: #F60;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	text-align:left;
	background-image: url(../img/tit_sub2.png);
}
h3 {
	position:relative;
	padding:9px;
	font-weight: bold;
	font-size: 18px;
	text-shadow:1px 1px 2px #333;
	background-color: #CC3;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
h3:before {
	content:'';
	height:0;
	width:0;
	display:block;
	border:13px transparent solid;
	border-right-width:0;
	border-left-color:#CC3;
	position:absolute;
	top:25px;
	left:15px;
	transform:rotate(-270deg);
	-webkit-transform:rotate(-270deg);
	-moz-transform:rotate(-270deg);
	-o-transform:rotate(-270deg);
	-ms-transform:rotate(-270deg);
}
h4 {
	position:relative;
	padding:9px;
	font-weight: bold;
	font-size: 18px;
	text-shadow:1px 1px 2px #333;
	background-color: #51A2C1;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
h4:before {
	content:'';
	height:0;
	width:0;
	display:block;
	border:13px transparent solid;
	border-right-width:0;
	border-left-color:#51A2C1;
	position:absolute;
	top:25px;
	left:15px;
	transform:rotate(-270deg);
	-webkit-transform:rotate(-270deg);
	-moz-transform:rotate(-270deg);
	-o-transform:rotate(-270deg);
	-ms-transform:rotate(-270deg);
}
h5 {
	position:relative;
	padding:9px;
	font-weight: bold;
	font-size: 18px;
	text-align:center;
	text-shadow:1px 1px 2px #333;
	background-color: #778916;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
/*Android p 対応*/
p {
	background-image:url(file:///C|/Users/maeda/Desktop/new/image);
}
/*Android p 対応*/
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 550px;
	overflow: hidden;
}
.margi {
	margin: 4px;
}
.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.overfl {
	overflow:auto;
	zoom:1;
	padding-bottom:1px;
	vertical-align:top;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*common*/

.aki {
	padding:10px;
}
.aki2 {
	padding:5px;
}
.akileft {
	padding-left:200px;
}
.akileft2 {
	padding-left:420px;
}
.akileft3 {
	padding-left:30px;
}
.futoji {
	font-size:100%;
	font-weight:600;
}
/*toppage_e*/
#toppage {
	clear:both;
	text-align:right;
	padding-bottom:0px;
	padding-top:5px;
	margin:0px;
}
/*toppage_e*/

/*address footer*/
#address {
	background-color:#FFF;
	clear: both;
	padding-left:18px;
	padding-top:18px;
	height: 50px;
	vertical-align: middle;
	margin:0px;
}
/*address footer*/

