﻿@charset "UTF-8";

/*  ノーマライズ
-----------------------------------------------------------*/
html,body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,pre,form,fieldset,input,textarea,blockquote,th,td { 
   margin:0;
   padding:0;
	font-style: normal;
	font-weight: normal;
}
body {
	line-height: 1.4em;
	font-size: 100%;
}
ul,ol,li {
	list-style-type: none;
}
em,strong,pre {
	font-style: normal;
	font-weight: normal;
}
a,
a img {
	border: 0px none #fff;
}
/*  クリア
-----------------------------------------------------------*/
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix {
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/*  クリア
-----------------------------------------------------------*/
.cl {
	clear: left;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}
.cr {
	clear: right;
	visibility: hidden;
}
.cb {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}

/*  リンク
-----------------------------------------------------------*/
a:link{color:#81ccff;}
a:visited{color:#666666;}
a:hover{color:#ff0066;}

/*  レイアウト
-----------------------------------------------------------*/
body {
	text-align: center;
	font-size: 100%;
	color: #666;
	background: #81ccff;
}
div#outbox {
	margin: 0px auto 0px auto;
	border: 1px solid #666;
	width: 240px;
	background: #ffffff;
}



/*  ヘッダ
-----------------------------------------------------------*/
div#header {
	border-bottom: 1px solid #666;
}

/*  コンテンツ部
-----------------------------------------------------------*/
div#maincontents {
	text-align: left;
}
.lead {
	margin: 10px 10px 10px 10px;

}
.cnt {
	text-align: center;
}
ul {
	text-align: center;
	margin: 20px 0px 0px 0px ;
}
li {
	margin: 0px 0px 5px 0px;
}
h2 {
	border-top: 1px solid #666;
	padding: 20px 0px 0px 0px;
	font-size: 96%;
	text-align: center;
	margin: 20px 0px 10px 0px;
	font-weight: bold;
}
strong {
	color: #ff0066;
	font-weight: bold;
}

/*  フッタ
-----------------------------------------------------------*/
div#footer {
	margin: 20px 0px 0px 0px ;
	padding: 10px 0px 40px 0px;
	border-top: 1px solid #666;
	font-size: 83%;
	background: url(./img/pcfoot.gif) no-repeat left bottom;
}
div#footer a {
	color: #666666;
}







