/*--基本設定CSS
--------------------*/
html {
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
/*font-weight: normal;*/
}

table {
border-collapse: collapse;
border-spacing :0;
font-size: inherit;
font: 100%;
}

ol, ul {
list-style: none;
}

img {
display: block;
margin:0;
border: 0px;
padding: 0px; 
}

a {
color: #3a3a3a;
border: 0;
text-decoration: underline;
display: inline;
outline: none;
}

a:hover {
color: #22b7d7;
text-decoration: underline;
display: inline;
}

li {
list-style-type: none;
}

p {
line-height: 1.4em;
}

#container {
width: 960px;
height: auto;
margin: 0 auto;
padding: 0;
}

.clearsection {
overflow: hidden;
position: relative;
}

* html .clearsection {
	height: 1%;
}


/*--ヘッダー
--------------------*/
#header {
width: 960px;
height: 110px;
position: relative;
}

#header h1 {
width: 450px;
height: 50px;
padding-top: 40px;
}

/*--グローバルナビ
--------------------*/
#g-navi {
width: 400px;
height: 100px;
top: 0px;
left: 560px;
position: absolute;
}

#g-navi li {
width: 80px;
height: 100px;
float: left;
}


/*--メインコンテンツ
--------------------*/
#main {
width: 960px;
height: 100％;
}


/*--フッター
--------------------*/
#footer {
background-color: #252a3f;
width: 100%;
margin-top: 70px;
padding: 15px 0;
}

