@charset "utf-8";
/* ------------------------------------------- CSS Information 
 Author:		Tos
 Last Update:	2012.09.22 
----------------------------------------------------------- */ 

/*------------CSS INDEX--------
A.全体基本設定

1.ページ全体
2.ヘッダ
3.コンテンツ
4.サイドメニュー
5.フッタ
-----------------CSS INDEX----*/

/*--------------------A.全体基本設定--*/

/*------------site rule--------
■フォントカラー
・黒：#000000

■フォント　
・本文基本サイズ：13px
・ライン高：160%
-----------------site rule----*/


/*--------------------A.全体基本設定--*/
/* リセット */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size:13px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color:#000;
}
p { line-height:1.6;}
a { color:#C2184D; }
a:hover{ text-decoration:none; }

.clear{ clear:both;}

.fParent{
	overflow:hidden;
}
.fLeft{
	float:left;
}
.fRight{
	float:right;
}

/*--------------------1.ページ全体--*/
html, body{
}
body{
	background:url(../img/imgMexico/mexico_bg.jpg) center top no-repeat;
	background-size:2775px 515px;
}
#wrapper{
	width:960px;
	margin:0 auto;
}
#container{
}


/*--------------------2.ヘッダ--*/
#header{
	position:relative;
	height:50px;
	background-color:#C2184D;
	margin-bottom:1px;
}
#header ul{
	position:absolute;
	right:0;
	top:12px;
}
#header ul li{
	display:inline;
}
#header ul li#head_01{
	margin-right:50px;
}


/*--------------------3.コンテンツ--*/
#contents{
}

#contents h1{
	padding-top:96px;
	margin-bottom:60px;
}

.cnt{
	margin-bottom:70px;
}
.cnt .title{
	margin-bottom:40px;
}

#top{
	position:relative;
}
p.lead{
	padding-left:10px;
	color:#C2184D;
	font-size:14px;
}
#img_01{
	position:absolute;
	right:20px;
	top:26px;
}

#cnt_left{
	width:360px;
}
#cnt_left p.lead{
	margin-bottom:40px;
}

dl.summary{
	border-top:1px dotted #C2184D;
	color:#C2184D;
	font-size:14px;
}
dl.summary dt{
	float:left;
	width:130px;
	padding-top:20px;
	padding-left:10px;
}
dl.summary dd{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:140px;
	border-bottom:1px dotted #C2184D;
}

#cnt_right{
	width:550px;
}

ol.schedule li{
	margin-bottom:40px;
	padding-bottom:37px;
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px dotted #C2184D;
}
	ol.schedule li.last{
		margin-bottom:0;
		padding-bottom:0;
		border-bottom:none;
	}
ol.schedule li div h4{
	position:relative;
	margin-bottom:27px;
}
ol.schedule li div h4 span{
	position:absolute;
	left:105px;
	top:38px;
}
ol.schedule li div p{
	margin-bottom:17px;
}

.pdfLink{
	display:block;
	text-align:right;
}
.pdfLink a{
	display:inline;
	padding-left:23px;
	background:url(../img/imgMexico/icon_link.gif) left center no-repeat;
}
.pdfLink a{
	color:#C2184D;
}
.pdfLink a:hover{
	text-decoration:none;
}


/*--------------------5.フッタ--*/
#footer{
	padding-top:21px;
	padding-bottom:30px;
	background:url(../img/imgMexico/bg_footer.gif) left top no-repeat;
}
#pagetop{
	display:block;
	width:156px;
	margin-top:10px;
	padding-left:10px;
}
#footer h2{
	width:261px;
}
