﻿@charset "utf-8";
/**********************************************
グリーンブルー
インポート・初期化・再定義用CSS
***********************************************/
/* インポート
-------------------------------------------------------------*/
@import url(layout.css);
@import url(shared.css);

/* 初期化・再定義
-------------------------------------------------------------*/

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'メイリオ',Meiryo,Verdana,Arial,sans-serif,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
    font-size: 10.5pt;
	height:100%;
}
h1,h2,h4,h5,h6,p,table,th,td,ul,ol,li,dl,dt,dd,caption{
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #000;
}

h3 {
    line-height: 1.5;
}

ul {
    list-style: square;
	list-style-position:inside;
}
img {
    border: 0;
    vertical-align: bottom;
}

p,ul,ol,table,dl {
    /* margin-bottom: 20px */
}
a {
    outline: 0;
}
button {
    border: none;
    background: 0;
    margin: 0;
    padding: 0;
    line-height: 1.0;
    cursor: pointer;
}
table {
    display: table;
    border-collapse: collapse;
    border-spacing: 2px;
}
table th,
table td {
	padding:8px 8px;
}

table tbody th {
	text-align:left;
}

table p,
table ul,
table ol,
table dl {
	margin:0;
}
form {
	margin:0;
	padding:0;
}
input,select,textarea {
	margin:0;
}