﻿body {
}
#page-background {
	max-width				:	1200px;
}
#page-wrap {
	max-width	:	1150px;
	padding-bottom	: 60px;
}
#page-wrap:after {
}
#header {
}
#content {
	max-width		:	1050px;
	margin	:	0 auto;
}
#main-content {
}
#navi {
	margin-bottom	:	20px;
}
#footer {
	max-width	:	1150px;
}


/*-----------------------------------

ヘッダー

-----------------------------------*/

/*--幅に合わせてタイトルサイズを変更する--*/
.header_title img {
	width				:	100%;
	height			:	auto;
	max-width		:	1150px;
}


/*-----------------------------------

フッターを常に下に表示する

-----------------------------------*/

#footer {
	position: absolute;
}


/*-----------------------------------

グローバルナビ

-----------------------------------*/
#g_navi .g_navi td{
	font-size: 120%;
}


/*-----------------------------------

メニューボタン

-----------------------------------*/
.menubtn_frame {
}
.menubtn {
	margin-bottom						:	5px;
	padding									:	10px 10px 5px 10px;
	font-size								:	14px;
	height									:	28px;
	color										:	#333;
	background							:	-webkit-gradient(linear, left top, left bottom, from(#E9F0FE), to(#F8FBFF));
	background							:	-moz-linear-gradient(top, #E9F0FE, #F8FBFF);
	text-overflow						:	ellipsis;
	overflow								:	hidden;
	cursor									:	pointer;
	font-weight							:	bold;
	border									:	1px solid #5C8CC1;
	/*角丸*/
	border-radius						:	5px;
	-webkit-border-radius		:	5px; /* Safari・Chrome*/
	-moz-border-radius			:	5px;	/* Firefox*/
}

/*-----------------------------------

タイトル

-----------------------------------*/
h1 {
	font-size							:	230%;
}

/*-----------------------------------

操作手順の手順

-----------------------------------*/

/* <h2>のスタイル */
.operation_title {
	background	:	#F9EEEE;
	border-left	:	5px solid #ae1100;
	margin			:	10px 0;
	padding			:	5px;
	font-size		:	100%;
}
