/* 全体 */
body
{
	margin: 0px 0px 0px 0px;
	background-color: #F2F2F2;
}

h1 {
    margin: 0px;
	padding: 0px;
	font-family: MS ゴシック, Osaka;
	font-size: 2.1em;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}


h2 {
　　margin: 0px;
	padding: 0px;
	font-family: MS ゴシック, Osaka;
	font-size: 1.8em;
	color: #000000;
	font-weight: normal;
	text-align: center;
}

h3 {
　　margin: 0px;
	padding: 0px;
	font-family: MS ゴシック, Osaka;
	font-size: 1em;
	color: #000000;
	line-height:110%;
	font-weight: normal;
}

p  {
    line-height: 1.2em;
	text-align: left;
}

.center  {
    text-align: center;
}

/* 区切り線 */
hr {width: 740px;}

.dot { border-style: dotted; border-color: #cccccc; width: 740px; text-align: left;} 

td {
　　text-align: center;
}

/* レイアウト各部分 */
#container{
margin: 0 auto; width:900px; position:relative;
	scrollbar-arrow-color: #777777;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #f8f8f8;
	scrollbar-3dlight-color: #f8f8f8;
	scrollbar-highlight-color: #aaaaaa;
	scrollbar-shadow-color: #aaaaaa;
	scrollbar-darkshadow-color: #f8f8f8;
	font-size: small;
	color: #555555;
	line-height: 140%;
	background-color: #FFFFFF;
	margin-top: 0px;
}

/*ヘッダ*/
#header {
   background-image: url(../img/back/header_roppongi.jpg);
   background-repeat : no-repeat;
   width: 900px;
   height: 110px;
   font-size: medium;
   	-moz-border-radius: 10px; /*以下ドロップシャドー Firefox */
  -webkit-border-radius: 10px; /* Safari and Chrome */
  border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
-moz-box-shadow: 5px 5px 10px #CCC; /* Firefox */
  -webkit-box-shadow: 5px 5px 10px #CCC; /* Safari and Chrome */
  box-shadow: 5px 5px 10px #CCC; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
behavior: url(ie-css3.htc);
margin-bottom: 10px;
}

#header h1 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	text-align: right;
	font-weight: normal;
    line-height: 140%;
   padding-top: 15px;
}

#header-img {
	display: none;
}

#header a {
	color: #C94093;
	text-decoration: none;
}

#header a:hover {
	color: #FFF;
	text-decoration: none;
	}

#header_right {
   background-color: #ffffff;
   text-align:right;
   height: 15px;
   margin-top:0;
}

.pan  {
   clear: both;
    font-family: MS ゴシック, Osaka;
	font-size: 12px;
	line-height:1.2em;
	text-decoration: none;
	background-color:#D9D9D9;
	padding-left: 10px;
}

.topad  {
　 clear: both;
   background-color:#FFFFFF;
   height: 110px;
   text-align:center;
}

#contents {
   float: left;
   padding-top: 10px;
   background-color:#FFFFFF;
}

#footer {
   clear: both;
   text-align: center;
}

.text
{
	font-size: 14px;
	color: #333333;
	line-height: 140%;
	text-align: left;
}

a:hover
{ background-color:#ffff99; }

/* リンク文字 */
a {
	color: #0000CC;
	text-decoration: underline;
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #CC0000;
	text-decoration: underline;
}

a:active {
	color: #CC6600;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	background-color: #E0E0E0;
	text-decoration: none;
}

/* 文字装飾 */
span.font1
{
    font-family: MS ゴシック, Osaka;
	font-size: 10px;
	color: #000000;
	line-height:1.4em;
	letter-spacing:0.1em;
	text-decoration: none;
}
span.font2
{
    font-family: MS ゴシック, Osaka;
	font-size: 12px;
	line-height:1.2em;
	text-decoration: none;
	color: #000000;
}
