@charset "shift_jis";


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

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #333333;
  background-image: url(img/back.gif);
  background-repeat: repeat-x;
  border-top: solid 3px #89c3eb;
}


/* IE7 用 */

*:first-child+html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


/* IE6 用 */
* html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


a:link {
  color: #1e50a2;
  font-size: 13px;
}

a:hover {
  color: #007bbb;
  font-size: 13px;
}

a:visited {
  color: #1e50a2;
  font-size: 13px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}


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

#main {
  width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
}



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

#header {
  margin: 0 auto 0 auto;
  width: 900px;
  height: 85px;
  text-align: center;
  background-image: url(img/header.jpg);
  background-repeat: repeat-x;
}

#header h1 {
  margin: 0;
  padding: 2px 0 0 5px;
  font-weight: normal;
  text-align: left;
  font-size: 10px;
  color: #666666;
}

#header h2 {
  margin: 0;
  padding: 16px 0 0 6px;
  text-align: left;
  font-size: 20px;
  color: #444444;
  letter-spacing: 1px;
}

#header p {
  margin: 0;
  padding:  4px 0 0 10px;
  text-align: left;
  font-size: 13px;
  color: #444444;
  letter-spacing: 1px;
}

#table-left{
  text-align: right;
  font-size: 13px;
  color: #444444;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 20px;
  color: #666666;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 20px;
  color: #888888;
  text-decoration: none;
}

#table-right{
  text-align: right;
  margin: 0;
  padding: 2px 12px 2px 0;
  font-size: 12px;
  color: #1853C9;
  line-height: 160%;
  text-decoration: none;
}

#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 {
  width: auto;
  margin: 0;
  padding: 0;
  height: 45px;
  text-align: left;
  border-top: solid 2px #dddddd;
  border-bottom: solid 2px #cccccc;
  background-image: url(img/head_menu_back_base.gif);
  background-repeat: repeat-x;
}

#header-menu ul {
  width: 900px;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0;
  background-image: url(img/head_menu_back_base.gif);
  background-repeat: repeat-x;
}

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

#header-menu li a {
  font-size: 12px;
  line-height: 20px;
  color: #007bbb;
  background-image: url(img/head_menu_back_abase.gif);
  text-align: center;
  display: block;
  line-height: 150%;
  letter-spacing: 1px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dddddd;
  text-decoration: none;
  padding: 6px 60px 2px 60px;
}

#header-menu li a:hover {
  color: #007bbb;
  background-image: url(img/head_menu_back_hover.gif);
}

#header-menu #home a {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dddddd;
  padding: 6px 60px 2px 60px;
}

#header-menu span.sub {
  color: #777777;
}

#header-img {
  width: 100%;
  margin: 2px 0 0 0;
  text-align: center;
}

#header-img-slim {
  width: 100%;
  margin: 2px 0 0 0;
  text-align: center;
}


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

#container {
  width: 885px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 6px 5px 7px 10px;
  background: url(img/side_yback.jpg) #ffffff;
  background-position : right top;
  background-repeat: repeat-y;
}


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


#viewer {
    margin: 0 auto;
    width: 900px;
    height: 150px;
    text-align: left;
    overflow: hidden;
    position: relative;
}

#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}

#contents_box {
  float: left;
  margin: 0;
  padding: 5px;
  font-size: 13px;
  width: 900px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 180%;
  -webkit-padding-start: 0px
}

#contents_box ul {
  float: left;
}

#contents_box ul li {
  float: left;
  margin-right: 10px;
  font-size: 13px;
  width: 280px;
  height: 190px;
  background: url(img/bg_contents.jpg) 0 0 no-repeat;
  border: 1px solid #999;
  letter-spacing: 1px;
  text-align: left;

  box-shadow: 0px 0px 3px 0px #999;
  position: relative;
  list-style-type: none;
}

#contents_box ul li:first-child {
 margin-left: -40px;
}

#contents_box ul li .inner {
  width: 270px;
  height: 180px;
  font-size: 13px;
  padding: 5px;
}

#contents_box ul li .inner p.line {
  width: 270px;
  border-bottom: 1px solid #999;
  float: left;
}

#contents_box ul li .inner span {
  font-size:14px;
  font-weight: bold;
  float: left;
  color: #252525;
  min-height: 13px;
  max-height:30px;
}

#contents_box ul li .inner p.caption {
  font-size:12px;
  text-decoration: none;
  color: #252525;
  margin-top: -10px;
  float: left;
  line-height: 13px;
}

#contents_box ul li .inner p.caption-r {
  width:140px;
  margin-left:5px;
  font-size:12px;
  float: right;
  text-decoration: none;
  color: #252525;
  margin-top: -10px;
  line-height: 13px;
}


#contents_box ul li .inner a{
  text-decoration: none;
}

#newinfo {
  float: left;
  margin: 0;
  padding: 5px 0 5px 0;
  font-size: 13px;
  width: 600px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 180%;
}

#contents {
  float: left;
  margin: 0;
  padding: 5px 0 5px 0;
  font-size: 13px;
  width: 640px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 180%;
}


#contents #pannavi {
  margin: 0 0 5px 0;
  padding: 0 0 8px 0;
  font-size: 12px;
}

#contents h2 {
  height: 31px;
  margin: 0 0 7px 0;
  padding: 9px 0 0 36px;
  font-size: 14px;
  color: #583822;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents h2.page_title {
  height: 32px;
  margin: 0 0 18px 0;
  padding: 18px 0 0 22px;
  font-size: 16px;
  color: #4c1800;
  background-image: url(img/page_title.gif);
  background-repeat: no-repeat;
}

#contents h3 {
  margin: 12px 3px 10px 3px;
  padding: 10px 10px 7px 13px;
  line-height: 110%;
  font-size: 13px;
  color: #583822;
  border-bottom: solid 1px #007bbb;
  border-left: solid 5px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  background-color: #eeeeee;
}

#contents p {
  margin: 18px 0 18px 0;
  padding: 0 3px 0 3px;
  line-height: 190%;
  font-size: 13px;
}

#contents a {
  color: #1e50a2;
  font-size: 13px;
}

#contents a:hover {
  color: #007bbb;
  font-size: 13px;
}

#contents .left_box {
  width: 290px;
  float: left;
  margin: 0;
  font-size: 13px;
  padding: 14px 8px 8px 13px;
  line-height: 180%;
  letter-spacing: 1px;
  border: solid 2px #eeeeee;
  background-image: url(img/2box_back.gif);
  background-repeat: repeat-x;
}

#contents .left_box a {
  text-decoration: none;
}


#contents .right_box {
  width: 290px;
  float: right;
  margin: 0;
  font-size: 13px;
  padding: 14px 8px 8px 13px;
  line-height: 180%;
  letter-spacing: 1px;
  border: solid 2px #eeeeee;
  background-image: url(img/2box_back.gif);
  background-repeat: repeat-x;
}

#contents .right_box a {
  text-decoration: none;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#contents .gray_bg {
  margin: 18px 2px 18px 2px;
  padding: 2px 8px 2px 18px;
  line-height: 180%;
  letter-spacing: 1px;
  font-size: 13px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

#contents span.red {
  color: #e60033;
}

#contents span.red_b {
  color: #e60033;
  font-weight: bold;
}

#contents span.blue {
  color: #007bbb;
}

#contents span.pink {
  color: #c53d43;
}

#contents span.brown {
  color: #993300;
}

#contents span.brown_b {
  color: #993300;
  font-weight: bold;
}

#contents span.green {
  color: #00ae4f;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents img.picture_r {
  margin: 0 5px 10px 10px;
  float: right;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}

#contents p.back {
  margin: 0;
  padding: 0 5px 0 0;
  text-align: right;
}


table#t01 {
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


td#head {
  padding: 9px 6px 6px 15px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  background-image: url(img/main_block_bg.gif);
}


table.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
}


td.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding : 8px 14px 8px 14px;
}


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

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

.menulist {
  margin: 0 0 24px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
  float:left;
}

.menulist h2 {
  height: 23px;
  margin: 0;
  padding: 9px 0 4px 14px;
  font-size: 13px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist a{
  color: #1e50a2;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  padding: 3px 4px 3px 3px;
  font-size: 13px;
  line-height: 190%;
  text-decoration: none;
  background: #ffffff;
 }

.menulist a:hover{
  color: #007bbb;
  background: #ffffff;
}

.menu_free {
  margin: 0 0 20px 5px;
  padding: 0;
  width: 210px;
  text-align: left;
  background-image: url(img/menu_back.gif);
 float:left;
}

.menu_free h2 {
  height: 23px;
  margin: 0;
  padding: 9px 0 4px 14px;
  font-size: 13px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free a{
  color: #1e50a2;
  width: 198px;
  padding: 6px 0 5px 0;
  font-size: 13px;
 }

.menu_free a:hover{
  color: #007bbb;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  font-size: 13px;
  line-height: 180%;
}

.menu_free span.brown_b {
  color: #993300;
  font-weight: bold;
}

span{/*spanは特に意味を持たないタグです。装飾用などに使用します*/
	
	font-size:10px;/*文字の大きさ*/
	color:#F00;/*文字の色*/
	
}

.button{
	
	text-align:center;/*文字を中央寄せ*/
	padding:10px 0;/*内側への余白上下10px*/
	
}


textarea{
	
	width:300px;/*横幅*/
	height:150px;/*高さ*/
	
}

#wrap{
	
	width:600px;/*横幅*/
	margin:0 auto;/*全体を中央配置*/
	
}


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

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 22px 0 19px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  line-height: 180%;
  border-top: solid 3px;
  border-top-color: #89c3eb;
  background-image: url(img/footer_back.gif);
}

#footer a {
  color: #1e50a2;
  font-size: 12px;
  text-decoration: none;
}

#footer a:hover {
  color: #007bbb;
  text-decoration: none;
}

