@charset "UTF-8";

/* ---------------------------------------------------------------- *
	全体に関わる設定
 * ---------------------------------------------------------------- */
/*
*
*
*	Reset and Base Style Sheet
*	Last Update 2007-11-29
*
*	1-1.Yahoo UI Library Fonts CSS
*	1-2.Universal selector
*	1-3.Structure Module
*	1-4.Text Module
*	1-5.Hypertext Module
*	1-6.List Module
*	1-7.Edit Module
*	1-8.Forms Module
*	1-9.Tables Module
*	1-10.Image Module
*	1-11.Object Module
*
*/

/*======================================

	1-1.Yahoo UI Library Fonts CSS ver.2.3.1
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment

	77% = 10px	| 	122% = 16px	|	167% = 22px
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/
/*FireFox横ずれ防止*/
/*
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}
*/
/*編集不要*/
body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}

/*======================================

	1-2.Universal selector

=======================================*/

* {
	line-height: 1.6;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	}

/*======================================

	1-3.Structure Module

=======================================*/

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ＭＳ Ｐゴシック",sans-serif ;
	}

div {
	margin: 0;
	padding: 0;
}

/*======================================

	1-4.Text Module

=======================================*/

p,
pre,
address,
cite {
	margin: 0;
	font-size: 100%;
}

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

em { font-weight: normal;}

strong { font-weight: normal;}

/*======================================

	1-5.Hypertext Module

=======================================*/

a:link {
	color: #595757;
	text-decoration: underline;
}

a:visited {
	color: #595757;
	text-decoration: underline;
}

a:hover {
	color: #595757;
	text-decoration: none;
}

a:active {
	color: #595757;
	text-decoration: none;
}

a{
outline:none;
}

a:focus{
outline:none;
}

/*======================================

	1-6.List Module

=======================================*/

ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style: none;
}

dl {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style: none;
}

li,
dt,
dd { margin: 0;}

dt { margin: 0;}

dd { margin: 0;}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
	}/*リストの入れ子をする際にフォントサイズが小さくならないように*/

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
	}

/*======================================

	1-7.Edit Module

=======================================*/


/*======================================

	1-8.Forms Module

=======================================*/

form {
	margin: 0;
	padding: 0;
}


form dl,
form p { margin: 0;}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	margin: 0;
	padding: 0;
}

input,
textarea {
	margin: 0;
	padding: 0;
}


input { line-height: 1.2;}

/*======================================

	1-9.Tables Module

=======================================*/

table {
	font: inherit;
}

/*======================================

	1-10.Image Module

=======================================*/

img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

a {
	outline: 0;
}

/*======================================

	1-10.Flash Module

=======================================*/

noscript {
	margin:0;
	padding:0;
}

.blinking{
		animation:blink 1s ease-in-out infinite alternate;
}
