@charset "Shift_JIS";

@import "link.css";


*{
	margin:0;
	padding:0;
}

/* FirefoxやOperaでスクロールバーを強制表示 */
html {
 height: 100%;
 margin-bottom: 1px;
}

body{
	font: normal 100%/100% "Arial, Helvetica, sans-serif, ＭＳ ゴシック, Osaka";
	color: #333333;
	background: #EEEEEE url(../img/common/bg_white_top.gif) center top repeat-y;
}

img{
	border: 0 none;
}

/* ==============================
	index.css
	トップページのみで使用
============================== */

/* header ============================== */

#headerArea{
	margin:0 auto;;
	width: 750px;
	/* background-image: url(../img/common/bg_head_t.gif); */
	float: none;
}

/* ============================== */


#mainArea{
	margin:0 auto;
	padding:0px;
	width:750px;
	float: none;
	/* background-image: url(../img/common/bg_side_t.gif); */
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
}

#txtArea{
	padding: 10px;
}

#window{
	margin-bottom: 5px;
}

#txtArea #flash{
	float: left;
	width: 496px;
}

#txtArea #recruit{
	float: left;
	padding:0;
}

#txtArea #news{
	float: left;
	height: 260px;
	background-color: #EEEEEE;
}

#txtArea #news img{
	float:right;
	margin: 0 0 10px 10px;
}
#txtArea h2{
	margin-bottom: 10px;
	color: #FF0000;
	font-size: 100%;
}

#txtArea dl dt{
	clear:both;
	margin-top: 20px;
	color: #FF0000;
	font-size: 80%;
}

#txtArea dl dd{
	margin-top: 5px;
	color: #333333;
	font-size: 80%;
	line-height: 1.4;
}

#txtArea #latest{
	clear: both;
	background-color: #E3E3E3;
}

#txtArea #latest ul li{
	display: inline;
	margin-left: 9px;
}

#txtArea h1{
	padding-bottom:20px;
}
#txtArea p{
	padding-top:40px;
	font-size:80%;
	line-height:200%;
}

#txtArea #works {
	padding-top: 0;
	color: #FF0000;
	font-weight: bold;
	font-size: 80%;
	margin-bottom: 5px;
}

.pagetop{
	margin-top: 20px;
	text-align: right;
	border-top: 3px dotted #CCCCCC;
	padding-top: 5px;
	font-size: 70%;
}

/* left  ============================== */

#colLeft{
	width:174px;
	float: left;
}

/* フッター ============================== */

#footerArea{
	clear: both;
	margin:0 auto;
	padding:0px;
	width: 730px;
	background: url(../img/common/bg_foot_t.gif) no-repeat left top;
	_background: url(../img/common/bg_foot_t.gif) no-repeat 1px top;
	height: 40px;
}

#footermenuArea .navi{
	display: block;
	height: 20px;
	width: 570px;
	text-align: right;
	margin-left: 150px;
	padding-left: 10px;
	background-image: url(../img/common/bg_foot2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: right;
}

#footerArea #copy{
	text-align:right;
	font-size: 60%;
	color: #AAAAAA;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

#angurichan {
	width: 750px;
	text-align: center;
	margin:0 auto;
}

.clear{
	clear:both;
	height: 0;
}
.sp25 {
	display: block;
	height:25px;
}
.m15L{
	margin-right:15px;
}


h1.top {
	padding-top:5px;
	font-size:180%;
	line-height:120%;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2.top {
	padding-top:12px;
	font-size:100%;
	line-height:120%;
	font-weight: bolder;
	color: #000000;
}

div#window:after,
div.pickup:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

div#window,
div.pickup{
  zoom:1;
}


