@charset "Shift_JIS";

body,td,th {
 font-size: 13px;
}

big {
 font-size: 16px;
}

small {
 font-size: 12px;
}

.body {
 display: block;
 margin: 0;
 padding: 10px;
}

.h1 {
 font-size: 16px;
 color: #FFF;
 background-color: #2492FF;
 font-weight: bold;
 padding: 4px 2px 2px 8px;
 margin: 4px 0;
}

.h2 {
 font-size: 15px;
 color: navy;
 border-style: dotted none dotted none;
 border-width: 1px 0;
 border-color: #2492FF;
 margin: 4px 0;
 padding: 4px 0 2px 0;
}

.alpha {
 font-family: Verdana, Helvetica, Arial, monospace;
}

.num {
 font-family: "Times New Roman", Times, Geogia, serif;
}

a:hover {
 color: #F36;
 text-decoration: none;
}

.sitemap {
 padding: 2px 0 2px 0;
}

.sitemap a { text-decoration: underline; }
.sitemap a:link { color: #00F; }
.sitemap a:visited { color: #800080; }
.sitemap a:active { color: #F0F; }
.sitemap a:hover {
 color: #F00;
 text-decoration: none;
}

.sitemap em {
 font-style: normal;
 color: #FF0000;
}

.strong {
 font-weight: bold;
}

.em {
 color: #9200AA;
}

.edit_menu {
 font-weight: bold;
 font-size: 13px;
 color: #00F;
}
.edit_menu a { text-decoration: underline; }
.edit_menu a:link { color: #00F; }
.edit_menu a:visited { color: #00F; }
.edit_menu a:active { color: #00F; }
.edit_menu a:hover {
 color: #2492FF;
 text-decoration: underline;
}

.rtri {
 font-size: smaller;
 color: #F8A900;
}

hr.edit_menu
{
 width: 100%;
 height: 2px;
 border: 0 solid #CCCCCC;
 color: #CCCCCC;
 background-color: #CCCCCC;
}


/* config menu */

.menulist {
	width: 750px;
	margin: 0 auto;
	padding: 0px;
}

.menulist li {
	border-right:1px solid #CCCCCC;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:5px;
	padding:0px 20px;
	color: #666666;
	font-weight: bold;
}

.menulist li a {
	font-weight: normal;
}

.menulist li.end {
	border:medium none;
}

/* edit entry  tag input */

#input_tag {
	width: 450px;
	padding: 5px;
	margin: 0px;
}

#input_tag li {
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}

#input_tag li span {
	background: url(http://emoji.fc2.com/image/button.gif) no-repeat left top;
	font-size: 12px;
	text-decoration: none;
	display: block;
	width: 36px;
	height: 24px;
	line-height: 24px;
	margin-right: 5px;
	color: #FF9933;
	cursor:pointer;
}


#parts {
	margin-bottom: 20px;
}



