@charset "shift_jis";

/*全体の設定*/
html {

}
/*背景画像・全体の設定*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:13px;
	color: #000000;
	margin: 0px;
	text-align: center;
	line-height:180%;
	background-color: #ffffff;
	background-repeat: repeat-x;
}

img.bg {
	/* Set rules to fill background */
  min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
  width: 100%;
	height: auto;
	/* Set up positioning */
  position: fixed;
	/* またはabsolute; */
  top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}

div#container {
	position: relative;
	background-image: url(image/bg2.png);
	background-repeat: repeat-x;
}

.top-space{
	background-image:url(image/to-new.png);
	height:750px;
	width:1000px;
	position:relative;
	background-repeat: no-repeat;
}

.click{
	position:absolute;
	left: 706px;
	top: 447px;
}

/*標準のリンク*/
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}


/*全体の枠と横幅・背景色・背景画像など*/
#outline {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}


/*タイトル部分画像の変更*/
#title {
	margin: 0px;
	padding: 0px 0px;
	position: relative;
	text-align: left;
	background-image: url(image/bg2.png);
	background-repeat: repeat-x;
	height: 25px;
}


#title h1 {
	font-size: 12px;
	font-weight:normal;
	line-height: 100%;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	text-align: left;
	float: right;
	color: #FFFFFF;
}


#title .logo{
	float:left;
	margin-top: 28px;
}

.title-menu{
	position:absolute;
	left: 856px;
	top: 31px;
}


/*コンテンツ部分の大枠*/
#text {
	margin: 0px auto;
	position: relative;
	text-align: left;
}

.vv{
	width:998px;
	height:550px;
	margin-top: 30px;
	margin-bottom: 100px;
}


/*コンテンツ部分の中身*/
#contents {
	margin: 0px;
	padding: 0px;
	width: 695px;
	position: relative;
	float: right;
	font-size: 12px;
}

#contents li {
	margin-top: 3px;
	margin-bottom: 3px;
}


/*サイドバー*/
#left{
	margin: 0px 0px 10px;
	width: 210px;
	padding: 10px 5px;
	position: relative;
}


/*サイドナビ*/
#mainlink {
	margin: 0px;
	padding: 4px;
	list-style: url(/pm/asets/none) none outside;
	font-size:10px;
	padding-left:0px;

}
#mainlink li {
	font-size:10px;
	display: block;
	background-image: url(/pm/asets/bar.jpg);


}
#mainlink a:link, #mainlink a:visited {
	display: block;
	color: #6C6C6D;
}


/*コピーライト部分・最下段*/
#footer {
	margin: 0px;
	position: relative;
	text-align: center;
	clear: right;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	background-color: #333335;

}



/*リンク画像の枠を消す*/
img {
	border-width: 0px;
}


/*文字の色を変更*/
.color-a {
	color: #CC0000;
}

.color-b{
	color: #3300CC;
}

.color-c{
	color: #336600;
}

.color-d{
	color: #FFCC00;
}

.color-e{
	color: #FF6600;
}

.title-a{
	font-size:13px;
	background-color:#FF66FF;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

.title-b{
	font-size:13px;
	background-color:#3366FF;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

.title-c{
	font-size:13px;
	background-color:#339900;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

.small{
	font-size:9px;
}

.midium{
	font-size:16px;
}

.large{
	font-size:21px;
}


.td{
	vertical-align: top;
}


h2{
	font-weight:normal;
}

h1{
	font-weight:normal;
}

strong{font-weight:bold;}


/* テーブルA
----------------------------------------------------------- */
.table-a	{
	border: 1px solid #DDD;
	width: 690px;
	border-collapse: collapse;	border-spacing: 0;
	margin-bottom: 10px;

}
.table-a th	{
	border: 1px solid #DDD;
	padding: 10px 10px;

}
.table-a td	{
	border: 1px solid #DDD;
	padding: 10px 10px;
	font-weight:normal;
}