﻿@charset "UTF-8";
/*	=====  common.css  =====

	++ SITIERA WEB SITE CSS ++

	SITIERA WEB SITEの全般共用のスタイルシートです。
*/

body {
	margin : 0px;
	padding : 0px;
	text-align: center;
	overflow: auto;
}

body * {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	color: #000000;
	line-height: 14px;
	vertical-align: bottom;
}

h1 {
	clear : both;
	width: 960px;
	height: 100px;
	text-indent: -9999px;
	text-decoration: none;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 5px 0 15px 0;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
	font-weight: bold;
	margin-bottom: 5px;
}

h5 {
	font-weight: bold;
	margin-bottom: 5px;
}

script {
	display: none;
}

table{
	display: table;
}

tr{
	display: table-row;
}

th{
	display: table-cell;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}

td{
	display: table-cell;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}

p {
	line-height: 20px;
}

p.last_sentence {
	margin-bottom: 10px;
}

p.error {
	margin-bottom: 10px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

a {
	display: inline;
/*	height: 100%;*/
	color: #225588;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	text-decoration: none;
	border-bottom: 1px solid #225588;
}

p a {
	line-height: 20px;
	color: #225588;
}
/*
a:hover {
	color: #0066CC;
	text-decoration: none;
	border-bottom: 1px solid #225588;
}
*/
ul {}

ul li {
	display: list-item;
	list-style-type: none;
	margin-bottom: 2px;
}

dl {}

dl dt {
	margin-bottom: 3px;
}

dl dd {
	margin: 0 0 5px 10px;
}

span{
	display: inline;
}

img {
	display: inline;
}

input {
	display: inline;
}

input.input {
	padding: 1px 2px 1px 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	background-color: #FAFAFA;
}

input.submit {
	padding: 1px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

input.submit:hover {
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
}

input.submit:active {
	padding: 2px 0 0 2px;
	border-color: #999999 #CCCCCC #CCCCCC #999999;
	background-color: #DDDDDD;
}

input#submit_bt {
	margin: 10px 0 10px 200px;
}

input#submit_bt_left {
	float: left;
	margin: 5px 0 10px 200px;
}

input#submit_bt_right {
	margin: 5px 0 10px 10px;
}

textarea {
	display: inline;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	padding: 1px 2px 1px 2px;
	background-color: #FAFAFA;
}

select {
	display: inline;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	background-color: #FAFAFA;
}

#container {
	width: 960px;
	margin-left : auto;
	margin-right : auto;
	text-align: left;
}
/* フッタ部分 */
#footer {
	width: 960px;
	text-align: center;
	clear : both;
	padding-top: 5px;
}

#footer address {
	clear: both;
	padding: 5px 0 16px;
	border-top: 1px dashed #999999;
	color: #999;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}