/*--デフォルト--*/
*{margin: 0;padding: 0;}
   
body{
	background-color:#ffffff;
	color: #000000;margin: 0 auto;text-align: center;
}
img{border: none;vertical-align: top;}
ul{list-style: none;}
a img{border: none;}
/*----- リンク ----------*/
a{text-decoration: none;color: #006633;}
a:link{color: #006633;}
a:visited {color: #006633;}
a:hover{color: #009900;cursor: pointer;}
a:active{color: #006633;}

/*============================各ページ共通=======================================*/
.clear_float{
	clear:both;
}
/*----- ページ全体設定 ------*/
#pop_up_window{
/*	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1em;
	margin: 0 auto;
	text-align: left;
	width:600px;
}
/*----- ヘッドライン --------*/
h1{
	width:850px;
}

h1 p{
	padding:2px 0 0 32px;
	font-size:11px;
}
#pop_box{
	width:600px;
	text-align:center;
}

#pop_box_area {
	width:408px;
	margin:40px auto 0;
}
#pop_box_area p{
	font-size:13px;
	text-align:left;
	line-height:1.4em;
}

#pop_box_area p a:link{
text-decoration:underline;
color: #cc6666;
}
#pop_box_area p a:visited {
text-decoration:underline;
color: #cc6666;
}
#pop_box_area p a:hover{
text-decoration:underline;
color: #eeaaaa;
cursor: pointer;
}
#pop_box_area p a:active{
text-decoration:underline;
color: #eeaaaa;
}

.opened_bar{
	color:#ffffff;
	background: url(../../img/opened_bar.gif) left bottom;
	background-repeat:no-repeat;
	font-size:13px;
	line-height:20px;
	height:20px;
	padding:40px 0 0 10px;
	text-align:left;

}


.pop_table_1 {
	width:15px;
}
.pop_table_2 {
	width:45px;
}
.pop_table_3 {
	width:13px;
}
.pop_table_4 {
	width:320px;
}
#pop_box_area td{
	font-size:13px;
	text-align:left;
	height:20px;
}

#pop_box_area table{
	padding-top:10px;
}
