@import "old.css";

@media print{ 
    #Header, #Mainmenu, #RightColumn, #Footer { 
        display: none; 
    } 
} 

/* General Settings */
body {
	margin: 0 auto;
	padding: 0;
	background: #CCCCCC url(../img/page_bg.jpg) repeat-y top center;
	font-family: Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, HiraKakuPro-W3;
	font-size: 80%;
	color: #333;
	line-height: 140%;
}

a {color: #173994; text-decoration: none;}
a:visited {color: #0099FF;}
a:hover {color: #FF6600; text-decoration: underline;}

strong {color: #000;}


h1, h2, h3, h4 {margin: 0; padding: 0;}

h1 {font-size: 18px; color: #8A296E; line-height: 120%;}
h2 {font-size: 15px; color: #000; line-height: 120%;}
h3 {font-size: 14px; color: #000; line-height: 120%;}


.xlarge {font-size: 1.4em;}
.large {font-size: 1.2em;}
.small {font-size: 0.8em;}
.xsmall {font-size: 0.7em;}


/* float clearfix */

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#OuterWrapper {width: 900px; margin: 0 auto;}



#Header {}
#Mainmenu {width: 900px; margin: 0 auto; padding: 0; height: 81px; overflow: hidden; background: url(../img/header_under.jpg) no-repeat bottom;}
#Mainmenu li {margin: 0; padding: 0; list-style: none; vertical-align: bottom; float: left;}


#MainSec {clear: both; width: 900px; margin: 0 auto 30px;}


#Footer {clear: both; width: 900px; height: 45px; margin: 0 auto; background: url(../img/footer.gif) no-repeat;}
#Footer p.copyright {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A32C66;
	padding: 13px 20px;
}



/* Toppage */
#TopLeft {width: 470px; float: left;}
#TopRight {width: 400px; float: right;}
#TopBanners {margin-bottom: 20px;}
#TopAnnounce h2 {font-size: 16px; color: #8A296E; line-height: 120%; background: url(../img/top_guide_md.gif) no-repeat bottom; padding-bottom: 15px;}
#TopAnnounce p { margin: 5px 0 10px; padding: 10px; background: #FFE4E1;}
.book {min-height: 1em;}
.book img {float: left; margin-right: 10px;}

#TopInfo {margin-bottom: 25px;}
#TopInfo a {color: #333;}
#TopInfo ul {margin: 0; padding: 0;}
#TopInfo li {display: block; padding: 5px 0 5px 20px; border-bottom: 1px dotted #ccc; background: url(../img/icon_info.gif) no-repeat left 5px; list-style: none;}
#TopInfo li img {vertical-align: middle; margin-right: 5px;}



/* Contents Common */
#Contents {width: 680px; float: left;}
#RightColumn {width: 200px; float: right;}

#Contents h1 {display: block; height: 35px; background: url(../img/page_title_bg.jpg) no-repeat; padding: 30px 50px 15px 20px; margin-bottom: 25px;}
#Contents h2 {background: #FFE1F0; border-left: 8px solid #AE4879; padding: 5px 5px 5px 5px; margin-bottom: 15px;}
#Contents h3 {background: url(../img/h3block.gif) no-repeat left top;; padding-left: 25px; padding-bottom: 10px; margin-bottom: 12px;}

.smallWraps {border-bottom: 1px dotted #999; margin-bottom: 20px;}


/* Submenu Box */

.subBox {width: 199px; background: #F2C8EC url(../img/block_bottom.gif) no-repeat bottom; padding-bottom: 20px; min-height: 1em; margin-bottom: 15px;}
.subBox h3 {display: block; height: 31px; padding: 18px 10px 0 15px; font-size: 13px; color: #fff; background: url(../img/block_top.gif) no-repeat;}
.subBox ul {margin: 0 5px 0 10px; padding: 0; font-size: 12px; line-height: 1.2em;}
.subBox li {margin: 0 0 5px; padding-left: 12px; list-style: none; background: url(../img/block_bullet.gif) no-repeat left top;}
.subBox li ul li {color: #A32C66; margin: 2px; padding-left: 0px; list-style: none; background: none;}



/* PNG Guide */
#GuideHead {margin-bottom: 20px;}
#GuideHead td {padding: 0;}
#GuideHead td.photo {width: 100px; line-height: 0;}
#GuideHead td.photo img {margin: 0;}
#GuideHead td.txt {text-align: center; font-size: 12px;}


/* Link */
.linkList {margin: 15px; padding: 0;}
.linkList li {display: block; padding: 5px 0 5px 20px; border-bottom: 1px dotted #ccc; background: url(../img/icon_info.gif) no-repeat left 5px; list-style: none;}