/* ------------------------------------------------------ */
/* KTC News Releas (media:screen)
/* http://ktc.jp/catalog/style.css
/* ------------------------------------------------------ */

@charset "UTF-8";




/* 全体 */

* {
	margin: 0;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}

a,
a:link,
a:visited {
	text-decoration: none;
	}
a:hover {
	color: #f00;
	text-decoration: underline;
	text-shadow:none;
	}

img {
	border:0;
	}

p {
	letter-spacing:0.1em;
	}

sub {
	vertical-align: baseline;
	}

sup {
	vertical-align: top;
	}



/*基本レイアウト*/

body {
	text-align:center;
	}

#container {
	width:780px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	text-align:center;
	background-image:url(template/bg_side.gif);
	background-repeat:repeat-y; 
	}

#base_header {
	width:780px;
	height:120px;
	}

#base_contents {
	width:630px;
	margin:0;
	padding:0;
	float:right;
	margin-left:-150px;
	text-align:center;
	}

#contents {
	padding:10px;
	text-align:left;
}

#base_sidebar {
	width:150px;
	margin:0;
	padding:0;
	float:left;
	text-align:left;
	}

#base_footer {
	clear:both;
	width:780px;
	height:90px;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(template/bg_footer.gif);
	background-repeat:no-repeat
	}



/*ヘッダ*/

h1 {
	font-size:34px;
	color:#fff;
	text-shadow: 2px 1px 4px #333;
	filter: DropShadow(Color=#777777, OffX=2, OffY=1, Positive=true);
	width:540px;
	text-align:center;
	margin:0 0 0 240px;
	padding:18px 0 0 0;
	font-family:arial;
	line-height:1.2em;
	}

h1 a {
	color:#fff;
	}

h1 a:hover {
	text-shadow: 3px 2px 4px #333;
	text-decoration:none;
	}

#base_header p {
	font-size:13px;
	color:#fff;
	text-align:center;
	margin-left:240px;
	font-weight:bold;
	}

div.header_submenu {
	text-align:right;
	font-size:12px;
	background-color:#fff;
	padding-right:10px;
	}

div.header_title {
	height:85px;
	background-image:url(template/bg_header.gif);
	background-repeat:no-repeat; 
	}

div.header_title p {
	text-shadow: 1px 1px 2px #333;
	filter: DropShadow(Color=#777777, OffX=2, OffY=1, Positive=true);
	width:540px;
}

div.header_menu {
	height:35px;
	background-image:url(template/bg_header_menu.gif);
	background-repeat:no-repeat; 
	text-align:center;
	font-weight:bold;
	}

div.header_menu a, div.header_menu a:visited {
	display:block;
	margin:1px;
	padding:0 10px;
	font-size:13px;
	color:#fff;
	text-shadow: 1px 1px 2px #333;
	}

div.header_menu a:hover {
	border-top:1px solid #333;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #333;
	margin:0;
	color:#f00;
	text-decoration:none;
	text-shadow: 1px 1px 2px #333;
	}

div.header_menu ul{
	margin:0 0 0 200px;
	padding:5px 0 0 0;
	}

div.header_menu li{
	list-style-type:none;
	float:left;
	width:114px;
	text-align:center;
	}



/* 印刷用タイトル */
div.print {
	display:none;
	}



/* エントリー日付 */
h2 {
	margin:30px 10px 10px 10px;
	padding: 2px 0px 2px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #f00;
	}



/* エントリータイトル */
h3 {
	margin: 20px 10px 20px 10px;
	padding:2px;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	background-color:#ebebeb;
	background-image:url(http://news.ktc.co.jp/template/bg_h3.gif);
	background-repeat:repeat-x;
	border-left:10px solid #000;
	}



/* 最近のリスト */

div.latest_list {
	border:1px solid #aaa;
	width:560px;
	margin:10px 10px 10px 20px;
	padding:0;
	}

div.latest_entry_title {
	font-weight:bold;
	text-align:center;
	background-color:#ebebeb;
	background-image:url(http://news.ktc.co.jp/template/bg_h3.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:2px 0px;
	}

div.latest_list ul {
	margin:15px;
	padding:0;
	}

div.latest_list li {
	list-style-type:none;
	width:520px;
	font-weight:bold;
	font-size:14px;
	display:block;
	margin:0 0 0 0;
	padding:2px 0 4px 0;
	clear:right;
	}

div.latest_list a {
	display:block;
	width:380px;
	font-weight:normal;
	font-size:14px;
	letter-spacing:0.1em;
	float:right;
	}


/* エントリータイトルのリンク */
h3 a {
	color: #333;
	}



/* エントリー */

h4 {
	margin: 30px 0px 10px 0px;
	padding:2px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	background-color:#ebebeb;
	background-image:url(http://news.ktc.co.jp/template/bg_h3.gif);
	background-repeat:repeat-x;
	}

.entry {
	width: auto;
	margin: 0px 10px 10px 20px;
	background: #fff;
	}

.entry p {
	color: #333;
	font-size: 14px;
	line-height:150%;
	margin-bottom:10px;
	text-align: justify;
	text-justify:inter-ideograph;
	}

.entry ul,ol {
	margin:10px 20px 20px 30px;
	color: #333;
	font-size: 14px;
	line-height:150%;
	}

.entry ul,ol li {
	font-weight:bold;
	}

.entry ul,ol li li {
	font-weight:normal;
	list-style:none;
	padding:0;
	letter-spacing:0.1em;
	}

.entry a:link {
	color:#00c;
	}

.entry a:visited {
	color:#909;
	}

.entry a:hover {
	color:#f00;
	text-shadow:none;
	}



/* 写真 */
.photo {
	width:320px;
	margin-left:120px;
	text-align:center;
	font-size:13px;
	}
.photo img {
	margin-top:20px;
	}

.screen img {
	margin-top:0;
	}



/*　表　*/

table.spec 
	{
	border-collapse:collapse;
	border:1px solid #000;
	width:560px;
	margin:10px 20px 20px 10px;
	}

th.spec1,
th.spec2,
th.spec3 {
	font-size:13px;
	border:1px solid #000;
	vertical-align:middle;
	background-color:#ccc;
	padding:2px 2px 2px 5px;
	}

td.spec1,
td.spec2,
td.spec3 {
	font-size:13px;
	border:1px solid #000;
	vertical-align:top;
	padding:2px 2px 2px 5px;
	}

th.spec1,
td.spec1 {
	text-align:left;
	}

th.spec2,
td.spec2 {
	text-align:center;
	}

th.spec3,
td.spec3 {
	text-align:right;
	}



/* 注記 */
.notice {
	color:#f00;
	font-size:10px;
	letter-spacing:0.1em;
	border:1px solid #f00;
	margin-left:20px;
	margin-right:20px;
	padding:2px;
	}

.annot_h {
	margin:1em 1.5em 0em 1.5em;
	border-bottom:1px solid #000;
	font-size:14px;
	font-weight:bold;
	}

.annot {
	font-size:12px;
	text-indent:-1em;
	margin: 1em 2em;
	text-align:left;
	}

.annot2 {
	font-size:12px;
	text-indent:-2em;
	margin: 1em 2em 1em 4em;
	text-align:left;
	}



/* 参照 */
.ref {
	font-size:13px;
	margin:20px 40px;
	padding:10px;
	border:1px dashed #333333
	}



/* エントリーフッター */
.entry-footer {
	margin: 10px 10px 30px 10px;
	border-top: 1px dotted #333;
	text-align: right;
	color: #333;
	font-size:13px;
	}

.entry-footer a:link {
	color:#00f;
	}

.entry-footer a:visited {
	color:#c0c;
	}

.entry-footer a:hover {
	color: #f00;
	text-decoration: underline;
	text-shadow:none;
	}


/* コメントタイトル・トラックバックタイトルの配色 */
.trackbacks-header,
.comments-header,
.comments-open-header {
	color: #fff;
	background: #666;
	}



/* トラックバックヘッダ */
h3.trackbacks-header {
	font-size:16px;
	}



/*トラックバックインフォ*/

#trackbacks-info {
	margin: 10px 10px 10px 20px;
	}



/* コメントヘッダ・トラックバックヘッダ */
.comment-header,
.trackback-header {
	margin: 20px 10px 0px 10px;
	border-bottom: 1px dotted #333;
	text-align: left;
	color: #333;
	font-size:12px;
	font-weight:bold;
	}



/*コメント・コメント入力・トラックバック*/
.comment,
.comments-open-content,
.comments-open-footer,
.trackback {
	margin: 0px 10px 10px 20px;
	}



/*個別コメント・トラックバック*/
.comment-content,
.trackback-content {
	margin:10px 10px 20px 20px;
	}



/* アーカイブページの前後リンク */
div.page-navigation {
	margin:20px;
	text-align: center;
	font-size: 12px;
	line-height:150%;
	}



/* サイドメニュータイトル */
.sidetitle {
	margin: 5px 2px 5px 10px;
	color: #fff;
	font-size: 14px;
	font-weight:bold;
	border-left:6px solid #fff;
	padding-left:2px
	}



/* サイドメニュー */
.side,
.side a,
.side a:visited,
.side a:link {
	margin: 0px 2px 15px 2px;
	color: #fff;
	text-shadow: 1px 1px 2px #333;
	font-size: 12px;
	line-height: 150%;
	}

.side a:hover {
	color:#f00;
	text-decoration:none;
	text-shadow: 1px 1px 2px #333;
	}

.side ul {
	margin:0 10px 0 25px;
	padding:0;
	text-align:left;
	color:#fff;
	text-shadow: 1px 1px 2px #333;
	}
.side li {
	margin:5px 0 0 0;
	padding:0;
	list-style-type:square;
	font-size: 12px;
	font-weight:bold;
	}

.side ul ul {
	list-style:none;
	margin:0;
	text-indent:-1em;
	}

.side ul ul li {
	display:block;
	margin:0;
	font-weight:normal;
	}

form.search_box {
	border-top:1px solid #333;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #333;
	margin:0 10px 10px 8px;
	padding:0;
	color:#000;
	text-align:center;
	background-image:url(template/bg_search.gif);
	}

div.search_box {
	border-top:1px solid #333;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #333;
	margin:5px 10px 20px 8px;
	padding:5px 0 0 0;
	color:#000;
	font-size:12px;
	text-align:center;
	background-image:url(template/bg_search.gif);
	}

.powered {
	text-align:center;
	}



/* イメージ */

img.border {
	margin-top:10px;
	margin-bottom:15px;
	}

div.photo1 {
	width:360px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	font-size:90%;
	}



/* フッター */

div.footer {
	font-size:13px;
	color:#fff;
	text-shadow: 1px 1px 2px #333;
	padding-top:10px;
	line-height:140%
	}

div.footer a:link {
	color:#ddf;
	}
	
div.footer a:hover {
	color:#f00;
    text-decoration: underline;
	}

div.footer-container {
	width:640px;
	height:90px;
	margin-left:150px;
	}


div.footer-left {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 2px #333;
	line-height:140%
	width:470px;
	padding-top:10px;
	float:left;
	}

div.footer-left img{
	margin:2px 5px;
	vertical-align:middle;
	}

div.footer-right {
	padding-top:10px;
	width:130px;
	float:left;
	}

div.footer-left a:link, div.footer-left a:visited {
	color:#fff;
	}
	
div.footer-left a:hover {
	color:#f00;
	text-decoration:none;
	}



/* プロフィール */

dl {
	font-size:14px;
	padding:10px;
	}

dt {
	font-weight:bold
	}

dd {
	margin:2px 10px 10px 10px
	}
