@charset "utf-8";
/* CSS Document */



body {
font-family:"Century Gothic", sans-serif;
font-size:120%;
text-alige: center;
margin: 0px;
padding: 0px;
color:#000000;
}

#container {
text-align: left;
margin: 0 auto;
width: 90%;
min-width: 650px; /*最小幅*/
max-width: 1440px; /*最大幅*/
}


#header {
background:#CCCCCC;
margin:0px;
padding:15px;
}

#contents {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0 10px;
}

#contents_center {
float: center;
width: 50%;
margin: 0;
padding: 10px;
}


#contents_long {
float: left;
width: 95%;
margin: 0 10 0 0px;
padding: 10px;
}

#sidebar {
float: left;
width: 20%;
background: #7b86ca;
margin: 0 0 20px;
}

#footer {
clear: both;
background:#CCCCCC;
padding:5px;
}


h1,h2,h3,h4,h5{
	font-family: "Century Gothic", sans-serif;
	font-weight: bold;
}

h1 {font-size:150%;
color:#FFFFFF;
}

h2 {
	/*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px;
	color:#666666;
	font-size: 1.5em;
}

h3 {
	padding: 0 0 0 10px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	color:#666666;
	font-size: 1.5em;
}

h6 {
	color: #FFFFFF;
	font-size: 80%;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important;
width: 55%; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 650px) {
 .pc { display: none !important; }
 .sp { display: block !important; 
 width:100%;
 }
 
p.content1 {
  width:90%;
  padding: 20px;
}
