@charset "utf-8";
/* CSS Document */
/* ******************************************************************
 *
 *	Site name		：チケットGIP
 *	Last update	：08/04/09
 *	File name		：renewal.css
 *	Summary		：告知ページ用 新URL向け
 *	Copyright		：2007-2008 G/i/P.All rights reservde.
 *
 * ******************************************************************
/*▼デフォルトCSSリセット-----------------------------------*/
*{ margin: 0; padding: 0; }
body {
	font-size: 14px;
	font-family:
		Verdana,
		Meiryo,
		"メイリオ",
		Arial,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	text-align: center;
	background-color: #F0F0F0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	letter-spacing: 0em;
	background-image: url(../images/html_bg.jpg);
	background-repeat: repeat-x;
	}
/*IE7*/
*:first-child+html body {
	font-size: 0.9em;
	font-family:
		Meiryo,
		"メイリオ",
		Verdana,
		Arial,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	}
/*win IE4,5,6, Mac IE4,5*/
* html body {
	font-size: 0.9em;
	font-family:
		Verdana,
		Arial,
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	}
/*▼Firefoxでのコンテンツが少ない際のスクロールバーによる中心ズレを防ぐ*/
html { overflow-y: scroll; }
img { border: 0; }
h1,h2,h3,h4,h5,h6,
p {
	font-size: 1em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	}
ul,ol,li,dl,dt,
dd {
	margin: 0;
	list-style: none;
	font-size: 12px;
	}
div.transparence {
	display: none;
	}
/*リンク設定-------------------------------------------------*/
a:link    {
	color: #0066CC;
	font-size: 1em;
	overflow: hidden;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	overflow: hidden;
	text-decoration: none;
}
a:hover,
a:focus,
a:active  {
	color: #CC66CC;
	overflow: hidden;
	text-decoration: underline;
}
/*Tabボタンでの選択用*/
a:focus {
	color: #CC66CC;
	text-decoration: underline;
	overflow: hidden;
}
/*マウスカーソルに「?」マーク追加*/
.help_link a:hover{
	cursor: help;
	background-color: #2af;
	color: #fff;
}
/*お知らせ(告知用)*/
div#osirase_box {
	width: 670px;
	background-image: url(../images/index/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #000000;
	background-color: #FFFFFF;
	
	}
div#osirase_box h1{
	font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
	color: #CC0000;
	
	}
div#osirase_box h2{
	line-height: 1.4em;
	margin-bottom: 20px;
	font-size: 1.4em;
	width: 550px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #CC66CC;
	
	}
div#osirase_box h3{
	line-height: 1.4em;
	margin-bottom: 20px;
	font-size: 1.2em;
	width: 550px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: #0099FF;
	
	}
div#osirase_box p{
	line-height: 1.4em;
	margin-bottom: 5px;
	font-size: 0.85em;
	width: 550px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	
	}
div.url {
	padding: 5px;
	border: 1px solid #FF33CC;
	background-color: #FFDDFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	
}
ul.osirase {
	list-style-type: none;
	display: block;
	padding: 10px;
	width: 400px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	
	}
ul.osirase li{
	list-style-type: disc;
	text-align: left;
	margin-left: 80px;
	margin-bottom: 5px;
	
	}
.small {
	font-size: 0.9em;
	text-decoration: underline;
	
	}
.left {
	text-align: right;
	margin-top: 25px;
	
}
address {
	font-style: normal;
	font-size: 0.8em;
	margin-top: 10px;
	clear: both;
	
}
/*閉じる*/
div#closed_box {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p.closed {
	display: block;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #000000;
	width: 50px;
	padding: 2px;
	text-align: center;
	
	}
p.closed a{
	color: #FFFFFF;
	font-size: 0.85em;
	
	}


