@charset "utf-8";

* {
margin: 0px;
}

body {
background-color: #fff;
}
#wrapper {
width: 960px;
margin: 0px auto 0px auto;
background-color: #fff;
}

#headArea div {
position: relative;
}

#headArea h1 {
position: absolute;
top: 18px;
left: 20px;
}

#headArea ul {
list-style-type: none;
padding: 0px;
margin-left: 60px;
margin-top: 40px;
}

#headArea ul li {
float: left;
margin-right: 90px;
}

#headArea ul li a {
width: 220px;
}

#headArea ul li.last {
margin-right: 0px;
}

#mainArea>p {
clear: both;
text-align: center;
padding-top: 50px;
font-size: 110%;
}

h2 {
width: 960px;
height: 60px;
text-align: center;
margin-top:80px;
margin-bottom:10px;
font-size: 220%;
font-weight: normal;
/*background-color: #83a6da;*/
border-bottom: 2px solid #83a6da;
}

#box1, #box2, #box3 {
float: left;
margin-right: 24px;
border: 2px solid #000;
width: 300px;
height: 400px;
margin-top: 20px;
}

#box1 {
border-color: #9B00DB;
}

#box2 {
border-color: #52E875;
}

#box3 {
border-color: #FF9100;
margin-right: 0px;
}

h3, h4 {
padding: 2px 0px 2px 0px;
text-align: center;
}

h3 {
font-weight: bold;
font-size: 160%;
height: 36px;
color: #fff;
}

h4 {
padding-top: 5px;
/*
font-weight: normal;
font-size: 110%;
*/
}

#box1 h3 {
background-color: #9B00DB;
}

#box2 h3 {
background-color: #52E875;
}

#box3 h3 {
background-color: #FF9100;
}

#sampleArea p {
margin: 5px 10px 0px 10px;
text-align: left;
}

#footArea {
width: 960px;
height: 140px;
clear: both;
background-image: url(../images/nami.png);
background-repeat: no-repeat;
background-position: center bottom;
}
#footArea p {
	padding-top: 100px;
	text-align: center;
}

