@charset "utf-8";


/* CSSリセット
=====================================*/
* { 
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	font-size: 75%;
}
html>/**/body {
  font-size: 12px; /* Except IE */
}


body {
	background-color: #ffffff; /*このサイトの背景色*/
	color: #666666; /*このサイトの基本となる文字色*/
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}

/*ul, dl {
	margin-left:40px;
}*/

a {
	color:#00a5ea;
	text-decoration:underline;
}
a:hover {
	color:#00b4ff;
	text-decoration:none;
}




/* 共通チップス
=====================================*/
.clear {
	clear:both;
}

img {
	border:0px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.hide {
	display:none;
}


/*　2010-08-01
========================================*/

body {
	text-align:center;
}
#wrap {
	width:700px;
	margin:0 auto 0 auto;
	text-align:left;
}

h1 {
	text-align:center;
	padding:20px 0 20px 0;
}

#box1 {
	border:2px #ff9900 dotted;
	padding:20px;
	margin-bottom:20px;
}
#box1 h2 {
	text-align:center;
	margin-bottom:16px;
	color:#ff9900;
}
#box1 p {
	line-height:150%;
	margin-bottom:0.8em;
}

#box2 {
	float:left;
	width:300px;
	border:2px #ccc dotted;
	padding:20px;
	text-align:center;
}
#box2 h3 {
	color:#3d6f6f;
	margin-bottom:0px;
}
#box2 a.url {
	display:block;
	margin-top:16px;
}

#box3 {
	float:right;
	width:300px;
	border:2px #ccc dotted;
	padding:20px;
	text-align:center;
}
#box3 h3 {
	color:#3d6f6f;
	margin-bottom:16px;
}
#box3 p {
	line-height:150%;
	text-align:left;

}










