@charset "Shift_JIS";

/* ==================================================
	
	index.html 固有のクラスや、共通クラスの規定値の上書きなど
	
================================================== */


/* ==================================================
	右側メニュー関連
================================================== */

#right_menu{
	width: 220px;
	height: 400px;
	float: right;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	/*padding-left: 1px;*/
}


#right_menu a {
	text-decoration: none;
	color: #3333FF;
}

#right_menu a:hover{
	text-decoration: underline;
	color: #000000;
}


#right_menu ul{
	margin: 10px;
	padding-top: 10px;
}

#right_menu ul li{ 
	margin-top: 10px;
	margin-bottom: 10px;
}

.linkgroup{
	margin-left: 75px;
	margin-top: 150px;
}

/* ==================================================
	左側メインコンテンツ関連
================================================== */

#left_contents{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	float: left;
}

table{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

td{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h2{
	margin-bottom: 10px;
	margin-left: 10px;
}

/* ==================================================
	フッター前（ドコモ本社リンク＆ページトップボタン）
================================================== */

#prefooter{
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#btnDocomo{
	margin-left: 20px;
}

#flashprint{
	display: none;
	width: 0px;
	height: 0px;
}
