/*----------[ COMMON ]----------*/

*{
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
	zoom: 1;
	list-style-type: none;
	font-size: 100%;
}

body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	border-top: 8px solid #002e7f;
	color: #666;
}

#wrapper{
	width: 952px;
	margin: 0 auto;
	padding: 12px 0 0 0;
}

/* hX */

#content h3,
#side h2{
	background: url('../img/content-h3-bg.png') no-repeat left top;
	padding: 0 0 0 23px;
	height: 47px; /* 37 + 10 */
	color: #444;
	font-size: 120%;
	line-height: 37px;
	font-weight: bold;
}
#content h3{
	background: url('../img/content-h3-bg.png') no-repeat left 20px;
	height: 67px; /* 37 + 20 + 10 */
	line-height: 77px;
}
#content h4{
	font-size: 20px;
	font-weight: bold;
	color: #444;
	padding: 20px 0 10px 0;
}
#content h5{
	border-left: 5px solid #002e7f;
	padding-left: 5px;
	margin-bottom: 10px;
	line-height: 1.0em;
}
#content h3 span,
#side h2 span{
	padding: 0 0 0 4px;
	font-size: 65%;
	color: #999;
	font-weight: bold;
}
#content h2{
	background: url('../img/content-h2-bg.png') no-repeat left top;
	padding: 0 0 0 11px;
	height: 41px; /* 41 */
	color: #fff;
	font-size: 110%;
	line-height: 41px;
	font-weight: bold;
}


/* a */
a{
	color: #888;
}
a:active,
a:hover{
	color: #5999d1;
}

p{
	padding-bottom: 1.7em;
	font-size: 14px;
}

/*----------[ HEADER ]----------*/

#header{
	position: relative;
}

#header #title{
	position: relative;
	padding-bottom: 9px;
}

#header #title h1{
	text-indent: -999em;
	background: url('../img/towa-corporation.png') no-repeat left top;
	width: 122px;
	height: 50px;
}
#header #title h1 a{
	display: block;
	width: 122px;
	height: 50px;
}
#header #title .arrow-right{
	position: absolute;
	right: 0;
	bottom: 9px;
}

/*-----[ topmenu ]-----*/
#header #topmenu{
	background: url('../img/topmenu-bg.png') no-repeat left 40px;
	height: 70px; /*42 + 28 = 70*/
}

#header #topmenu>li{
	display: block;
	padding: 0 1px;
	float: left;
	position: relative
}
#header #topmenu>li>a{
	background: url('../img/topmenu-tab-bg.png') no-repeat left top;
	display: block;
	width: 172px;
	height: 42px;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	text-align: center;
	text-decoration: none;
	line-height: 42px;
}
#header #topmenu>li a:hover,
#header #topmenu>li.active a{
	background-position: 0 -42px;
	color: #002e7f;
}
#header #topmenu>li.active ul li a{
	color: #666;
}

#header #topmenu .first{
	padding-left: 0px;
}

#header #topmenu .first a{
	background-image: url('../img/topmenu-tab-bg-mini.png');
	width: 82px;
}

#header #topmenu .last{
	padding-right: 0px;
}
#header #topmenu li ul{
	display: none;
	width: 172px;
	background: transparent url('../img/topmenu-submenu-bg.png') no-repeat left bottom;
	padding-bottom: 3px;
}
#header #topmenu li:hover ul,
#header #topmenu li:active ul{
	display: block;
	position: absolute;
	z-index: 100;
}
#header #topmenu li ul li{
	background: none;
	padding:0 2px;
}
#header #topmenu li ul li a{
	background: #fff;
	display: block;
	font-size: 75%;
	color: #666;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	line-height: 1.4em;
	font-weight: bold;
}

#header #topmenu li ul li a:hover{
	background: #eee;
	color: #002e7f;
}

/* SIZE HINT
wrapper = 952px
content = 662px
side    = 252px

margin:
952 - 662 - 252 = 38px
*/

#navi-pan{
	position: absolute;
	top:101px;
	left: 0;
	height: 28px;
}
#navi-pan li{
	display: inline;
	line-height: 28px;
	font-size: 80%;
	padding-left: 15px;
	background: transparent url('../img/navi-pan-bg.png') no-repeat left center;
}
#navi-pan li.first{
	background: none;
	padding-left: 0;
}

/*----------[ CONTENT ]----------*/
#content{
	clear: both;
	width: 662px;
	float: left;
}
#content p{
    line-height:1.7em;
}

#content h3{
	background-image: url('../img/content-h3-bg.png');
}
#content span{
}

#content .navi-arrow{
	display: block;
	text-align: right;
}

#content .right{
	text-align: right;
}

#content .center{
	text-align: center;
}
#ffc {
	margin-bottom: 20px;	
}
#macaxs {
	margin-bottom: 20px;
}
#miskamiska {
	margin-bottom: 20px;
}

.news li{
	background: url('../img/hr-dotted.png') repeat-x left bottom;
	line-height: 3.0em;
	font-size: 90%;
}
.news li span{
	padding-right: 20px;
}
.news .last{
	background: none;
}

/*----------[ SIDE ]----------*/
#side{
	margin-left: 700px; /* 662 + 38 */
}

#side h2{
	background-image: url('../img/side-h2-bg.png');
}
/*--[ SIDE MENU ]--*/
#side #sidemenu{
	border: 1px solid #ddd;
	background: #003b82;
	padding-top: 8px;
	margin-bottom: 30px;
}
#side #sidemenu li{
	border: 1px solid #ddd;
	background: #eee;
}
#side #sidemenu li a{
	line-height: 2.3em;
	color: #666;
	text-decoration: none;
	padding-left: 10px;
}
#side #sidemenu li a:hover{
	color: #003B82 !important;
}
#side #sidemenu li ul{
	border: none;
	background: #fff;
	padding: 0 10px;
}
#side #sidemenu li ul li{
	border: none;
	padding-left: 15px;
	background: transparent url('../img/side-bg-dotted.png') repeat-x left bottom;
}
#side #sidemenu li ul li a{
	padding-left: 10px;
	background: transparent url('../img/side-arrow-right.png') no-repeat left center;
}

#side #sidemenu li.active{
	background: #a2cff2;
}
#side #sidemenu li.active a{
	color: #002e7f;
}

#side #sidemenu li ul li.active{
	background: #fff url('../img/side-bg-dotted.png') repeat-x left bottom;
}
#side #sidemenu li ul li.active a{
	color: #5999d1;
	background-image: url('../img/side-arrow-right-active.png');
}

#side #sidemenu li ul li.last{
	background-image: none;
}
#side #sidemenu li ul.mini li{
	font-size: 80%;
}

#side .banner{
	display: block;
	width: 250px;
}
#side .ban85{
	height: 85px
}

/*----------[ FOOTER ]----------*/
#footer{
	clear: both;
	background: url('../img/footer-bg.png') repeat-x left 80px;
}
#copyright, #footmenu{
	width: 952px;
	margin: 0 auto;
}
#copyright{
	height: 80px;
	position: relative;
	background: #fff;
}
#copyright p{
	font-size: 75%;
	color: #666;
	position: absolute;
	left: 0;
	bottom: 8px;
	padding: 0;
}
#copyright a{
	position: absolute;
	right: 0;
	bottom: 8px;
}
#footmenu{
}
#footmenu ul{
	background: url('../img/footer-logo.png') no-repeat left 20px;
	text-align: right;
	height: 50px;
}
#footmenu ul li{
	display: inline;
	line-height: 50px;
}
#footmenu a{
	border-left: 1px solid #fff;
	padding: 0 13px;
	color: #fff;
	font-size: 80%;
}
#footmenu a:active,
#footmenu a:hover{
	color: #ccc;
}
#footmenu .first a{
	padding-left: 0;
	border-left: none;
}


/*----------[ OTHERS ]----------*/
.arrow-right, .arrow-top{
	font-size: 80%;
	padding-left: 15px;
	color: #666;
	background: url('../img/point-arrow-right.png') no-repeat left center;
}
.arrow-right{
}
.arrow-top{
	background: url('../img/point-arrow-top.png') no-repeat left center;
}


.product-info{
    border: 2px solid #ccc;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
.product-info th,
.product-info td
{
    font-size: 90%;
    border: 2px solid #bbb;
    padding: 2px;
    text-align: center;
}
.product-info td.name{
    text-align: left;
}


#content #ps .p-red a{
	border: 2px solid #E60012;
	background: #E60012;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 80%;
	line-height: 28px;
	text-align: center;
}
#content #ps .p-red a span{
	background: #E60012 url('../img/point-arrow-right-red.png') no-repeat left center;
}
