@charset "utf-8";

/*IE*/
@font-face {
    font-family: mplus-1c-light;
    src: url("../font/mplus-1c-light.eot") format('eot');
}
/* Firefox, Opera, Safari */
@font-face {
    font-family: mplus-1c-light;
    src: url("../font/mplus-1c-light.ttf") format("truetype");
}

* {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: "mplus-1c-light", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif, Osaka;
	color: #4C4C4C;
	background: url(../pics/header/river2000px.jpg) fixed 0px 70px;
}
* html body { /* IE 6に文字サイズを上書き */
	font-size: 75%
}
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
html {
    height: 100%;
    overflow-y: scroll;
}

img {
	border: 0;
}
img a {
	border: 0;
}
h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
	font-weight: bold;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 20px;
}
p {
	margin-top: 0px;
	/*\*/
	letter-spacing: 0.1em;
	/**/
	line-height: 2;
	text-indent: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}
blockquote {
	margin: 10px 60px 2em;
	padding: 30px 40px 10px;
	background: #EFEFEF url(../pics/items/blockquote_top.png) no-repeat -10px -10px;
}
blockquote p {
	text-indent: 0;	
}
#access {
	position: absolute;
	top: 20px;
	left: 900px;
	margin: 15px 0px 0px;
	padding: 0px;
	line-height: 1;
}
#wrapper {
	width: 100%;
	margin: 0px auto;
}
#Main {
	width: 960px;
	margin: 0px auto 0px;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	border-radius: 7px;
}

/*__________      SubBox    ____________*/

.boxSupple {
	margin-top: 10px;
}
.copyright p,
.profile p,
.writing p {
	padding: 0px 90px;
}

/*__________      footer    ____________*/

#footer {
	clear: both;
	position: relative;
	z-index: -1;
	width: 960px;
	height: 150px;
	margin: 0px auto;
}
.copy {
	position: absolute;
	top: 50px;
	right: 0px;
	font-size: 12px;
	color: #544A47;
	letter-spacing: 0.1;
	font-family: "Courier New", Courier, mono;
}
#sharrre {
	margin: 0px 0px 20px;
}
.sharrre .button{
    width: 100px;
}


#btns,
#page-top {
	width: 100px;
    position: fixed;
    right: 50px;
}
#btns {
    bottom: 150px;
}
#page-top {
    bottom: 25px;
}