@charset "UTF-8";
/* CSS Document */
/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video,.mainp,map1,map1 img,map2,map2 p,map2 img,bg h3,bg,ul,tpp{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,mainright,mainleft{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}

input,select{
    vertical-align: middle;
    width: 305px;
    height: 50px;
    font-size: 20px;
}




* {
	margin: 0;
	padding: 0;}


li{
	list-style:none;
	margin-bottom: 5px;}

div {
	margin:0;
	padding:0;}

body {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: normal;
	background-color: #000000;
	overflow-x: hidden;}/*	font-size: 13px; line-height: 14px;*/



h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:bold;}

img {
	background-color: transparent;
	border: 0;
	padding: 0;
	vertical-align: middle;} 

a { outline: none;}


a{/*リンクされた文字*/
	color:#ffffff;/*#0084DB;*/
	font-style:normal;
	text-decoration:underline;}
	
a:link {/*未訪問のリンク*/
	color:#ffffff;/*#0084DB*/
	font-style:normal;
	text-decoration:underline;}
	
a:visited {/*訪問後のリンク*/
	color:#ffffff;/**/
	text-decoration:none;}
	
a:hover {/*マウスをのせたとき*/
	color:#ffffff/*#F3398F;*/
	font-style:normal;
	text-decoration:none;}
	
a:active {/*クリック中*/
    text-decoration:none;
	color:#ffffff;}

p{
	margin: 0;
	padding: 0;}
	
	

#cont2 a{
	color: #ffffff;
	text-decoration: none;}


#cont2 a:hove{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;}
	

#cont2 a:link {/*未訪問のリンク*/
	color:#ffffff;/*#0084DB*/
	font-style:normal;
	text-decoration:underline;}





/*clearfix------------*/

.clearfix:after{
	content: '';
	display: block;
	clear: both;
	height: 0;}
