@charset "Shift_JIS";

/*リセット*/
*{
	margin: 0px;
	padding: 0px;
}

html,body{ 
	height: 100%;
} 
body{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	background-color: #e8e8e8;
	color: #000000;
}
img{
	border: 0;
}
h1,h2,h3{font-size: 15px;}

/*リンク*/
a:link{
	color: #0000a0;
	text-decoration: underline;
}
a:visited{
	color: blue;
	text-decoration: underline;
}
a:hover{
	color: gray;
	text-decoration: underline;
}
a:active{
	color: #000099;
	text-decoration: underline;
}
p{
	padding-left: 10px;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 5px;
}
hr{
	width: 100%;
    	height: 1px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-style: none;
	border-right-width: 1px;
	border-right-style: none;
	border-left-width: 1px;
	border-left-style: none;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: none;
}

.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	position: relative;
	clear: both;
}

/* --------------------------------------*/
/*以下未使用 予備*/

table{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 0;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cccccc;
}

table th{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #DDDDDD;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

table td{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 15px;
    margin-bottom: 15px;
}

textarea{
    width: 400px;
    height: 200px;
}

input.l{
    width: 400px;
}
input.m{
    width: 250px;
}
input.s{
    width: 150px;
}