/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #FFFFFF;
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	background-color: #2E1914;
	text-align:center;
	background-image: url(https://takechas.sakura.ne.jp/elements/img/bg.jpg);
	background-attachment: fixed;
}

a:link {
	color:#CCFF66;
}
a:hover {
	color:#CC9999;
}
a:visited {
	color:#669966;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	width:934px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*ヘッダー*/
.header {
	width:100%;
	clear:left;
	height: 102px;
}

/*メニュー*/
.menu {
	width:100%;
	clear:left;
	height: 102px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:200px;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

/*　フッター（コピーライト）　*/
.footer {
	width:100%;
	clear:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-bottom: 15px;
	padding-top: 5px;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}

span.select {
	position: absolute;
	width: 151px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 30px 0 0px;
	color: #2E1914;
	font: 12px/21px arial,sans-serif;
	background: url(https://takechas.sakura.ne.jp/elements/img/form/pulldown.png) no-repeat;
	overflow: hidden;
}
