/* PARALLAX SCROLLING EXPERIMENT
   Master Styles
   Author: Jonathan Nicol (f6design.com)
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  overflow: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* Extended base styles (site specific)
*****************************************************************/

html { 

	}
body {
	color: #000;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック';
	font-size: 85% ;
    line-height: 1.4em ;
	background-color:#fff;
	overflow-x:hidden;
}
h1 {
	color: #000;
}
a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#666;
	outline: none;
	text-decoration:none;
	}
	a:hover { 
		color:#000;
		}
img { 
	display:block;
	}
p {
/*	margin:1em 0;
*/	}

@font-face
{
font-family: mplus-1p-regular;
src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-1p-regular.ttf') format("truetype");
}

/* Page structure
*****************************************************************/

#wrapper {

}

/* content */
#content {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 1.4em;
	font-size:90%;

}
#content h1 {
	text-align:center;
	margin:60px auto;
	width:759px;
}
	#content article {
background-color:#fff;
padding:10px;
	width:650px;
margin: 0 auto 50px;

}
#content article img {

}
#side_area {
background-color:#fff;
padding:5px;
			
			-webkit-border-radius: 5px;
-moz-border-radius: 5px; 
border:solid 1px #ccc;
		}
 

footer {
	padding:1%;
	position:relative;
}
footer ul {

}
.page_top a{
	position:absolute;
	right:1%;
	padding-bottom:1%;
	
}
#content article#archives {

	width:824px;
	margin:0 auto;
	text-align:center;
}
#content article#archives h3 {
	text-align:center;
	margin:0 auto 40px;
	width:850px;
}

#content article#archives ul{
	margin-bottom:60px;
	width:824px;
}
#content article#archives li {
	float:left;
	margin-right:60px;
}
#content article#archives li.last {
	margin-right:0px;
}
/*slide top*/
#carouselWrap{
	margin:0 auto;
	width:620px;
	height:515px;
	padding:5px;
	position:relative;
	line-height:1.8em;
}

#carouselPrev{
	position:absolute;
	top:170px;
	left:-70px;
	cursor:pointer;
}
#carouselNext{
	position:absolute;
	top:170px;
	right:-70px;
	cursor:pointer;
}
#carouse{
	width:100%;
	height:100%;
	overflow:hidden;
}

#carouselInner .column{
	width:620px;
	height:505px;
	float:left;
	display:none;
}
#carouselInner .column {
	float:left;
}

/*slide top*/
#carouselWrap01{
	margin:0 auto;
	width:620px;
	height:600px;
	padding:5px;
	position:relative;
	line-height:1.8em;
	text-align:left;
}

#carouselPrev01{
	position:absolute;
	top:170px;
	left:-70px;
	cursor:pointer;
}
#carouselNext01{
	position:absolute;
	top:170px;
	right:-70px;
	cursor:pointer;
}
#carouse01{
	width:100%;
	height:100%;
	overflow:hidden;
}

#carouselInner01 .column{
	width:620px;
	height:600px;
	float:left;
	display:none;
	font-family: mplus-1p-regular;

}





.center_box {
	width:500px;
	margin:0 auto;
	font-size:120%;
	line-height: 1.7em;
}
			#waku_top {
				position:absolute;
				top:450px;
				
			}
			#waku_bottom {
				position:absolute;
				top:670px;
				
			}
.img_detail {
	margin-bottom:10px;
}
dl#detail_box{
	}
dl#detail_box dt {
			font-weight:bold;
			margin-bottom:10px;
		}
.content{width:520px; height:550px; overflow:auto; font-size:90%; padding:10px ; line-height:1.8em;}

.content p {

}
.attention {
	font-size:90%;
	color:#900;
}

.link{
font-size:110%;
background-color:#ccccff;
}

/*#i_body {
	height:700px;
	width:592px;
	overflow:hidden;
}
*/
#copy {
	padding-top:30px;
}
p.small {
	font-size:90%;
}