/***tag定義***/ 

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ffffff;
}

table {
	border-collapse: collapse;
}

ul {
	list-style-position: inside;
	list-style-type: none;
}

ol {
	list-style-position: inside;
	list-style-type: none;
}

img {
	border: none;
}

em {
	font-weight: bold;
	font-style: normal;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }
 
/***class定義***/ 

.clear { /* floatの解除用 */
 	clear: both;
 }

.Lcont {
	margin-bottom: 15px;
	line-height: 1.2em;
	padding: 5px;
}

.Lcont p {
	text-align: left;
	margin-bottom: 15px;
}

.Lcont a:link { text-decoration: none; color: #434343;}
.Lcont a:visited { text-decoration: none; color: #434343;}
.Lcont a:hover { text-decoration: underline; color: #434343;}
.Lcont a:active { text-decoration: underline; color: #434343;}

.Rcont {
	margin-bottom: 15px;
	line-height: 1.2em;
	padding: 5px;
}

.Rcont p {
	text-align: left;
	margin-bottom: 15px;
}

.Rcont a:link { text-decoration: none; color: #434343;}
.Rcont a:visited { text-decoration: none; color: #434343;}
.Rcont a:hover { text-decoration: underline; color: #434343;}
.Lcont a:active { text-decoration: underline; color: #434343;}


.TextOrange {
	color: #E83A00;
}

.TextBlue {
	color: #000091;
}

.TextPink {
	color: #D80048;
}


.R_RankTable td {
	width: 140px;
	padding: 5 5 -50 5px;
	margin-top: -20px;
	text-align: center;
}
 	
/***id定義***/ 

#Layout {
	width: 760px;
	height: 100%;
	border-collapse: collapse;
	margin: 0 auto 0 auto;
}

#Layout_header {
	padding-top: 10px;
}

#Layout_footer {
	text-align: right;
	font-size: 0.8em;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Lbar {
	width: 130px;
	font-size: 0.8em;
	padding-top: 10px;
}

#Rbar {
	width: 150px;
	font-size: 0.8em;
	padding-top: 10px;
}

#MainText {
	width: 440px;
	height: 100%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
	border: 4px solid #FFB5E6;
}

#MainHeader {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px dashed orange;
}

#h1cap {
	float: left;
}

#MainText h1 {
	font-size: 1.2em;
	color: #D80048;
	padding-bottom: 3px;
	padding-top: 15px;
	margin-bottom: 15px;
	margin-left: 50px;
	margin-right: 10px;
	border-bottom: 1px solid #D80048;
}

#MainText h2 {
	font-size: 1em;
	color: #D80048;
	padding: 3px;
	margin-top: 10px;
	background-color: #FFE4ED;
	clear: both;
}

#MainText h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #F30051;
	text-decoration: underline;
}

#MainText p {
	font-size: 0.9em;
	line-height: 1.7em;
	margin: 10px 18px;
}

#GoodSites {
	margin: 20px auto;
}

#GoodSites td {
	width: 140px;
	padding: 5px;
	border: 1px solid #FFD1E8;
	text-align: center;
	vertical-align: top;
}

#R_RankAll {
	color: blue;
	background-color: #E6F4FF;
	padding: 3px;
	margin-top: 30px;
	font-weight: bold;
}

#R_RankGenre {
	color: #00A000;
	background-color: #E6FFE6;
	padding: 3px;
	margin-top: 30px;
	font-weight: bold;
}
 
