@charset "utf-8";
@import url(html5reset.css);
@import url(class.css);

/* ================================================================

CSS Information

 File name:      style.css
 Summary:        # styles
 Last update:    2013-04-5

================================================================ */


/* universal
-------------------- */

* {
	margin: 0;
	padding: 0;
}

/* @structure */

html {
	background: #f7fbfd;
	color: #333;
	font-size: 62.5%;
}

body {
	background: url(../img/common/header/bg_header.jpg) repeat-x;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
	line-height: 1.5;
	font-size: 13px; font-size: 1.3rem;
}

body > div {
	font-size: 13px; font-size: 1.3rem;
}
	
hr {
    display: none;
}

hr.dotted {
    display: block;
	margin: 40px 0;
	border: none;
	border-bottom: 1px dotted #e0c799;
}

/* @end */

/* @group hypertext */

a {
    color: #09f;
}
a:visited {
    color: #09f;
}
a:hover {
    color: #6dbef8;
}
a:active {
    color: #6dbef8;
}

/* @end */

/* @text */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

p {
	font-size: 13px; font-size: 1.3rem;
    }

	p b {
		font-weight: bold;
	}


section strong {
	color: #e52773;
  font-weight: bold;
}

/* @end */


/* @list tag */

li, ol {
	list-style: none;
	font-size: 13px; font-size: 1.3rem;
}

/* @end */


/* @image */

img {
	max-width: 100%;
	border: 0;
	vertical-align: bottom;
}

a:hover img:not([class="Over"]) {
}

/* @end */


/* @layout */

header {
	position: relative;
	width: 1000px;
	height: 121px;
	margin: 0 auto;
	background: url(../img/common/header/bg_header_nav.jpg) 600px 45px no-repeat;
}

nav#Grobal {
	width: 1002px;
	margin: 0 auto;
}

#ContentArea {
}

#Content {
	margin: 0 auto;
}

footer {
	background: url(../img/common/footer/bg_footer.jpg) bottom left repeat-x;
}

	footer .wrapper {
		position: relative;
		width: 900px;
		margin: 0 auto;
		padding-bottom: 200px;
		background: url(../img/common/footer/bg_footer_center.jpg) bottom no-repeat;
	}
	

/* @end */


/* @header */
header h1 {
	margin-bottom: 14px;
	padding: 23px 0 0 6px;
	color: #796464;
	font-weight: normal;
	line-height: 1;
	font-size: 11px; font-size: 1.1rem;
}

header #Logo {
	padding-top: 38px;
	margin-bottom: 10px;
}

header nav {
	position: absolute;
	top: 20px;
	right: 0;
}

	header nav li {
		display: inline;
		float: left;
		margin-right: 20px;
		padding-left: 16px;
		background: url(../img/common/icon/icon_arrow_blue.png) left no-repeat;
	}

	header nav li a {
		color: #333;
		text-decoration: none;
	}

	header nav li a:visited {
		color: #333;
	}

	header nav li a:hover {
		color: #09f;
	}

header #HeaderContact {
	position: absolute;
	top: 61px;
	right: 0;
}

	header #HeaderContact p {
		display: inline;
		float: left;
	}

	header #HeaderContact p.tel {
		margin-right: 12px;
	}

header #HeaderContact p.tel img{
	width: auto;
	max-height: 50px;
}
header #HeaderContact p.line a,
header #HeaderContact p.instagram a{
	transition: 0.3s ease;
}
header #HeaderContact p.line a:hover,
header #HeaderContact p.instagram a:hover{
	opacity: 0.8;
}
header #HeaderContact p.line a img{
	width: auto;
	max-height: 50px;
	margin-right: 10px;
}
header #HeaderContact p.instagram a img{
	width: auto;
	max-height: 50px;
	margin-right: 10px;
}

/* @end */


/* @navigation */
nav#Grobal ul {
}

nav#Grobal li {
	display: inline;
	float: left;
}
/* @end */


/* @SocialLinks */
#SocialLinks {
	margin: 20px 0 0;
}
#SocialLinks div {
	float: left;
}
#SocialLinks div.hatena {
	margin-right: 30px;
}
/* @end */


/*  @pagetop */
#TopLink {
	position: relative;
	height: 50px;
	margin: 0 auto 60px;
}

#TopLink p {
	position: absolute;
	bottom: -24px;
	right: 35px;
}


/* @end */

/*  @footer */
footer nav {
	font-size: 12px; font-size: 1.2rem;
}

footer ul {
	width: 600px;
}

footer ul li {
	width: 284px;
	margin-bottom: 8px;
	padding-left: 16px;
	background: url(../img/common/icon/icon_diamond_blue.png) left no-repeat;
}

footer ul li.odd {
	float: left;
}

footer ul li.even {
	float: right;
}

footer ul li a {
	color: #333;
	text-decoration: none;
}

footer ul li a:visited {
	color: #333;
	text-decoration: none;
}

footer ul li a:hover {
	color: #999;
	text-decoration: none;
}


footer #Copyright p {
	margin-right: 50px;
	color: #000;
	font-size: 12px; font-size: 1.2rem;
	text-align: right;
}

footer #FooterContact {
	position: absolute;
	right: 0;
	top: 26px;
}

	footer #FooterContact p {
		margin-bottom: 14px;
	}

/* @end */


/* @common */

input, textarea, select {
	margin: 3px 2pt;
	padding: 3px 1pt;
}

/* @end */























