@charset "UTF-8";

/* CSS Infomation -------------------------------

Website: あじさい保育園
Design office: contrast - http://www.cs321.jp/

Name   : common.css
Ver    : 1.0.0
Link   : All
Date   : 2011/04/01
Update : 2011/04/01
Editor : Wataru Shitami

Table of contents:

  1. Reset style
    1.1. Layout
    1.2. Font
  
  2. Default style
    2.1. Font
    2.2. Anchor
    2.3. Offleft
    2.4. Clearfix
  
  3. Common style
    3.1. Header
    3.2. Container
    3.3. Footer

-----------------------------------------------*/



/* 1. Reset style -----------------------------*/

/* 1.1. Layout */

html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

th {
	vertical-align: baseline;
}

/* 1.2. Font */

body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: 13px;
	line-height: 1.231;
 *font-size: small;
 *font: x-small;
}

select,
input,
button,
textarea {
	font: 99%;
}

table {
	font-size: inherit;
	font: 100%;
}

address,
caption,
em,
strong,
th {
	font-style:normal;
	font-weight:normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
textarea,
select {
	*font-size: 100%;
}

/* 2. Default style ---------------------------*/

/* 2.1. Font */

body {
	font-family: Osaka, Arial, sans-serif;
	line-height: 1.6;
	behavior: url("csshover3.htc");
}

/* 2.2. Anchor */

a {
	color: #741585;
	text-decoration: none;
	outline: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color:  #741585;
	text-decoration: underline;
}

a:active {
	color: #741585;
}

/* 2.3. Offleft */

.Offleft {
	text-indent: -9999px;
	overflow: hidden; /*Firefox*/
}

.OffleftHeadline { /*オフレフトしてもスペースが残る場合（h要素）*/
	width: 0;
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/* 2.4. Clearfix */

.Clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.Clearfix {
	min-height: 1px;
}

/* 3. Common style ----------------------------*/

/* 3.1. Header */

#Header {
	width: 900px;
  height: 252px;
  background: url(../img/header-bg.png) no-repeat 0 105px;
	margin: 0 auto;
	position: relative;
}

h1 {
  position: absolute;
  top: 30px;
  left: 50px;
}

#URL {
	position: absolute;
	bottom: 60px;
	right: 50px;
}

#GlobalNav {
	width: 880px;
	height: 40px;
	border-top: 5px solid #F3EDF4;
	border-bottom: 5px solid #F3EDF4;
	border-left: 10px solid #F3EDF4;
	border-right: 10px solid #F3EDF4;
	position: absolute;
	bottom: 0;
	left: 0;
}

#GlobalNav ul {
	padding: 12px 40px 0;
	margin-right: -62px;
}

#GlobalNav li {
	margin-right: 60px;
	float: left;
}

#GlobalNav a {
	display: block;
	font-size: 84.6%;
	color: #000;
	text-decoration: none;
}

#GlobalNavHome a {
	padding-left: 26px;
	background: url(../img/gnav-home.png) no-repeat 0 1px;
}

#GlobalNavHome a:hover {
	background-position: 0 -23px;
	color: #B0A77D;
}

#GlobalNavIntro a {
	padding-left: 26px;
	background: url(../img/gnav-intro.png) no-repeat 0 0;
}

#GlobalNavIntro a:hover {
	background-position: 0 -24px;
	color: #751485;
}

#GlobalNavNurture a {
	padding-left: 24px;
	background: url(../img/gnav-nurture.png) no-repeat 0 0px;
}

#GlobalNavNurture a:hover {
	background-position: 0 -24px;
	color: #8EC4D3;
}

#GlobalNavClass a {
	padding-left: 29px;
	background: url(../img/gnav-class.png) no-repeat 0 1px;
}

#GlobalNavClass a:hover {
	background-position: 0 -24px;
	color: #CBBD05;
}

#GlobalNavEvent a {
	padding-left: 32px;
	background: url(../img/gnav-event.png) no-repeat 0 0px;
}

#GlobalNavEvent a:hover {
	background-position: 0 -23px;
	color: #5D7143;
}

#GlobalNavLunch a {
	padding-left: 23px;
	background: url(../img/gnav-lunch.png) no-repeat 0 0;
}

#GlobalNavLunch a:hover {
	background-position: 0 -24px;
	color: #939299;
}

#HeaderUtilityNav {
	position: absolute;
  top: 115px;
  right: 50px;
}

#HeaderUtilityNavContact a {
	display: block;
	width: 113px;
	height: 34px;
	overflow: hidden;
	position: relative;
}

#HeaderUtilityNavContact img {
	position: absolute;
	top: 0;
	left: 0;
}

#HeaderUtilityNavContact img:hover {
	top: -34px;
}

/* 3.2. Container */

#Container {
	width: 880px;
	padding-bottom: 50px;
	border-left: 10px solid #F3EDF4;
	border-right: 10px solid #F3EDF4;
	margin: 0 auto;
	overflow: hidden;
}

#Headline {
	background-color: #F3EDF4;
	padding: 5px 40px;
	margin: 40px 0 80px;
}

#Headline h2 {
	font-size: 115.3%;
	float: left;
}

#Breadcrumbs {
	font-size: 84.6%;
	margin-top: 5px;
	float: right;
}

.Section {
	margin: 0 40px;
}

.Section h3 {
	font-size: 76.9%;
	color: #EA6390;
	line-height: 1.4;
	margin-bottom: 20px;
}

.Section h3 span {
	font-size: 230%;
	color: #000;
}

.Letter a {
	display: block;
	width: 222px;
	height: 42px;
	overflow: hidden;
	position: relative;
}

.Letter img {
	position: absolute;
	top: 0;
	left: 0;
}

.Letter img:hover {
	top: -42px;
}

/* 3.3. Footer */

#Footer {
	width: 900px;
	background: url(../img/footer-bg.png) no-repeat bottom;
	margin: 0 auto 50px;
	overflow: hidden;
}

#PageNav {
	width: 880px;
	border-left: 10px solid #F3EDF4;
	border-right: 10px solid #F3EDF4;
	padding-bottom: 30px;
}

#PageNav a {
	display: block;
	width: 102px;
	height: 23px;
	float: right;
	overflow: hidden;
	position: relative;
}

#PageNav img {
	position: absolute;
	top: 0;
	left: 0;
}

#PageNav img:hover {
	position: absolute;
	top: -23px;
	left: 0;
}

#FooterUtilityNav {
	width: 880px;
	border-left: 10px solid #F3EDF4;
	border-right: 10px solid #F3EDF4;
	padding-top: 80px;
	border-top: 5px solid #F3EDF4;
	font-size: 76.9%;
	clear: both;
}

#FooterUtilityNav ul {
	margin-right: 10px;
	float: right;
}

#FooterUtilityNav li {
	float: left;
}

#FooterUtilityNav a {
	margin: 0 5px;
}

#SiteInfo {
	font-size: 76.9%;
	color: #595757;
	margin: 48px 0 20px 50px;
}

#SiteInfo p {
	margin-right: 15px;
	float: left;
}

#SiteInfo address {
	line-height: 1.4;
	margin-top: 28px;
}

#SiteInfo a {
	color: #595757;
}

#Copyright {
	font-size: 76.9%;
	color: #727171;
  margin: 0 50px 15px 50px;
  text-align: right;
}
