body {
	margin: 0px;
	padding: 0px;
	position:relative;
	z-index:1;
	font-family: Verdana, Geneva, sans-serif;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	text-decoration: underline;
	color: #003C73;
}

a:visited {
	color: #003C73;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

h1, h2, div, p, ul, ol, li {
	margin: 0px;
	padding: 0px;
	border: medium none;
	list-style-type: none;
}


/* layout用 css ---------------------------------- */
 
html, body {
	color:#000066;
	height: 100%;
}
div#wrapper {
	min-height: 100%;
	height: auto !important; /* heightの順番は変えないでネ */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -52px;
	margin-left: auto;
}
div#footer, div.push {
	height: 52px; /* .push must be the same height as .footer */
}
/* for pretty用 css ---------------------------------- */

body {
	text-align: center;
}
div#wrapper {
	text-align: left;
	background-color: #FFFFCC;
	background-position: center;
}
div#header {
	background: #ccc;
}
#header .left {
	background-color: #ff9a0a;
}
#header .center {
}
#header .right {
	background-color: #ff9a0a;
}
#container {
	background-color: #F0DB93;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#contents {
	background-image: url(/common/images/u_contents_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: scroll;
	margin: 0 auto;
	padding: 0px;
	width: 950px;
}

#c-bg {
	background-image: url(/common/images/c_bg.gif);
	background-repeat: repeat-y;
}
.honbun_i {
	width: 840px;
	margin: 0 auto ;
	padding: 0 30px ;
}


p{
	line-height: 1.4em;
}

h1{
	font-weight: bold;
	font-size: 120%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #26879C;
	padding: 10px 0 10px 10px;
	margin: 5px 0 10px ;
	background-color:#EEEEEE;
	color: #7E0000;
}

h2{
	font-weight: bold;
	font-size: 100%;
	color: #333333;
	margin: 15px 0 10px 0;
	background-color:#EEEEEE;
}

h3{
	color: #7E0000;
	font-size: 100%;
	background-color: #FFFFEE;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin-top: 15px;
	width: 100%;
}

	
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size: 1px;
	line-height: 1px;
}

div#footer {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ff9a0a;
}

div#footer p {
	color: #fff;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#main {
	width: 902px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
}

.kakomi {
	border:#C00 1px solid;
	padding:5px 10px;
	margin: 10px 0 0 0px;
	}

.kakomi h2 {
	color: #7E0000;
	font-weight:bold;
	font-size:100%;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px dotted #666666;
	background-color: #FFFFEE;
	margin: 5px 0 0 0;
}

.icon {
	vertical-align:middle;
	margin:0 10px 0 0 ;
}

#retop {
	text-align: right;
	padding: 10px 30px 20px 0;
}

#twi {
	text-align: right;
	padding: 20px 30px 10px 0;
}

#twi img{
	border:none;
}

.toku-point{
	color: #7E0000;
	font-size: 100%;
	font-weight: bold;
}

