A {
	color: #FF0000; text-decoration: none; 
}

A:hover {
	color: #FF0000; text-decoration: underline; 
}

A:active {
	color: #FF0000; text-decoration: none; 
}

A:visited {
	color: #FF0000; text-decoration: none; 
}

A:visited:hover {
	color: #FF0000; text-decoration: underline; 
}

A:visited:active {
	color: #FF0000; text-decoration: none; 
}

/* 更新履歴のmoreが文字の場合のみ使用
.Ahis {
	color: #666666; text-decoration: none; 
}

.Ahis:hover {
	color: #FFFFFF; text-decoration: underline; 
}
*/

/*TOPのバナーの装飾*/
.ban {border:solid 2px #6CA1D7 ; }

.ban:hover {border:2px solid #CCFFFF;}


/*TOPの小さいバナーの装飾*/
.bansum {
	width: 223px;
	filter: Alpha(Opacity=60); 
}

.bansum:hover {
	width: 223px;
	filter: Alpha(Opacity=100); }
	
	
.menu {border:solid 1px #993366 ;}

.menu:hover {
	border:1px solid #FFFF00;
}

/* ===================================================================================== */

body {
	text-align: center;
	
	background-color: #6CA1D7;
	background-image: url(img/bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	
	color: #3366CC;
	font-size: small;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	
	SCROLLBAR-FACE-COLOR: #BADDFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFDF9;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFDF9;
	SCROLLBAR-SHADOW-COLOR: #336699;
	SCROLLBAR-3DLIGHT-COLOR: #336699;
	SCROLLBAR-ARROW-COLOR: #336699;
	background-attachment: fixed;
}

TD{color: #3366CC;
	font-size: 10pt;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}


/*中のメニュー*/

.in_menu {
	width: 73px;
	filter: Alpha(Opacity=70); 
}

.in_menu:hover {
	width: 73px;
	filter: Alpha(Opacity=100); }
	
	
	
/*雲形BG*/
.tetotebg{
	background-image:url(img/tetote_bg.jpg); 
	background-repeat:no-repeat; 
	width:500px; 
	height:522px; 
	}

/*雲形BG■ストーリー用■*/
.tetotebg_story{
	background-image:url(img/tetote_bg_story.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:522px;
	}

/*雲形BG■CG用■*/
.tetotecgbg{
	background-image:url(img/tetote_bg.jpg); 
	background-repeat:no-repeat; 
	width:500px; 
	height:522px; 
	}

/*雲形BG■DL用■*/
.tetotecgbg_dl{
	background-image:url(img/tetote_bg_dl.jpg); 
	background-repeat:no-repeat; 
	width:500px; 
	height:522px; 
	}

/*本文BG（雲形BGの上）*/
.tetotetext{
	width:425px; 
	margin-left:50px; 
	padding:20px;
	
	font-size:x-small;
	line-height:1.3em;
	
	color:#3366CC;
	}


.waku01{font-size:10pt; 
		color:#3366CC;
		line-height:1.6em;
		background-color:#E9F9FE; 
		border:dashed 3px #3366CC; 
		padding:15px;  
		margin-bottom:8px; }


.waku02{font-size:10pt; 
		color:#993300;
		line-height:1.6em;
		background-color:#FEFBE0; 
		border:dotted 3px #FF9900; 
		padding:15px;  
		margin-bottom:8px; }


.waku02red{font-size:12pt; 
		color:#FF0000;
		font-weight:bold;
		line-height:1.6em;
		background-color:#FEFBE0; 
		border:dotted 3px #FF9900; 
		padding:15px;  
		margin-bottom:8px; }
		
		
.haihukai{
	text-align: center;
	font-size:10pt; 
		width:630px;
		color:#3366CC;
		line-height:1.6em;
		background-color:#E9F9FE; 
		border:dashed 3px #3366CC; 
		margin-bottom:8px; }
		
.haihukai2 {
	text-align: center;
	border: 1px solid #0099CC;
	background-color: #FFFFFF;
	padding:10px;

}
		
		
/*本文の外枠/headerとfooterの間の部分のBG*/
.col {
	background:background-color:#FFFFFF;
	background-image:url(img/title_bg.jpg);
	width:675px;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right: 0px;
	}

.col_in {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	
	text-align:left;
	}


/*見出し 01　大サイズ*/
.col_01 {
	color:#336699;
	width:564px;
	height:30px;
	font-weight: bold;
	font-size: medium;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	
	border-top: 0px solid #81AAB6;
	border-bottom: 0px solid #81AAB6;
	border-right: 0px solid #81AAB6;
	border-left: 0px solid #660033;
	
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 10px;
	
	margin-top: 20px;
	margin-bottom: 2px;
	margin-left:20px;
	margin-right: 10px;
	
	background: #BADDFF url(img/title_bg.gif) no-repeat scroll left top;
}




/*中の枠*/
.col_02 {
	text-align: left;
	font-size: medium;
	line-height: 1.2em;
	width:568px;
	background-color: #DBEDFF;
	
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-right: 1px solid #336699;
	border-left: 1px solid #336699;
	
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 25px;
}

/*カラム枠2 通販利用規約など*/
.col_02_2{
	text-align: 
	left;width: 580;
	background-color: #FEFDE7;
	border: 1px solid #81AAB6;
	
	margin-left: 25px;
	margin-bottom:15px;
	
	padding: 10px;
	
	font-size:10pt;
	line-height:14pt;
	}


/*見出し 02 中サイズ*/
.col_03 {
	border-top: 1px solid #0066CC;
	border-right: 3px solid #0066CC;
	border-left: 3px solid #0066CC;
	border-bottom: 1px solid #0066CC;

	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;

	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	color: #006699;
	font-size: small;
	font-weight: bold;

	background: #FFFFCC;
}


/*カラム中本文の装飾*/
.col_04 {
	font-size: small;
	font-weight: normal ;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-right: auto;
}


.col_04 td{
	font-size: x-small;
}

.col_04 table {
	line-height: 1.2em;
	text-align: left;
	margin-top: 0.8em;
	margin-bottom: 0px;
}

/*タイトル（汎用）*/
.title{
	text-align:left;
	
	background-image:url(img/title00.jpg);
	width:675px;
	height:66px;
	
	font-size:15pt;
	font-weight:bold;
	color:#0066DD;
	
	padding:25 0 0 90;
	
	
}


/*フッター*/
.footer{
	
	width:680px;
	background-color:#FFFFFF;
	margin-top:10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #013850;
	
	border-top: 0px dashed #6CB0A6;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	clear: both;
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 15px;
	}


/*中のページの左ボタン用*/
.leftbt {
	width: 117px;
	filter: Alpha(Opacity=70); 
}

.leftbt:hover {
	width: 117px;
	filter: Alpha(Opacity=100); }



/*キャラクターページ内*/
.prof{margin-top:110px; margin-left:20px;  width:200;font-size:10pt; line-height:1.9em; color:#990000;}

.shozoku{margin-top:55px; margin-left:30px; width:150; font-size:10pt; line-height:1.3em; color:#990000; }

.size{margin-top:70px; margin-left:70px; width:150; font-size:10pt; line-height:1.3em; color:#990000;}

.seikaku{margin-top:40px; margin-left:25px; width:420; font-size:10pt; line-height:1.2em; color:#990000; }



.charasum {
	width: 102px;
	filter: Alpha(Opacity=70); 
}

.charasum:hover {
	width: 102px;
	filter: Alpha(Opacity=100); }
	

.jikoshoukai{
	width: 183px;
	filter: Alpha(Opacity=80); 
}

.jikoshoukai:hover {
	width: 183px;
	filter: Alpha(Opacity=100); }
}


.charareplay{
	width: 110px;
	filter: Alpha(Opacity=70); 
}


.charareplay:hover{
	width: 110px;
	filter: Alpha(Opacity=100); }



.ouenback {
	width: 84px;
	filter: Alpha(Opacity=70); 
}

.ouenback:hover {
	width: 84px;
	filter: Alpha(Opacity=100); }


/*CGページ内*/

.cgsum {
	width: 60px;
	filter: Alpha(Opacity=60); 
}

.cgsum:hover {
	width: 60px;
	filter: Alpha(Opacity=100); }



.charawall_new{background-image:url(img/dl_title-new.jpg); width:222px; height:39px; font-weight:bold; padding-top:12px; font-size:10pt }
.charawall{background-image:url(img/dl_title.jpg); width:222px; height:39px; font-weight:bold; padding-top:12px; font-size:10pt }



/*相関図ページ内*/
.soukanzu_bt{ text-align:left; margin-left:30px;}



/*MAPページ内*/
.map_bg{background-image:url(img/map/mapimg_bg.jpg); width:606px; height:485px; padding-top:18px }


/*応援バナーページ内*/
.ouenban{font-size:10pt; background-color:#E9F9FE; border:dotted 3px #B4EAFC; padding:7px; width:710; margin-bottom:8px; font-weight:bold;}
.ouenban_stop{font-size:9pt; background-color:#DCEBED; border:dotted 3px #B4EAFC; padding:5px; width:710; margin-bottom:8px; font-weight:bold;}

.ouen_tate{font-size:10pt; background-color:#E9F9FE; border:dotted 3px #B4EAFC; padding:7px; width:130; margin-bottom:8px; font-weight:bold;}
.ouen_tate_stop{font-size:9pt; background-color:#DCEBED; border:dotted 3px #B4EAFC; padding:5px; width:130; margin-bottom:8px; font-weight:bold;}

.ouen_middle{font-size:10pt; background-color:#E9F9FE; border:dotted 3px #B4EAFC; padding:7px; width:500; margin-bottom:8px; font-weight:bold;}
.ouen_middle_stop{font-size:9pt; background-color:#DCEBED; border:dotted 3px #B4EAFC; padding:5px; width:500; margin-bottom:8px; font-weight:bold;}



/*てとコマ内*/
.comisum {
	width: 118px;
	filter: Alpha(Opacity=60); 
}

.comisum:hover {
	width: 118px;
	filter: Alpha(Opacity=100); }



/*人気投票1位商品紹介ページ*/
.votetext{
		font-size:11pt;
		}
		
.votename{
		color:#FF9966;
		font-size:12pt;
		font-weight:bold;
		margin-bottom:8px;
		}

.voteicon{
		border:dotted 1px #FF9900; 
		}

.vote01{font-size:10pt; 
		color:#993300;
		line-height:1.6em;
		background-color:#FEFBE0; 
		border:dotted 3px #FF9900; 
		padding:8px;  
		margin-bottom:8px; }
		
.vote001{
		color:#FF6633;}		
		
.vote002{
		color:#FF6666;}		
		
.vote003{
		color:#6666FF;}		
		
.vote004{
		color:#FF3366;}		
		
.vote005{
		color:#CC6666;}		
		
.vote006{
		color:#55B1B1;}		
		
.vote007{
		color:#996633;}		
		
.vote008{
		color:#6699CC;}		
		
.vote009{
		color:#66BA66;}		
		
		
		
