
/* CSS Document */

body {
	background-color: #000;
	margin: 100;
	padding: 0;
	text-align: center;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	color: #CCCCCC;
}
a:link { color: #fff; text-decoration: none; }
a:visited { color: #fff; text-decoration: none; }
a:hover {
	color: #fff;
	text-decoration: underline;
}
a.here { color: #CC0000 }

p.setsumei {
	text-align: left;
	margin: 0px auto;
	padding: 20px;
	width: 400px;
	font-size: 12px;
	color: #FFFFFF;
	background: #333333;
	border: 1px solid #666666;
}

/*┏─────────────────────────────────────────────────┓*/
/*　レイアウト要素　*/
/*┗─────────────────────────────────────────────────┛*/

#wrap {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}

#head {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 80px;
	text-align: left;
	background: url(images/head-logo.gif) no-repeat;
}

#mainimg {
	margin: 0px;
	padding: 0px;
	width: 800px;
	background: url(images/main-img.jpg) no-repeat;
	height: 480px;
	text-align: left;
	clear: both;
}

#mainimg2 {
	margin: 0px;
	padding: 0px;
	width: 800px;
	background: url(images/vox-head.jpg) no-repeat right;
	height: 200px;
	text-align: left;
	clear: both;
}

#navi {
	margin: 0px;
	padding: 14px 10px 0px 0px;
	width: 790px;
	background: url(images/navi.gif) no-repeat;
	height: 26px;
	text-align: right;
	font: normal 12px "Century Gothic";
}

#content {
	margin: 0px;
	padding: 40px;
	clear: both;
	width: 720px;
	text-align: left;
}

#foot {
	margin: 0px;
	padding: 0px;
	width: 800px;
	background: url(images/foot.gif) no-repeat;
	height: 40px;
	text-align: left;
	text-indent: -9999px;
}

/* ---------------------------------------------------------------------------------------------------- */
/*　head要素　*/
/* ---------------------------------------------------------------------------------------------------- */

h1 {
	margin: 0px;
	padding: 0px;
	width: 260px;
	height: 80px;
	text-align: left;
	float: left;
}

h1 a {
	text-indent: -9999px;
	background: url(images/head-logo.gif) no-repeat;
	width: 260px;
	height: 80px;
	display: block;
}

div#blog {
	margin: 0px;
	padding: 0px;
	width: 61px;
	height: 80px;
	text-align: left;
	float: right;
}

div#blog a {
	text-indent: -9999px;
	background: url(images/head-blog.gif) no-repeat;
	width: 61px;
	height: 80px;
	display: block;
}

/* ---------------------------------------------------------------------------------------------------- */
/*　navi要素　*/
/* ---------------------------------------------------------------------------------------------------- */

#navi em {
}

/* ---------------------------------------------------------------------------------------------------- */
/*　content要素　*/
/* ---------------------------------------------------------------------------------------------------- */

#content h3 {
	letter-spacing: 0.5em;
	border-left: 1em solid #990000;
	padding-left: 0.5em;
	font: 900 14px "Century Gothic";
}

#content h4 {
	letter-spacing: 0.5em;
	border-left: 1em solid #666;
	padding-left: 0.5em;
	font: 900 12px "Century Gothic";
}

#content p {
	font-size: 12px;
	line-height: 2em;
	margin: 0px;
	padding: 0px 0px 0px 2em;
}

.td01 {
	width: 80px;
	margin: 0 0 5px 2em;
	padding: 2px;
	float: left;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
}

.td02 {
	float: left;
	padding: 2px;
	margin: 0 0 5px;
	width: 600px;
	font-size: 12px;
	line-height: 1.8em;
}

img.alignleft {
	border: 1px solid #333;
	float: left;
	margin: 5px 5px 5px 0;
}

img.alignright {
	border: 1px solid #333;
	float: right;
	margin: 5px 0 5px 5px;
}

img.artphoto {
	border: 1px dotted #333;
}

.artphototxt {
	font-size: 10px;
}

.qt {
	font-size: 12px;
	line-height: 2em;
	margin: 2em;
	padding: 2em 2em 2em 0;
	border: 1px solid #4c4c4c;
	width: 500px;
}

/* ---------------------------------------------------------------------------------------------------- */
/*　　GLOBAL　　*/
/* ---------------------------------------------------------------------------------------------------- */

.hidden {
	display: none;
	visibility: hidden;
}

input , textarea {  
	border: none;
	background-color: #eeeeee; 
	color: #404040; 
	font-family: "Trebuchet MS"; 
	font-size: 10px; 
}

