@charset "shift_jis";

*{
  margin:0px;
  padding:0px;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body{
  width:100%;
  margin:0px;
  padding:0px;
  font-size:100%;
  line-height:normal;
  background-image:url(../images/all_bkg.gif);
  background-attachment:scroll;
  background-position:0% 0%;
  background-repeat: repeat-y;
}

/*th,td{
  font-size:75%;
}*/
a:link,a:visited{
	color: #333333;
	text-decoration:underline;
}
a:hover,a:active {
	color: #333333;
	text-decoration:none;
}
div#container{
  width:640px;
  margin:0px;
  padding:0px;
}
/* ----------------------------------
		メイン
------------------------------------- */
div#main{
  width:640px;
  margin:0px;
  padding:0px;
}

/* サイドメニュー大枠（コンテンツ用） */
div#sideMenu{
  float:left;
  width:120px;
  margin:0px;
  padding:0px;
}


/* ----------------------------
			ヘッダ
------------------------------- */

div#header{
  width:640px;
  margin:0px;
  padding:0px;
}

h1{
  width:320px;
  text-align:left;
  float:left;
  margin:0px;
  padding:0px;
}

div#header div{
  float:right;
  width:280px;
  margin:10px 0px 0px 0px;
  padding:0px;
}

div#header img{
  vertical-align:bottom;
}

/* グローバルメニュー（上部） */
div#globalMenu{
  clear:both;
  width:640px;
  height:35px;
  margin:0px;
  padding:0px;
}
div#globalMenu ul{
  list-style:none;
  margin:0px;
  padding:0px;
}

div#globalMenu li{
  float:left;
  margin:0px;
  padding:0px;
  height:35px;
  font-size:1px;
}

div#globalMenu img{
  vertical-align:bottom;
}


/* ----------------------------------
			メインコンテンツ
------------------------------------- */
/* メインコンテンツ（トップ以外で使用）
	左にサイドメニューがある */
div#mainContents{
  width:520px;
  float:right;
  margin:0px 0px 20px 0px;
}
/* メインコンテンツ（トップ以外で使用）
	左にサイドメニューがない */
div#mainContentsOnly{
  width:520px;
  margin:10px 0px 20px 120px;
}
h2{
  width:520px;
  line-height:normal;
  margin:0px;
  padding:0px;
}
h2.pageTitle{
  width:495px;
  font-size: 100%;
  margin: 0px 15px 5px 10px;
  border: 1px solid #66CCFF;
  padding: 1px;
  color: #006600;
  background-image: url(../images/title_bkg.gif);
  background-repeat: repeat;
}

/* 説明画像 */
div.exImage{
  width:520px;
  margin:0px 0px 10px 0px;
  line-height:normal;
}

h3{
  clear:both;
  font-size: 100%;
  border: 1px solid #66CCFF;
  margin: 0px 15px 5px 10px;
  padding: 1px;
  color: #006600;
  background-image: url(../images/title_bkg.gif);
  background-repeat: repeat;
}

h4{
  clear:both;
  width:520px;
  font-size: 100%;
  border: 1px solid #66CCFF;
  margin: 0px 15px 5px 5px;
  padding: 1px;
  color: #006600;
  background-image: url(../images/title_bkg.gif);
  background-repeat: repeat;
}

/* 見出し（h3）後の段下げ */
div.combo{
  margin:0px 25px 0px 20px;
  width:475px;
}
div.combo2{
  margin:0px 0px 0px 10px;
  width:520px;
}
/* 段下げ後の標準文字 */
div.combo p{
  margin:8px 0px;
  line-height:150%;
  font-size:75%;
  clear:both;
}

/* サブタイトル */
p.subTitle{
  clear:both;
  font-size:85%;
  line-height:150%;
  margin:8px 0px 5px 15px;
  color:#003399;
}

/* 標準画像 */
p.image{
  margin:0px 0px 10px 0px;
  line-height:normal;
}

/* -------::: SET :::-------- */
/* それぞれコンテンツトップページで使用 */
div.imageLeft{
  float:left;
  line-height:normal;
  width:215px;
  margin-bottom:10px;
}
div.imageLeft img{
  display:block;
  margin-left:20px;
}
div.textRight{
  float:left;
  text-align:left;
  width:270px;
  margin:0px 0px 10px 10px;
}

div.textRight p{
  margin:0px 0px 10px 0px;
  line-height:150%;
  font-size:75%;
}

/* --------------------------- */

/* -------::: SET :::-------- */
/* それぞれコンテンツトップページで使用 */
div.systemFence{
  clear:both;
  width:520px;
  margin:0px 0px 3px 0px;
}
div.systemMenu{
  float:left;
  width:150px;
}
div.systemMenuEx{
  float:left;
  width:350px;
}
div.systemMenuEx p{
  margin:5px 0px;
  line-height:120%;
  font-size:75%;
}
/* --------------------------- */

/* ----------------------------------
			フッタ
------------------------------------- */
div#footer{
  clear:both;
  width:640px;
  margin:0px;
  padding:0px;
}

p.line{
  width:640px;
  height:12px;
  margin:0px;
  padding:0px;
}

div.link{
  float:left;
  width:330px;
  margin:3px 0px 0px 10px;
  padding:0px;
  font-size:12px;
}

div.copyright{
  float:right;
  width:280px;
  height:23px;
  margin:0px;
  padding:0px;
}

/* div class="conbo"内のPには標準でfon-size:75%
	その他継承されているプロパティについてはクラス参照 */

