@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
	color: #03F;
	text-decoration: underline;
}

a:visited {
  color: #03F;
  text-decoration: underline;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

/* ---------------------------------------- 画像設定 */
img		{
	border:none;
	margin-bottom:8px;
	margin-left: 3px;
	margin-right: 5px
}

/* ---------------------------------------- テーブルの設定 基本*/
table {
	/*background-color:#d6dce9;テーブルの背景色*/
	border : dotted  4px #8295bb;　/*枠罫線の表示 */
	margin-left:2em;　/* テーブルの左に余白を入れる */
	margin-right:2em;　/* テーブルの右に余白を入れる */
	border-collapse: collapse;　/*枠の罫線を重ねる*/ 
	color:#0066cc;　/*テーブル内の文字の色*/
	/*font-weight:bold; テーブルの文字を太く */
	font-size: 85%;　/*テーブル内の文字の大きさ*/
	}

th {
	/*border : dotted 4px #8295bb;枠罫線の表示 */
	padding:5px;/*セル内の余白を設定*/
}

td {
	border: dotted 3px #d6dce9; /*テーブル枠内の線*/
	padding:5px;/*セル内の余白を設定*/
} 	
/* ---------------------------------------- テーブルの設定　枠無 */	


table.1 {
	text-align: left;/*テーブル１の左寄せ*/
}



.table2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}


.table3 {
	border:none;
	border-collapse: collapse;
}
	

/* ---------------------------------------- 全体のフォントスタイル フォントサイズ */


body {
	background-image:url(../images/lis5.gif);/*  全体の背景の設定 */
	font-size: 0.85em;
	text-align: center;
	color:#333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
}

/* ---------------------------------------- レイアウト(ボックス)に関する指定 */

/* 全体の枠 */
#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 800px;
  background-color:#ffffff;/*  ボックスの背景の設定 */
}

/* ヘッダー */
#header {
  padding: 20px 20px 10px;
  background-image:url(../images/rogo_offices_long.gif);/*ヘッダーの背景の設定*/
  background-repeat:no-repeat;/*背景画像を繰り返し表示しないようにする*/
  background-position:50% 10%;/*背景画像表示位置左右方向に105%、上下方向に5%で指定*/
  height: 116px;	/* 高さ116ピクセル */
}

/* 横メニュー */
#globalnavi {
  width: 100%;
  position: relative; /* 相対位置への配置 */
}

/* コンテンツ(左メニューの右隣) */
#contents {
  float: right;
  width: 540px;
  padding: 4em 30px 4em 30px;
}

/* 左メニュー */
#sidebar {
  float: left;
  width: 180px;
  padding: 4em 10px 2em;
}

/* フッター */
#footer {
  clear: both;
  padding: 0.5em 0 1em;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル -- */
h1 {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

.logo a {
  text-decoration: none;
  background-color: #ffffff;
  color: #0099ff;
}

.logo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}

/* -- 概要 -- */
.description { }

/* ---------------------------------------- #globalnavi(横メニュー)の指定 */

/* メニュー全体の枠 */
#globalnavi ul {
	width: 800px;
	list-style-type: none;
	position: absolute; /* 絶対位置への配置 */
	background-color: #F0037F;
	left: 0px;
	top: -6px;
}

/* リストの枠 */
#globalnavi li {
  text-align: center;
  width: 159px;
  float: left;
  border-left: 1px solid #ffffff;
}

#globalnavi .navi01{
  width: 160px;
  border: none;
}

/* 通常ボタン */
#globalnavi li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 0;
  background-color: #F0037F;
  color: #ffffff;
}

/* マウスオン時のボタン */
#globalnavi li a:hover {
  background-color: #F777BA;
  color: #000000;
}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2 {
	font-size: 1.3em;
	margin-top: 2.5em;
	margin-bottom: 1.3em;
	padding: 5px 0 5px 5px;
	border-left: 10px solid #F777BA;
	border-bottom: 2px solid #F777BA;
	border-top: 1px solid #F777BA;
	border-right:10px solid #F777BA;
	background-color:#FFF;
}

h3 {
  font-size: 1.3em;
  margin-top: 2.5em;
  margin-bottom: 1.3em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #F777BA;
  border-bottom: 1px solid #F777BA;
  margin-top: 2.5em;
}

h4 {
	font-size: 1.0em;
	margin-top: 2.5em;
	margin-bottom: 1.0em;
	border-left: 8px solid #F777BA;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
h5,h6 {
	font-size: 1.0em;
	margin-bottom: 1.0em;
	margin-top: 2.5em;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F777BA;
	}	


/* -- 文字 -- */
#contents p {
  font-size: 1.1em;
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 0.8em;
}

/* -- フォント指定 -- */

.f-pink01 {
	font-size:1.0em;
	font-style:normal;
	color: #F777BA;
	font-weight: bold;
	line-height: 1.5em;
}





/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li {
	margin-bottom: 0.5em;
	list-style-type: square;
}

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 0.5em 0;
  border-bottom: 1px solid #666666;
}

#sidebar img {
	margin-bottom:5px;
}
	

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #eeeeee;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}


.pr {
	font-size: 90%;
	background-color: #ecf8ff;
	border: 1px solid #c9d7f1;
	margin-top: 1em;
	text-align: left;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
	width:175px;
}	



/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }

