@charset "utf-8";

/********************/
/* common styles    */
/********************/

/* HTML Tags */

html,body,h1,h2,h3,h4,h5,img,hr,div,span,ul,ol,dl,li,dt,dd,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style:normal;
}

img {
	border: none;
}

h1,h2,h3 {
	float:none;
	clear:both;
} 

body {
	font-size: 13px;
	text-align:center;
	color:#666666;
	line-height:1.5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-color: #E8E9F0;
}

p,table td {
	text-align:justify;
	text-justify:distribute;
}

a { color:#3C2BDA;}

a:link,
a:visited { text-decoration:none;}

a:active,
a:hover { text-decoration:underline;}


/* common class */

img.sub {
	margin:15px 0;
}



/*************************/
/* Header Styles         */
/*************************/

#header {
	border-top: 9px solid #402EE8 ;
	border-right: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	width: 780px;
	margin: 0 auto;
	background-color:#FFFFFF;
	text-align:left;
	float:none;
	clear:both;
	background-image: url(../images/bg/bg-header.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

h1 {
	display:block;
	_display:inline;
	float:left;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:5px;
}

#recruit {
	_display:inline;
	float:right;
	margin-right:182px;
	margin-top:26px;
}


/* Global navigation */

#gnavi {
	float:none;
	clear:both;
	text-align:right;
	background-image: url(../images/bg/bg-gnavi.gif);
	background-repeat: repeat-x;
	margin: 2px 0;
}

body#Daido-Home #gnavi {
	background-image: url(../images/bg/bg-gnavi-top.gif);
}

#pageheader {
	background-color:#000000;
	padding: 2px 0;
	float:none;
	clear:both;
}



/*************************/
/* ContentBody Styles    */
/*************************/


/* container styles */

#layoutbody {
	border-right: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	background-color:#FFFFFF;
	width: 780px;
	margin: 0 auto;
	float:none;
	clear:both;
	background-image: url(../images/bg/bg-layoutbody.gif);
	background-repeat: repeat-y;
	text-align:center;
}


body#Daido-Home #content {
	_display:inline;
	float:left;
	width:470px;
	text-align:left;
	margin-left:50px;
	padding:30px 0;
}

body#Daido-TypeA #content {
	_display:inline;
	float:left;
	width:453px;
	text-align:left;
	margin-left:35px;
	padding:30px 0;
}

body#Daido-TypeB #layoutbody {
	background-image: none;
	background-repeat: no-repeat;
}


body#Daido-TypeB #content {
	width:707px;
	text-align:left;
	margin:0 auto;
	padding:30px 0;
}

/* paragrah styles */

#content p {
	margin-bottom:1.3em;
}

#content p.left01 {
	width:455px;
	clear:left;
}

#content p.right01 {
	float:right;
}

#content p.left02 {
	width:260px;
	clear:left;
}


/* list styles */

body#Daido-Home ul {

}

body#Daido-Home ul li {
	padding: 3px 0 3px 18px;
	background-image: url(../images/list/top.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	display: block;
	list-style-type: none;
	font-size:14px;
	line-height:1em;
}

dl dt {
	font-weight:bold;
	border-bottom:1px solid #C7C7C7;
}

dl dd {
	margin:5px 0 15px 10px;

}

/* table styles */

.general {
	margin-bottom:30px;
}

.general th {
	background-image: url(../images/bg/bg-th.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-indent:15px;
	padding-bottom:3px;
	text-align:left;
}

.general td {
	padding-bottom:3px;
}

/*************************
  RightArea Styles
*************************/

#right {
	_display:inline;
	float:right;
	width:252px;

}

#right .btn-area {
	background-color:#FFFFFF;
	padding:10px 0;
	margin:30px auto;
	width:175px;
}

#right img.photo {
	background-color:#FFFFFF;
	padding:15px;
	margin-top: 30px;
}

#right img.photo-down {
	background-color:#FFFFFF;
	padding:15px;
	margin-top: 395px;
}

#right p {
	text-align:left;
	margin:10px 17px 0 17px ;
	
}

/*************************
  Footer Styles
*************************/

#footer {
	background-color:#000000;
	float:none;
	clear:both;
	color:#FFFFFF;
	background-image: url(../images/common/copy.gif);
	background-repeat: no-repeat;
	background-position: 18px 3px;
	height:34px;
	text-align:right;
	border-top: 5px solid #4734EA;
	overflow:hidden;
}

#footer img {
	margin-right:5px;
	margin-top: 5px;

}

#footer p {
	padding: 11px 0 0 20px;
	font-size:11px;
	line-height:1em;
}

.copyright {
	width: 780px;
	margin: 0 auto;
	text-align:right;
	padding: 10px 0;
	font-size:11px;
}
