@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

body {
  font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333333;
  background-image: url(images/back.gif);
}

a:link {
  color: #004080;
  text-decoration: none;
  font-size: 12px;
}

a:hover {
  color: #005ebb;
  text-decoration: none;
  font-size: 12px;
}

a:visited {
  color: #004080;
  text-decoration: none;
  font-size: 12px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 120%;
}

p.name-rb {
  text-align: right;
  font-weight: bold;
}

em {
	font-weight: bold;
}

#head_photo {
  margin: 0 0 0 0;
}


/*---------- News TOP ----------*/

#newstop {
  font-style: normal;
  text-align: left;
  width: 580px;
  margin: 0 auto 0 auto;
  padding: 0;
  font-size: 100%;
  line-height: 180%;
  background-color: #ffffff;
}

/*---------- News Syorui ----------*/

#syorui {
  font-style: normal;
  text-align: left;
  width: 580px;
  margin: 0 auto 0 auto;
  padding: 0;
  font-size: 100%;
  line-height: 180%;
  background-color: #ffffff;
}

/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 780px;
  border-right:  solid 2px #c6c6c6;
  border-bottom: solid 2px #c6c6c6;
  border-left: solid 2px #c6c6c6;
  background-color: #ffffff;
}

/*---------- ヘッダー ----------*/

#header {
  position:relative;
  width:780px;
  margin: 0;
  height: 85px;
}

#header h1 {
  margin: 0;
  padding: 2px 0 0 10px;
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  color: #004080;
}

#header h2 {
  margin: 0;
  padding: 8px 0 10px 10px;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color: #666666;
  letter-spacing: 1px;
}

#table-left{
  margin: 0;
  padding: 5px 0 10px 10px;
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}


#table-right{
  font-size: 12px;
  color: #000000;
  position:absolute;
  top:20px;
  right:15px;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}


#header-menu {
  background-color: #333333;
  margin: 0px;
  padding: 8px 0 7px 15px;
  background: url(images/head_menu_back.gif);
  background-repeat: repeat-x;
  text-align: left;
  width: auto;
}

#header-menu ul {
  text-align: left;
  padding-bottom: 1px;
  margin: 0px;
  padding: 0px
}

#header-menu li {
  color: #ffffff;
  display: inline;
  padding-left: 13px;
  padding-right: 7px;
  background: url(images/l_icon.gif) no-repeat;
  background-position: left center;
}

#header-menu a {
  color: #ffffff;
  text-decoration: none;
}

#header-menu a:hover {
  color: #cccccc;
}


/*---------- コンテンツ ----------*/

#container {
  width: 768px;
  overflow: hidden;
  margin: 0px;
  padding: 1px;
  background-color: #ffffff;
}

/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0;
  padding: 5px 6px 5px 0;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 1px;
  width: 580px;
}

#contents h2 {
  margin: 0 0 4px 0;
  padding: 9px 0 10px 20px;
  line-height: 110%;
  font-size: 16px;
  color: #333333;
  background-image: url(images/titlebar.gif);
  background-repeat: no-repeat;
}

#contents h3 {
  margin: 0 0 0 0;
  padding: 10px 0 0 10px;
  font-size: 18px;
}

#contents h4 {
  margin: 0 0 0 0;
  padding: 10px 0 0 20px;
  font-size: 14px;
}

#contents p {
  margin: 5px 0 1px 0;
  padding: 0 10px 0 25px;
  line-height: 150%;
  letter-spacing: 1px;
  font-size: 14px;
}
#contents img.photo {
  margin: 0 0 5px 0;
  padding: 0 0 0 40px;
}

#contents a{
  font-size: 12px;
}
#contents a:hover{
}
#contents a:visited {
}
#contents a:active {
}


table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}

td#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}

td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}

/* ========TOTOP CUSTOMIZE========= */
#totop {
   text-align:right;
   font-size:70%;/* 11px相当 */
   margin: 0 10px 10px 0;
   padding:5px 0 1px 0;
   background:url("images/bg_totopline.gif") 0 100% repeat-x;
}

#totop a {
   padding:0 0 0 8px;
   background:url("images/bg_totop.gif") 0 50% no-repeat;
   color:#333;
}

#totop a:hover {
   color:#999;
}
/* ========toall CUSTOMIZE========= */
#toall {
   text-align:right;
   font-size:70%;
   padding:0 0 0 0;
}

#toall a {
   padding:0 40px 0 0;
   background:url("images/bg_toall.gif") 0 50% no-repeat;
   background-position: right;
   color:#333;
}

#toall a:hover {
   color:#999;
}


/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 170px;
  letter-spacing: 1px;
  text-align: left;
  background-image: url(images/menu_back.gif);
}

#menu h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(images/sidebar.gif);
  background-repeat: no-repeat;
}


#menulist {
  margin: 0 0 15px 0;
  padding: 5px 2px 0px 5px;
  width: 160px;
  text-align: left;
  background-image: url(images/menu_back.gif);
}

#menulist h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(images/sidebar.gif);
  background-repeat: no-repeat;
}

#menulist a{
  color: #004080;
  display: block;
  border-right: solid 1px #9f9f9f;
  border-bottom: solid 1px #9f9f9f;
  border-left: solid 1px #9f9f9f;
  width: 148px;
  padding: 6px 0 5px 10px;
  font-size: 11px;
  line-height: 160%;
  background-color: #f3f3f2;
 }

#menulist a:hover{
  color: #005ebb;
  background-color: #ffffff;
  font-size: 11px;
}

#menulist a:visited {
  color: #004080;
  text-decoration: none;
  font-size: 11px;
}


#menu_free {
  margin: 0 0 10px 0;
  padding: 5px 2px 0px 5px;
  width: 160px;
  text-align: left;
  background-image: url(images/menu_back.gif);
}

#menu_free h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(images/sidebar.gif);
  background-repeat: no-repeat;
}

#menu_free a{
  color: #004080;
  width: 148px;
  padding: 6px 0 5px 0;
  font-size: 12px;
  background-color: #f3f3f2;
 }

#menu_free a:hover{
  color: #005ebb;
  background-color: #f3f3f2;
}

#menu_free p{
  margin: 5px 4px 0px 0px;
  font-size: 12px;
  background-color: #f3f3f2;
  line-height: 180%;
  letter-spacing: 1px;
}

#menu p {
  margin: 10px 4px 0 4px;
  line-height: 180%;
}


/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 5px 0 5px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border-top: solid 2px;
  border-top-color: #004080;
  background-color: #ffffff;
}

#footer a {
  font-size: 12px;
 }
#footer a:hover {
}
#footer a:visited {
}
#footer a:active {
}

#footCount {
   left:0;
   top:0;
   bottom:0;
   height:10px;
}
/* ========TABLE CONTENTS CUSTOMIZE======== */
/* table-01:LEFT */
table#table-01 {
    font-style:normal;
    font-size: 12px;
    width: 580px;
    border: 2px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    font-style:normal;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 2px 2px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    font-style:normal;
    padding: 5px;
    border: 2px #E3E3E3 solid;
    border-width: 0 0 2px 2px;
    text-align: left;
}

/* table-02:CENTER */
table#table-02 {
    font-style:normal;
    width: 580px;
    border: 2px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-02 th {
    font-style:normal;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 2px 2px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-02 td {
    font-style:normal;
    padding: 5px;
    border: 2px #E3E3E3 solid;
    border-width: 0 0 2px 2px;
    text-align: center;
}

/* table-03:固定幅:center */
table#table-03 {
    font-style:normal;
/*    width: 780px;	*/
    border: 2px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
}

table#table-03 th {
    font-style:normal;
    width: 45px;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 2px 2px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-03 td {
    font-style:normal;
    width: 45px;
    padding: 5px;
    border: 2px #E3E3E3 solid;
    border-width: 0 0 2px 2px;
    text-align: center;
}
/* table-04:固定幅=300:center */
table#table-04 {
    font-style:normal;
    width: 300px;
    border: 2px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
}

table#table-04 th {
    font-style:normal;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 2px 2px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-04 td {
    font-style:normal;
    padding: 5px;
    border: 2px #E3E3E3 solid;
    border-width: 0 0 2px 2px;
    text-align: center;
}
/* table-05:No-Line */
table#table-05 {
    font-style:normal;
    width: 580px;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-05 td {
    font-style:normal;
    padding: 5px;
    text-align: left;
	vertical-align : top;
}
/* ----- Form用 -------------------------------------- */
form dl {
	margin-bottom: 5px;
}
form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
form dl dd {
}
form dl dd textarea {
	margin-top: 2px;
}
form ul {
	margin: 0px 0px 0px 0px;
}
form ul li {
	list-style-type: none;
}
form fieldset {
/*	border: 0px solid #000000;		*/
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 100%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}
/* ----- BLOG ------------------------------------ */
#blog_set {
  margin: 5px 5px 5px 5px;
  padding: 0 0 0 20px;
}

#blog_line {
  background:url("images/bg_totopline.gif") 0 100% repeat-x;
}

#page ul {
	margin: 0px 0px 20px 0px;
    background:url("images/bg_totopline.gif") 0 100% repeat-x;
}
#page ul li {
	display: inline;

	margin-right: 10px;
}


/* ----- 個別指定 -------------------------------------- */

.new {color: #FF0000;}
.red {color: red;}
.blue {color: blue}
.green {color: green}
