@charset "UTF-8";

/* Reset
-------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-style:normal;
	box-sizing: border-box;
}
body,div,pre,p,blockquote,form,fieldset,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,button{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	font-weight: normal;
}
body {
    background: none repeat scroll 0 0 #ffefd5;
    color: #666666;
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 15px;
    overflow-y: scroll;
	line-height: 28px;
}
select,input,textarea,option {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img{
	border: 0;
	margin: 0px;
	padding: 0px;
}
a img{
	border-style: none;
	border:0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px;
	font-style: normal;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
	clear: both;
}
section , article , aside {
    background: none repeat scroll 0 0 #FFFFFF;
}
a {
    color: #666;
    outline: medium none;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
*:after { clear:both; }
hr {display:none;}

/* Layout
-------------------------------------------*/
#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
}
#header {
    background: none repeat scroll 0 0 #ffefd5;
    border-bottom: 3px solid #deb887;
    margin-bottom: 30px;
}
#container {
    margin-bottom: 30px;
}
#primary {
    float: left;
    width: 630px;
}
#secondary {
    float: right;
    width: 300px;
}
#footer {
    background: none repeat scroll 0 0 #ffefd5;
    border-top: 3px solid #deb887;
}
h1 {
    border-bottom: 2px solid #deb887;
    font-size: 150%;
    margin-bottom: 10px;
}
h2 {
    border-left: 3px solid #deb887;
    margin-bottom: 10px;
    padding-left: 5px;
}
h3 {
    border-bottom: 1px dotted #deb887;
    margin-bottom: 5px;
}


/* Common
-------------------------------------------*/
.inner {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 960px;
}

/* Style
-------------------------------------------*/
#header .inner {
    font-size: 200%;
    line-height: 70px;
}
#primary div {
    margin-bottom: 30px;
}
#secondary div {
    margin-bottom: 30px;
}
#footer .inner {
    text-align: center;
}
#footer .inner p {
    font-size: 80%;
    line-height: 60px;
}