﻿@charset "utf-8";

/* リセット
--------------------------------------------------*/
body,
div,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
pre, code, legend,
form, fieldeset, input, textarea,
p, blockquote {
	margin: 0;
	padding: 0;
}


body {
    font:13px "メイリオ","Meiryo","MS Pゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","sans-serif";
    *font-size:small;
    *font:x-small;
}

h1, h2, h3, h4, h5, h6, p{
	border: none;
	font-size: 100%;
	font-weight: normal;
}

img { border:0px; }

ul,li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

input ,select{
vertical-align:middle;
}


/* テーブル
--------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 620px;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}

th	{
	border-bottom: 1px solid #cccccc;
	background-color: #F7F5F2;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	width: 100px;
}
td	{
	border-bottom: 1px solid #cccccc;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;	
}



/* リンク
--------------------------------------------------*/
a:link {
  color: #336600;
  text-decoration: none;
}

a:visited {
  color: #336600;
  text-decoration: none;
}

a:hover {
  color: #336600;
  text-decoration: underline;
}

a:active {
	color: #336600;
}


