@charset "UTF-8";
/* ryutaiida page.css */


body {
	position: relative;
	background: #fff;
	color: #333;
}

/*----------------------------------------
	a
----------------------------------------*/

a:link	  { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:active  { color: #000; text-decoration: none; }
a:hover   { color: #000; text-decoration: none; }

/*
::-moz-selection{
	background: #333;
	color: #fff;
}

::selection{
	background: #333;
	color: #fff;
}
*/

/*----------------------------------------
	float clearfix
----------------------------------------*/

ul#pageNavi {
    zoom: 1;/*for IE 5.5-7*/
}

ul#pageNavi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*----------------------------------------
	layout
----------------------------------------*/

html {

}

body {
	
}


div#page {
margin:0 auto;
width:692px;
}

div#header {
padding:50px 0 50px 0;
}


div#contents {

}

div#footer {
margin:0 0 50px;
}

/*----------------------------------------
	header
----------------------------------------*/

h1 {
margin-bottom:10px;
font-size:36px;
font-family:'Garamond',serif;
text-align:center;

}

h1 span {
color:#ccccaa;
}

ul#headerMenu {
text-align:center;
font-size:10px;
font-family:'Garamond',serif;
}

ul#headerMenu li {
display:inline;

}

/*----------------------------------------
	contents
----------------------------------------*/


h2 {

font-size:18px;
font-family:'Garamond',serif;
}

.entryBlock {
width:692px;
margin-bottom:100px;
text-align:center;
}

.entryBody {
width:692px;
text-align:center;
}


.entryBody a {
}

.entryBody img{
display:inline;
margin-bottom:15px;
border:1px solid #ccc;
text-align:center;
}

.entryBlock p {
margin-bottom:10px;
color:#aaa;
font-size:12px;
font-family:'Garamond',serif;
}

.entryBlock p span {
font-size:16px;
}

/*----------------------------------------
	contents
----------------------------------------*/

ul#footerMenu {
margin-bottom:20px;
text-align:center;
font-size:10px;
font-family:'Garamond',serif;
}

ul#footerMenu li {
display:inline;

}

address {
	text-align:center;
	font-size:12px;
	font-style:normal;
	font-family:'Garamond',serif;
}

