/* 長い文章の折り返し */
@charset "UTF-8";
body{
	font-size: 100%;
	line-height: 160%;
	font-family:  "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #ff80ff;
	text-align: center;
	background: #fff;
}

a:link{
	text-decoration:underline; color: #000;
}
a:visited{
	text-decoration:underline; color: #000;
}
a:active{
	text-decoration:underline; color: #000;
}
a:hover{
	text-decoration:none; color: #000;
}

h1{
	margin-bottom: 100px;
	padding: 10px 0;
	background: #ff80ff;
	color: #;
	font-size: px;
	font-weight: ;
	text-align: center;
}
h2{
	padding: 50px 0;
	width: 100%;
	font-size: px;
	text-align: center;
}

h3{
	margin-bottom: em;
	padding: 3px px;
	font-size:21px;
	color:#00ff00;
	border-top:px solid #;
	border-bottom: px dotted #0000ff;
}

h4{
	margin-bottom:0.25em;
	font-size:20px;
	color:#0000ff;
	border-bottom:px solid #0000ff;
}

#container{
	width: 100%;
	text-align: center;
}

/* #fullbg_stretch
--------------------------- */
#fullbg_stretch img{
	visibility: hidden;
}

/* #contents
--------------------------- */
#contents{
	margin: 100px auto;
	width: 800px;
	color: #000;
	text-align: left;
	position: relative;
	z-index: 99;
}

#contents #overlaybg{
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	position: absolute;
}

#contents #wrapper{
	width: 100%;
	text-align: left;
	position: relative;
}

#contents p{
	padding: 15px;
	color: #00ff00;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	position: relative;
}

table.ccc th,table.ccc td{
 border-collapse: separate;
 border-width: 0px;
 border-style: solid outset;
 border-color: #;
 }
thead{

 }
tbody{
　　　border-style: outset;
　　　border-width:　px;      
 }
td{
　　　border-style:　outset;
　　　border-width:　px;
　　　}




/*================================================
 * 画像の横に文章が回り込み余白を指定。
 ================================================*/

img{
	margin-right:20px;
}



/*================================================


}