html * {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1 {
	background-color: #E8E8FF;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	width: 720px;
	text-align:center;
	margin:0px 0px 0px 25px;
}

/*ヘッダ関連*/
.logo{
	width: 720px;
	margin:7px 0px 7px 25px;
}
.menubox{
	width: 720px;
	height:16px;
	text-align:center;
	background-image: url(../images/menu_back.gif);
	background-repeat: no-repeat;
	margin:0px 0px 0px 25px;
}
.menu{
	margin:2px 0px 2px 0px;
	color:#00125C;
	font-size:12px;
}
.menu a{
	color:#999999;
	font-size:12px;
	text-decoration: none;
}
.menu a hover{
	color:#00125C;
	text-decoration: none;
}
.menu a visited{
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
}
/*フッタ関連*/
.foot_menu{
	width: 720px;
	height:16px;
	text-align:center;
	margin:2px 0px 2px 25px;
	color:#666666;
	clear:both;
	font-size:12px;
	background-image: url(../images/footer_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.foot_menu a{
	color:#666666;
	font-size:12px;
	text-decoration: none;
}
.foot_menu a hover{
	color:#999966;
	text-decoration: none;
}
.foot_menu a visited{
	color:#666666;
	font-size:12px;
	text-decoration: none;
}
.footer_box{
	width: 720px;
	margin:2px 0px 2px 25px;
}
.acrs_c{
	color:#666666;
	font-size:12px;
	float: left;
	margin:2px 0px 2px 0px;
}
.footer_link{
	color:#666666;
	font-size:12px;
	float: right;
	margin:2px 0px 2px 25px;
}
.footer_link a{
	color:#666666;
	font-size:12px;
	text-decoration: none;
	margin:2px 10px 2px 5px;
}
.footer_link a hover{
	color:#999966;
	text-decoration: underline;
	margin:2px 10px 2px 5px;
}
.footer_link a visited{
	color:#666666;
	font-size:12px;
	text-decoration: none;
	margin:2px 10px 2px 5px;
}
/*コンテンツ*/
.content_box{
	width: 720px;
	margin:0px 0px 10px 25px;
	clear:both;
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.navi{
	color:#999999;
	font-size:12px;
	margin:2px 5px 2px 5px;
}
.navi a{
	color:#999999;
	font-size:12px;
	text-decoration: none;
	margin:2px 5px 2px 5px;
}
.navi a hover{
	color:#AAAA99;
	text-decoration: none;
	margin:2px 5px 2px 5px;
}
.navi a visited{
	color:#999999;
	font-size:12px;
	text-decoration: none;
	margin:2px 5px 2px 5px;
}
h2{
	margin:10px 0px 5px 5px;
	height:20px;
}
h2 div{
	color:#000066;
	font-size:12px;
	font-weight:bold;
	margin:4px 0px 4px 30px;
}
h2.head1{
	background-image:url(../images/icon_head01.gif);
	background-repeat:no-repeat;
}
h2.head2{
	background-image:url(../images/icon_head02.gif);
	background-repeat:no-repeat;
}
h2.head3{
	background-image:url(../images/icon_head03.gif);
	background-repeat:no-repeat;
}
h2.head4{
	background-image:url(../images/icon_head04.gif);
	background-repeat:no-repeat;
}
h3{
	margin:10px 0px 5px 5px;
	height:14px;
	background-image:url(../images/icon_head05.gif);
	background-repeat:no-repeat;
}
h3 div{
	color:#000066;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 0px 30px;
}

/*テキスト関連*/
.main_text{
	color:#666666;
	font-size:12px;
	line-height:125%;
}
.red_text{
	color:#AA0000;
	font-size:12px;
}
.red_text_b{
	color:#AA0000;
	font-size:12px;
	font-weight:bold;
}

/*トップページ*/
.web_box{
	width:720px;
	margin:5px 0px 5px 0px;
}
.web{
	margin:5px 0px 5px 10px;
	width:165px;
	float: left;
}
.web p{
	margin:2px 2px 5px 6px;
	color:#666666;
	font-size:12px;
}
.other_box{
	clear:both;
}
.other{
	margin:5px 20px 5px 0px;
	width:220px;
	float: left;
}
.other_c{
	margin:0px 0px 0px 15px;
}
.other p{
	margin:2px 2px 5px 6px;
	color:#666666;
	font-size:12px;
}
.other span{
	text-align:center;
}
/*会社概要*/
.company p{
	margin:5px 30px 10px 35px;
}
/*DTP*/
.dtp p{
	margin:5px 30px 10px 35px;
}
/*web*/
.web_cont p{
	margin:5px 30px 10px 35px;
}
