@charset "shift-jis";

*{
margin:0;
padding:0;
}

body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	font-size:14px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka;
	line-height:150%;
	color:#333333;
	text-align:center;
}

td{
	font-size:14px;
	line-height:150%;
}

#main{
	width:768px;
	margin:0 auto;
	text-align:center;
}

#contentsBg{
	background-image: url(../img/contents_bg01.png);
	background-repeat: repeat-y;
}

a{
	position:relative;
}

a:link,a:visited

{
	text-decoration:underline;
	color:#39c;
}

a:hover
{
	text-decoration:underline;
	color:#21739D;
	text-decoration:none;
}

.small
{
	font-size:12px;
	color:#666666;
	line-height:130%;
	display:block;
	margin-top:5px;
}

.large
{
	font-size:14px;
}

.red
{
	color:#de0716;
}

#pagetop-area{
	width:705px;
	text-align:right;
	margin-top:20px;
}

/* top */

div#topContents #innerCnt{
	position:relative;
	width:750px;
}

div#topContents #innerCnt p#top_btn03{
	position:absolute;
	top:390px;
	left:55px;
}

/* gist */
.contentsgist .gists_titlebg{
	background:url(../gist/img/hl01.jpg) no-repeat;
}

.contentsgist h3.title01{
	font-size:16px;
	color:#44B50D;
	font-weight:bold;
	margin-bottom:5px;
}

.contentsgist h4{
	padding-bottom:10px;
}

.contentsgist .red01{
	color:#EA2100;
}

.contentsgist .green01
{
	color:#22a231;
}

.contentsgist .day01{
	font-size:140%;
	font-weight:bold;
}

.contentsgist .course{
	margin-left:25px;
}

.contentsgist #toiawase_box{
	margin:7px;
}

.contentsgist .toiawase{
	border:2px dotted #F98ABA;
}

.contentsgist .imgR{
	float: right;
	margin: 0 0 10px 10px;
}

.contentsgist div.cate{
	/*border-bottom:1px solid #c5c5c5;*/
	margin:15px 0 0 25px;
	padding-bottom:15px;
}

.contentsgist div.cateIn{
	margin:0 15px 0 25px;
}

.contentsgist p.point{
	margin:10px 0 5px 0;
	padding:3px 10px;
	border:dotted 1px #EA2100;
	color:#de0716;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

.contentsgist p.sTitle{
	font-size:110%;
	line-height:1.4;
	font-weight:bold;
	color:#EA2100;
	margin-bottom:5px;
}

.contentsgist .festa{
	background:#FFE6F2;
	padding:10px;
	margin:15px 0;
	}



/* howto */
#pdf-area{
	width:299px;
	margin:25px 0 10px 0;
}


/*----------------------------------------------------
#topicPath
----------------------------------------------------*/

div#pkz
{
	width:705px;
	margin:0 auto 5px;
	text-align:left;
	padding-top:10px;
}

div#pkz ul
{
	margin-left:5px;
	padding:5px 0 0;
	list-style-type:none;
}

div#pkz ul li
{
	display:inline;
	margin-right:5px;
	font-size:12px;

}

div#pkz ul li a
{
	padding-right:13px;
	background:url(../img/path_img01.gif) 100% 0 no-repeat;
}



.topNotice{
width:85%;
/*background-color:#437C35;*/
background-color: #00A56D;
padding:12px 15px;
font-size:17px;
line-height:1.7;
font-weight:bold;
border:dotted 2px #008E5E;
margin:20px auto 0;
text-align:center;
letter-spacing:1px;
color:#ffffff;
}

