@charset "utf-8";

/* ___________________________________________________________ text_navigation
div#header ul.navigation li a {
	padding : 0 20px !important;
	background-image : none !important;
	text-indent : 0 !important;
	width : auto !important;
	line-height : 44px;
	_width: 150px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	color: #333;
}
div#header ul.navigation li a:hover {
	text-decoration: underline;
}
p.credit {
	display: none !important;
}
.home div#intro {
	height: 450px !important;
	margin-bottom: 20px;
}
.home p.credit {
	display: block !important;
	height: 450px !important;
}
 */
/* ___________________________________________________________ logo */

h2,
h2 a {
	width : 329px !important;
	height : 65px;
}
h2 {
	margin-top: -12px;
}
/**/
h2 {
	background : url(../images/common/tel.gif) no-repeat right bottom transparent;
	width : 700px !important;
	height : 65px;
}
h2 a {
	width : 329px !important;
	height : 65px;
}

h2 a {
	background : url(../images/common/logo.gif) no-repeat 0 0 transparent;
}

/* ___________________________________________________________ credit */

.home p.credit {
	background-image : url(../images/credit/home.jpg);
}
.contents1 p.credit {
	background-image : url(../images/credit/contents1.jpg);
}
.contents2 p.credit {
	background-image : url(../images/credit/contents2.jpg);
}
.contents3 p.credit {
	background-image : url(../images/credit/contents3.jpg);
}
.contents4 p.credit {
	background-image : url(../images/credit/contents4.jpg);
}
.contents5 p.credit {
	background-image : url(../images/credit/contents5.jpg);
}
.contents6 p.credit {
	background-image : url(../images/credit/contents6.jpg);
}
.global h3,.search p.credit {
	background-image : url(../images/credit/global.jpg);
}
.global p.credit {
	background-image : url(../images/credit/global.jpg);
}

/* ___________________________________________________________ navigation */

div#header ul.navigation li a {
	margin : 0 20px 0 0 !important;
}
div#header ul.navigation li.home a {
	margin-left : 19px !important;
	background-image : url(../images/common/home.gif);
	width : 88px;
}
div#header ul.navigation li.contents1 a {
	background-image : url(../images/common/contents1.gif);
	width : 159px;
}
div#header ul.navigation li.contents2 a {
	background-image : url(../images/common/contents2.gif);
	width : 113px;
}
div#header ul.navigation li.contents3 a {
	background-image : url(../images/common/contents3.gif);
	width : 98px;
}
div#header ul.navigation li.contents4 a {
	background-image : url(../images/common/contents4.gif);
	width : 98px;
}
div#header ul.navigation li.contents5 a {
	background-image : url(../images/common/contents5.gif);
	width : 146px;
}
div#header ul.navigation li.contents6 a {
	margin-right : 0 !important;
	background-image : url(../images/common/contents6.gif);
	width : 98px;
}

/* ___________________________________________________________ common */
div#intro .slideshow, div#intro .slideshow img {
	height: 390px !important;
}
div#contents strong em,
div#contents em strong {
	color: #F08300;
	font-wight: bold;
	font-size: 1.2em;
}
.accent {
	margin: 10px 0;
	padding: 10px ;
	border-radius: 5px;
	background-image : url(../images/common/accent_back.gif);
/* 	background: #f5f5f5; */
}
span.comment {
	font-size: 0.8em;
	font-weight: normal !important;
}

table.lineless,
table.lineless tr,
table.lineless th,
table.lineless td {
	border: 1px solid #fff !important;
	vertical-align: top;
}
table.lineless,
table.lineless tr,
table.lineless th {
	text-align: center;
}
table.lineless td {
	text-align: left;
}
table.case,
table.case tr,
table.case th,
table.case td {
	border: 1px solid #fff !important;
	text-align: center;
}