@charset "UTF-8";

/*

Cascading Style Sheets : common.css

- Last Updated on 2013. 05. 02
- (c) YAMAMOTO KAISANBUTSU - http://

- Written by : Sayoko Nishimura (oniguili)

*/



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

/* 1.1. Layout */

html {
	width: 100%;
	height: 100%;
	color: #000;
	background: #FFF;
}

body {
	width: 100%;
	height: auto;
}

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 {
	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 {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	line-height: 2;
}

/* 2.2. Anchor */

a {
	color: #000;
	text-decoration: none;
	outline: none;
	-webkit-transition: color 0.3s ease-out;
}

a:visited {
	outline: none;
}

a:hover {
	color:  #999;
	outline: none;
}

a:focus,
a:active {
	color:  #000;
	outline: none;
}

/* 2.3. Offleft */

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

.OffleftHeadline { 
	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 ----------------------------*/


#Wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

header {
	width: 380px;
	position: absolute;
	top: 200px;
	right: 15%;
	z-index: 100;
}

h1 {
	width: 139px;
	margin-left: 75px;
	float: right;
}

#Nav {
	width: 90px;
	margin-top: 65px;
	float: right;
}

#Nav li {
	width: 14px;
	margin-left: 24px;
	float: right;
}

#Nav li.Left {
	margin-left: 0;
}

#Icon {
	width: 20px;
	margin-top: 85px;
	float: left;
}

#Container {
	width: 100%;
}

#Keyvisual {
	position: absolute;
	top: 0;
	left: 0;
}

#Copyright {
	position: absolute;
	bottom: 20px;
	right: 20px;
}



