@charset "utf-8";
/* CSS Document */

/* reset */
p,h1,h2,h3,h4,h5,h6,nav,ul {
	font-size: medium;
	line-height: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}



a {
	text-decoration: none;
}
li{
	list-style:none;
}
/* himawari original */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	color: #222;
	margin: 0px;
	background-color: #FFF;
}
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 1152px;
}
#header {
	padding-top: 12px;
	padding-bottom: 12px;
}
#header .logo {
	float: left;
	margin-bottom: 12px;
}

#header .toiawase {
	vertical-align: middle;
	font-weight: bold;
	float: right;
	padding: 26px;
}

#main {
	clear: both;
	max-width: 1152px;
}
#main .main_ph {
	width: 100%;
	margin-bottom: 24px;
}
#main .menu_ph {
	margin: 1px;
}

#main .alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=70)";
}

#footer {
	margin-bottom: 24px;
	text-align: center;
	padding-top: 48px;
	padding-bottom: 24px;
}
#footer hr {
	border: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 12px;
	margin-bottom: 12px;
	height: 1px;
}
#footer h2 {
	padding-top: 6px;
	padding-bottom: 12px;
	font-size: x-large;
}
#footer .copyright {
	padding: 24px;
	font-size: 90%;
	font-weight: bold;
}
