@charset "utf-8";

/*-------------------------------------
 * style.css
 * 共通スタイル定義
 *------------------------------------*/

/**
 *
 * 初期化
 *
 */

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
html{overflow-y:scroll}
body{line-height:1.6}
body *{font-family:"MS Pゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kakugo Pro W3",Osaka,sans-serif; font-size:12px; font-weight:normal; font-style:normal;}
ul,ol{list-style:none}
table{border-collapse:collapse}
img,fieldset{border:none}
img{vertical-align:top}
strong,em{font-weight:bold}
a:link, a:hover, a:visited, a:active {
	color: #1546c3;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
b, strong {
	font-weight: bold;
}
iframe::-webkit-scrollbar {
	display:none;
}

/*
 *
 * レイアウト
 *
 */

body {
	text-align: center;
}
#wrapper {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
}
#header {
	padding: 10px;
}
#logo {
	display: block;
	width: 220px;
	height: 40px;
	float: left;
}
#logo h1 {
	color: #afafb0;
	font-size: 16px;
}
#header_menu {
	width: 300px;
	float: right;
}
#header_menu li {
	text-align: right;
}
#body {
	width: 880px;
	float: right;
}
#side {
	width: 200px;
	padding: 0 10px;
	float: left;
}
#side_menu li {
	margin-bottom: 10px;
}
#side_menu li * {
	font-size: 12px;
}
#footer {
	clear: both;
	padding: 10px;
}
#copyright {
	font-size: 10px;
}

/*-----------------------------------------------------
 *
 * 共通クラス
 *
 *---------------------------------------------------*/

.colorWarning {
	color: red !important;
}
.center {
	text-align: center;
}
.page_title {
	font-size: 20px;
	color: #9fa09e;
	margin-bottom: 20px;
}
.page_title_2,
.large_title {
	font-size: 16px;
	color: #c89932;
	margin-bottom: 10px;
}
.error {
	margin-bottom: 20px;
}
.error dt,
.error dd {
	color: #ea5549;
}
.form_sample {
	color: gray;
	font-size: 10px;
}
.flat_menu {
	overflow: hidden;
	margin-bottom: 20px;
}
.flat_menu li {
	display: inline;
	margin-right: 6px;
}
a.del_link {
	color: red;
}

/*-----------------------------------------------------
 *
 * その他
 *
 *---------------------------------------------------*/

