@charset "UTF-8";

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display: inline-block; }

/* Hide Mac IE \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans","ヒラギノ角ゴ Pro W3",メイリオ,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 82%;
	line-height: 1.6;
	letter-spacing: 0.06em;
	text-align: center;
	background: #E3DCCA;
}
a {
	color: #444;
}
a:visited {
	color: #004;
}
a:hover {
	color: #500;
	text-decoration: underline;
}
img {
	border: none;
	vertical-align: middle;
}
.clr { clear: both; }
hr { clear: both; display: none; }
address {
	font-style: normal;
}
em { 
	font-size: 80%;
	font-style: normal;
}
ul {
	list-style: none;
}
.center { text-align: center; }
.check-w {
	color: #990000;
}
.t-right {
	clear: both;
	text-align: right
}
h1 {
	position: absolute;
	right: 15px;
	top: 5px;
	font-size: 90%;
	font-weight: normal;
	color: #444;
}
h3 {
	clear: both;
	margin-top: 1.5em;
	padding: 0 0 17px 42px;
	font-size: 135%;
	color: #660000;
	background: url(../images/navi/heading3.gif) left bottom no-repeat;
}
#feature h3 {
	padding-left: 0;
}
#feature h3 img {
	margin: 0 0 -10px -7px;
}
#feature h3.fixed {
	padding: 0 0 17px 42px;
}
.first {
	margin-top: 15px;
}
h4 {
	margin-top: 1em;
	margin-bottom: .5em;
	padding-bottom: 3px;
	font-size: 128%;
	color: #555;
	background: url(../images/line.png) left bottom repeat-x;
	clear: both;
}
h5 {
	margin-top: 1em;
	margin-bottom: .5em;
	padding-bottom: 3px;
	font-size: 105%;
	color: #555;
	background: url(../images/dotted.png) left bottom repeat-x;
	clear: both;
}
#home, #feature {
	min-width: 960px;
	background: #E3DCCA url(../images/bg.jpg) top center repeat-y;
}
#main-wrapper {
	color: #444;
	background: url(../images/head.jpg) top center no-repeat;
}
#feature #main-wrapper {
	color: #444;
	background: url(../images/head-features.jpg) top center no-repeat;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 750px;
	text-align: left;
}
#head {
	position: relative;
	height: 195px;
}
#request #head {
	position: relative;
	height: 205px;
}
.no-script { color: red;}
#logo { 
	float: left;
}
#logo a {
	width: 200px;
	height:90px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}
#head ul {
	margin-top: 5px;
	margin-right: 255px;
	float: right;
	list-style-type: none;
}
#head ul li {
	display: inline;
	float: left;
}
#head ul li a {
	color: #FFFFFF;
}
#content {
	clear: both;
	overflow : hidden;
	width: 100%;
	padding-bottom: 40px;
}
#about {
	margin-left: 20px;
	float: left;
	width: 490px;
}
#side-bar {
	margin-right: 15px;
	float: right;
	width: 180px;
}

#footer {
	clear: both;
	padding: 30px 0 15px 0;
	background: url(../images/footer_bg.jpg) left top repeat;
	border-top: 1px solid #ccc;
}
#footer a, #footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #300;
	text-decoration: underline;
}
#foot-navi {
	margin: 0 auto ;
	width: 750px;
	text-align: left;
	font-size: 80%;
	letter-spacing: 0.06em;
}
#copyright {
	margin-bottom: 15px;
	padding: 4px 0 6px 15px;
	color: #444;
	letter-spacing: 0.08em;
	font-size: 110%;
}
#copyright a {
	text-decoration: underline;
}
#foot-navi ul {
	margin-left: 15px;
	width: 160px;
	float: left;
	overflow: hidden;
}
#foot-navi ul li { 
	margin-right: 15px;
	font-weight: bold;
}
#foot-navi ul li ul {
	border: none;
}
#foot-navi ul li ul li { 
	font-weight: normal;
}

.f-l380 {
	float: left;
	width: 380px;
	margin: 10px;
}
.f-r350 {
	float: right;
	width: 310px;
}
.f-160 {
	width: 160px;
	padding-bottom: 1.5em;
	float: left;
}
.f-190 {
	font-size: 85%;
	width: 170px;
	padding: 0 0 1em 0;
	float: right;
}
.f-145 {
	width: 145px;
	padding-bottom: 1.5em;
	float: left;
}

.f-330{
	width: 310px;
	padding: 0 1em 1em 0;
	float: right;

}
table {
	margin-bottom: 2em;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: none;
	font-size: 90%;
	color: #444;
	width: 98%;
	vertical-align: top;
}
td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px 10px;
}
th {
	padding: 5px 10px;	
	width: 33%;
	font-weight: bold;
	border-top: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: none;
	background-color: #FAF7F0;
}

#go-top {
	float: right;
	position: fixed;
	width: 113px;
	height: 26px;
	right: 0;
	bottom :0;
}
.next { 
	text-align: right;
	font-size: 115%;
}
.text-center {
	text-align: center;
}
.text-right {
	padding:20px 0px 20px 0px;
	text-align: right;
}

.service{
	border:none;
	background-color:transparent;
	width:490px;
}
.service th{
	border:none;
	background-color:transparent;
	text-align:right;
	padding:10px 10px;
}
.service td{
	border:none;
	text-align:left;
	padding:10px 10px;
}
.targeting {
	border-collapse: collapse;
}
.targeting th{
	width:6em;
}
.targeting .center {
	width:7em;
}
