@charset "utf-8";

/* =============================================================================
   各要素リセット
   ========================================================================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, em, small, strong, sub, sup, dl, dt, dd, 
form, fieldset, label, legend{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}

input, textarea {
	margin:0;
	padding:0;
	outline:0;
	font-size:100%;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
	background:transparent;
}

body {
	margin: 0;
	line-height:1;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	border:0;
}


/*----------------------------------------------------
	clearfix
----------------------------------------------------*/

/* For modern browsers */
.clearfix:before ,
#accessibility_bar:before ,
#header:before ,
#globalnavi:before ,
#topicpath:before ,
#content:before,
#footer_navi_inner:before,
#subcontentslist:before,
.clearfix:after ,
#accessibility_bar:after ,
#header:after ,
#globalnavi:after ,
#topicpath:after ,
#content:after ,
#footer_navi_inner:after ,
#subcontentslist:after {
	content:"";
	display:table;
}

.clearfix:after ,
#globalnavi:after ,
#header:after ,
#accessibility_bar:after ,
#topicpath:after ,
#content:after ,
#footer_navi_inner:after ,
#subcontentslist:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix ,
#accessibility_bar ,
#header ,
#globalnavi ,
#topicpath ,
#content ,
#footer_navi_inner ,
#subcontentslist {
	zoom:1;
}

/* For Dreamwaver (作成後削除) */
.clearfix ,
#accessibility_bar ,
#accessibility_bar_inner2 ,
#header ,
#globalnavi ,
#topicpath ,
#content ,
#footer_navi ,
#footer_navi_inner ,
#subcontentslist {
	overflow:hidden;
}


