﻿/*全体*/

* {
	margin:0px;
	padding:0px;
}

body {
	font-family: ＭＳ Ｐゴシック, Osaka;
	font-size: 12px;
	line-height: 14px;
	color: #DADAEF;
	background: #28294A;
}

img {
	vertical-align:text-bottom;
	border: 0px;
}

div.clear {
	clear:both;
}

.f-right{
	float:right;
}

.f-left{
	float:left;
}

abbr {
	text-decoration:none;
	border:none;
	font-style:normal;
}


/*リンク関連*/

a {
	font-size: 12px;
	padding:0px;
}

a:link {
	text-decoration: none;
	color: #9496CE;
}

a:visited {
	text-decoration: none;
	color: #6A6AB5;
}

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

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

/*見出関連*/

h1 {
	font-size: 18px;
	margin-bottom: 0px;
	color: #DADAEF;
	text-align:center;
}

h2 {
	font-size: 12px;
	margin-bottom: 0px;
	text-align:center;
}

h3 {
	font-size: 14px;
	margin-bottom: 0px;
	display:inline;
}

h4 {
	font-size: 12px;
	display:inline;
	font-weight:normal;
}
