﻿@charset "UTF-8";
/****************************************

		Reset

*****************************************/
 { background:none repeat scroll 0 0 transparent; border:0 none; font-size:100%; margin:0; outline:0 none; padding:0; vertical-align:baseline; }
body { line-height:1;}
ol, ul { list-style:none outside none; }

body {
	font:14px/150% Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック', sans-serif;
	color: #333;
    background-color:#393939;
}

#maincontent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	}

div#container {
	width:1024px;
	margin:0 auto;
}

#contents{
	padding:25px;
	background:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha(opacity=95)"; 
}


#box_A {
clear: both;

}
#box_A #box1 {
float: left;
}
#box_A #box2 {
float: left;

}
#box_A #box3 {
float: left;

}
#box_A br {
display: block;
margin-left: auto;
margin-right: auto;
padding: 1px;
clear: both;
height: 1px;
width: 1px;
}

div#footer{
	margin-top:5px;
	font-size:77%;
	line-height: normal;
	text-align: center;
	color:#CD4187;
}

ul{margin:1em;}

ul.navi li {
display: inline;
margin-right: 15px;
font-size:140%;
font-family: 'Century Gothic',Verdana,Arial,sans-serif;
}

p    {text-indent:1em;
      padding-bottom:1em;
}

a { text-decoration: none; }

a:link { color: #CD4187; }
a:visited { color: #CD4187; }
a:hover { color: #CD4187; }
a:active { color: #CD4187; }

p.t1 { text-align: left; }
p.t2 { text-align: center; }
p.t3 { text-align: right; }

h1 { 
	font-family: 'Century Gothic',Verdana,Arial,sans-serif;
	font-size:350%;
	line-height:0%;
	margin-top:60px;
	color:#CD4187;
}
h2   {font-family: 'Century Gothic',Verdana,Arial,sans-serif;
      font-size:150%;} 
	  
	  
table {
 margin-left: auto;
 margin-right: auto;
 text-align: left; /* テキストの左揃え */
}