﻿@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 {
	font-weight: normal;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}


/* HTML5 */
article, aside, figure, figcaption, footer, header,
hgroup, nav, section, summary{
	display: block;
}


/* Base Styles */
body{
	font: 13px/1.231 Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	*font-size:small;
	*font:x-small;
	color: #444444;
}

select,input,button,textarea{
	font: 99% Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 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: 0px;
}

ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}

address {
	font-style:normal;
} 


/* form */
select,input,button,textarea{
	font: 99% Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
select option {
	padding : 0 5px 0 5px;
}
form label{
	cursor : pointer;
}

a,
input{
	outline: none;
}


/*	Basic Text Link	*/
a {
	color: #444444;	text-decoration: none;
}

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



