@charset "UTF-8"; /* -------------------------------------------------------- CSS Information File Name: style.css Author: yamakoshi Style Info: 初期化 ----------------------------------------------------------- */ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{ margin: 0; padding: 0; } address, caption, cite, code, dfn, em, strong, th, var{ font-style: normal; } table{ border-collapse: collapse; border-spacing: 0; } caption, th{ text-align: left; } object, embed{ vertical-align: top; } hr, legend{ display: none; } h1, h2, h3, h4, h5, h6{ font-size: 100%; } img, abbr, acronym, fieldset{ border: 0; } li{ list-style-type: none; } section article nav header footer{ display: block; } #wrapper2{ color: #444444; background-color: #f7f6f5; text-align: justify; text-justify: inter-ideograph; } .title{ background: rgb(0,123,187); background: -moz-linear-gradient(top, rgba(0,123,187,1) 0%, rgba(25,47,96,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,123,187,1)), color-stop(100%,rgba(25,47,96,1))); background: -webkit-linear-gradient(top, rgba(0,123,187,1) 0%,rgba(25,47,96,1) 100%); background: linear-gradient(to bottom, rgba(0,123,187,1) 0%,rgba(25,47,96,1) 100%); color: #ffffff; text-shadow: /* 上部のシャドウ */ 0 1px 1px rgba(255, 255, 255, 1), /* 下部のハイライト */ 0 -1px 1px rgba(0, 0, 0, 1); text-align: center; font-weight: bold; font-size: 16px; padding: 10px; border-bottom: 1px solid #1e50a2; } .section_title{ background-color: #d3d6dd; border-top: 1px solid #aaaab0; border-bottom: 1px solid #aaaab0; padding: 3px; text-align: left; font-weight: bold; color: #504946; } .body_space{ font-size: 12px; padding: 5px; } .top_space{ margin-top: 7px; } .bottom_space{ margin-bottom: 10px; } .center_text{ text-align: center; } .emphasize{ color: #ff0000; }