H1	{margin:0px;}
DIV	{margin:auto;}
IMG	{border:0;}
P { line-height: 150%;margin-top:1px;margin-bottom:0px;}

/* ■■■ 全ページ共通 ■■■ */
.container1{
	width:100%;
	text-align:center;
}
.container2{
	width:700px;text-align:left;
}
.menu {
	display:block;list-style:none;
}
/*フッター*/
.footer{
	width:95%;font-size:90%;
	line-height:130%;text-align:right;
	padding:10 20 10 0;margin-top:10px;
	border-top:		1px solid #666688;
	border-bottom:	1px solid #666688;
}
/* ■■■ トップページ専用 ■■■ */
/*吹き出しエリア*/
.TD-twitter{
	width:480px;
	padding-left:20px;
	background-image:url('image/bg-twitter.gif');
	background-repeat: no-repeat;
	background-position: right top;
	text-align:left;
}
.TD-twitter DIV{
	width:420px;
	background-repeat: no-repeat;
	margin:0px;
}
.TD-twitter H2{
	color:#0000BB;font-size:100%;
	margin:0 0 10 10;
}
/*吹き出し内のリスト<UL>*/
.TD-twitter UL {
	list-style-image:url('image/list.gif');
	margin:0px;
	padding-left:30px;
	width:390px;
}
/*吹き出し内のリスト<LI>*/
.TD-twitter LI {
	padding:5 0 3 5;
	font-size:100%;
	border-bottom:1px dashed #cccccc;
}
/*吹き出し（上）*/
.DIV-twitterT{
	height:15px;
	background-image:url('image/bg-top2.gif');
}
/*吹き出し（中）*/
.DIV-twitter{
	padding-left:30px;
	background-color:#FFFFFF;
}
/*吹き出し（下）*/
.DIV-twitterB{
	height:15px;
	background-image:url('image/bg-bottom2.gif');
}

/*QRコード*/
.qr{
	font-size:95%
}
/* ■■■ サブページ ■■■ */
/*サブページ・内容欄*/
.TD-box{
	width:100%;
}
.TD-box DIV{
	width:670px;
	background-repeat: no-repeat;
	margin:0px;
}
.TD-box H1{
	color:#0000BB;font-size:150%;
	margin:0 0 10 20;
}
/*内容欄（上）*/
.DIV-boxT{
	height:20px;
	background-image:url('image/bg-top.gif');
}
/*内容欄（中）*/
.DIV-box{
	background-color:#FFFFFF;
}
/*内容欄（下）*/
.DIV-boxB{
	height:20px;
	background-image:url('image/bg-bottom.gif');
}
