﻿
/* ------------------------------
 基本設定
------------------------------ */

html {
    height:100%;
}

body{
    height:100%;
}

* html div#container{
    height:100%;
}

div#container{
    width: 100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
}

body > #container {
    height: auto;
}

div#main{
    padding-bottom:30px;
}

#footer{
    position:absolute;
    bottom:0px;
    left: 0px;
    height:30px;
    width:100%;   
    margin-left:auto;
    margin-right:auto;
}

body{
    font-family: Meiryo, Hiragino Kaku Gothic Pro, MS P Gothic, Osaka, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background:#003300;
    background-image:url('../images/bg_green.gif');
    background-repeat:repeat-x;
    text-align: center;
    margin:0;
    padding:0;
    -webkit-text-size-adjust:none;
}

* {	
    margin:0;
    padding:0;	
}


h1 {margin : 0 0 0 0; }
h2 {margin : 0 0 0 0; }
h3 {margin : 0 0 0 0; }
h4 {margin : 0 0 0 0; }
h5 {margin : 0 0 0 0; }
h6 {margin : 0 0 0 0; }
p   {margin : 0 0 0 0; }

a:link{	
    color:#CC9966;
    text-decoration:underline;
}

a:visited{
    color:#CC9966;
    text-decoration:underline;
}

a:hover{
    color:#FF6633;
    text-decoration:none;
}

a:active{
    color:#FF6633;
    text-decoration:none;
}

img {
    border: none;
}

pre {
    margin:0px;
    padding:0px;
}

form {
    margin:0;
}

/* ------------------------------
 テキスト設定：汎用
------------------------------ */

.textlag {
    font-size: 20px;
    line-height: 1.6em;
}

.textmdm {
    font-size: 14px;
    line-height: 1.6em;
}

.textsml {
    font-size: 12px;
    line-height: 1.6em;
}


/* ------------------------------
 レイアウト
------------------------------ */

#header {
    text-indent: -9999px;
	padding-top:20px;
}

#logo {
    width:271px;
    height:114px;
    background-image:url('../images/logo_l.gif');
    background-repeat:no-repeat;
    margin-left:auto;
    margin-right:auto;
    text-indent: -9999px;
}

#header h1 {
    font-size: 100%;
    line-height: 1em;
}

#main h2 {
    font-size: 100%;
    line-height: 1em;
    padding-top:5px;
    text-shadow: #000000 0px -1px 0px;
}

#main h3 {
    font-size: 80%;
    line-height: 1em;
    padding-top:5px;
    text-shadow: #000000 0px -1px 0px;
}

#footer p {
    font-size: 60%;
    line-height: 1em;
}