body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("./img/back.jpg");
	font-size: 12px;
	color: #333333;
	text-align:center; 
}

a:link{	color: #003399;	text-decoration: none;}
a:visited{  color: #003399; text-decoration: none;}
a:hover  {  color: #003399; text-decoration: underline;}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0; 
}

ol {
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 160%;
}

ul{
	list-style-image: url("img/star.gif");
	margin-top: 3px;
	margin-left: 0px;
	padding-left:20px;
	line-height: 160%;
}



#wrapper { 
 margin: 0 auto;
 width: 100%;
 background-image: url("./img/peps_back.jpg");
 background-position: top center;
 background-repeat: no-repeat;
}

#pagearea{
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
}

#header{
	width:980px;
	padding-bottom: 15px;
}


#leftmenu{
	width: 163px;
	display: inline;
	padding-right: 27px;
	padding-left: 50px;
	float: left;
}

#contents { 
	width: 610px;
	display: block;
	padding-left: 35px;
	padding-right: 25px;
	color: #333333;
	font-size: 12px;
	line-height: 140%; 
}


.p_space_1 { margin-right:15px;}
.p_space_2 { margin-left: 15px;}


/*TOPへ戻るリンク*/

#totop { 
	width: 610px;
	text-align: right;
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}


/* トップページ用 */

#toplead{
	width: 870px;
	margin-bottom: 15px;
	margin-left: 55px;
	margin-right: 55px;
	font-size: 12px;
	line-height: 140%;
}

#topnews{
	width: 210px;
	padding-left: 30px;
	padding-right: 50px;
}

.mark{
color: #F0139D;
}


/*テキスト*/
.smaller { font-size: 11px;	}

.pink{
color: #F0139D;
font-weight:bold;
}

.blue{
color: #19459C;
font-weight:bold;
}

h1 {
	display: block;
	width: 610px;
	height: 35px;
	text-align: left;
	background-image: url("./img/subtitle_back.jpg");
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 9px;
	text-indent: 35px;
	color: #19459C;
	font-size: 18px;
	font-weight: bold;
}

h2{
	width: 590px;
	color: #F03C9B;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 5px;
	border-bottom: dotted 2px #FA54A9;
}

h3{
	color: #19459C;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 6px;
	line-height: 140%;
}

/* 表 タイプ１*/

table.type01{
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

.type01 th{
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    color:#333333;
	background-image:url("img/th_back.gif");
    padding:8px 8px;
    text-align:left;
}

.type01 td{
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    padding:8px 8px;
}


/* フッタ */

#footerarea {
	width:980px;
	background-color:#FFFFFF;
	background-image: url("./img/bottom.gif");
 	background-position: bottom;
 	background-repeat: no-repeat;
}

#footer{
	width: 880px;
	font-size: 12px;
	text-align: right;
	margin: 15px 40px;
	padding-top: 5px;
	padding-bottom: 8px;
	color:#666666;
	display: block;
	border-top:solid 1px #cccccc;
}

