@charset "UTF-8";

/* 基本スタイル
---------------------------------------------*/
* {
	font-size: 100%;
	}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
p, blockquote, th, td {
	margin: 0; 
	padding: 0;
	}
html {
	margin-top: 0 !important;
	
	}
* html             { overflow-x: hidden; } /* IE6 */  
*:first-child+html { zoom: 1; } /* IE7 */

body {
	font-size: 62.5%;
	font-family: meiryo, Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	background-color: #fff;
	color: #000;
	line-height: 1;
	}
img {
	border: none;
	vertical-align: top;
	}
ul {
	list-style-type: none;
	}
p, dd, li {
	text-align: justify;
	}
table {
	border-collapse: collapse; 
	border-spacing: 0;
	}
fieldset {
	border: none;
	}
/* リンク設定
---------------------------------------------------------- */
a:hover {
	position: relative;
	left: 1px;
	}
/* content area
---------------------------------------------------------- */
#content {
	width: 460px;
	margin: 0 auto;
	padding: 25px 0;
	}
#content p.photo {
	margin-bottom: 15px;
	}
#content h1 {
	font-size: 180%;
	}
#content p {
	line-height: 1.4;
	}
#content div.description p {
	margin: 1.4em 0;
	font-size: 130%;
	}
#content p.contact {
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	}
#content p.link {
	margin-top: 1.4em;
	text-align: center;
	}
/* 
---------------------------------------------------------- */
