@charset "utf-8";

/*
-----------------------------------------------------
DEFAULT CSS SETTINGS
FileName:   design.css
Version:    2006.11.8
Skin for:	DEFAULT
-----------------------------------------------------
*/

/*-----------------COMMON SETTINGS-----------------*/

body{
	font-family: "ＭＳ Ｐゴシック";
	font-size:12px;
	line-height: 18px;
	margin: auto;
	padding: 0;
	color: #333333;
	}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p
{
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック";
	font-weight: normal;
} 

div {
}

table {  
    border-collapse:collapse;   
    border-spacing:0; 
	border: hidden;	   
} 


#container {
	width:100%;
	height:100%;
	background-color: #FFFFFF;
	background-image: url(/DD/Images/tmpl_body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}	

.left_bg {
	background-image: url(/DD/Images/tmpl_repeat-left.gif);
	background-repeat: repeat-y;
}

.right_bg {
	background-image: url(/DD/Images/tmpl_repeat-right.gif);
	background-repeat: repeat-y;
}

/*.layout_table {
	background-color: #FFFFFF;
	border: hidden;
    font-size: 12px;
}*/

img {
	align: absmiddle;
	border: 0;
}

/*//-----------------END COMMON SETTINGS-----------------*/

/*-----------------LINK SETTINGS-----------------*/

a:link{
    color: #00358c;
    text-decoration:underline;
}

a:visited{
    color: #00358c;
    text-decoration:underline;
}

a:hover{
    color: #FF9900;
    text-decoration:underline;
}

/*//-----------------END LINK SETTINGS-----------------*/


#header{
	background-image: url(/DD/Images/tmpl_header-bg.gif);
	background-repeat: no-repeat;
	height: 81px;
	width: 770px;
}

#footer{
	background-image: url(/DD/Images/tmpl_footer-bg.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 770px;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
}

.pankuzu{
	background-image: url(/DD/Images/tmpl_pankuzu-bg.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 770px;
	font-size: 10px;
	line-height: 12px;
}

.company_list{
	margin-left:18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.top_bg{
	height: 283px;
	width: 770px;
	background-image: url(/DD/Images/top_mainimage_bg.jpg);
	background-repeat: no-repeat;
}
.top_entry{
	margin-right:419px;
	margin-left:97px;
	margin-top: 179px;
	margin-bottom: 32px;
}

.subs{
	height: 117px;
	width: 770px;
	background-image: url(/DD/Images/top_mainimage2_bg.jpg);
	background-repeat: no-repeat;
}

.contact_form tr td input{
width:70%;
line-height:1em;
}
.contact_form tr td textarea{
width:98%;
height:7em;
}

.contact_form tr td .radio input{
width:25px;
}
