@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 12px;
}

a:link {
	color: #004080;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #005ebb;
	font-size: 12px;
}

a:visited {
  color: #004080;
  font-size: 12px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}
/* ------------------------------------ 　装飾　 ------------------------------------ */
.red {
	color: #E80000;
}
.purple {
	color: #E800E7;
}
.green {
	color: #18C816;
}
.cyan-bg {
	background-color: #DDEEFF;
}
.yellow-bg {
	background-color:#FFFF88;
}
.yellow-strong{
	background-color:#FFFF00;
	color:#000000;
	font-weight: bold;
}
.big  {
	text-align: center;
	font-size: 150%;
	font-weight: bolder;
}
.bigger  {
	font-size: 200%;
	font-weight: bolder;
	text-align: center;
}

/*---------- メイン ----------*/

#main {
	margin: 10px auto;
	padding: 0;
	width: 900px;
	background-color: #ffffff;
}



/*---------- ヘッダー ----------*/

#header {
	margin: 0 0 4px 0;
	width: 900px;
	height: 60px;
	border-top: solid 3px #0099CC;
}

#header h1 {
	text-align: left;
	color: #444444;
	margin-top: 20px;
	float: left;
}

#header .top {
	color: #333333;
	font-size: 22px;
	margin-left: 25px;
	text-decoration: none;
}

#header a {
	color: #333333;
}

#header .header_right{
	text-align: right;
	font-size: 12px;
	float: right;
	margin-right: 15px;
  }


#navi {
	width: auto;
	height: 40px;
	text-align: left;
	clear: both;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navi ul {
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#navi li {
  display: inline;
  list-style-type: none;
  float: left;
  color: #ffffff;
}

#navi li a {
	font-size: 12px;
	width: 125px;
	line-height: 20px;
	color: #666666;
	text-align: center;
	display: block;
	border-right: solid 1px #bbbbbb;
	text-decoration: none;
	padding: 12px 0 8px 0;
}

#navi li a:hover {
	color: #EF0000;
	background-color: #EDEDED;
	font-weight: bold;
}

.photo_image {
	margin: 0;
	height: 240px;
	width: 900px;
	clear: both;
}


/*---------- コンテンツ ----------*/

#container {
	width: 888px;
	overflow: hidden;
	margin: 0;
	padding: 10px 5px 10px 5px;
}

#container h2  {
	margin: 5px 5px;
	padding: 0px 0 0px 15px;
	font-size: 13px;
	color: #000000;
	background-repeat: repeat-x;
	background-image: url(image/h2-bar.gif);
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FF0000;
	line-height: 2;
}

#container p  {
	margin: 20px 0px;
	padding: 0px 10px 0px 10px;
}

#container img {
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
}

/*---------- メインコンテンツ ----------*/

#contents {
	float: right;
	font-size: 12px;
	line-height: 180%;
	width: 640px;
	letter-spacing: 1px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#contents h2  {
	height: 26px;
	margin: 5px 0 5px 0;
	padding: 5px 0 0 15px;
	font-size: 12px;
	color: #000000;
	background-repeat: repeat-x;
	background-image: url(image/h2-bar.gif);
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CC3333;
}

#contents p {
	margin: 15px 0px 15px 5px;
	padding: 0 10px 0 10px;
	line-height: 180%;
	font-size: 12px;
}

#contents a {
	color: #003399;
	font-size: 12px;
}

#contents a:hover {
	font-size: 12px;
	text-decoration: underline;
}


/*---------- メニュー ----------*/

#menu {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 220px;
	text-align: left;
	letter-spacing: 1px;
}

#menu h2 {
  height: 23px;
  margin: 0 0 1px 0;
  padding: 11px 0 0 12px;
  font-size: 12px;
  color: #fffffc;
  background-image: url(image/sidebar.gif);
  background-repeat: no-repeat;
}

#menu p {
  margin: 0;
  padding: 10px 4px 2px 4px;
  font-size: 12px;
  background-color: #f3f3f2;
  line-height: 180%;
}

.sublist {
  margin: 0 0 15px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
  background-image: url(image/menu_back.gif);
}

.sublist h3 {
	height: 25px;
	margin: 0;
	padding: 8px 0 0 12px;
	font-size: 12px;
	color: #000000;
	background-image: url(image/h3-bar.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3486FF;
}

.sublist a{
	color: #000033;
	display: block;
	border-bottom: solid 1px #cccccc;
	width: 186px;
	padding: 8px 4px 6px 20px;
	font-size: 12px;
	line-height: 160%;
 }

.sublist a:hover{
	color: #BB2200;
	background-color: #DDDDDD;
	font-weight: bold;
}


.freespace {
	margin: 0 0 14px 0;
	padding: 5px 2px 0px 5px;
	width: 210px;
	text-align: left;
	background-repeat: repeat-x;
}

.freespace h3 {
	height: 24px;
	margin: 0;
	padding: 8px 0 0 12px;
	font-size: 12px;
	background-image: url(image/free-bar.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

.freespace a{
	color: #0033FF;
	width: 198px;
	padding: 6px 0 5px 0;
	font-size: 12px;
 }

.freespace a:hover{
	color: #0066FF;
	text-decoration: underline;
}

.freespace p{
	margin: 0;
	padding: 0px 4px 0 15px;
	font-size: 12px;
	color: #333333;
}


/*---------- フッター ----------*/

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
	font-size: 12px;
	color: #333333;
	border-top: solid 1px #cccccc;
	background-color: #ffffff;
	letter-spacing: 1px;
}

#footer a {
  color: #333333;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}





#bottom_link ul {
	text-align: center;
}
#bottom_link li {
	display: inline;
	margin-left: 10px;
}
#bottom_link a {
	color: #CCCCCC;
}
.google336 {
	height: 280px;
	width: 336px;
	margin: 30px 0px 0px 10px;
	padding: 0px;
}
.tdn {
	margin: 0px 0px 0px 20px;
	border-collapse:collapse;
	border-spacing:0;
	background-color: #FFFFFF;
}

.tdn td {
	padding: 5px 10px;
	border: 1px solid #999999;
}
.imgl {
	float: left;
	margin: 0px 10px 10px 0px;
}
.imgc {
	margin: 0px auto;
}
.imgr {
	float: right;
	margin: 0px 0px 10px 10px;
}
