* {
    margin: 0;
    padding: 0;
}
html {
	height: 100%;
}

 
body {
	height: 100%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #323232;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}



 
#header {
	height: 70px;
	background-image: url(../images/headbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	top: 0px;
	position: fixed;
	width: 100%;
	left: 0px;
}
#header_box {
	height: 70px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#navi {
	float: left;
	width: 275px;
	height: 70px;
}

#contents {
	width: 1000px;
	padding-top: 70px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#navi ul {
	list-style-type: none;
}
#navi li {
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	height: 30px;
	width: 81px;
	margin-right: 10px;
	padding-top: 20px;
}
#navi a {
	display: block;
}



#left_contents {
	float: left;
	width: 275px;
}
#menu {
	width: 275px;
	padding-top: 65px;
	height: 45px;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	text-align: center;
	float: left;
	height: 45px;
	width: 45px;
	margin-right: 10px;
	display: block;
	line-height: 45px;
}
#menu a {
	display: block;
}


.about {
	background-image: url(../images/about.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	display: block;
}
.dtp {
	background-image: url(../images/dtp.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	display: block;
}
.web {
	background-image: url(../images/web.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	display: block;
}
.link {
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	display: block;
}
.mail {
	background-image: url(../images/mail.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	display: block;
}

#news {
	width: 225px;
	background-color: #000000;
	padding: 20px;
	margin-top: 70px;
}
#news dt {
	color: #999999;
	margin-top: 10px;
}
#news dd {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
#menu_about {
	width: 265px;
	margin-top: 70px;
}
#menu_about ul {
	list-style-type: none;
}
#menu_about   li  {
	text-align: center;
	background-color: #000000;
	margin-bottom: 10px;
	height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #3C96C8;
}
#menu_about a {
	color: #FFFFFF;
	display: block;
}
#menu_about a:hover {
	color: #3C96C8;
	text-decoration: none;
}

#menu_dtp {
	width: 265px;
	margin-top: 70px;
}
#menu_dtp ul {
	list-style-type: none;
}
#menu_dtp li  {
	text-align: center;
	background-color: #000000;
	margin-bottom: 10px;
	height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu_dtp a {
	color: #FFFFFF;
	display: block;
}
#menu_dtp a:hover {
	color: #6EDC14;
	text-decoration: none;
}

#menu_web {
	width: 265px;
	margin-top: 70px;
}
#menu_web ul {
	list-style-type: none;
}
#menu_web li  {
	text-align: center;
	background-color: #000000;
	margin-bottom: 10px;
	height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu_web a {
	color: #FFFFFF;
	display: block;
}
#menu_web a:hover {
	color: #FF8C00;
	text-decoration: none;
}

#menu_link {
	width: 265px;
	margin-top: 70px;
}
#menu_link ul {
	list-style-type: none;
}
#menu_link li  {
	text-align: center;
	background-color: #000000;
	margin-bottom: 10px;
	height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu_link a {
	color: #FFFFFF;
	display: block;
}
#menu_link a:hover {
	color: #FF6EB4;
	text-decoration: none;
}



#right_contents {
	float: right;
	background-color: #000000;
	width: 630px;
	background-image: url(../images/mainbg.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 30px;
}

#main {
	margin: 20px;
	background-color: #000000;
	padding: 20px;
}
.flow {
	width: 550px;
	margin-bottom: 20px;
}
.flow_img  {
	float: left;
	width: 120px;
	margin-right: 20px;
}
#table_about  {
	width: 550px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#table_about th  {
	background-color: #3C96C8;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 3px;
	margin-bottom: 3px;
	font-weight: normal;
	text-align: left;
	width: 120px;
}
#table_about td  {
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #222222;
	padding-right: 8px;
}
#table_contact {
	width: 550px;
	margin-bottom: 10px;
}
#table_contact th {
	background-color: #820FD2;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 150px;
}
#table_contact td {
	background-color: #222222;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 350px;
}
#submit {
	text-align: center;
}


#link dt {
	color: #FF6EB4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6EB4;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 5px;
	font-size: 15px;
}

 

 
#footer {
	position: fixed;
	bottom: 0px;
	background-image: url(../images/footbg.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
	left: 0px;
}
#footer p {
	font-size: 11px;
	line-height: 15.5px;
	text-align: center;
	padding-top: 12px;
}
p {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 20px;
}
.p_about {
	color: #3C96C8;
}
.p_dtp {
	color: #6EDC14;
}
.p_web {
	color: #FF8C00;
}
.p_link {
	color: #FF6EB4;
}
.p_mail {
	color: #A014FF;
}
.link_box {
	width: 550px;
	margin-top: 30px;
	height: 60px;
}
.link_boxleft {
	text-align: center;
	float: left;
	width: 120px;
	margin-right: 20px;
	height: 60px;
}
.link_boxright {
	float: right;
}
.textarea_link {
	float: right;
	width: 400px;
	overflow: auto;
	height: 60px;
	font-size: 11px;
	line-height: 14px;
}
.link_box2 {
	width: 550px;
	margin-top: 30px;
}
.link_boxleft2 {
	text-align: left;
	float: left;
	width: 234px;
	margin-right: 20px;
}
.link_boxright2 {
	float: right;
	width: 290px;
}
.textarea_link2 {
	float: right;
	width: 290px;
	overflow: auto;
	height: 110px;
	font-size: 11px;
	line-height: 14px;
}

.whitebox {
	background-color: #FFFFFF;
	margin-top: 20px;
	color: #0F0F0F;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
h1 {
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	margin-top: 20px;
	float: right;
}


h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	height: 25px;
	padding-left: 7px;
	width: 543px;
}

.results {
	width: 550px;
	margin-bottom: 20px;
}
.results_left {
	width: 120px;
	margin-right: 20px;
	float: left;
}



.h2_about {
	background-image: url(../about/images/aber.gif);
	background-repeat: repeat-x;
	width: 543px;
	height: 25px;
}
.h2_dtp {
	background-image: url(../dtp/images/dber.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 543px;
}
.h2_web {
	background-image: url(../web/images/wber.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 543px;
}

.h2_link {
	background-image: url(../link/images/lber.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 543px;
}
.h2_mail {
	background-image: url(../images/cber.gif);
	background-repeat: repeat-x;
	height: 25px;
	line-height: 25px;
	width: 543px;
}
h3 {
	font-weight: normal;
	text-align: center;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
h4 {
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
}




.clear {
	clear: both;
}
.rogo {
	padding-top: 87px;
}
.right_10px {
	margin-right: 10px;
}
.dtpq {
	color: #6EDC14;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6EDC14;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 14px;
}
.weba {
	padding-top: 10px;
}

.webq {
	color: #FF8C00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8C00;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 14px;
}
.dtpa {
	padding-top: 10px;
}
#pagetop {
	text-align: right;
	height: 20px;
	width: 1000px;
	padding-bottom: 50px;
}
#pagetop a {
	font-size: 10px;
}


strong {
	font-size: 20px;
}
.input1 {
	width: 150px;
}
.input2 {
	width: 150px;
}
.input3 {
	width: 200px;
}
.textarea1 {
	height: 200px;
	width: 350px;
}
.news_box {
	text-align: center;
	padding: 20px;
	width: 225px;
	margin-top: 70px;
	background-color: #000000;
}
