@charset "utf-8";
/* CSS Document */

/* Layout */

html {
	width: 100%;
	height: 100%;
}

body {
	display: none;
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4em;
	color: #333;
	margin: 0;
	padding: 0;
}


header {
	height: 50px;
    color:#333;
	font-family: "Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
	font-size: 30pt;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
	margin: 0 auto;
    padding: 30px 0 0;
}

h1 {
	width: 200px;
	height: 60px;
	color: #fff;
	font-family: Arial,"Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
	font-size: 20pt;
	background-color: #444;
	text-align: center;
	line-height: 2.2em;
	letter-spacing: 0.2em;
	margin: 30px auto;
	padding-left: 0.2em;
}

h1.friends {
	width: 300px;
	height: 60px;
	color: #fff;
	font-family: Arial,"Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
	font-size: 20pt;
	background-color: #444;
	text-align: center;
	line-height: 2.2em;
	letter-spacing: 0.2em;
	margin: 30px auto;
	padding-left: 0.2em;
}


h2.gallery2004 {
	color: #333;
	font-family: Arial,"Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
	font-size: 18pt;
	text-align: center;
	letter-spacing: 0.2em;
	margin: 30px auto 10px;
}


/* Menu */
nav {
	height: 36px;
	color: #333;
	text-align: center;
	line-height: normal;
	border: solid  #888;
	border-width: 3px 0px 3px 0;
	margin: 5px 0 20px;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav ul li {
	display: inline;
	font-family: Arial,"Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
	font-size: 16pt;
	font-weight: bold;
	line-height: 1.7em;
}

nav ul li a {
	display: inline-block;
	height: 36px;
	color:#333;
	text-decoration: none;
	margin-right: 20px;
	padding: 0 15px 0 15px;
}

nav ul li a:hover {
	height: 36px;
	color:#fff;
	background-color: #555;
	text-decoration: none;
	padding: 0 15px 0 15px;
}

/* Top Main */
main {
	margin: auto;
	text-align: center;
}

/* Profile */
ul#profile {
	width: 700px;
	margin: 0 auto;
	list-style-type:none;
	text-align: left;
}

ul#profile li.img {
	width: 250px;
	float: left;
}

ul#profile li.text {
	width: 400px;
	padding-left: 30px;
	float: left;
}

ul#profile li.text p{
	font-size: 12pt;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 20px 0;
}

/* 陶芸 pottery */
.pottery, .friends_sub {
	text-align: center;
	line-height: normal;
	margin: 5px 0 20px;
}

.pottery ul, .friends_sub ul {
	margin: 0;
	padding: 0;
}

.pottery ul li, .friends_sub ul li {
	display: inline;
}

.pottery ul li a, .friends_sub ul li a {
	display: inline-block;
	height: 30px;
	width: 90px;
	color:#666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14pt;
	border: solid  #888 4px;
	line-height: 1.7em;
	font-weight: bold;
	margin: 0 10px;
	text-decoration: none;
}

.pottery ul li a:hover, .friends_sub ul li a:hover {
	height: 30px;
	color:#fff;
	background-color: #888;
	text-decoration: none;
}



/* footer */
footer {
	font-family: "Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
	font-size: 10pt;
	border: solid  #888;
	border-width: 3px 0px 0 0;
	margin: 20px 0 30px;
	padding: 20px 0 0;
	text-align: center;
}

/*--clerfix-----------------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	 /* IE6 */
	* html .clearfix { zoom: 1;}
	 /* IE7 */
	*:first-child+html .clearfix { zoom: 1;}