﻿/*topページの画像内の文字等追加部分*/
/*
Ver1.0 no error 120703
ver1.0 chk ok 120710
*/

/*topbodyのカラー調整*/
#topback{
	background-color:#cccc66;/*#cccc66better;#ccbbad;*/
}
/*コンテナ部分のカラー*/
#container_top{
	background-color:#dbdb8f;/*#dbdb8f;*/
}
/*ヘッダのデザイン*/

/*Ando Patent Agent Kyoto/Japanの背景（上段）*/
#top_header1 {
	text-align:center;
	margin:0;
	height:35px;		/*height 50px*/
	line-height:1.3em;
	font-size:16pt;
	background:url("../common_images/header1_4.gif")  #26518b; 
	color:#550055;

	padding-bottom:10px;
}

#topcontent{
	position:relative;	/*top画面を基準に設定*/
	margin-top:10px;
	margin-left:200px;
}
/*段組を囲むコンテナtopページ用*/
#container_top {
	margin:0 auto;		/*中央揃え*/
	position:relative;	/*containerを座標基準に設定*/
	width:980px;
		left:50%;	/*ieセンタリングバグ対策*/
		margin-left:-490px;

}

/*パンくずリスト*/
#top_pankuzu{
	height:1.2em;
	margin-left:30px;
	padding-top:5px;
	font-size:14px;
	font-weight:bold;
	color:#666666;	
}


/*画像内のキャッチフレーズ位置*/

p#mamoru{
	position:absolute;
	top:250px;
	left:20px;
}
p#kachi{
	position:absolute;
	top:250px;
	left:300px;
}

/* NEXT */
p#click{
	position:absolute;
	top:260px;
	left:600px;
	background-image:url("../common_images/list_icon1.png");
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:16px;
	padding-top:0px;
	line-height:1em;

}
#mamoru,#kachi,#click{
	color:#cccc66;
	font-size:18pt;
	font-weight:bold;
}
#place{
	margin-top:20px;
	padding-bottom:10px;
	margin-left:150px;
}
/*準備中の表示*/
p#jyunbi{
	position:absolute;
	top:100px;
	left:190px;
	font-size:30px;
	color:#dd5500;
}
#toplogo{
	position:absolute;
	top:280px;
	left:310px;
	
}

