﻿@charset "UTF-8";
/* =======================================================================
	File : 		css/commmon.css
	Charset : 	UTF-8
	Title : 	基本的なcss
	Created : 	2008-01-18
	Ver : 		1.00
	History : 	
	Author : 	八満とシアン
	Description : 
	Information : http://www.trash-news.net/
	Notice : 	
	Copyright (c) Hachimn_Cian. All rights reserved.
	仕様 …… 
======================================================================== */

/* Common
--------------------------------------- */
body{
	font-size:12px;
	color:#111122;
	margin:0;
	padding:0;
}

/* CSS Reset 4 Any Environment
--------------------------------------- */
p,dl,dt,dd,ol,ul,li,form,caption{
	margin:0;
	padding:0;
}
fieldset{
	border-style:none;
	border-width:0px;
}
li{
	list-style:none;
}
img,form,input{
	display:block;
}
img{
	border:none;
}
em,dfn{
	font-style:normal;
}
em{
	font-weight:bold;
}
q{
	border-bottom:1px dashed #999999;
}
a{
	text-decoration:none;
}
hr{
	display:none;
	clear:both;
}
hr#COMMENT{
	display:block;
	clear:none;
}


/* Text Decoration
--------------------------------------- */
a:link{
	/* color:#4F9521; */
	/* color:#1AB642; */
	/* color:#0A600D; */
}
a:visited{
	/* color:#3F7E11; */
	/* color:#88C721; */
	/* color:#286A07; */
}
a:hover{
	/* color:#53B34C; */
	/* color:#92E849; */
}
a:active{
	/* color:#42D717; */
	/* color:#42D717; */
}

a:link{
	color:#3344CC;
}
a:visited{
}
a:hover{
	color:#3344ee;
}
html>/**/body a:hover{
	text-decoration:underline;
}
a:active{
	color:#6666ff;
}

.lv-1{
	font-size:0.8em;
}
.lv-2{
	font-size:0.6em;
}
.lv-3{
	font-size:0.4em;
}
.lv-4{
	font-size:0.3em;
}
.lv-5{
	font-size:0.2em;
}

.lv0{
	font-size:1em !important;
}

.lv1{
	font-size:1.2em;
}
.lv2{
	font-size:1.4em;
}
.lv3{
	font-size:1.6em;
	letter-spacing:0.1em;
	font-weight:bold;
}
.lv4{
	font-size:2em;
	letter-spacing:0.2em;
	font-weight:bold;
}
.lv5{
	font-size:3em;
	letter-spacing:0.4em;
	font-weight:bold;
}
span.lv1{
	font-size:1em;
	font-weight:bold;
}
span.lv2{
	font-size:1.2em;
	font-weight:bold;
}

.Tag_Rank-1,
.Tag_Rank-2,
.Tag_Rank-3{
	letter-spacing:1px;
	font-weight:bold;
}
.Tag_Rank-1{
	font-size:2em;
	line-height:2.4em;
}
.Tag_Rank-2{
	font-size:1.7em;
	line-height:2em;
}
.Tag_Rank-3{
	font-size:1.5em;
	line-height:1.7em;
}
.Tag_Rank-4{
	font-size:1.3em;
	line-height:1.5em;
}
.Tag_Rank-5{
	font-size:1.1em;
	line-height:1.3em;
}

.Rank-1 dt{
	background-color:#ffa500 !important;
}
.Rank-2 dt{
	background-color:#ffbf00 !important;
}
.Rank-3 dt{
	background-color:#ffd800 !important;
}

.em{
	color:#cc0000;
}
.em2{
	font-weight:bold;
	color:#cc0000;
}
.em3{
	font-weight:bold;
	color:#cc0000;
	letter-spacing:0.1em;
}

.less1{
	color:#444455;
}
.less2{
	color:#777788;
}
.less3{
	color:#aaaabb;
}

/* Text Position
--------------------------------------- */
.lefter{
	text-align:left !important;
}
.righter{
	text-align:right !important;
}
.centerer{
	text-align:center !important;
}
.GoToTop{
	text-align:right;
}

