﻿@charset "utf-8";


/* =================================================================
		Reset Styles
================================================================= */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	color: #333;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


/* Base Styles */

body{
	font: 13px/1.231 "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	*font-size:small;
	*font:x-small;
	line-height:1.4;
}

select,input,button,textarea{
	font: 99% "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

pre,code,kbd,samp,tt{
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

img{
	border: none;
	vertical-align: bottom;
}

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

label{
	cursor: pointer;
}

input,
select,
textarea{
	padding: 2px;
}

ol,ul{
	list-style: none;
}

a,
input{
	outline: none;
}

/*	Basic Text Link	*/
a {
	color: #000000;	text-decoration: underline;
}

a:link {
	color: #000000;	text-decoration: underline;
}
a:visited {
	color: #000000;	text-decoration: underline;
}
a:hover {
	color: #000000;	text-decoration: none;
}
a:focus {
	color: #000000;	text-decoration: underline;
}
a:active {
	color: #000000;	text-decoration: underline;
}


strong {
	font-weight: normal;
}

