@charset "Shift_JIS";
@import "header.css";
@import "side.css";
@import "footer.css";

body {
	margin: 0 auto;
	padding: 0;
	background-color: #D0DDE5;
	background-image: url(../common_img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	vertical-align: top;
}

img {
	border: none;
}

/* コンテナ */
#container {
	margin: 0 auto;
	padding: 0;
    width: 820px;
	background: transparent;
	text-align: center;
}

/* contents */
#contents {
	background: transparent;
	text-align: left;
}


/* テキストリンクのスタイル */
a:link {
    color: #2C4A88;
	text-decoration: underline;
	}

a:visited {
    color: #2C4A88;
	text-decoration: none;
	}
	
a:hover {
    color: #9B7607;
	text-decoration: underline;
	}

a:active {
    color: #663735;
	text-decoration: none;
	}

/* 文字のスタイル */
.f10 {
	font-size: 10px;
	line-height: 120%;
}
.f12 {
	font-size: 12px;
	line-height: 120%;
}

em{
	color:#cc0000;
	font-style:normal;
	font-weight:bold;

}

/*.clearfix
---------------------------------*/
.clearfix:after,
#case01 ul li:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix,
#case01 ul li {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix,
* html #case01 ul li {height: 1%;}

.clearfix,
#case01 ul li {display: block;}
/* End hide from IE-mac */

