/*　共通　*/

body {
	background-image: url(/image/bg.gif);
	background-position: center;
	margin: 0px 15px;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}

image{
	border:0px;
}

a {
	color:#0066CC;
}

a:hover {
	color:#3399FF;
}

.container {
	width: 700px;
	margin: auto;
	background-position: 0px 80px;
	background-image: url(/image/common_conteiner_bg.gif);
	background-repeat:no-repeat;
}


/*　ヘッダー　*/

.header{
	margin: 0px 0px 10px;
	height: 80px;
	background-image: url(/image/common_header_bg.gif);
	width: 700px;
	position:relative;
}

img.logo{
	margin: 0px;
	position:absolute;
	top: 20px;
	left: 39px;
}

h1 {
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
	color:#000000;
	position:absolute;
	top: 35px;
	right: 10px;
}

h2 {
	font-size:12px;
    margin: 0px 0px 5px;
    padding: 0px;
    font-weight:normal;
}

h3 {
	font-size:14px;
	margin: 10px 0px 0px 170px;
	padding: 0px;
}

h4 {
	margin: 4px 0px 4px;
	padding: 0px;
	background-repeat:no-repeat;
}




/*　メニュー　*/
.menu{
	margin: 0px auto;
	width: 170px;
	height: 135px;
	background-image:url(/image/common_menu_bg.gif);
}

h3.midashi{
	visibility:hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	position:absolute;
}

ul{
	list-style: none;
	width: 150px;
	padding: 10px 0px 0px;
	margin: 11px 0px 0px 10px;
}

.menu li{
	width: 150px;
	height: 20px;
	margin: 0px 0px 3px;
	padding: 0px;
}
	
li#busi a{
	text-decoration:none;
	text-indent: -9999px;
	width: 150px;
	height: 20px;
    display: block;
    background-position: 0px 0px;
	background-image: url(/image/common_menu_button.gif);
}

li#busi a:hover{
	width: 150px;
	height: 20px;
    display: block;
    background-position: 0px -20px;
}

li#comp a{
	text-decoration:none;
	text-indent: -9999px;
	width: 150px;
	height: 20px;
    display: block;
    background-position: -150px 0px;
	background-image: url(/image/common_menu_button.gif);
}

li#comp a:hover{
	width: 150px;
	height: 20px;
    display: block;
    background-position: -150px -20px;
}

li#acce a{
	text-decoration:none;
	text-indent: -9999px;
	width: 150px;
	height: 20px;
    display: block;
    background-position: -300px 0px;
	background-image: url(/image/common_menu_button.gif);
}

li#acce a:hover{
	width: 150px;
	height: 20px;
    display: block;
    background-position: -300px -20px;
}

li#info a{
	text-decoration:none;
	text-indent: -9999px;
	width: 150px;
	height: 20px;
    display: block;
    background-position: -450px 0px;
	background-image: url(/image/common_menu_button.gif);
}

li#info a:hover{
	width: 150px;
	height: 20px;
    display: block;
    background-position: -450px -20px;
}

li#news a{
	text-decoration:none;
	text-indent: -9999px;
	width: 150px;
	height: 20px;
    display: block;
    background-position: -600px 0px;
	background-image: url(/image/common_menu_button.gif);
}

li#news a:hover{
	width: 150px;
	height: 20px;
    display: block;
    background-position: -600px -20px;
}




/*　左項目　*/

.mainleft{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

h2.info{
	text-indent: -9999px;
	width: 408px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	background-image:url(/image/info_header.gif);
	visibility: visible;
}

.info{
	width: 390px;
	margin: 0px auto;
	background-image: url(/image/info_text_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position:relative
}

.rss{
	text-indent: -9999px;
    display: block;
	width:12px;
	height:12px;
	position:absolute;
	right: 3px;
	top:0px;
}

.rss a{
	text-indent: -9999px;
    display: block;
	width:12px;
	height:12px;
	background-image:url(/image/feed-icon-12x12.gif);
    background-position: 0px 0px;
}

.rss a:hover{
	text-indent: -9999px;
    display: block;
	width:12px;
	height:12px;
	background-image:url(/image/feed-icon-12x12.gif);
    background-position: 0px -12px;
}


.all{
	position:absolute;
	right: 3px;
	bottom:0px;
}


/*　右項目　*/

.mainright{
	float: right;
	margin: 0px 10px 30px 0px;
	padding: 0px;
	width: 490px;
}

p {
    width:470px;
    margin: 4px 0px 15px;
    background-image:url(/image/info.gif);
    background-repeat:no-repeat;
    padding-left:13px;
}

.lastupdate{
	margin-top:10px;
	text-align:right;
}

/*　1カラム項目　*/

.main{
	width: 640px;
	margin: 0px auto;
}

.servicename{
	border-bottom:#666666 dotted 1px;
	margin: 0px;
}

.url{
	margin: 0px 0px 5px 170px;
}

.detail{
	margin: 0px 0px 10px 170px;
}


/*　フッター　*/

.footer{
	margin: 0px;
	clear: both;
}

.backtohome{
	text-align:center;
	width:70px;
	height:20px;
	margin: 15px auto 0px;
}

.backtohome a{
	text-decoration:none;
	text-indent: -9999px;
    display: block;
	width:70px;
	height:20px;
	background-image: url(/image/backtohome.gif);
	background-position:0px 0px;
}

.backtohome a:hover{
	background-image: url(/image/backtohome.gif);
	background-position:0px -20px;
}

.copy{
	width: 700px;
	height: 50px;
	border-top: 1px solid #666666;
	font-size: 10px;
	text-align: center;
	margin: 10px 0px 20px;
	padding: 10px 0px;
}
