@charset "UTF-8";
/* CSS Document */


/*==========　ページ共通　=============*/

*html{
	margin:0;
	padding:0;
}

body{
	/*background-image:url(../images/bg04-1.gif);
	background-repeat:repeat;*/
	background-color:#222;
	color:#333;
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	*font-size:small;
	*font:x-small;
}

body {
  font-size: 75%; /* IE */
}
html>/**/body {
  font-size: 13px; /* Except IE */
}

#header{
	height:80px;
	width:100%;
	/*background-image:url(../images/bg04-2.gif);
	background-repeat:repeat;*/
	background-color:#333;
	text-align:center;
	color:#900;
}

#pagebody{
	width:700px;
	background-color:#FFF;
	margin:auto;
}

#pagetitle{
	width:690px;
	height:20px;
	padding:5px;
	background-color:#111;
}


/*==========　ナビゲーション　=============*/


ul#glovalnavi{
	height:80px;
	padding:0;
	margin:0;
}


ul#glovalnavi li{
	display:inline;
	padding:0;
	margin:0;
}






/*==========　文字色　=============*/

a:link{
	color:#900;
	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
	color:#900;
}

a:visited{
	text-decoration:underline;
	color:#900;
}

/*==========　基本設定　=============*/

img{
	border:none;
}

ul{
	list-style-type:none;
}

li{
	list-style-position:inside;
}

h1{
	text-indent:-9999px;
}

h2{
	margin:10px;
	font-weight:bold;
	font-size:14px;
}

h3{
	clear:both;
	margin:20px 0 10px 0;
	line-height:20px;
	height:20px;
	text-indent:1em;
	font-weight:bold;
	font-size:14px;
	border-left:3px solid #B10104;
	border-right:3px solid #B10104;
	border-top:1px dotted #B10104;
	border-bottom:1px dotted #B10104;
}

h4{
	font-weight:bold;
	margin-left:1em;
	margin:10px;
	font-size:12px;
}

p{
	margin:10px;
	line-height:15px;
}


hr{
	clear:both;
	margin:20px 0;
	border:1px solid #B10104;
}

.fontsize11{
	font-size:11px;
	font-weight:normal;
}

strong{
	font-weight:bold;
}

#topleft{
	float:left;
	width:420px;
	padding:20px;
}

#topright{
	float:right;
	padding:10px;
	width:220px;
}

#left{
	float:left;
	width:135px;
	height:410px;
	background-color:#F3F3F3;
	padding:20px;
}

#right{
	float:right;
	width:500px;
	padding:10px;
}

/*==========　新着　=============*/

ul#news{
	margin:0;
	padding:0;
}

ul#news li{
	background-image:url(../images/point.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-indent:1.5em;
	margin-bottom:10px;
}

/*==========　会社概要　=============*/


table#default{
	margin:20px auto;
	border-collapse:collapse;
	border:1px solid #CCC;
}

table#default th,table#default td{
	padding:10px;
	border-bottom:1px dotted #CCC;
	border-collapse:collapse;
}

table#default th{
	background-color:#F3F3F3;
}

/*==========　事業内容　=============*/

.works{
	width:210px;
	padding:10px;
	margin:0 10px 10px 0;
	float:left;
	border:1px solid #B10104;
}



/*==========　フッター　=============*/


ul#footermenu{
	clear:both;
	background-color:#333;
	text-align:left;
	margin:0;
	padding:0;
	height:15px;
}

ul#footermenu li{
	display:inline;
	margin-left:10px;
}

#footer{
	background-color:#B10104;
	color:#FFF;
	margin:0px;
	padding-right:10px;
	font-size:11px;
	text-align:right;
	line-height:20px;
}


