@charset "utf-8";

/*------------------------------
  HTML 再定義
------------------------------*/

/*ul, ol, li, */
h1, h2, h3, h4, h5, h6, 
html, body, address, p, pre, 
blockquote, fieldset, form, input {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}

html {
	overflow-y: scroll;
}

body {
	background-image: url(../img/bg.gif);
	background-attachment: fixed;
	background-color: #EEEEEE;
	font-size: small;
}

img {
	border: none;
}

p {
	padding: 8px 0px;
}

li {
	line-height: 1.5em;
}

a:link, a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #FF6633;
	text-decoration: underline;
}

/*------------------------------

------------------------------*/

strong {
	color: #FF3399;
}

.table1 {}

.table1 th {
	padding: 3px;
	background-image: url(../img/bg_th.gif);
	color: #FFFFFF;
}

.table1 td {
	padding: 4px;
	font-family: monospace;
	letter-spacing: -1px;
}

table.table2 {
}

table.table2 tr {
}

table.table2 th {
	background-image: url(../img/pointer.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0px 0px 0px 30px;
	text-align: left;
	font-weight: normal;
	line-height: 150%;
}

table.table2 td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 5px;
	line-height: 160%;
}


.table3 {
	margin: 0px;
}

.table3 th {
	background-color: #EEEEEE;
	font-weight: normal;
	font-family: monospace;
}

.table3 td {
	background-color: #FFFFFF;
	font-family: monospace;
}

/*------------------------------
------------------------------*/

div.circles {
	margin: 0 0 0 -5px;
}

div.circle {
	margin: 0 0 10px 9px;
	border: 1px solid #CCCCCC;
	width: 220px;
	float: left;
	cursor: pointer;
}

div.circle a {
	color: #000;
	text-decoration: none;
}

div.circle .name {
	padding: 3px;
	background-image: url(../img/bg_th.gif);
	color: #FFFFFF;
	font-weight: bold;
}

div.circle .name2 {
	padding: 3px;
	background-image: url(../img/bg_th2.gif);
	color: #FFFFFF;
	font-weight: bold;
}

div.circle .name a,
div.circle .name2 a {
	color: #FFFFFF;
}

div.circle .name a:hover,
div.circle .name2 a:hover {
	color: #FF6633;
}

div.circle dl {
	margin: 10px 0px;
}

div.circle dl dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em 0;
  width: 3em;
  border-left: solid 5px #CCC;
  padding-left: 5px;
  color: #000;
}

div.circle dl dd {
  margin-bottom: 0.8em;
  margin-left: 3em;
}

h1 {
	width: 950px;
	margin: 10px auto 0px auto;
}

h2 {
	clear: both;
	line-height: 30px;
	margin: 10px 0;
	padding: 0 0 0 20px;
	background-image: url(../img/bg_h2.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-right: 1px solid;
	border-right-color: #CCCCCC;
	border-bottom: 1px solid;
	border-bottom-color: #CCCCCC;
	font-size: small;
	font-weight: normal;
	letter-spacing: 2px;
}

h3 {
	border-bottom: 1px dashed #333;
	font-size: 1.0em;
	letter-spacing: 2px;
	padding: 12px 0px 3px 2px;
	margin: 0px 0px 10px 2px;
	text-align: left;
	color: #373a7d;
	font-weight: bold;
}

h3:first-letter {
	font-size: 1.3em;
	background-color: #5893ed;
	color: #fff;
	padding: 2px;
} 


address {
	width: 930px;
	margin: 0px auto;
	padding: 0px 15px 10px 15px;
	background-image:  url(../img/bg_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #999999;
	font-family: "Courier New", Courier, mono;
	font-size: 0.8em;
	text-align: right;
}

.main {
	width: 920px;
	margin: 0px auto;
	padding: 15px;
	background-image: url(../img/bg_main.png);
	background-repeat: repeat-y;
}

/*----- uniform -----*/

input.text,
input.email,
input.password,
textarea.uniform {
	background-color: #FFFFFF;
	color: #222222;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
	background-color: #FFFFFF;
	color: #000000;
}

div.button span,
div.uploader span.action,
div.selector span {
	font-weight: normal;
	color: #000000;
}

/*----- validation -----*/

.error {
	color: #e10000;
	font-weight: bold;
}

/*------------------------------
------------------------------*/

#detail {
	margin: 5px auto;
	width: 660px;
}

#Layer1 #detail {
	margin: 5px auto;
	padding: 10px;
	/*border: 5px dashed lightskyblue;*/
	width: 660px;
	height: 460px;
}

#detail table {
	margin: 0px;
	height: 460px;
}

#detail table th {
	background: #EEEEEE;
	font-weight: normal;
	font-family: monospace;
}

#detail table td {
	padding: 5px;
	background: #FFFFFF;
	font-family: monospace;
}

#detail #comment {
	overflow: scroll;
	height: 200px;
}

#notebook {
	background: url(../img/bg_notebook.gif) scroll;
	padding: 15px 10px 0 50px;
	line-height: 25px;
	font-family: monospace;
}
#detail #comment #notebook {
	min-height: 160px;
}

#detail img#photo {
	float: right;
}

#Layer1 {
	background: #FFF;
	border: 10px solid lightskyblue;
	display: none;
	position: absolute;
	z-index: 2;
	width: 700px;
	height: 500px;
	top: 0px;
	left: 50%;
	padding: 0px;
	margin: 0px 0px 0px -350px;
}

#Layer2 {
	display: none;
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: #333333;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
