12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- @charset "utf-8";
-
- /* **********************************************
- * table定義 css
- *
- *
- ********************************************** */
-
- table.infokitagata{
- font-size:85%;
- background-color:#fff;
- }
- table.infokitagata caption{
- vertical-align:top;
- text-align:left;
- background-color:#add8e6;
- padding:3px;
- border:2px solid #ffffff;
- }
- table.infokitagata th {
- vertical-align:top;
- font-weight: normal;
- text-align:left;
- background-color:#add8e6;
- }
- table.infokitagata td{
- vertical-align:top;
- text-align:left;
- background-color:#dcdcdc;
- }
- strong#life {
- border: 1px solid #999999;
- padding: 2px;
- line-height: 160%;
- margin: 0px;
- }
- h4#life {
- clear: both;
- margin: 10px 0px 5px 3px;
- padding: 4px 0px 4px 20px;
- _padding: 6px 0px 6px 22px;
- font-size: 95%;
- border: 1px solid #666699;
- border-left: 4px solid #666699;
- }
- .left {
- float: left;
- }
- .right {
- float: right;
- }
- #right{
- float: right;
- padding: 3px;
- border: 1px solid #CCCCCC;
- margin: 3px 0px 3px 10px;
- }
- .clear {
- clear: both;
- }
- h2#ad {
- height: 32px;
- margin: 10px 0px 0px;
- background-repeat: no-repeat;
- padding: 6px 0px 0px 15px;
- _padding: 8px 0px 0px 15px;
- font-size: 95%;
- clear: both;
- }
- p.attention_in {
- margin-top: 10px;
- margin-left: 5px;
- padding: 5px;
- border: 1px solid #FF9900;
- }
- h3#life {
- height: 20px;
- margin: 10px 0px 0px 2px;
- padding: 4px 0px 1px 15px;
- _padding: 6px 0px 2px 15px;
- font-size: 95%;
- border-left: 4px solid #6699CC;
- background-color: #eee;
- clear: both;
- border-bottom: 1px solid #ccc;
- border-right: 1px solid #ccc;
- }
- span.template_intent{
-
- }
-
- .maginlist{
- position: relative;
- top:-18px;
- left:33px;
- width: 610px;
- }
|