@charset "shift_jis";

/* スタイルをクリアする
---------------------------*/ 

*{
	font-style: normal;
}

ul{
	list-style:none;
	line-height: 1.2em;
}


h1{
	height: 25px;
}

h2{
	width:400px;
	font-size:100%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0099FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

h3{
	width:720px;
	font-size:100%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EF7C9D;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #EF7C9D;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}


h4,h5 {
	font-size:95%;
	width:auto;
	padding:0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

/* リンクスタイル
---------------------------*/

a:link {
	color: #0066FF;
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #DD2004;
	text-decoration: underline;
}
a:active {
	color: #DD2004;
	text-decoration: underline;
}



/* 基本スタイル
---------------------------*/

.font_gray85b {
	font-size: 85%;
	color: #333333;
	font-weight: bold;
}

.font_gray85 {
	font-size: 85%;
	color: #333333;
	text-decoration: none;
}

.font_blue85 {
	font-size: 85%;
	color: #0066FF;
	text-decoration: none;
}

.blue {
	color: #3366FF;
}

.pink {
	color: #FF66CC;
}


.picture {
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	left: 420px;
	top: 100px;
}

text_margin{
	padding: 10px;
}
