@charset "utf-8";

/*
===== GENERAL ==========================================
*/


body {
	top:0; 
	margin: 0 auto ;	padding: 0;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","Arial","メイリオ","ＭＳ Ｐゴシック", "MS UI Gothic", sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}


th , td {
	font-size: 12px;
	text-align: left;
}

.note {
	line-height: 16px;
	text-align: left;
}


/*
===== TITLE ===========================================
*/

h2 {
	margin: 20px 10px 0 10px;
}

h3 {
	margin: 10px 0;
}

.intro-copy {
	width: 720px;
	margin: 10px;
	text-align: left !important;
}

.pink {
	color: #ff6699;
}



/*
===== FOOTER ===========================================
*/

#footer {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 1px 0;
	border-top: 2px dotted #666;
	background: #fff;
}

#copyright {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #666;
}



/*
===== BOX ===========================================
*/

.stdBOX01	{
	width: 710px;
	margin: 0 0 20px 0;
	background: url(../img/bg_stdbox01_bottom.jpg) no-repeat bottom;
	text-align: left !important;
}

.stdBOX_bottom	{
	width: 710px;
	padding: 0 0 20px 0;
	background: url(../img/bg_stdbox_top.gif) no-repeat top;
}

.stdBOX_bottom h3	{
	padding: 20px 0 0 10px;
}

.stdBOX02	{
	width: 710px;
	background: url(../img/bg_stdbox02_bottom.gif) no-repeat bottom;
	text-align: left !important;
}

.txtBOX01	{
	width: 440px;
	padding: 10px 20px 0 20px;
}

.txtBOX02	{
	width: 440px;
	padding: 0 30px 0 30px;
	color: #cc0033;
	text-indent: -10px;
	font-size: 12px;
}

.txtBOX03	{
	width: 400px;
	background: #ffeea3;
	padding: 20px;
	margin: 0 0 0 20px;
}

.attentionBOX	{
	width: 670px;
	margin: 20px 20px;
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #cc0033;
	background: #ffe9f0;
	color: #333;
	text-align: left !important;
}

.attentionBOX .title	{
	color: #cc0033;
	font-weight: bold;
	font-size: 14px;
}

.attentionBOX ul	{
	list-style-type: disc;
	font-size: 12px;
}

.attentionBOX li	{
	margin: 10px 10px 10px -10px;
}

