/*---------- ページ全体の指定 ----------*/

html {
	height: 100%;
	height: 100%;
	overflow-y: scroll;
}

body {
	font-family: “メイリオ”, Meiryo, “ヒラギノ角ゴ Pro W3″, Hiragino Kaku Gothic Pro, “ＭＳ Ｐゴシック”,Verdana,sans-serif;	
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:visited{
	color:#800080;
	text-decoration: underline;
}



img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}

table {
	margin-bottom: 4px;
}


h1 {
	font-size: 13px;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}

p {
	font-size: 12px;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

.error-messages {/* 更新保存ボタンの左のエラー指定 */
	font-weight: bold;
	color: #CC3300;
	margin-right: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

.error-message {/* 各inputのエラー指定 */
	font-weight: bold;
	color: #CC3300;
	margin-right: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-top: 2px;
}


#flashMessage {/* #naviのエラー指定 */
	font-weight: bold;
	color: #CC3300;
	margin-right: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}


input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-bottom: 1px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 0px;
}

select {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-bottom: 1px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 0px;
}

textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-bottom: 0px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 0px;
}


/*---------- 体裁 ----------*/

#header {
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #CCCCCC;
	background-color: #EAEAEA;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#navi {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	background-color: #FFFFFF;
	width: 1050px;
}

#navi a {
	color: #0033CC;
	text-decoration: none;
}

#navi a:hover {
	color: #FF6600;
	text-decoration: underline;
}


#wrapper {
	display: block;
	height: auto;
	overflow: visible;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 1050px;
}

#area_right {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 950px;
}

#area_right h2{
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	letter-spacing: 1px;
	color: #FF0066;
}

#area_left {
	padding: 0px;
	width: 85px;
	margin: 0px;
}

#area_left h2{
	color: #FFFFFF;
	background-color: #666666;
	display: block;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#area_left ul {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#area_left li {
	font-size: 12px;
	line-height: 160%;
	background-color: #EAEAEA;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	padding: 5px;
}

#area_left li a {
	color: #0033CC;
	text-decoration: none;
}

#area_left li a:hover {
	color: #FF6600;
	text-decoration: underline;
}


#clear {
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	color: #333333;
	text-align: center;
	border-top-color: #333333;
	background-color: #EEEEEE;
	display: block;
	border-top-width: 5px;
	border-top-style: solid;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 350px;
	padding-left: 50px;
}

#box_list{
	height: 470px;
	overflow: auto;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#box_list p {
	font-size: 12px;
	line-height: 120%;
	color: #000000;
}

#box_send {
	height: 550px;
	overflow-y: scroll;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*---------- コンテンツ ----------*/

.box_search {
	background-color: #EAEAEA;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #CCCCCC;
}

.box_content {
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.box_right {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #CC3300;
	margin: 0px;
	float: right;
	font-size: 12px;
	padding: 0px;
}

.form_bt {
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 13px;
}

.border_bottom {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
.error {
	font-weight: bold;
	color: #CC3300;
	margin-right: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

.font_kakaku {
	font-weight: bold;
	color: #FF0066;
	margin-right: 5px;
	font-size: 12px;
}

.font_kokyaku {
	line-height: 110%;
	color: #000000;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.contacts_login {
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 200px;
	width: 400px;
	padding: 0px;
}

