/*########################################################*/
/* 印刷用スタイル
##########################################################*/

/* print
##########################################################*/

body {
color: #000 ;
background-color: #ffffff ;
font-size: 100% ;
width: 640px ;
text-align: left ;
}

a img { border-style: none }

br.clear {
clear: both ;
line-height: 0 ;
}

/* 表示しない項目
##########################################################*/

/*#head,*/
#side,
#footer .bottomMenu,
#footer address {
display: none ;
}

/* メイン（本文）エリア
##########################################################*/

.category {
width: 640px ;
}

.category p {
background-position: left top ;
}

#pageTitle h1 {
margin: 0 ;
border-bottom: solid 5px #000 ;
padding-bottom: 3px ;
font-size: 160% ;
}

#main {
margin-top: 15px ;
background-image: none ;
}

#content {
width: 100% !important ;
}

/*--- 2段組レイアウト ---*/

#main .column2-1 {
width: 310px ;
float: left ;
text-align: left ;
overflow: hidden ;
}

#main .column2-2 {
width: 310px ;
float: right ;
text-align: left ;
overflow: hidden ;
}

/*--- 本文エリア基本要素 ---*/

#main h2      { font-size: 16pt ; }
#main h3      { font-size: 14pt ; }
#main h4      { font-size: 12pt ; }
#main p       { font-size: 10pt ; line-height: 135% ;}
#main ul,
#main ol      { font-size: 10pt ; }
#main table   { font-size: 10pt ; }
#main table p { font-size: 10pt ; }

#main img.float-l {
float: left ;
margin: 5px 10px 5px 0 ;
}
#main img.float-r {
float: right ;
margin: 5px 0 5px 10px ;
}

table.visible {
width: 99%;
padding: 0px;
border-collapse: collapse ;
border-spacing: none;
border: 1px solid #666;
margin-bottom: 10px ;
font-size: 95% ;
}

table.visible th {
padding: 6px 2px ;
border: 1px solid #666;
white-space: nowrap ;
}

table td.nowrap {
white-space: nowrap ;
}

table.visible td {
padding: 6px 2px ;
border: 1px solid #666;
}

#main .align-center {
text-align: center ;
}

#main .align-right {
text-align: right ;
}

#main .align-left {
text-align: left ;
}

/* フッター
##########################################################*/

#footer {
width: 640px ;
clear: both ;
margin-top: 15px ;
}
