/* CSS Document */

/* =========================================================
¡body
========================================================= */
body {
    margin:0;
	padding:0;
	background-color:#fff;
	background-image:url(../img/base/back2.jpg);
	background-position:top center;
	font-size: 82%;
	font-family: "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}

/* default color
----------------------------------------------- */
body a {
text-decoration:none;
}

body a:link {
	color: #fff;
	text-decoration: none  
}
body a:visited {
	color: #fff;
}
body a:hover {
    color:#FF0066;
}
body a:active {
	color: #000;
}

.sp  {
    height:5px;
}

body img { border-style:none; } 
body a img { border-style:none; } 

body h1  {
    color: #FFF;
    margin: 0px 0px 0px 0px;
    padding-top: 5px;
	font-weight : normal;
    font-size:12px;
	padding-left:10px;
	line-height:1em;
}

body h2  {
    margin: 5px 0px 0px 0px;
	font-weight : normal;
    font-size:11px;
	padding-left:10px;
	text-align: center;
	color: #ddd;
	line-height:1em;
}

body h3  {
    margin: 10px 0px 0px 0px;
	font-weight : normal;
    font-size:12px;
	padding-left:10px;
	line-height:1.5em;
}

/* header
----------------------------------------------- */
div#top	{
	margin:auto;
	height:40px;
	background: #854B95 url(../img/base/top_back.gif) bottom repeat-x;
	width: 100%;
}

div#top_text	{
	margin:auto;
	width: 950px;
}

div#header	{
	margin:auto;
	background-repeat:no-repeat;
	background-position:top center;
	width: 950px;
}

div#headerBox	{
	height:30px;
	color: #FFF;
	margin:0px;
	padding:0px;
	float:right;
}

div#headerText	{
	color: #FFF;
	margin:0px;
	padding:70px 0px 0px 0px;
	clear: both;
}

div#headerText h1  {
    margin: 0;
	font-weight : normal;
    font-size:11px;
	padding-left:10px;
	line-height:1.5em;
}

/* wrapperBox
----------------------------------------------- */
div#wrapperBox	{
	margin: 0 auto;
	width: 950px;
	margin-bottom: 10px;
}

/* contentsBox
----------------------------------------------- */
div#contentsBox	{
	margin: 0 auto;
	width: 950px;
	margin-bottom: 20px;
}

#contentsBox ul  { 
    margin:0; 
	padding:0; 
}

#contentsBox li  {
	list-style: none;
	float: left;
	width: 310px;
	margin: 3px;
	font-size: 11px;
	color:#000;
	letter-spacing: 1.1pt;
	word-spacing: 0.8pt;
	line-height: 1.4;
	padding: 5px 0 0 0;
	text-align:center;
	margin-bottom: 5px;
}


/* line
----------------------------------------------- */
div#line	{
	margin: 10px auto 10px auto;
	height:10px;
	background-image:url(../img/base/line.gif);
	width: 950px;
}

/* footer
----------------------------------------------- */
div#footer   {
    background-image:url(../img/base/footer_back.png);
	background-position:top center;
	background-repeat:no-repeat;
    margin:5px auto 0px auto;
	padding:0px;
}

div#footerBox	{
    margin:auto;
	padding: 20px 0px 40px 0px;
	width: 900px;
	font-size:11px;
	line-height:1.8em;
	color:#FFFFFF;
}

div#footer h2	{
	font-size:12px;
	margin-bottom:10px;
	font-weight:normal;
}

div#footerBox a:link {
	text-decoration: none;
	color: #fff;
}

div#footerBox a:hover {
    color:#8d529d;
}

div.centering p {   
    display: table-cell;   
    vertical-align: middle;   
    margin: 0;   
}   
    
/*for IE6 */  
* html .centering p {   
    display: inline;   
    zoom: 1;   
}   
    
/*for IE7 */  
*:first-child+html .centering p {   
    display: inline;   
    zoom: 1;   
} 

/* mobile_info
----------------------------------------------- */
.mobile_info{

	font-size: 80%; color: #fff;
	padding: 8px; text-align: left;
	zoom: 80%;
}
.mobile_info:after{content: "";	display: block;	clear: both;}
.mobile_info img{float: left; margin-right: 10px;}
.form_col{ width: 910px; background: url(../img/back/footer_back02.gif); text-align: left; padding: 4px;}



