/*基本*/

body {
	margin:0px;
}

.mawari{float : right;clear: none}

a:active {
	color:#990000;
	background-color:transparent;
	text-decoration:none;
}

.textmenu{
	color:#666666;
	font:normal normal normal 11px/135% "Osaka","ＭＳ Ｐゴシック",sans-serif;
}
.textmenu a:link {
	color:#666666;
	background-color:transparent;
	text-decoration:none;
}

.textmenu a:visited {
	color:#666666;
	background-color:transparent;
	text-decoration:none;
}

.textmenu a:hover {
	color:#000000;
	background-color:#ffffff;
	text-decoration:none;
}

.textwhite{
	color:#ffffff;
	font:normal normal normal 11px/150% "Osaka","ＭＳ Ｐゴシック",sans-serif;
}
.textwhite a:link {
	color:#ffffff;
	text-decoration:none;
}

.textwhite a:visited {
	color:#ffffff;
	text-decoration:none;
}

.textwhite a:hover {
	color:#666666;
	background-color:#ffffff;
	text-decoration:none;
}
.textblack{
	color:#666666;
	font:normal normal normal 11px/150% "Osaka","ＭＳ Ｐゴシック",sans-serif;
}
.textblack a:link {
	color:#990000;
	background-color:transparent;
	text-decoration:none;
}

.textblack a:visited {
	color:#990000;
	background-color:transparent;
	text-decoration:none;
}

.textblack a:hover {
	color:#990000;
	background-color:#e6e6e6;
	text-decoration:none;
}
.textblue{
	color:#666666;
	font:normal normal normal 11px/150% "Osaka","ＭＳ Ｐゴシック",sans-serif;
}
.textblue a:link {
	color:#666666;
	background-color:transparent;
	text-decoration:none;
}

.textblue a:visited {
	color:#999999;
	background-color:transparent;
	text-decoration:none;
}

.textblue a:hover {
	color:#990000;
	background-color:#FFFFFF;
	text-decoration:none;
}
.text02{
	color:#666666;
	background-color:#ffffff;
	font:normal normal normal 70%/150% "Osaka","ＭＳ Ｐゴシック",sans-serif;
}

.gallerynen{
	color:#666666;
	background-color:#ffffff;
	font:bold 15px/105% "Verdana","Verdana",sans-serif;
}
.gallerymon{
	color:#990000;
	background-color:#ffffff;
	font:bold 13px/130% "Verdana","Verdana",sans-serif;
}

.textlive{
	color:#333300;
	font:normal normal normal 11px/105% "Osaka","ＭＳ Ｐゴシック",sans-serif;
}

.textvote{
	color:#333333;
	font:normal normal normal 11px/140% "Osaka","ＭＳ Ｐゴシック",sans-serif;
}

/* 配置 */

.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.top { vertical-align:top; }
.middle { vertical-align:middle; }
.bottom { vertical-align:bottom; }

img {border: 0px;}

/* ユーザがbodyにbackgroundを指定した場合の対応 */
body.bg-black {	background: #ffffff;
	color:#000000;
	margin:0px;
}
body.bg-white {	background: #ffffff;
	color:#000000;
	margin:0px;
}
body.bg-orange {	background: #ffffff;
	color:#000000;
	margin:0px;
}
body.bg-gray {	background: #ffffff;
	color:#000000;
	margin:0px;
}
body.bg-cream {	background: #ffffff;
	color:#000000;
	margin:0px;
}
body.bg-blue {	background: #ffffff;
	color:#000000;
	margin:0px;
}
body.bg-green {	background: #ffffff;
	color:#000000;
	margin:0px;
}

