@charset "utf-8";

/* ------------------------------------
CSS Information

 / __Default style clear
 / __container            (div#container)
 / __header               (div#header)
 / __Global Navigation    (div#header ul)
 / __footer               (div#footer)
 / __contents             (div#contents)
 / __whatsnew             (div#whatsnew)
 / __main                 (div#main)
 / __service              (div#service)

------------------------------------ */

/* -------------------------
 __Default style clear
-------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F8F4EB url(../img/bg.gif) repeat-x;
	font-size: 74.5%;
	font-family: Meiryo, Osaka, verdana, arial, sans-serif;
	color: #3E3D37;
	line-height: 1.4;
}

p {
	margin: 0 0 1em;
}

table.desc  {
}

table.desc td {
	padding-left: 10px;
	padding-right: 5px;
	vertical-align: top;
	text-align: left;
}

table.form  {
	margin-top: 20px;
	width: 600px;
	border-collapse: collapse;
	background-color:#efefef;
}

table.form th {
	padding-left: 40px;
	padding-right: 10px;
	width: 120px;
	font-weight: normal;
}


li {
	list-style-type: none;
}

img {
	border: 0;
}

a {
	color: #E67E21;
	text-decoration: none;
}
a:hover {
	background: #F7E5D7;
}


/* -------------------------
 __container
-------------------------- */

#container {
	width: 800px;
	margin: 0 auto;
}


/* -------------------------
 __header
-------------------------- */

#header {
	height: 100px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#header h1 {
	float: left;
	margin-right: 20px;
}

/*-- __Global Navigation --*/

#header ul,
#header ul li {
	float: left;
}

#header ul {
	width: 600px;
	height: 47px;
	background: url(../img/g_navi.gif) no-repeat;
}

#header ul li a {
	display: block;
	width: 100px;
	height: 47px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#header ul li.navi_home a.active,
#header ul li.navi_home a:focus,
#header ul li.navi_home a:hover {
	background: url(../img/g_navi.gif) no-repeat left bottom;
}

#header ul li.navi_ad a.active,
#header ul li.navi_ad a:focus,
#header ul li.navi_ad a:hover {
	background: url(../img/g_navi.gif) no-repeat -100px -47px;
}

#header ul li.navi_web a.active,
#header ul li.navi_web a:focus,
#header ul li.navi_web a:hover {
	background: url(../img/g_navi.gif) no-repeat -200px -47px;
}

#header ul li.navi_system a.active,
#header ul li.navi_system a:focus,
#header ul li.navi_system a:hover {
	background: url(../img/g_navi.gif) no-repeat -300px -47px;
}

#header ul li.navi_company a.active,
#header ul li.navi_company a:focus,
#header ul li.navi_company a:hover {
	background: url(../img/g_navi.gif) no-repeat -400px -47px;
}

#header ul li.navi_contact a.active,
#header ul li.navi_contact a:focus,
#header ul li.navi_contact a:hover {
	background: url(../img/g_navi.gif) no-repeat -500px -47px;
}


/* -------------------------
 __footer
-------------------------- */

#footer {
	clear: both;
	padding-bottom: 3px;
	background-color: #D7DCE7;
	border-top: 1px solid white;
}

#footer div {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}

#footer div ul {
	width: 800px;
}

#footer div ul li {
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	background: url(../img/glue_footer.gif) no-repeat left center;
}

#footer div ul li.home {
	padding-left: 0;
	background: none;
}

#footer div ul a {
	color: #3E3D37;
}

#footer div ul a:hover {
	background: none;
	text-decoration: underline;
}

#footer div p {
	clear: both;
}

/* -------------------------
 __contents
-------------------------- */

#contents {
	clear: both;
	width: 800px;
}


/* -------------------------
 __whatsnew
-------------------------- */

#whatsnew {
	float: left;
	width: 396px;
}

#whatsnew h2 {
	margin-right: 6px;
	padding: 18px 0 22px 15px;
	border-top: 3px solid #1E1106;

}

#whatsnew .rss {
	position: relative;
	height: 14px;
	margin: 0;
}

#whatsnew .rss a {
	position: absolute;
	top: -50px;
	right: 27px;
}

#whatsnew ol {
	margin: 0 6px 15px 3px;
}

#whatsnew ul {
	width: 360px;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	background: url(../img/line_01.gif) no-repeat left bottom;
}

#whatsnew li {
	font-weight: bold;
}

#whatsnew li a {
	font-weight: normal;
}

.btn_history {
	text-align: center;
}


/* -------------------------
 __main
-------------------------- */

#main {
	float: center;
	width: 780px;
	padding-bottom: 20px;
}

#main h2 {
	color: #333333;
	width: 380px;
	background-image: url(../img/point_s.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: small;
	text-align: left;
	line-height: 110%;
	padding: 0px 0px 5px 16px;

}


#main .new_web {
	float: left;
	width: 380px;
	margin-bottom: 5px;
	background: #F8F5DC;
	border: 5px solid white;
}

#main .new_web div {
	float: right;
	width: 280px;
	padding-top: 5px;
}

#main .new_web div h3 {
	margin-bottom: 5px;
	font-size: 1.2em;
}

#main .new_web div p {
	padding-right: 35px;
}

#main .new_web p.photo {
	float: left;
	margin: 0;
}

#main .new_web .seal {
	position: relative;
	width: 380px;
	margin: 0;
	font-size: 0;
	line-height: 0;
}

#main .new_web .seal img {
	position: absolute;
	top: -18px;
	right: -25px;
}


/* -------------------------
 __service
-------------------------- */

#service {
	float: left;
	width: 390px;
	margin-top: 15px;
	background: #F7F0DD;
}

#service h3 {
	margin-bottom: 10px;
	padding: 6px 8px;
	background: #F4E4B5;
}

#service ul {
	margin-left: 10px;
	font-size: 0;
	line-height: 0;
}

#service ul li {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}

#service ul li img {
	border: 1px solid #DACFBA;
}

#service ul li a:focus img,
#service ul li a:hover img {
	border: 1px solid #F29268;
}
