domestic.css 3.86 KB
@charset "utf-8";

/* ___________________________________________________________ text_navigation
div#header ul.navigation li a {
	padding-right : 10px !important;
	background-image : none !important;
	text-indent : 0 !important;
	width : auto !important;
	line-height : 40px;
}
 */
/* ___________________________________________________________ logo */

h2,
h2 a {
	width : 517px !important;
	height : 69px;
	top : 31px !important;
}
/*
h2 {
	background : url(../images/common/tel.gif) no-repeat right bottom transparent;
	width : 760px !important;
	height : 45px;
}
h2 a {
	width : 300px !important;
	height : 45px;
}
*/
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);
}
.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 2px 0 0 !important;
}
div#header ul.navigation li.home a {
	margin-left : 2px !important;
	background-image : url(../images/common/home.gif);
	width : 58px;
}
div#header ul.navigation li.contents1 a {
	background-image : url(../images/common/contents1.gif);
	width : 69px;
}
div#header ul.navigation li.contents2 a {
	background-image : url(../images/common/contents2.gif);
	width : 133px;
}
div#header ul.navigation li.contents3 a {
	background-image : url(../images/common/contents3.gif);
	width : 147px;
}
div#header ul.navigation li.contents4 a {
	background-image : url(../images/common/contents4.gif);
	width : 239px;
}
div#header ul.navigation li.contents5 a {
	background-image : url(../images/common/contents5.gif);
	width : 191px;
}
div#header ul.navigation li.contents6 a {
	margin-right : 0 !important;
	background-image : url(../images/common/contents6.gif);
	width : 107px;
}
div#header ul.navigation {
	background-image : url(../images/common/bg_navigation.gif) !important;
}
/* ___________________________________________________________ common */
.home div#intro p.credit, div#intro .slideshow {
	height: 450px !important;
}
div.section table {
	font-size : 0.9em;
}
div.section table td.stress {
	background : #daeef8;
}
div#contents strong em,
div#contents em strong {
	font-family: "MS 明朝", "ヒラギノ明朝 ProN W3", serif;
	font-size: 1.5em;
	font-wight: bold;
}
.accent {
	margin: 10px 0;
	padding: 10px ;
	background: #F1F1F1;
}
.accent_sky {
	margin: 10px 0;
	padding: 10px ;
	background: #daeef8;
}
.accent_yellow {
	margin: 10px 0;
	padding: 10px ;
	background: #e6e614;
}
.accent p,
.accent_sky p,
.accent_yellow p {
	margin: 0 !important;
}
.home .accent p {
	font-family: "MS 明朝", "ヒラギノ明朝 ProN W3", serif;
	color: #008cd6 !important;
	padding-top: 10px;
}
.down_arrow {
	position: relative;
	margin: 0 auto;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #aaa;
}

.down_arrow:after{
	position: absolute;
	content: '';
	top: -20px;
	left: -5px;
	width: 10px;
	height: 10px;
	background: #aaa;
}
div.section ul.flat {
	margin : 0 0 10px 15px;
}
div.section ul.flat li {
	float : left;
	font-size : 0.9em;
	width : 190px;
}

div#core a img{
	background-color:#ffffff;
	display:block;
}

div#core a img:hover{
filter:alpha(opacity=80);
opacity:0.8;
}