
body{
	font-family: Arial,sans-serif;
	background-color:#f3fdff;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
    text-align: center; /* center on ie */
}

	a:link{color:#0000ff;text-decoration:underline;}
	a:visited{color:#0000ff;text-decoration:underline;}
	a:hover{color:#0000ff;text-decoration:none;}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 20px;
 color: #ffffff;
 text-align: center;
}

h2{
 font-size: 14px;
 color: #ffffff;
 font-weight:bold;
 text-align: center;
}

h3{
 font-size: 170%;
 color: #0000ff;
 font-weight:bold;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#main{
	margin: 0 auto;  /* Firefox 向けセンタリング指定 */
	padding: 0px;
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	text-align: left; /* IE 向けセンタリング指定 */
	width: 750px;
}

#masthead{
	text-align: left;
	margin: 0;
	padding: 37px 0px;
	background-image:url(head.jpg);
	border-bottom: 1px solid #cccccc;
	width: 100%;
}


#content{
	text-align: center;
	width: 600px;
	margin: 0 auto; /* Firefox 向けセンタリング指定 */
	padding: 0 0 0 0;
	line-height:150%;
}

#catchcopy{
	line-height:120%;
	margin: 0 auto; /* Firefox 向けセンタリング指定 */
	padding: 20px 15% 0px 15%;
	font-size:180%;
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}



/************** .feature styles ***************/

.feature{
	margin: 0px 50px 10px 50px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #a5a5a5;
	padding: 10px 10px 10px 10px;
	text-align:center;
	margin-top: 0px;
}

#siteInfo a {
	color: #0000ff;
}


/***********************************************/
/* Layout for 特定商取引に関する表記                           */
/***********************************************/
#main-law{
	margin: 50px auto;  /* Firefox 向けセンタリング指定 */
	padding: 0px;
	background-color:#FFFFFF;
	border: 1px solid #cccccc;
	text-align: center; /* IE 向けセンタリング指定 */
	width: 750px;
}


#font-14b {
	color: #333333;
	font-size: 14px;
	font-weight:bold;
	line-height:150%;
	margin: 0 auto; /* Firefox 向けセンタリング指定 */
	padding: 30px 0;
	text-decoration:underline;
	text-align: center; /* IE 向けセンタリング指定 */
	width: 600px;
}


.style1 {
	color: #ffffff;
}

p{
	font-size: 12px;
}