/*　基本CSS　*/
body {
	text-align: center;
	padding: 0px;
	font-size: 96%;
	color: #333333;
	line-height: 1.3;
	font-family:	verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic","メイリオ","Meiryo",Sans-Serif;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #eeefef;
}
* + html body {
font-family:"メイリオ","Meiryo";
}
h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, form  {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
a:link {
	color: #db5089;
	text-decoration: none;
}
a:visited {
	color: #6C36A3;
	text-decoration: none;
}
a:active, a:hover {
	color: #cc0033;
	text-decoration: underline;
}
dl {
	overflow: hidden;
	zoom: 1;
}
ul {
 list-style-type: none;
}
li {
 list-style-position: outside;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*　基本CSS　*/

#container {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	zoom: 1;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#gnavi {
	background-image: url(../images/tbtn_nobg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-left: 161px;
	overflow: hidden;
	zoom: 1;
}
#gnavi li {
	float: left;
	margin-right: 1px;
	margin-left: 1px;
}
#gnavi li a {
	display: block;
}

#gnavi li a:hover {
	background-color: transparent;
}
#gnavi li a:hover img {
	visibility: hidden;
}
#gnavi  li#kiyaku  {
	background-image: url(../images/tbtn_kiyaku_o.gif);
	background-repeat: no-repeat;
}

#gnavi li#link {
	background-image: url(../images/tbtn_link_o.gif);
	background-repeat: no-repeat;
}
#gnavi li#company {
	background-image: url(../images/tbtn_company_o.gif);
	background-repeat: no-repeat;
}

#contents {
	float: right;
	width: 603px;
	padding-right: 2px;
}

#contents .bar {
	background-color: #eb6da5;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#contents .box {
	border: 1px solid #EB6DA5;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
}
#contents  .box  strong  {
	color: #e4007f;
}
#contents   p     {
	margin-bottom: 10px;
}
#contents .box ul li {
	background-image: url(../images/ic_pink.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
}

#contents .box .boxset01 {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
#contents .box .boxset01 dt {
	float: left;
	width: 225px;
}
#contents .box .boxset01 dd {
	padding-left: 225px;
}
#contents .box .boxset02 {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
#contents .box .boxset02 dt {
	float: left;
	width: 135px;
}
#contents .box .boxset02 dd {
	padding-left: 135px;
}
#contents #contactbox {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#contents #contactbox th {
	width: 35%;
	text-align: left;
	padding: 5px;
	font-size: 88%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#contents #contactbox td {
	padding: 5px;
	font-size: 88%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	width: 65%;
}
#contents #contactbox caption {
	text-align: left;
}
#contents #contactbox span {
	color: #CC0000;
	font-weight: bold;
}
#contents  ul#pan  {
	text-align: left;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 20px;
}
#contents ul#pan li {
	display: inline;
	padding-right: 20px;
}
#contents #title {
	text-align: left;
	margin-bottom: 15px;
}
#contents .centerbox {
	text-align: center;
	margin-bottom: 20px;
}
#contents .leftbox {
	text-align: left;
	margin-bottom: 20px;
}

#contents form {
	margin-bottom: 40px;
}
#side {
	float: left;
}
#side li a, #side li a:link, #side li a:visited {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
#side li a:hover, #side li a:active {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#footer {
	padding-top: 10px;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #EEEFEF;
}
