@charset "utf-8";

/*--------------------------------------------------------------*/
/*	D&G Official Web Site					*/
/*								*/
/*	Copyright 2010 ESWEB Co,Ltd All Rights Reserved.	*/
/*	ESWEBの許可なく複製・改変等を行う事は出来ません		*/
/*								*/
/*	Add Day : 2010/02/01(Mon) Name:Takayuki Ishii		*/
/*	Udt Day : 2010/02/13(Sat) Name:Takayuki Ishii		*/
/*--------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/
/*	CSSの初期化							        */
/*------------------------------------------------------------------------------*/

a:link{
	color: #fc5ea6
}

a:visited{
	color: #fc5ea6
}

a:hover{
	color: #ff0000
}

a:active{
	color: #fc5ea6
}

a{
	/*text-decoration: none;*/
	outline: 0px; /*  Firefox対策  */
}

html, body, div, dl, dt, dd, ul, ol, li, form, input, select, option, textarea, blockquote, th, td{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 110%;
	font-family: 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Verdana,sans-serif;
	color: #ffffff;
}

h1{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 110%;
	font-family: 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Verdana,sans-serif;
	color: #ffffff;
}

h2, h3, h4, h5, h6{
	margin: 0px, 0px, 10px, 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 110%;
	font-family: 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Verdana,sans-serif;
	color: #ffffff;
	font-weight: normal;
}

h5{
	margin: 10px,0px,5px,0px;
	color: #ffff00;
	font-weight: normal;
	text-align: center;
}

p{
	margin: 10px, 0px, 0px, 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 110%;
	font-family: 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Verdana,sans-serif;
	color: #ffffff;

}

body{
	margin: 0px auto;
	background: url(../img/all/bak/bak.jpg);
	/*background-color: #111111;*/
	text-align: center;
	/*zoom: 1; /* IE7ズーム機能利用時のレイアウト崩れ対策(対象:bodyの背景画像)*/
}

table{
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

img{
	border: 0px;
	vertical-align: bottom;	/*  IE対策  */
}

address, caption, em, strong, th, var{
	font-style: normal;
	font-weight: normal;
}

caption, th{
	text-align: center;
}

input, select{
/*	background-color: #ffffff;*/
}

/*------------------------------------------------------------------------------*/
/*	font size								*/
/*------------------------------------------------------------------------------*/

.font20{
	font-size: 20px;
}

.font18{
	font-size: 18px;
}

.font16{
	font-size: 16px;
}

.font15{
	font-size: 15px;
}

.font14{
	font-size: 14px;
}

.font13{
	font-size: 13px;
}

.font12{
	font-size: 12px;
}

.font11{
	font-size: 11px;
}

.font10{
	font-size: 10px;
}

/*------------------------------------------------------------------------------*/
/*	bold									*/
/*------------------------------------------------------------------------------*/

.bold{
	font-weight: bold;
}

/*------------------------------------------------------------------------------*/
/*	color(RGB)								*/
/*------------------------------------------------------------------------------*/

/*--	red		--*/
.color-ff0000{
	color: #ff0000;
}

/*--	blue		--*/
.color-0000ff{
	color: #0000ff;
}

/*--	green		--*/
.color-00ff00{
	color: #00ff00;
}

/*--	yellow		--*/
.color-ffff00{
	color: #ffff00;
}

/*--	magenta		--*/
.color-ff00ff{
	color: #ff00ff;
}

/*--	cyaan		--*/
.color-00ffff{
	color: #00ffff;
}

/*--	white		--*/
.color-ffffff{
	color: #ffffff;
}

/*--	black		--*/
.color-000000{
	color: #000000;
}

/*--	50gray		--*/
.color-818181{
	color: #818181;
}

/*--	40gray		--*/
.color-9a9a9a{
	color: #9a9a9a;
}

/*--	30gray		--*/
.color-b4b4b4{
	color: #b4b4b4;
}

/*--	20gray		--*/
.color-cdcdcd{
	color: #cdcdcd;
}

/*--	10gray		--*/
.color-e6e6e6{
	color: #e6e6e6;
}

.color-662d91{
	color: #662d91;
}

/*------------------------------------------------------------------------------*/
/*	head Line								*/
/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/
/*	container								*/
/*------------------------------------------------------------------------------*/

#wrap{
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #000000;
}

#wrap-pad{
	padding: 10px;
}

/*------------------------------------------------------------------------------*/
/*	index									*/
/*------------------------------------------------------------------------------*/

#index{
	width: 760px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	background: url(../img/index/index.jpg) no-repeat;
	text-indent: -9000px;
}

#ninsyo{
	width: 268px;
	height: 64px;
	margin: 20px auto 0px auto;
	text-align: left;
}

/* IE6対策　スターハック */
* html #ninsyo{
	width: 268px;
	height: 64px;
	margin: 20px 0px 0px 246px;
	text-align: left;
}

#ninsyonav{
	width: 268px;
	height: 64px;
	padding: 0px;
	text-align: left;
}

#ninsyo ul {
	margin: 0px;
	list-style-type: none;
	float: left;
}

#ninsyo ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#ninsyo ul li a {
	width: 100px;
	height: 64px;
	display: block;
	text-decoration: none;
	text-indent: -9000px;
	margin: 0px;
}

#ninsyo #enter a {
	background: url(../img/index/18enter.jpg) no-repeat;
	width: 100px;
}

#ninsyo #leave a {
	background: url(../img/index/18leave.jpg) no-repeat;
	width: 100px;
}

#ninsyo #mark a{
	background: url(../img/index/18logo.jpg) no-repeat;
	width: 68px;
}

/*------------------------------------------------------------------------------*/
/*	link									*/
/*------------------------------------------------------------------------------*/

.link-table{
	width: 760px;
	margin: 10px 0px 10px 0px;
}

.link-img{
	width: 88px;
	padding: 5px;
	text-align: left;
}

.link-txt{
	width: 160px;
	padding: 0px 5px 0px 10px;
	text-align: left;
}

/*------------------------------------------------------------------------------*/
/*	footor									*/
/*------------------------------------------------------------------------------*/

#footer{
	width: 700px;
	margin: 20px 0px 0px;
	padding: 0px;
}

#copyright {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#copyright address {
	margin: 0px auto;
	padding: 0px 5px 0px 0px;
}

/*------------------------------------------------------------------------------*/
/*	space用									*/
/*------------------------------------------------------------------------------*/

.space-l1 p, .space-l10 p, .space-l20 p{
	text-indent: -9000px;
}

.space-l1{
	height: 1px;
}


.space-l10{
	height: 10px;
}

.space-l20{
	height: 20px;
}

/*------------------------------------------------------------------------------*/
/*	float clear用								*/
/*------------------------------------------------------------------------------*/

.clear-l1, .clear-l10, .clear-l20{
	clear: left;
}

.clear-l1 p, .clear-l10 p, .clear-l20 p{
	text-indent: -9000px;
}

.clear-l1{
	height: 1px;
}


.clear-l10{
	height: 10px;
}

.clear-l20{
	height: 20px;
}

