@charset "utf-8";

/* --------------------------------------------------------
 * Reset
 * Copyright (c) 2010, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.com/yui/license.html
 * version: 2.8.2r1
 * --------------------------------------------------------*/
html {color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{*font-size:100%}

/* --------------------------------------------------------
 * basic
 * --------------------------------------------------------*/

a {text-decoration:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}a:link{color:#288228}a:visited{color:#288228}a:hover{text-decoration:underline;color:#822882}a:active{color:#822882}a:focus{outline:0}a img{vertical-align:top}

.sprite {position:relative;display:block;overflow:hidden}.sprite:hover{/zoom:1}.sprite img{position:absolute}.normal{font-weight:normal!important}.bold{font-weight:bold}.fltL{float:left!important}.fltR{float:right!important}.clrml{margin-left:0!important}.clrmr{margin-right:0!important}.clrmb{margin-bottom:0!important}.clrmt{margin-top:0!important}.clrbt{clear:both!important}.clrL{clear:left!important}.clrR{clear:right!important}.clrbd{border:none!important}.alnR{text-align:right}.block{display:block}.whitespace{white-space:pre;white-space:pre-wrap;white-space:pre-line;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:-moz-pre-wrap;white-space:-hp-pre-wrap;word-wrap:break-word}.clrfx:before,.clrfx:after{content:"";display:table}.clrfx:after{clear:both}.clrfx{zoom:1}
img {vertical-align:top;}

* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.pb30 {padding-bottom:30px;}
.pb50 {padding-bottom:50px;}

.fl {float:left;}
.fr {float:right;}

.posl {position: relative;}
.poa {position: absolute;}

.taL {text-align:left;}
.taC {text-align:center;}
.taR {text-align:right;}

.mr_01 {margin-right: -0.1em;}
.mr_03 {margin-right: -0.3em;}
.mr_04 {margin-right: -0.4em;}
.ml_05 {margin-left: -0.5em;}
.ml1 {margin-left: 1em;}
.mr_05 {margin-right: -0.5em;}
.mr_03 {margin-right: -0.3em;}
label {position: relative;bottom: -2px;}

a:hover { text-decoration: none; }

/* --------------------------------------------------------
 * Clearfix (basicにclrfxある)
 * --------------------------------------------------------*/
.clrFix:after{
  content: ""; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clrFix{display: inline-block;} 

/* Hides from IE Mac \*/
* html .clrFix {height: 1%;}
.clrFix{display:block;}
/* End Hack */ 

/* clrBtm --------------- */
.clrBtm:after{
  content: ""; 
  display: block; 
  height: 150px; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

/* --------------------------------------------------------
 * Common
 * --------------------------------------------------------*/
html {}

body {
	width: 100%;
	-webkit-text-size-adjust: 100%;
	letter-spacing : 0.1em;
	line-height : 180%;
	font-family: "ヒラギノ丸ゴ Pro W3","Hiragino Maru Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	/*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	font-size: 14px;
	background-color: #fff;
	background: url(../images/back.jpg);
	background-position: center center; 
	background-attachment: fixed;
	z-index: -9999;
}

#wrapper, #header, #contents, #footer {
	width: 100%;
}

/*#header .inner, #contents .inner, #footer .inner {
    width: 880px;
    margin: 0 auto;
	text-align:center;
}*/

/* --------------------------------------------------------
 * wrapper
 * --------------------------------------------------------*/
#wrapper {
  	width: 900px;
	margin: 0 auto;
}

/* --------------------------------------------------------
 * header
 * --------------------------------------------------------*/
#header {
	position: relative;
	text-align: center;
	z-index: 1;
}

#header .mainHeadImg {
	margin: 15px 0 0 -65px;
	overflow: hidden;
}

#header .profile {
	position: absolute;
	top: 393px;
	left: 340px;
}

/* --------------------------------------------------------
 * contents
 * --------------------------------------------------------*/
#contents {
	position: relative;
	margin-top: -110px;
	/*height: 100%;  */
   	background-color: rgba(255, 255, 255, 0.85);
	-webkit-box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.85);
	-moz-box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.85);
	border-collapse:separate; /*IE*/
	z-index: 5;
}

#contents .inner {
    /*overflow: auto;*/
   	text-align: center;
}

#outLineArea,
/*#setItemArea,*/
#otherItemArea {
	margin: 20px 0;
}

/* intro --------------- */
#intro .intro1,
#intro .intro2 {
	width: 420px;
	text-align: left;
	margin: 30px 0 0 0;
}

#intro .intro1 {
	float: left;
	margin-left: 55px;
}

#intro .intro2 {
	float: right;
}

#intro .intro2 .mokuji {
	width: 350px;
}
#intro .intro2 .mokuji .mokujiTtl {
	padding-bottom: 15px;
}

#intro .intro2 .mokuji li {
	border-bottom: inset 1px #000;
	padding-bottom: 5px;
}

#intro .illustration {
	position: absolute;
	top: 666px;
	right: 76px;
}


/* talk --------------- */
#talk {
	margin-top: 30px;
}

#talk .ttlImg {
	margin-top: -10px;
}

#talk dl {
	width: 700px;
	margin: 45px auto;
}

#talk dt {
	width: 170px;
	float: left;
	text-align: right;
}

#talk dd {
	width: 500px;
	float: right;
	text-align: left;
}

#talk .talkPhoto {
	margin: -16px 0 55px 0;
}

#talk .talkPhoto .cap {
	width: 600px;
	display: block;
	margin: auto;
	text-align: left;
	font-size: 11px;
	color: #4D4D4D;
}

#contents .update {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 13px;
	margin: 50px 0 30px 0;
}

/* archiveBtn ---------- */
#contents .archiveBtn {
	display:block;
	border-top: inset 1px #000;
	border-bottom: inset 1px #000;
	margin: 0 45px;
	padding: 18px;
	height: 40px;
}

#contents .archiveBtnFor1 {
	border-bottom: inset 1px #000;
	margin: 0 45px;
}

#contents .archiveBtn a {
	display: inline-table;
	/*position: absolute;*/
}


#contents .archiveBtn .latest  {
	position: absolute;
	left: 393px;
}

#contents .archiveBtn .prev {
	float: left;
	width: 80px;
}


#contents .archiveBtn .next  {
	float: right;
	width: 80px;
}

/* navLinkBar ---------- */
#contents ul.navLinkBar {
   display: inline-block;
   margin: 40px auto;
   
}

#contents ul.navLinkBar li.navLink {
	list-style: none outside none;
    float: left;
    margin: 0 45px;
    position: relative;
}

#contents ul.navLinkBar li.fbBtn {
	margin-top: 4px;
}

#contents .continued {
	margin-top: -30px;
}

/* copyright ---------- */
#contents p.copyright {
	padding: 0 0 25px 0;
	color: #fff;
	text-align: center;
}

/* profile --------------- */
.contents_profile {
	margin-top: -18px !important;
}

.header_profile {
	margin-left: -300px;
}

#profileArea {
	text-align: left;
	width: 510px;
	margin: 0 auto;
}

#profileArea .profile_name {
	font-family: "ヒラギノ角ゴ StdN";
	letter-spacing: 0.05em;
	font-weight: 800;
	font-size: 21px;
	margin: 45px 0;
}

#profileArea .c_box {
	margin: 0 0 50px 0;
}

#profileArea .c_ttl {
	font-family: "ヒラギノ角ゴ StdN";
	font-weight: 800;
	font-size: 16px;
}

#profileArea .c_txt {
	margin-left: 1.2em;
	margin-top: 20px;
}

 .goBack {
 	display:block;
	border-top: inset 1px #000;
	margin: 0 45px;
	padding: 15px 0 25px 0;
}
