/* ++++++▼基本設定++++++ */

* {
	margin:0;
	padding:0;
	text-align:left;
}

body {
	background:#000 url(/common/images/bg.jpg) fixed repeat-x;
}

body,div {
	margin:0 auto;
}

caption {
	text-align:center;
}

/* ▼使用フォント */

body,div,p,td,th,caption {
	font-family:Verdana, Osaka, "MS UI Gothic", "ＭＳ Ｐゴシック";
	color:#666;
}

/* ▼リンク一般 */

a:link {
	color:#000;
	text-decoration:none;
}

a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

a:active {
	color:#000;
	text-decoration:underline;
}

/* ▼文字色一般 */

/* 白 */
.txt-white {
	color:#fff;
}

/* 黒 */
.txt-black {
	color:#000;
}

/* 赤 */
.txt-red {
	color:#f00;
}

/* 黄 */
.txt-yellow {
	color:#ffc;
}

/* 白-太字 */
.txt-white-bold {
	color:#fff;
	font-weight:bold;
}

/* 黒-太字 */
.txt-black-bold {
	color:#000;
	font-weight:bold;
}

/* 赤-太字 */
.txt-red-bold {
	color:#f00;
	font-weight:bold;
}

/* 黄-太字 */
.txt-yellow-bold {
	color:#ffc;
	font-weight:bold;
}

/* 灰-太字 */
.txt-gray-bold {
	color:#666;
	font-weight:bold;
}

.xl69
	{color:#f00;
	font-size:11.0pt;
	font-family:"ＭＳ Ｐゴシック", monospace;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;}

/* ▼背景色一般 */

/* 白 */
.bg-fff {
	background-color:#fff;
}

/* 灰 */
.bg-ccc {
	background-color:#ccc;
}

.bg-999 {
	background-color:#999;
}

.bg-666 {
	background-color:#666;
}

/* 黄 */
.bg-ffc {
	background-color:#ffc;
}


/* ▼レイアウト一般 */

/* センター揃え */
.cnt {
	text-align:center;
}

/* 右揃え */
.rgt {
	text-align:right;
}

/* ++++++▼基本レイアウト++++++ */

/* ▼ヘッダ */

#header {
	width:800px;
	background:#000 url(/common/images/head-bg1.jpg) repeat-y;
}

#hmenu {
	border-top:solid 1px #ff3;
	width:800px;
	clear:both;
}

#header #h-logo-1 {
	padding:7px;
	float:left;
}

#header #h-logo-2 {
	padding:7px;
	float:right;
}

#header #photo {
	width:800px;
	height:84px;
	border-bottom:2px #ff3 solid;
	background:#000 url(/common/images/hphoto.jpg) no-repeat;
}

/* ▼コンテナ */

#container {
	width:800px;
	background-color:#999;
	padding:6px 0px 0px 0px;
}

/* ▼グローバルメニュー */

#gmenu {
	width:110px;
	float:left;
}

#gmenu ul {
	margin:0;
	padding:0;
}

#gmenu li {
	margin:0;
	padding:0;
	list-style-type:none; 
}

#gmenu li.h23{
	height:23px;
}

#gmenu li.h21{
	height:21px;
}

#gmenu li.h17{
	height:17px;
}

/* ▼コンテンツ */

#contents {
	width:670px;
	margin-left:120px;
	background-color:#fff;
}

/* ▼フッタ */

#footer {
	padding-top:30px;
	clear:both;
}

#footer #fmenu {
	color:#fff;
	padding:5px;
	text-align:center;
}

#footer #fmenu a:link {
	color:#ffffff;
	text-decoration:none;
}

#footer #fmenu a:visited {
	color:#ffffff;
	text-decoration:none;
}

#footer #fmenu a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#footer #fmenu a:active {
	color:#ffffff;
	text-decoration:underline;
}

#footer #copyright {
	border-top:solid 2px #ff3;
	background-color:#666
}

#footer #copyright p {
	color:#ff3;
	padding:5px;
	text-align:center;
}

/* ▼その他 */

.w600 {
	width: 600px;
	margin:0 auto;
}

.title {
	background-color:#ccc;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #666;
	border-left:solid 1px #fff;
	border-right:solid 1px #666;
}

.border {
	border-top:solid 1px #fff;
	border-bottom:solid 1px #666;
	border-left:solid 1px #fff;
	border-right:solid 1px #666;
}

#to-top {
	width:600px;
	margin:10px auto;
	text-align:right;
	border-bottom:solid 1px #000;
}