@charset "utf-8";
@import "contents.css";

/* ページ全体
----------------------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/background.png) repeat-x;
	font-size: 12.25px;
	line-height: 18px;
}

html,body,div,
header,footer,article,section,aside,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
img,
p,blockquote,pre,cite,code,caption,
object,iframe,
a,strong,address,span,
sub,sup,
form,fieldset,legend,input,textarea,select,option,label,caption,
table,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
}


p,h1,h2,h3,h4,h5,h6,dl,ul{
	margin: 0;
	padding: 0;
	font-size:12.25px;
	list-style:none;
}

a img { border:0; }
li img { vertical-align: bottom; }

th, td {
	font-size: 12.25px;
	line-height: 18px;
}

.text_hidden {
	display:none;
}
.text_indent {
	text-indent:1em;
}

.clear {
	clear:both;
}

a:link {
	color: #0066cc;
	background-color: inherit;
}
a:visited {
	color: #0066cc;
	background-color: inherit;
}
a:hover, a:active {
	color: #ff3000;
	background-color: inherit;
}

.normalsize {
	font-size: 12px !important;
	font-weight:normal !important;
	font-style:normal !important;
	line-height: 16px !important;
}

.fontsmall {
	font-size: 10px;
	line-height: 14px;
}

.fontlarge {
	font-size: 15px;
	line-height: 20px;
}

.floatleft {
	float:left;
	margin:0;
	padding:0;
}

.floatposition {
	float:left;
	position:relative;
}

.floatright {
	float:right;
	margin:0;
	padding:0;
}

.reverse_indent {
	margin-left:1em;
	text-indent:-1em;
}

.indent {
	text-indent:1em;
}

.textcenter {
	text-align:center;
}

.textright {
	text-align:right;
}

.red_bold {
	color:#FF0000;
	font-weight:bold;
}
.red {
	color:#FF0000;
}
.green {
	color:#6C3;
}



/* ページ全体
----------------------------------------------- */

#pagebody {
	margin:0 auto;
	width:950px;
}

#left-area {
	float:left;
	width:236px;
	background: url(../images/background_nav.png) no-repeat;
	height:703px;
	padding:0 7px;
}


#right-area {
	float:right;
	width:700px;
}


/* 左メニュー
----------------------------------------------- */
#left-area .box {
	margin-top:10px;
}

/* Header
----------------------------------------------- */
.header {
	position:relative;
}
.header ul {
	position:absolute;
	top:0;
	left:621px;
}


/* Footer
----------------------------------------------- */
.footer {
	clear:both;
	background:url(../images/background_footer.png) repeat-x;
}
.footer .box {
	margin:0 auto;
	width:950px;
	position:relative;
}
.footer ul {
	position:absolute;
	top:0;
	left:848px;
}



/* Clear Fix 汎用 */

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}