@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: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; 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: #1111cc;
}
a:hover {
	text-decoration:none;
}

b, strong {
	font-weight: bold;
}

iframe::-webkit-scrollbar {
	display:none;
}

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

body {
	background: #000;
	text-align: center;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
#header {
}
#body {
	padding: 20px;
}
#footer {
	padding: 20px 5px 5px;
}

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

.page_title {
	font-size: 20px;
	color: #9fa09e;
	margin-bottom: 20px;
}

.large_title {
	font-size: 16px;
	color: #c89932;
	margin-bottom: 10px;
}

.error {
	margin-bottom: 20px;
}
.error dt,
.error dd {
	color: #ea5549;
}

.flat_menu {
	overflow: hidden;
	margin-bottom: 20px;
}
.flat_menu li {
	display: inline;
	margin-right: 6px;
}

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

