* {			/* ■■■デフォルトの設定をリセット■■■ */
	margin: 0;
	padding: 0;
}


		/* ■■■ページのセンタリングと高さ100%の設定■■■ */
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	text-align: center;
	height: 100%;
}
#outline {
	font-size: 80%;
	line-height: 150%;
	margin: 0 auto;
	width: 760px;
	text-align: left;
	height: 100%;
	position: relative;
	min-height: 100%;
}
body > #outline {
	height: auto;
}
#contents {
	padding-bottom: 75px;
}

		/* ■■■メイン部分の設定■■■ */
div.main {
	margin-top: 10px;
	float: left;
	width: 605px;
	margin-right: 5px;
}

.clear {
	clear: both;
}
.endClear:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.endClear {
	zoom: 100%;
}

li {		/* ■■■リストの中黒消し■■■ */
	list-style-type: none;
	list-style-position: outside;
}

		/* ■■■リンクの設定■■■	*/  
/*a {
	text-decoration: none;
}*/
a {
	color: #003399;
}
a:hover {
	color: #FF6600;
}
a .no_border {		/* ■■■リンクに矢印マークをしない場合■■■	*/
	padding-left: 0;
	background-image: none;
}
.extlink {
	padding-right: 12px;
	background-image: url(../image/extlink.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	zoom: 1;
}

		/* ■■■パンくずリス■■■ */
#topicpath {  
	margin: 0 0 5px 0;
	float: left;
}  
#topicpath li {
	display: inline;
	line-height: 110%;
	list-style-type: none;
}  
#topicpath li a {
	padding-right: 10px;
	background: url(../image/path.gif) no-repeat right center;
	clear: both;
}
		/* ■■■パンくずリス■■■ */


		/* ■■■サイトマップ部分■■■ */
p.sitemap {
	float: right;
}

		/* ■■■イメージ属性の設定■■■ */
img {
	border: 0;
	margin: 0;
	padding: 0;
}


		/* ■■■↓サイド部分の設定■■■ */
.side {  
	width: 150px;
	float: right;
	margin-top: 10px;
}
.side li {
	background-image: url(../image/border_h_middle.gif);
	background-repeat: repeat-x;
	line-height: 110%;
	padding-top: 3px;
	margin-bottom: 3px;
}
.side img {
	margin: 0 auto 2px auto;
	text-align: center;
}
.service {
	border: 1px solid #6666CC;
	padding: 5px;
	margin-top: 5px;
}
.service p {
	text-align: center;
	background-color: #99CCFF;
}
.info {
	border: 1px solid #008000;
	padding: 5px;
	margin-top: 5px;
}
.info p {
	text-align: center;
	background-color: #9ACD32;
}

/* 催行決定部分 */
#decide_container {
	line-height: 110%;
	margin-top: 5px;
	border: 1px solid #FF6347;
	font-size: 90%;
}
#decide {
	overflow-y: scroll;
	height: 150px;
}
#decide td {
	padding: 3px 0;
	background-image: url(../image/border_h_middle.gif);
	background-repeat: repeat-x;
}


/* /////////より詳細な検索部分////////// */
#catSearchContainer {
	margin: 0 auto;
	border: 1px solid #FF9933;
}
#catSearchContainer ul {
	width: 140px;
	padding-left: 4px;
	margin-top: 3px;
}
#catSearchContainer li a {
	height: 13px;
	text-align: center;
	padding-top: 5px;
	width: 68px;
	background-image: url('../image/tab_back_on.jpg');
	display: block;
	border: 1px solid #FF9933;
	position: relative;
	top: 4px;
	_top: 4px;
	text-decoration: none;
}
#catSearchContainer li a.selected {
	background-image: none;
	border-bottom: 1px solid #FFF;
}
#catSearchContainer li {
	float: left;
	background-image: none;
}
.catSearch {
	border-top: 1px solid #FF9933;
}
.catSearch div {
	margin-left: 5px;
}
.catSearch p {
	margin-top: 4px;
	padding-left: 1px;
}
.catSearch p span {
	color: #CC0000;
	margin: 0 4px;
}
h5.catSearch {
	border-left:2px solid #FFCC99;  
	border-top:2px solid #FFCC99;  
	border-right:2px solid #996666; 
	border-bottom:2px solid #996666;
	font-weight: bold;
	background-image: url(../image/back2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	margin-top: 0;
	font-size: 100%;
}
.catSearch p.chui {
	padding-top: 5px;
	margin-top: 0;
	font-size: 85%;
	color: red;
	line-height: 105%;
}
.catSearch select {
	width: 143px;
}
.catSearch div.kikan {
	font-size: 90%;
	margin-left: 0;
  zoom: 100%;
}
.catSearch div.kikan:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
p.selectTit {
	float: left;
	width: 3em;
	text-align: right;
}
.kikan select {
	width: 7em;
	float: right;
}
#searchButtun, 
#domeSearchButtun {
	width: 140px;
	margin: 4px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	padding: 2px;
}


#blogContainer,
#otherCountry {
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #9999FF;
	padding-bottom: 3px;
}
#blogContainer p,
#otherCountry dt {
	border-left:2px solid #DCDCDC;  
	border-top:2px solid #DCDCDC;  
	border-right:2px solid #708090; 
	border-bottom:2px solid #708090;
	font-weight: bold;
	background-image: url(../image/back1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	color: #333;
}
#blogContainer li,
#otherCountry dd {
	padding-left: 0.7em;
	padding-right: 3px;
}
#blogContainer li {
	line-height: 120%;
	padding-bottom: 2px;
	padding-top: 2px;
}

		/* ■■■↑サイド部分の設定■■■ */

		/* ■■■フッター設定■■■ */
#foot {
 font-size: 80%;
 clear: both;
 color: #696969;
 line-height: 120%;
 padding: 5px;
 bottom:0px;
 height: auto;
 width: 750px;
 _width: 760px;
}
 
#foot p a {
	background-image: none;
	padding-left: 0;
}


/* ■■■メニュリスト■■■ */
img.head_title{
	float: left;
}


/* ■■■文字装飾■■■ */
ul.topics span,
ul#topics span {
	color: #FF3366;
}
span.a {
	color: #FF0000;
}
span.b {
	font-weight: bold;
}

ul.keyword {

	margin-top: 10px;
}



/* ///ツールチップ/// */
.vtip {
	color: #330;
	text-decoration: underline;
	font-weight: bold;
}
p#vtip {
	text-align: left;
	display: none; 
	position: absolute; 
	padding: 5px; 
	left: 5px; 
	font-size: 0.8em; 
	background-color: white; 
	border: 2px solid #a6c9e2; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	z-index: 9999;
}
p#vtip #vtipArrow { 
	position: absolute; 
	top: -10px; 
	left: 5px 
}

#contents:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#contents {
    zoom: 100%;
}


/************* ABロードのAPI **************/
#abSpot {
	visibility: hidden;
	display: none;
}
#abSpotPhoto {
	text-align: center;
	margin: 0 auto;
}
p#abSpotText {
	text-indent: 1em;
}
#abSpotRight {
	text-align: right;
	margin-top: 15px;
}
