﻿@charset "utf-8";


/* ----------------------------------------
	00 module
------------------------------------------*/

a:link {
	color:#be0000;
	text-decoration:underline;
}
a:visited {
	color:#6320dd;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#e04747;
	text-decoration:none;
}

ul {
	list-style: disc;
	margin: 0 0 2px 2.0em;
}
li {
	margin: 0 0 4px 0;
	line-height: 120%;
}

.link_pdf {
	position: relative;
	top: 5px;
	margin-top: -5px;
}


/* ----------------------------------------
	01 container
------------------------------------------*/

#container {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 70%;
	line-height: 1.8;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #8c3e05;
	background: url(../img/note_bg.jpg);
}



/* ----------------------------------------
	02 contents
------------------------------------------*/

#contents {
	/*text-align: center;*/
}

#contents #cont-head {
	position: relative;
	height: 65px;
	background: url(../img/note_line_dot.jpg) bottom left repeat-x;
	margin: 0 0 20px;
}

#contents #cont-head h1.title {
	position: absolute;
	left: 20px;
	top: 35px;
	width: 195px;
	height: 20px;
}

#contents #cont-head p.close {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 56px;
	height: 49px;
	z-index: 100;
}

#contents .box_cont {
	/*width: 450px;*/
	margin: 0 auto;
	text-align: left;
	margin: 0 25px 16px;
}