@charset "shift-jis";

/*-------------------------------
共通設定
--------------------------------*/
body {
	background-image: url(../img/psc_com_bg001.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
	margin: 0;
	padding: 0;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

h4 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

a.ank {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
}

script {
	margin: 0;
	padding: 0;
}


/* テキスト */
.none {
	display: none;
}

.gray12 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.blue12 {
	font-size: 12px;
	color: #0E3786;
}

.light12 {
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}

.textlink01:link,
.textlink01:visited,
.textlink01:active {
	font-size: 12px;
	color: #0E3785;
	text-decoration: none;
}

.textlink01:hover {
	text-decoration: underline;
}

.textlink02:link,
.textlink02:visited,
.textlink02:active {
	font-size: 12px;
	color: #0E3785;
	text-decoration: underline;
}

.textlink02:hover {
	color: #C6D5E6;
	text-decoration: none;
}


/* コンテナ */
div#wrap {
	margin: 0px;
	padding: 0px;
	
}

div#center {
	margin: 0 auto;
	padding: 0px;
	width: 760px;
}


/* ヘッダ */
div#head {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 760px;
	background-image: url(../img/psc_comm_head01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
}
h1#sanjorogo a#h1rogo {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 105px;
	width: 220px;
}



div#footer {
	background-image: url(../img/psc_comm_foot01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding: 0px;
	clear: left;
	float: left;
	height: 110px;
	width: 760px;
}

ul#footlink {
	font-size: 12px;
	font-weight: normal;
	color: #0E3785;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 700px;
	list-style-type: none;
}

ul#footlink li {
	margin: 0px;
	padding: 0px;
	float: left;
}
