/*　--------------------　*/
/*　全体原則　*/
/*　--------------------　*/
body,p,h1,h2,h3,h4,h5,h6,h7,blockquote,table,input,textarea {
	padding:0px;
	margin:0px;
	line-height:1.7em;
	font-size:12px;
}

*{
	margin:0;
	padding:0;
}

body{
	color:#232323;
	background:url(../images/bg.gif);
}
img {
	border:0px;
}
ol,ul {
	padding:5px 5px 5px 30px;
}
strong {
	font-weight:normal;
}

a,a:link,a:visited {
	color:#00467d;
	text-decoration:none;
}
a:hover{
	color:#4088c1;
	text-decoration:underline;
	background:#e1e4e6;
}



/*　--------------------　*/
/*　フッターを画面下に固定　*/
/*　--------------------　*/
html{
    height:100%;
}
body{
    height:100%;
}
form {
	height:100%;
}
* html form div.container{
    height:100%;
}
div.container{
    margin:0px auto;
    position:relative;
    min-height: 100%;
}
body > .container {
        height: auto;
}
div.main{
    padding-bottom:30px;
}
.foot{
    position:absolute;
    bottom:0px;
    height:30px;
    width:100%;
    text-align:center;
}

/*　--------------------　*/
/*　全体デザイン　*/
/*　--------------------　*/

/*　メインフレーム　*/
.container {
	width:800px;
	border-left:solid 1px #da4444;
	border-right:solid 1px #da4444;
	background:#dbdbdb;
}
.main {
	margin:10px 7px;
}

/*　header　*/
.header {
	background:#ffffff;
	font-size:12px;
	border-bottom:solid 3px #cb0100;
}
h1 {
	float:left;
}
.headLeft {
	float:left;
	padding-left:17px;
}
.headRightTop {
	padding-top:4px;
	padding-left:3px;
}

/*　contents　*/
.contentsHead {
	margin-top:1px;
	background:#ffffff;
	padding:8px 12px;
}
.contents {
	margin-top:1px;
	background:#ffffff;
	padding:8px 12px;
}
.contentsBottom {
	padding-bottom:12px;
	margin-bottom:7px;
}

/*　clearfix　*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
