@charset "utf-8";
/* CSS Document */
body {
	margin:0 auto;
	font-size:14px;
	font-style:normal;
	background-color:#FFCC66;
	background-position:bottom;
}

h2,h3,h4 {
	color:#000000;
}

a {
	border:thin;
}

a:link {
	color:#FF6600;
}
a:visited {
	color:#FFFF00;
}

a:hover {
	color:#66FF00;
	text-decoration:underline;
}

#tatibana {
	margin:0 auto;
	padding:0;
	width:800px;
	border:none;
	background:#66CC99;
}

#sanosuke {
	padding:20px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	text-decoration:none;
}

#sanosuke h1 {
	margin:20px 0 20px 0px;
	font-size:25px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration:underline;
	color:#000000;
	background-color:#666699;
	text-align:center;
}

#inbound_link {
	margin:0 10px;
}

#menu ul {
    margin:20px 10;
    padding-left:60px;
}

#contents_main {
    margin:0 30px;
}
#contents_main h2 {
    border-bottom: solid 2px #ccc;
}

.contents_sub {
    margin-left:50px;
    margin-right:30px;
}
.contents_sub h3 {
    border-bottom: solid 1px #ccc;
}

#outbound_link {
    margin-left:30px;
}

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

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
