@charset "utf-8";

/****************************************************
 基本設定
****************************************************/
* {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	}

body {
	font-size : 100%;
	color : #000000;
	}

h1 {
	padding-top : 10px;
	padding-bottom : 10px;
	color : #000000;
	font-size : 100%;
	text-align : center;
	background-color : #ccccff;
	}

h2 {
	padding-top : 3px;
	padding-bottom : 3px;
	color : #000000;
	font-size : 100%;
	font-style : italic;
	text-align : left;
	background-color : #99ccff;
	}

.ped_logo {
	text-align : center;
	}

.p1 {
	padding-left : 10px;
	}

.red {
	text-indent : 20px;
	color : #FF0000;
	}

.list1 {
	list-style-type : none;
	list-style-position : outside;
	}

.list2 {
	list-style-type : disc;
	list-style-position : outside;
	}

.list3 {
	list-style-type : decimal;
	list-style-position : outside;
	}
	
.table01 {
	margin-left :auto;
	margin-right :auto;
	border-collapse :collapse;
}

.th1 {
	border-width : 1px;
	border-style : solid;
	border-color : #000000;
	text-align : center;
	padding : 5px 10px;
	background-color : #cccccc;
	}

.td1 {
	border-width : 1px;
	border-style : solid;
	border-color : #000000;
	text-align : center;
	padding : 5px 10px;
	background-color : #ffffff;
	}

p.copyright {
	text-align : center;
	color : #666666;
}

/****************************************************
 ヘッダーエリア
****************************************************/
#header{
	width : 720px;
	margin : 10px 10px 10px 10px;
	padding-bottom : 10px;
	border-bottom : 1px solid #999999;
	}

/****************************************************
 コンテンツエリア
****************************************************/
#contents{
	width : 720px;
	margin : 10px 10px 10px 10px;
	padding-top : 5px;
	padding-bottom : 20px;
	border : 0px;
	}

/****************************************************
 フッターエリア
****************************************************/
#footer{
	width : 720px;
	margin : 10px 10px 10px 10px;
	padding-top : 10px;
	border-top : 1px solid #999999;
	font-size : 80%;
	color : #666666;
	}

