@charset "utf-8";
/* import */
@import "head_foot.css";
@import "sidebar.css";
@import "main.css";

/* タグの再定義 */

body {
	margin: 0;
	padding: 0;
	background: #000 url(../images/bg_body.gif) 0 0 repeat-x;
	font-size: 80%;
	line-height: 1.4;
	color: #555555;
	font-family: Verdana, Helvetica, sans-serif;
	}

a {
	color: #303030;
	text-decoration: underline;
	}
a:visited {
	color: #303030;
	text-decoration: underline;
	}
a:hover {
	color: #303030;
	text-decoration: none;
	}

div {
	margin: 0;
	padding: 0;
	}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
p {
	margin: 0;
	padding: 0;
	}
img {
	border: 0;
	vertical-align: bottom;
	}

/* Layout */
#header {
	margin-left: 10px;
	width: 815px;
	height: 80px;
	}

#wrap {
	width: 1001px;
	background: url(../images/bg_wrap.gif) 0 0 repeat-y;
	}
	#sidebar {
		float: right;
		margin-top: 10px;
		width: 176px;
		}
	#mainArea {
		float: left;
		padding: 10px;
		width: 805px;
		background: #fff url(../images/bg_main_top.gif) top right no-repeat;
		}
		#sub {
			float: right;
			width: 172px;
			}
		#mainBox {
			float: left;
			width: 620px;
			}

ul#btmNavi {
	clear: both;
	padding: 50px 10px 0 10px;
	width: 805px;
	background: #fff;
	}
	ul#btmNavi li {
		display: inline;
		padding-right: 2em;
		font-size: 10px;
		}

p#pageTop {
	clear: both;
	margin: 0;
	padding: 0 10px 20px 10px;
	width: 805px;
	text-align: right;
	background: #fff url(../images/bg_main_btm.gif) bottom right no-repeat;
	}

#footer {
	position: relative;
	padding: 20px 10px 30px 10px;
	width: 805px;
	height: 12em;
	background: #000 url(../images/bg_footer.gif) top center no-repeat;
	}

.clearfix {
	display: inline-block;
	}
.clearfix:after {
	content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
	}
