@charset "UTF-8";

@import "../../common/css/default.css";


/*----------------------------------------------------------
ヘッダー
----------------------------------------------------------*/

#header{
	height: 97px;
}
h1{
	font-size: 70%;
	font-weight: bold;
	position: absolute;
	left: 190px;
	top: 60px;
	*font-size: 50%;
	*top: 70px;
}
p.logo{
	position: absolute;
	left: 33px;
	top: 22px;
}
p.btn{
	position: absolute;
	right: 15px;
	top: 51px;
}

/*----------------------------------------------------------
メインイメージ
----------------------------------------------------------*/

#mainimg{
	margin-top: -48px;
}

/*----------------------------------------------------------
コンテンツ
----------------------------------------------------------*/

#box1{
	background-image: url(../img/topimg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 20px;
	font-size: 80%;
}
#box1 p{
	padding-top: 15px;
	line-height: 140%;
}

/*----------------------------------------------------------
ニュース*/

#box2 dl{
	margin-top: 20px;
	background-image: url(../../common/img/line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 70%;
	*font-size: 60%;
	*overflow: auto;
}

#box2 dt{
	float: left;
	background-image: url(../img/news_day.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	color: #FFFFFF;
	height: 19px;
	width: 104px;
	text-align: center;
	margin-right: 10px;
	*padding-top: 5px;
}
#box2 dd{
	float: left;
	width: 500px;
	*padding-top: 5px;
}
#box2 a{
	color: #125893;
}
#box2 a:hover{
	color: #125893;
	text-decoration: none;
}

/*----------------------------------------------------------
最新の制作実績*/

#newworks{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9E9E9E;
	border-bottom-color: #9E9E9E;
	border-left-color: #9E9E9E;
	padding: 10px 10px 15px;
	margin-bottom: 11px;
}
#newworks .list1{
	background-image: url(../../common/img/line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
}
#newworks .list{
	background-image: url(../../common/img/line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-top: 10px;
}
#newworks .list_last{
	padding-top: 10px;
}

#newworks p{
	font-size: 70%;
}

#newworks h4{
	background-image: url(../../common/img/icon.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	*background-position: left top;
	font-size: 80%;
	font-weight: bold;
	padding-left: 17px;
}
#newworks a{
	color: #333333;
	text-decoration: none;
}
#newworks a:hover{
	text-decoration: underline;
}

div#rss {
    font-size: small;
    text-align: right;
    margin-top: 10px;
}

