/* CSS Document */

@import "http://";

/*----------- ベース ----------
--------------------------------*/

*{
margin:0px;
padding:0px;
font-size:100%;
}

body{
background-color:#FFFFFF;
text-align:center;
margin: auto;
font-size:0.9em;
color:#000000;
padding: 0px;
}

img {border: none;vertical-align:bottom;    zoom: 1;}


/*----------- テキスト ----------
--------------------------------*/

.txt_red{color:#FF0000;}
.txt_blue{color:#0066FF;}
.txt_white{color:#FFFFFF;}
.txt_green{color:#009900;}

.bold_txt{color:#000000;font-weight:bold;}
.bold_red{color:#FF0000;font-weight:bold;}
.bold_blue{color:#0066FF;font-weight:bold;}
.bold_white{color:#FFFFFF;font-weight:bold;}
.bold_green{color:#009900;font-weight:bold;}


.day_count{
color:#FF0000;
font-weight:bold;
font-size:1.3em;
}
.ichiran01{
float:right;
padding:3px 10px 3px;
}

.ichiran01 a:link {  color:#FF0000; text-decoration: none;}
.ichiran01 a:visited {  color:#FF0000; text-decoration: none;}
.ichiran01 a:hover {  color:#FF0000; text-decoration: underline;font-weight:bold;}
.ichiran01 a:active {  color:#FF0000; text-decoration: underline;font-weight:bold;}


.java_history{
float:right;
padding-right:20px;
padding-top:30px;}

.java_history a:link {  color:#FF0000; text-decoration: none;}
.java_history a:visited {  color:#FF0000; text-decoration: none;}
.java_history a:hover {  color:#FF0000; text-decoration: underline;font-weight:bold;}
.java_history a:active {  color:#FF0000; text-decoration: underline;font-weight:bold;}

@media print{
.anniversaries{
	display:none;
	}
.anniversaries01{
	margin:0px;
	text-align:center;
	width:680px;height:860px;
	background-position: center top;
	background-repeat:no-repeat;
	zoom: 1;

}
}


@media screen{
.anniversaries01{
	display:none;
	}
}



/*----------- フッター--------------------------------------
----------------------------------------------------------------*/

.footer{
width:760px;
text-align:center;
margin: auto;
background-image: url(http://www.cow-soap.co.jp/web/ig/campaign/200906/line_red.jpg); 
background-position: top center;
background-repeat:no-repeat;
clear:both;
margin-top:40px;
zoom: 1;

}
.footer ul{
width:100%;

line-height:1.4;
font-size:0.7em;
text-align:left;
clear:both;
}
.footer ul li{
float:left;
list-style:none;
margin-top:15px;
padding-right:15px;
background-image: url(http://www.cow-soap.co.jp/web/ig/fmenuline.jpg); 
background-position: center right;
background-repeat:no-repeat;
zoom: 1;

}
.footer ul li a:link {  color:#000000; text-decoration: none}
.footer ul li a:visited {  color:#000000; text-decoration: none}
.footer ul li a:hover {  color:#FF0000; text-decoration: underline}
.footer ul li a:active {  color:#FF0000; text-decoration: underline}

.footer ul li.page_top { 
background-image: url(http://www.cow-soap.co.jp/web/ig/point_up.jpg); 
background-position: center right;
background-repeat:no-repeat;
padding-right:20px;
zoom: 1;

}
.footer_keyword{
clear:both;
}

.footer_keyword p{
line-height:1.2;
font-size:0.7em;
text-align:left;
padding-top:5px;
padding-bottom:25px;
color:#666666;
}


.footer dl{
width:100%;
line-height:1.2;
font-size:0.8em;
text-align:left;
padding-top:5px;
padding-bottom:25px;

color:#666666;
}
.footer dl dt{
float:left;
}
.footer dl dd{
float:left;
padding-right:3px;

}


/*-----copyright-------*/

.copyright{
width:100%;
margin:auto;
margin-top:15px;
text-align:center;
font-size:0.8em;
color:#666666;
clear:both;
}

.copyright a:link {  color:#666666; text-decoration: none}
.copyright a:visited {  color:#666666; text-decoration: none}
.copyright a:hover {  color:#666666; text-decoration: underline}
.copyright a:active {  color:#666666; text-decoration: underline}



/*----------- 100-anniversaries --------------------------------------
----------------------------------------------------------------*/

.anniversaries{
	margin:0px auto;
	text-align:center;
	padding:0px;
	width:800px;
	}



.aheader{
	width:800px;height:624px;
	background: url(http://www.cow-soap.co.jp/web/ig/campaign/200906/header.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
zoom: 1;

}
.afooter{
	width:800px;height:18px;
	background: url(http://www.cow-soap.co.jp/web/ig/campaign/200906/footer.jpg);
	background-position: center top;
	background-repeat:no-repeat;
zoom: 1;

}
.abody{
	width:800px;
	background: url(http://www.cow-soap.co.jp/web/ig/campaign/200906/body.jpg);
	background-position: center top;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
zoom: 1;


}


.entry_header{
	width:647px;height:37px;
	background: url(http://www.cow-soap.co.jp/web/ig/campaign/200906/entry/header.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;

	padding-top:18px;
	margin:0px auto;
	text-align:center;
zoom: 1;

}
.entry_footer{
	width:647px;height:56px;
	background: url(http://www.cow-soap.co.jp/web/ig/campaign/200906/entry/footer.jpg);
	background-position: center top;
	background-repeat:no-repeat;

	padding-bottom:22px;
	margin:0px auto;
	text-align:center;
zoom: 1;

}
.entry_body{
	width:647px;
	background: url(http://www.cow-soap.co.jp/web/ig/campaign/200906/entry/body.jpg);
	background-position: center top;
	background-repeat:repeat-y;
	background-color:#FFFFFF;

	margin:0px auto;
	text-align:center;
zoom: 1;

}

.abody,
.entry_body{
    overflow: hidden;

}
.abody:after,
.entry_body:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*＼*/
* html .abody,
* html .entry_body{
    height: 1em;
    overflow: visible;
}
/**/

.entry_body p{
	text-align:left;
	padding:3px 20px 15px;
	font-size:0.9em;
	line-height:1.2;
	}

.entry_body p span{
	color:#FF0000;
	font-weight:bold;
	}

.present_entry{
	width: 553px;
	text-align:center;
	margin:auto;
	font-size:0.9em;
}


.back{
	width:776px;
	background-color:#FEE6F4;
	height:70px;
	text-align:center;
	margin:auto;
	}
.back p{
	padding-top:10px;
	}


.back p a{
	display: block;
	width: 553px;
	height:50px;
	padding:0px;
	background-image: url(http://www.cow-soap.co.jp/web/ig/campaign/200906/button.jpg); 
	background-position: left top;
	text-decoration: none;

	margin:0px auto;
	text-align:center;
zoom: 1;

}
.back p a:hover{
	background-position: left bottom;
}


