/* 全体構造
----------------------------------------------------------------------------- */

body {
	font-family:"MS P ゴシック","",monospace;
	margin: 0;
	background-color: #ffffff;
}



/* リンク
----------------------------------------------------------------------------- */

a {
	color: #0000ff;
}

a.kaihei {
	padding-left: 14px;
	background: url(../image/plus.gif) no-repeat left center;
}

.s_menu {
	padding-left: 14px;
	display: none;
}


/* 見出し
----------------------------------------------------------------------------- */

h1 {
	margin: 15px 0px;
	padding: 3px 0 0 0;
	border-top: 2px solid #ccccff;
	border-bottom: 2px solid #ccccff;
	background-color: #ebf1eb;
	color: #996699;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 21px;
	text-align: center;
}

h2 {
	margin: 15px 0;
	padding: 11px 5px 8px 10px;
	width: 100%;
	border-top: 3px solid #CB0000;
	border-bottom: 6px solid #0080B4;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background:url("./img/m_logo.jpg") no-repeat 99% 87%;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 18px;
}

h3 {
	margin: 15px 0;
	padding: 2px 0 0 5px;
	border-left: 2px solid #FFCC00;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}

h4 {
	margin: 20px 0 10px;
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #666666;
	color: #505050;
	font-size: 12px;
	line-height: 18px;
}

h5 {
	margin: 20px 0 10px;
	padding: 2px 0 0 5px;
	border-left: 12px solid #CB0000;
	color: #505050;
	font-size: 12px;
	line-height: 10px;
}


/* コンテンツ
----------------------------------------------------------------------------- */

p {
	margin: 0px 0px 10px 5px ;
}

ul {
	margin: 1em 26px;
}

ul.margin_b li {
	margin-bottom: 1em;
}

ol {
	margin: 1em 34px;
}

.b {
	font-weight: bold;
}
.u {
	text-decoration: underline;
}

.box1 {
	margin: 5px 0;
	padding: 8px;
	border: 2px dotted #9c9c9c;
	background-color: #e7e7e7;
	font-weight: bold;
}

.box2 {
	margin: 5px 0;
	padding: 8px;
	border: 2px dotted #9c9c9c;
	background-color: #ffffff;
}

.align_c {
	text-align: center;
}

.align_l {
	text-align: left;
}

.align_r {
	text-align: right;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.orange {
	color: #ff6600;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #00cc00;
}

.yblue {
	color: #009999;
}

.ll {
	font-size: 110%;
}

.ss {
	font-size: 85%;
}

.b_yellow {
	background-color:#FFFF99;
}

/* テーブル
----------------------------------------------------------------------------- */

table {
}


.noborder{
	border: none;
}

.bg1 {
	border-bottom: 1px solid #000000;
}

.bg2 {
	border-left: 1px solid #000000;
}

.bg3 {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.tate {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	letter-spacing: 1px;
	writing-mode: tb-rl;
}

.arrow_up {
	background: url(../manual/image/arrow_up.gif) no-repeat top;
	text-align: center;
}

.arrow_shaft {
	background: url(../manual/image/arrow_shaft.gif) no-repeat top;
	text-align: center;
}

.arrow_down {
	background: url(../manualimage/arrow_down.gif) no-repeat top;
	text-align: center;
}


/* 角丸
----------------------------------------------------------------------------- */

.kakumaru1 {
	margin: 20px 0;
	background-color: #FEFEEE;
}

.kakumaru1 div.head {
	height: 5px;
	background: url(../image/kakumaru1_head_left.gif) no-repeat top left;
	font-size: 1px;
}

.kakumaru1 div.head div {
	height: 5px;
	background: url(../image/kakumaru1_head_right.gif) no-repeat top right;
	font-size: 1px;
}

.kakumaru1 p {
	margin: 0;
	padding: 7px 12px;
}

.kakumaru1 div.bottom {
	height: 5px;
	background: url(../image/kakumaru1_bottom_left.gif) no-repeat bottom left;
	font-size: 1px;
}

.kakumaru1 div.bottom div {
	height: 5px;
	background: url(../image/kakumaru1_bottom_right.gif) no-repeat bottom right;
	font-size: 1px;
}


/* ＦＡＱ
----------------------------------------------------------------------------- */

ul.kaihei {
	margin-left: 0;
	margin-right: 0;
	list-style: none;
}

ul.link {
	margin-left: 12px;
	margin-right: 0;
	list-style: none;
}

ul.kaihei li {
	margin-bottom: 1em;
	padding-left: 14px;
	background: url(../image/plus.gif) no-repeat left 0.45em;
}

ul.link li {
	margin-bottom: 1em;
	padding-left: 14px;
	background: url(../image/link.gif) no-repeat left 0.45em;
}

ul.kaihei ul.link {
	margin-left: -12px;
}

div.kakumaru1 hr {
	width: 95%;
	height: 1px;
}

p.other {
	margin-top: 2em;
	padding: 5px;
	border-top: 3px solid #666666;
	background-color: #dddddd;
}

input {
	background-color: #FFFFFF;
	border: 1px #DDDDDD solid;
	font-size: 12px;
	color: #999999;
}

/*ここかからパカパカ
----------------------------------------------------------------------------- */

.kai {
	padding-left: 0px;
}

.hei {
	padding-left: 0px;
}

.s_menu {
	display: none;
}


