/* CSS Document */

@charset "Shift_JIS";


.list {
	list-style-position: inside;
	font-size: 15px;
	list-style-type: none;
	display: block;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF0000;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #3399FF;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
}
.Title {
	display: block;
	font-size: 14px;
	letter-spacing: 0.3em;
	background-image: url(../image/lpo/incon_r2_c1.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.ue {
	background-image: url(../image/lpo/incon_r2_c1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.titletop {
	background-image: url(../image/lpo/incon_r1_c1.gif);
	background-repeat: no-repeat;
}
.title bu {
	background-image: url(../image/lpo/incon_r4_c1.gif);
	background-repeat: no-repeat;
}



/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #6633FF;
	text-decoration: none;
}

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

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
	font-size: 0.85em;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../image/index/bk.gif);
	padding: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
	text-align: left;
	width: 700px;
	background-color: #FFFFFF;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	background-position: bottom;
	height: 100px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../image/lpo/top1.gif);
	background-repeat: no-repeat;
}


#globalnavi {
	width: 100%;
	position: relative;
	top: 0px;
	height: 36px;
	background-color: #FFCC00;
}

#contents {
	font-size: 14px;
	background-color: #FFFFFF;
	display: block;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}


#sidebar {
	width: 200px;
	padding-bottom: 10px;
	position: relative;
	float: left;
}




#footer {
	clear: both;
	background-image: url(../image/lpo/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 12px;
	background-color: #FFFFFF;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 30px;
	line-height: normal;
}
div#step1 {
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	background-image: url(../image/lpo/step1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 20px;
	height: 210px;
}
div#step2 {
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	background-image: url(../image/lpo/step2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 20px;
	height: 90px;
}
div#step3 {
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	background-image: url(../image/lpo/step3.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 20px;
	height: 50px;
}
div#step4 {
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	background-image: url(../image/lpo/step4.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 20px;
	height: 50px;
}
/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
	text-align: center;
	font-size: 13px;
	color: #666666;
}


/* -- トップ -- */
.logo {
	font-size: 12px;
	visibility: hidden;
	color: #FF0000;
	margin-top: 25px;
}

.logo a {
  text-decoration: none;
  background-color: #ffffff;
  color: #0099ff;
}

.logo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}

/* -- 概要 -- */
.description {
	font-size: 13px;
	color: #333333;
	margin-top: 90px;
}

/* ---------------------------------------- #globalnaviの指定 */

#globalnavi ul {
	width: 700px;
	list-style-type: none;
	position: absolute;
	background-color: #FFCC00;
	left: 0px;
	top: 0px;
	height: 26px;
	overflow: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-left: 0px;
}

#globalnavi li {
	width: auto;
	float: left;
	border-right-width: 2px;
	border-right-style: groove;
	border-right-color: #FFFFFF;
}

#globalnavi li a {
	text-decoration: none;
	display: block;
	width: auto;
	padding: 0.5em 1em;
	background-color: #FFCC00;
	color: #0000FF;
	font-size: 12px;
	font-weight: normal;
}

#globalnavi li a:hover {
	background-color: #FF6600;
	color: #FFFFFF;
}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2 {
	font-size: 18px;
	display: block;
	margin-top: 20px;
	padding-top: 7px;
	background-image: url(../image/lpo/title.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	text-align:center;
	height: 30px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
h3,h4 {
	font-size: 14px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	display: block;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
h5 {
	font-size: 14px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	letter-spacing: 0.2em;
	text-indent: 10px;
	display: block;
}
.topics {
	border: 1px solid #3366FF;
	font-size: 12px;
	background-color: #FFFFCC;
	background-image: url(../image/topics.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
	margin-top: 15px;
}
.tokushu {
	background-color: #FFFFCC;
}



h3,h4,h5,h6 { margin-top: 2.5em; }

/* -- 文字 -- */
#contents p {
	line-height: 1.6em;
	margin-bottom: 0em;
}
.p1 {
     text-align:left;
	 margin: 0px 0px 0px 20px;
}

/* -- パン屑リスト -- */
#contents .topic-path {
	margin-bottom: 10px;
	font-size: 12px;
	margin-top: 10px;
	padding-left: 10px;
	background-color: #FF9900;
	color: #006600;
	border: 1px solid #999999;
}
.waku {
	font-size: 12px;
	border: 1px solid #FF0000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-indent: 10px;
}


/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }
.menubar {
	margin-left: 15px;
	margin-bottom: 20px;
}


/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }
.top-img {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.kyoucho {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.caution {
	background-color: #FFFF99;
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 20px;
	font-size: 13px;
	border: 1px dotted #FF9900;
}
