@charset "UTF-8";

/* General */
*, html {
	margin:0;
	padding:0;
}

/* default font set */
html, body, p, td, th, rp, rt, ruby, address {
	font-family:
		"Hiragino Maru Gothic Pro", Meiryo, Osaka,
		"メイリオ", "ヒラギノ丸ゴ Pro W4", "ＭＳ Ｐゴシック", "MS PGothic"
		"Lucida Sans", verdana, helvetica, ariel,
		suns-serif;
}

/* title(default) font */
h1 ,h2 , h3, h4, h5, h6 {
	font-family:
		"Hiragino Kaku Gothic Pro", MeiryoKe_PGothic, Osaka,
		"ヒラギノ角ゴ Pro W3", "HGPｺﾞｼｯｸM", "ＭＳ Ｐゴシック", "MS PGothic",
		"Lucida Sans", verdana, helvetica, ariel,
		suns-serif;
}

/* monospace font set */
pre, input, select, option, button, kbd, samp, tt, img, area, textarea, xmp ,embed ,code{
	font-family:
		"MeiryoKe_Gothic", "Osaka-Mono", 
		"Osaka－等幅", "HGSｺﾞｼｯｸM", "ＭＳ ゴシック", "MS Gothic",
		"Lucida Suns Typewrter", "Lucida Console",
		monospace;
}

body{
	color:#333;
	text-align:center;
	font-size:70%;
	background-color:transparent;
}

a,a:link,a:active,a:visited {
	color:#5D8BB3;
	text-decoration:none;
}

a:active {
	color:#5D8BB3;
	text-decoration:none;
}

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

#body p {
	margin:5px;
/*	text-indent:1em; */
}

ol li {
	list-style:decimal outside;
}

#content ul,ol,dl {
	padding-left:16px;
	margin-left:16px;
}

dt{
	color: #333366;
	font-weight:bold;
	margin-top:1em;
	margin-left:0.5em;
}

dd{
	margin-left:1em;
}

acronym, abbr, span.caps {
	border-bottom:1px dashed #fc0;
	cursor:help;
}

blockquote {
	border-left:3px solid #ccc;
	margin:20px;
	padding-left:10px;
}

cite, ins {
	text-decoration:none;
}

code, pre, kbd {
	font-size:1em;
}
small,.small {
	font-size:.8em;
	color:#777;
}

strike, del {
	color:#777;
	text-decoration:line-through;
}

label {
	cursor:pointer;
}

#body h1 {
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0;
	border-left:   8px solid #7777FF;
	border-bottom: 2px solid #333388;
	font-size:1.8em;
	line-height:1.9em;
}

h2 {
	clear: both;
	background-color:#FFFFFF;
	padding: 2px 2px 3px 8px;
	margin:10px 0px 10px 0px;
	border-left:   8px solid #7777FF;
	border-bottom: 2px solid #333388;
	font-size:1.4em;
	line-height:1.5em;
}

h3 {
	border-bottom:  1px solid #bb4444;
	border-left:   10px solid #FF7777;
	color:inherit;
	background-color:#FFFFFF;
	padding: 2px 2px 4px 8px;
	margin:8px 1em 8px 0px;
	font-size:1.2em;
	line-height:1.3em;
}
h4 {
	border-bottom:  1px solid #33bb33;
	border-left:   10px solid #21E05D;
	color:inherit;
	background-color:#FFFFFF;
	padding: 2px 4px 4px 8px;
	margin:8px 0px 8px 0px;
	font-size:1.0em;
	line-height:1.1em;
}

h5, h6 {
	color:inherit;
	background-color:#DDEEFF;
	padding: 2px 4px 2px 8px;
 	border:0px;
 	margin:.5em 0px .5em 0px;
	font-size:0.8em;
	line-height:0.9em;
}

dt {
	font-weight:bold;
	margin-top:1em;
	margin-left:1em;
}

pre {
	border-top:#DDDDEE 1px solid;
	border-bottom:#888899 1px solid;
	border-left:#DDDDEE 1px solid;
	border-right:#888899 1px solid;
	padding:.5em;
	margin-left:1em;
	margin-right:2em;
/*	white-space:pre;	*/
	color:black;
	background-color:#F0F8FF;
	line-break:strict;
	word-break:break-all;
	word-wrap:break-word;
}

address{
	font-size:.8em;
	text-align:left;
	margin:0 1.5% !important;
	margin:0 2% 0 1.1%;
}

/* Images */
img {
	border:0;
}

p img {
	border:0;
	max-width:100%;
	padding:2px;
}

img.center,img[align="center"] {
	display:block;
	margin:auto;
}

img.alignright,img[align="right"] {
	float:right;
	display:inline;
	margin:0 0 2px 7px;
	padding:2px;
}

img.alignleft,img[align="left"] {
	float:left;
	display:inline;
	margin:0 7px 2px 0;
	padding:2px;
}

/* form */

textarea {
	width:100%;
}

textarea, input[type="text"], input[type='password'], select{
	border:1px solid #ccc;
	padding:1px;
	background:url(./image/bg_input.jpg) repeat-x left top;
	background-color:white;
}

input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus,
input[type='text']:hover, input[type='password']:hover, textarea:hover, select:hover {
	border-color:#fc0;
}

input[type='submit'], input[type='reset'], input[type='button'] {
	margin:0 0 0 10px;
	border:1px solid #3465A4;
	color:#fff;
	background-color:#5D8BB3;
	padding:0 2px;
}
input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover {
	border:1px solid #3465A4 !important;
	color:#fff !important;
	background:#3465A4 !important;
}

/* Custimize Form Design */
input[type='text'][name='word']{
	font-size:1em;
	margin:5px 4%;
	padding:3px;
	border:1px solid #ccc;
	height:16px;
	background:url(./image/bg_search.png) right 3px no-repeat #f4f4f4;
}

input[type='text'][name='word']:focus, input[type='text'][name='word']:hover {
	border:1px solid #fc0;
	background:url(./image/bg_search.png) right -16px no-repeat #fff;
}

/* Container */
#body {
	text-align:left;
	margin:0;
	padding:0;
	font-size:1.2em;
	width:750px;
	z-index: 0;
	display:block;
	overflow:hidden;
}

#body ul,ol,dl{
	padding-left:16px;
	margin-left:16px
}

/* Sidebar */
#sidebar {
	display:block;
	float:right;
	line-height:1.2em;
	margin:13px 1.5% !important;
	margin:13px 0;
	width:143px;
	text-align:left;
	font-size:1.2em;
}

#sidebar h2 {
	font-size:1.2em;
	font-weight:400;
	border-left: 10px solid #aabbff;
	border-bottom:1px solid #bbbbff;
	border-top:   1px solid #bbbbff;
	border-right: 1px solid #bbbbff;
	margin:10px 2px 0 7px;
	padding:2px 0;
}

#sidebar ul {
	margin:0px 0px 0px .5em;
	padding:0px 0px 0px .5em;
	color:#777;
}

#sidebar li {
	width:100%;
}

#sidebar ul ul li {
	width:100%;
	margin:0 10px;
	padding:2px;
}
	
#sidebar ul ul li a,#menubar ul ul li a:link,#menubar ul ul li a:visited {
	padding:2px 4px;
}

#sidebar h3 {
	background-color:#ddddff;
	padding: 2px;
	border-left:  1px solid #aabbff;
	border-bottom:1px solid #aabbff;
	border-top:   1px solid #aabbff;
	border-right: 1px solid #aabbff;
	margin: 4px 0px 4px 0px;
	height: 31px;
}

#sidebar h4 {
	color:#333;
	font-size:1.2em;
	font-weight:400;
	margin:15px 2px 0 10px;
	padding:2px 0;
}

#sidebar h5 {
	font-size: 15px;
	border-left: 10px solid #88ff88;
	border-top:   1px solid #bbddcc;
	border-bottom:1px solid #aaccbb;
	border-right: 1px solid #aaccbb;
	padding: 1px 1px 1px 2px;
	margin: 8px 0px 4px 0px;
	height: 1.3em;
	background: #FFFFFF;
}

#sidebar ul ul,#toggle ul {
	margin:0;
	padding:0 0 10px;
}

/* Table */
thead td.style_td,
tfoot td.style_td {
	color:inherit;
	background-color:#D0D8E0;
}
thead th.style_th,
tfoot th.style_th {
	color:inherit;
	background-color:#E0E8F0;
}
.style_table {
	padding:0px;
	border:0px;
	margin:auto;
	text-align:left;
	color:inherit;
	background-color:#ccd5dd;
}
.style_th {
	padding:5px;
	margin:1px;
	text-align:center;
	color:inherit;
	background-color:#EEEEEE;
}
.style_td {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
}

/* List */
ul.list1 { list-style-type:disc; }
ul.list2 { list-style-type:circle; }
ul.list3 { list-style-type:square; }
ol.list1 { list-style-type:decimal; }
ol.list2 { list-style-type:lower-roman; }
ol.list3 { list-style-type:lower-alpha; }

div.ie5 { text-align:center; }

.super_index {
	color:#DD3333;
	background-color:inherit;
	font-weight:bold;
	font-size:60%;
	vertical-align:super;
}

a.note_super {
	color:#DD3333;
	background-color:inherit;
	font-weight:bold;
	font-size:60%;
	vertical-align:super;
}

div.jumpmenu {
	font-size:60%;
	text-align:right;
}

hr.full_hr {
	border-style:ridge;
	border-color:#333333;
	border-width:1px 0px;
}

hr.note_hr {
	width:90%;
	border-style:ridge;
	border-color:#333333;
	border-width:1px 0px;
	text-align:center;
	margin:1em auto 0em auto;
}

span.size1 {
	font-size:xx-small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size2 {
	font-size:x-small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size3 {
	font-size:small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size4 {
	font-size:medium;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size5 {
	font-size:large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size6 {
	font-size:x-large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size7 {
	font-size:xx-large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}

/* for not print elements */
.noprint{
}

/* html.php/edit_form() */
div.edit_form 
{
	/* clear:both; */
	width:95%;
	min-width:99%;
}

/* for realedit.js */
#realview_outer {
	float:left;
	z-index:10;
	margin:1px;
	padding:0px 20px;
	height:200px;
	width:750px;
	overflow:scroll;
	display:none;
	background:url(./image/bg_input.jpg) repeat-x left top;
}

#realview {
	width:100%;
}
/* for ajaxpopup */
#ajaxpopup {
	position: absolute;
	z-index: 100;
	border: solid 1px #000;
	font-size: 1em;
	margin: 0px;
	padding: 0.15em;
	background-color: #ffc;
	background:url(./image/bg_yellow.png) repeat center top transparent !important;
}

/* for blikifooter */
div.blikiFooter {
	text-align:right;
}

/* for BugTrack/1 */
.dummyblock
{
	width:77%;
	float:left;
	display:block;
}

/**
 * Gallery
 *
 */

.dir_table{
	width: 900px;
	line-height: 100%;
	border-spacing: 0px 10px;
}
.dir_table_info{
	width: 150px;
	text-align: top;
	padding: 3px 0px 3px 0px;
	line-height: 100%;
	border-width: 1px 0px 1px 1px;
	border-style: dashed;
	border-color: #ccd5dd;
}
.dir_table_thumbs{
	text-align: middle;
	font-size: 1em;
	padding: 3px 0px 3px 0px;
	margin-bottom: 5px;
	line-height: 100%;
	border-width: 1px 1px 1px 0px;
	border-style: dashed;
	border-color: #ccd5dd;
}
.photo_table{
	border: 1px;
	border-style: dashed;
	border-color: #ccd5dd;
	width: 900px;
	margin: 0 auto;
}
.photo_table_cell{
	padding: 5px 0px 5px 0px;
}
.photo_table_cell_l{
	padding: 5px 0px 5px 0px;
}
.photo_table_cell_r{
	padding: 5px 0px 5px 0px;
}
.photo_table_cell_e{
	padding: 5px 0px 5px 0px;
}
.photo_table_cell_n{
	padding: 5px 5px 5px 5px;
}
.photo_table_spacer{
	height: 0px;
}
.details_table{
	border: 1px;
	border-style: dashed;
	border-color: #ccd5dd;
	width: 900px;
	margin: 0 auto;
}
.details_table_cell_l{
	padding: 5px 5px 5px 20px;
	width: 260px;
}
.details_table_cell_r{
	padding: 5px 5px 5px 20px;
}
.crumbs{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 10px 5px;
}
.admin_table{
	border: 1px solid #ccd5dd;
	background-color: #eef5ff;
	width: 700px;
	margin: 0 auto;
}
.friend_table{
	border: 1px solid #ccd5dd;
	background-color: #eef5ff;
	width: 700px;
	margin: 0px 37px 0px 37px;
}
.friend_heading{
	border-bottom: 2px solid #77aa77;
	background-color: #99cc99;
	padding: 2px 0px 3px 5px;
	font-size: 1.1em;
	font-weight: bold;
}
.friend_cell{
	background-color: #ccffcc;
	padding: 10px 0px 10px 5px;
}
.form_btn{
	border: 1px solid #ccd5dd;
	background-color: #ccccff;
	font-size: 0.8em;
}
.form_btn: hover{
	border: 1px solid #ccd5dd;
	background-color: #9999ff;
	font-size: 0.8em;
}
.form_text{
	border: 1px solid #ccd5dd;
	background-color: #ffffff;
	font-size: 0.8em;
	padding: 2px;
}
.form_text: hover{
	border: 1px solid #000066;
	background-color: #ffffcc;
	font-size: 0.8em;
	padding: 2px;
}
.error{
	border: 1px solid #ccd5dd;
	background-color: #ffcccc;
	width: 98%;
	margin: 0px 0px 0px 5px;
}
b{
	font-size: 1.1em;
	font-weight: bold;
}
.folder{
	font-size: 1em;
}
.info{
	font-size: 0.8em;
}
.info_bold{
	font-size: 0.8em;
}
