@charset "Shift_JIS";

/*==========初期化==========*/
h1,h2,h3,h4,body,ul,ol,li,p,form,input {
	padding:0;
	margin:0;
}

/*==========背景等==========*/

body {
	color:#222222;
	background:#ffffff;
	text-align:left;
	line-height:1.5;
}

img {
	border-style:none;
}

p {
	margin:10px 0;
}

/*==========リンク色==========*/

a:link {
	color: #003399;					/*リンク色*/
	text-decoration: none;			/*あるいはnone*/
}
a:visited {
	color: #003399;					/*訪問済リンク色*/
	text-decoration: none;			/*あるいはnone*/
}
a:hover {
	color: #cc2929;					/*カーソルをのせる*/
	text-decoration: underline;
}
a:active {
	color: #cc2929;					/*クリックしたとき*/
	text-decoration: underline;
}




/*==========文字サイズ==========*/

.text_ss {
	font-size:80%;
}
