body
    {
     margin:0px;          /* ページ全体のmargin */
     padding:0px;         /* ページ全体のpadding */
     text-align:center;   /* 下記のautoに未対応用のセンタリング */
    }

h1{
	margin-top:10px;
	margin-bottom:0px;
}

h2{
	margin-top:10px;
	margin-bottom:3px;
	font-size:16px;
}

h3{
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
}
a:link{
	text-decoration: none;
	color: #CC3300;
}
a:visited {                 /* 既に見たリンク */
  color: #CC3300;
  text-decoration: none;     /* 下線を消す */
}
a:hover{                   /* カーソルが上にある時のリンク */
  color: #0099FF;
  text-decoration: underline;     /* 下線を消す */
}

a:active { color: #FF3300; }



#wrapper{
	width:870px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0.1px;
}

#main{
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:830px;         /* 幅を決定する */
	margin-top:0px;
	margin-bottom:0px;
}

#content{

	width:850px;
	/*height:680px;*/
	margin-top:10px;
	margin-bottom:0px;
}

.IE{
 	text-align:center;          /* IE用の中央寄せ */
  	border:dotted 1px #ff0000;  /* 枠線（赤） */
 	/*width:800px;*/                /* 幅 */
}

.NOTIE{
 	margin-left:auto;           /* IE以外用の中央寄せ */
 	margin-right:auto;          /* IE以外用の中央寄せ */
 	text-align:left;            /* 中身を左寄せに戻す */
	/*width:800px;*/                /* 幅 */
  	/*height:600px;*/               /* 高さ */
  	border:solid 3px #0000ff;   /* 枠線 */
   	background-color:#3366cc;   /* 背景色 */
  	color:#ffffff;              /* 文字色 */
}

img{
	vertical-align:bottom;
	border-style:none;
}

#img_navi{
	vertical-align:bottom;
	border-style:none;
	width:150px;
}

p{
	font-size: 12px;
	line-height: 150%;
}

table.tbl_aboutus {
	border-collapse: collapse;
	border: 1px solid #696969;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left:15px;
	border-color: #696969;
	text-align: left;
}

table.tbl_aboutus tr td {
	padding: 12px;
	border-width: 1px;
	border-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #696969;
	margin-left: 15px;
}

.t_left {
	background-image: url("./img/bkimg.gif");
	width: 150px;
	text-indent: 10px;
	text-align: left;
}


.t_right {
	font-weight: normal;
	width: 370px;
	line-height: 1.2;
	text-align: left;
	background-color: #FFFFFF;
}

/* box */
#box{
width: 660px;
/*height: 408px;*/
padding: 5px:
border:1px solid:#FF0033;
overflow: auto;
text-align:left;
}

#box_top{
width: 660px;
/*height: 408px;*/
padding: 5px:
border:1px solid:#FF0033;
overflow: auto;
text-align:left;
}

#box_sidenavi{
	width: 210px;
	/*overflow: auto;*/
	text-align:center;
	border:1px solid:#FF0033;
}

#box_content{
width: 620px;
padding: 5px:
border:1px solid:#FF0033;
overflow: auto;
text-align:left;
}

#box_content_wrapper{
width: 620px;
padding: 0px:
border:1px solid:#FF0033;
overflow: auto;
text-align:left;
}

#box_soudan_content{
width: 310px;
height:200px;
padding: 5px:
border:1px solid:#FF0033;
overflow: auto;
text-align:left;
}

#box_left{
width: 280px;
height:230px;
padding: 5px:
border:1px solid:#FF0033;
overflow: auto;
text-align:left;
}

#box_right{
width: 280px;
height:230px;
padding: 5px:
border:1px solid:#FF0033;
overflow: auto;
text-align:left;
}

#box_flash{
width: 610px;
height: 180px;
padding: 5px:
border:1px solid:#FF0033;
overflow: auto;
text-align:left;
}

/* TOPの上の囲い */
#col_top{
	width: 850px;
	float: left;
	margin-right:0px;


/* 左の囲い */
#col1{
	width: 205px;
	float: left;
	margin-right:0px;
}
/* 右の囲い */
#col2{
	width: 630px;
	float: right;
	margin-left:0px;
}


/* 左の囲い */
#col1_top{
	width: 290px;
	float: left;
	margin-right:0px;
}
/* 右の囲い */
#col2_top{
	width: 290px;
	float: right;
	margin-left:0px;
}


/* Navi */
#nav h2 {
	width: 175px;
	height: 17px;
	margin: 0px;
	padding: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	padding: 6px 0;
	background: url(img/dot_line.gif) no-repeat left bottom;
}
#nav a {
	text-decoration: none;
}

#nav p{
	text-align:left;
	padding:4px;
	line-hieght:150%;
}

#nav{
  width: 175px;
  margin-top: 15px;
  float: left;
	text-align:left;
}

/* Footer */
#footer{
  border-top: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
	margin-top: 10px;
  margin-bottom: 15px;
  clear: both;
	width:800px;
}
#footer p {
  margin: 5px;
}


