/* class設定 */
.small, .xsmall, .large, .xlarge , .xxlarge{
	font-family:Arial, Verdana, sans-serif
}

/* リンク設定 */
A{}
A:link { color:#003366;text-decoration:underline}
A:visited { color: #003366;text-decoration:underline}
A:hover   { color: #006600;text-decoration:none}
A:active  { color: #0000FF;text-decoration:none}

/* Hタグ文字設定 */
h1 {
	font-size: 10px;
	margin: 0px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
} 

h2 {
	font-size: 10px;
	margin: 0px;
	color: #003366;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
} 

.feedTitle{
	font-size: 12px;
	margin: 0px;
	color: #FF4500;
        padding-top: 2px;
	font-weight:bold;
        text-align: center;
}

/* ↓サイト毎の設定は以下に記載↓ */
body {
	background-color: #151518;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
.dot {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.dot2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.box {
	border: 1px solid #E5DEB7;
}
.dot3 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.dot4 {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.dotunder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.dotunder2 {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.line2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.box2 {
	border: 1px solid #CCCCCC;
}
.box3 {
	border: 1px solid #CCCCCC;
}
.line3 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.box4 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
