/*
Theme Name: Technical Guide for NIKKEI PRINTING INC.
Theme URI: http://www.mediacc.co.jp
Description: Technical Guide for NIKKEI PRINTING 
Version: 1.0
Author: MCC INC.
Author URI: http://www.mediacc.co.jp
*/

/*2012.1 ohkawara add*/

/* ================= reset ====================== */
@charset "utf-8";

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;
	font-size: 100%;
	font-weight:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* ================= base ====================== */
/* 全体設定 */
body {
	background-color:#F0F0F0;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.6;
}

/*basic-link*/
a:link { color: #06C; text-decoration: none; }
a:visited { color:#6A3C9E; text-decoration: none; }
a:hover { text-decoration: underline; }
a:hover img { filter: alpha(opacity=70); -moz-opacity: 0.70; opacity: 0.70; }

.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}


/**** header content footを含むコンテナ ****/
#container {
	width: 930px;
	margin: 0px auto;
	padding-right:10px;
	padding-left:10px;
	background-color:#FFF;
}

/**** sidebarとmainmenuを含むコンテナ ****/
#container #content{
}


/* ヘッダー */
#container #head {
	border-bottom: 2px solid #06C; 
	height: 200px;
	margin-bottom: 10px;
	background: url(./images/head_img.jpg) no-repeat scroll 0 0 transparent;
}

/* サイドメニュー */
#sidebar {
	width: 190px;
	float: left;
	margin-right: 16px;
	margin-bottom: 100px;
	font-size:86%;
}

#sidebar .widget{
	margin-bottom: 20px;
}

#sidebar .widgettitle{
}

/** サイドメニューの任意のリンクから最新投稿 **/
#sidebar #menu ul{
	padding: 6px 2px;
}

#sidebar #menu li{
	border-bottom: 1px dotted #CCC;

}

#sidebar #menu li.widget{
	border-bottom: none;
}

/** サイドメニューのサイト内検索 **/
#sidebar #SearchForm {
}

#sidebar #SearchForm #searchform #s {
	margin: 10px 0px 0px 2px;
}

#sidebar #SearchForm #searchform #searchsubmit {
	margin-left: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sidebar #SearchForm p {
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

/** サイドメニューのリンク **/
#sidebar a img {
	margin-top: 5px;
}

/* サイドバー中の各サブタイトル */
#sidebar #menu h2 {
	background: url(./images/sidetitle.png) no-repeat scroll 0 0 transparent;
	padding-left: 15px;
	line-height: 31px;
	font-weight:bold;
}


/* メインメニュー */
#mainmenu {
	width: 724px;
	float: right;
}

/* タイトル */
#mainmenu h2 {
	clear:both;
	background: url(./images/posttitle.png) no-repeat scroll 0 0 transparent;
	font-size: 108%;
	padding-left:10px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 15px;
	line-height:37px;
}


/* 本文 */
#mainmenu .post-content {
	margin-bottom: 20px;
	overflow:hidden;
}

#mainmenu .post-content h3 {
	font-weight: bold;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

/* h3 archive */
#mainmenu .post-content #archive h3{
	border-bottom: none;
	padding:0;
	height:28px;
	text-indent:-5000px;
	background: url(/tech/img/h3_archive.gif) no-repeat;
	}
#mainmenu .post-content #archive h3.h3Winarc{
	background-position:0 0;
	}
#mainmenu .post-content #archive h3.h3Macarc{
	background-position:0 -28px;
	}

/* h3 appFont */
#mainmenu .post-content #appFont h3{
	border-bottom: none;
	padding:0;
	height:28px;
	text-indent:-5000px;
	background: url(/tech/img/h3_app_font.gif) no-repeat;
	}
#mainmenu .post-content #appFont h3.h3Mac{
	background-position:0 0;
	}
#mainmenu .post-content #appFont h3.h3Win{
	background-position:0 -28px;
	}
#mainmenu .post-content #appFont h3.h3Office{
	background-position:0 -56px;
	}
#mainmenu .post-content #appFont h3.h3Pdf{
	background-position:0 -84px;
	}
#mainmenu .post-content #appFont h3.h3Screen{
	background-position:0 -112px;
	}
	

#mainmenu .post-content h4{
	font-weight:bold;
	margin-bottom:8px;
	}

#mainmenu .post-content h3, h4{
	clear:both;
	}

#mainmenu .post-content h4.h4check {
	background: url("/tech/img/icon_check.gif") no-repeat scroll 0 4px transparent;
	padding-left: 18px;
}

#mainmenu .post-content p {
	margin-bottom: 20px;
}

#mainmenu .post-content .note {
	padding-left: 1em;
	text-indent: -1em;
}

#mainmenu .post-content .caution {
	background: url("/tech/img/caution.png") no-repeat scroll 0 0px transparent;
	padding-left: 26px;
//	line-height:23px;
}

/* img */
#mainmenu .post-content img {
	padding:0 0 0 20px;
	}
#mainmenu .post-content img.noindent {
	padding:0px;
	}
#mainmenu .post-content img.iconimage {
	padding:0 6px 0 0;
	vertical-align:middle;
	}

/* table */
#mainmenu .post-content table {
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 0 auto 20px;
	width: 100%;
}

#mainmenu .post-content table thead th {
    font-weight: bold;
    text-align: center;
    background: url("/tech/img/bg_thead_th.gif") repeat-x scroll 0 0 #FFF2E8;
}

#mainmenu .post-content table tbody th {
	background: url("/tech/img/bg_tbody_th.gif") repeat-x scroll 0 0 #F3F3F3;
	width: 120px;
}

#mainmenu .post-content table th {
    background-color: #EEEEEE;
    font-style: normal;
}

#mainmenu .post-content table th, td {
    border: 1px solid #CCCCCC;
    padding: 5px;
}

#mainmenu .post-content table.andnote {
    margin-bottom: 10px;
}

#mainmenu .post-content table.tdcenter {
    text-align: center;
}

#mainmenu .post-content .section {
    border: 2px solid #FED7B4;
    margin-bottom: 15px;
    padding: 20px 20px 0;
    display: block;
}

#mainmenu .post-content .floatclear{
	clear:both;
	}
	
#mainmenu .post-content .rightBox {
	float: right;
}

#mainmenu .post-content .techimg{
	float:left;
	margin-bottom:20px;
	width:80px;
	}

#mainmenu .post-content .techcontents{
	float:left;
	margin-bottom:20px;
	}
	
#mainmenu .post-content .kakou{
	float:left;
	margin-bottom:20px;
	width:300px;
	}

#mainmenu .post-content a {
	text-decoration: none;
}

#mainmenu .post-content ul {
}

#mainmenu .post-content ul.disc {
	list-style: disc outside none;
	margin-Bottom: 20px;
	padding-left: 2.5em;
}

#mainmenu .post-content ul.leftpad {
	padding-left: 1em;
}


#mainmenu .post-content ul.note {
	margin-Bottom: 20px;
}

#mainmenu .post-content ol {
}

#mainmenu .post-content ol.decimal {
	list-style: decimal outside none;
	margin-bottom: 1em;
	padding-left: 2.5em;
}

#mainmenu .post-content li{
}

#mainmenu .post-content li.techlist{
	background:url("/tech/img/list_b.gif") no-repeat 0px 50%;
	list-style-type:none;
	padding-left:13px;
}

#mainmenu .post-content li.techlist a{
	font-weight:bold;
}

#mainmenu .post-content li.techlist2 {
    background: url("/tech/img/list_b.gif") no-repeat 0px 50%;
    list-style-type: none;
    padding-left: 13px;
}

#mainmenu .post-content strong {
	font-weight: bold;
}

#mainmenu .post-content .bold {
	font-weight: bold;
}

#mainmenu .post-content em {
	font-weight: bold;
}

#mainmenu .post-content .red {
	color:#C00;
}

#mainmenu .post-content .grayBox {
    background: none repeat scroll 0 0 #EEEEEE;
    margin-bottom: 20px;
    padding: 10px;
}
/*
#mainmenu .post-content .grayBox p {
    margin-bottom: 0;
}*/

#mainmenu .post-content .mb20 {
    margin-bottom: 20px !important;
}
#mainmenu .post-content .leftBox {
    float: left;
}


/** 投稿の下部のカテゴリとタグの表示 **/
#mainmenu .post-terms {
	clear:both;
	font-size:86%;
	border-top: 1px dotted #CCC;
}

#mainmenu .post-terms ul {
	float: left;
	margin-right: 5px;
	margin-bottom: 30px;
}

#mainmenu .post-terms li {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainmenu .post-terms-after {
	clear: both;
}


/* フッター */
#foot{
	height: 70px;
	clear: both;
	border-top: 2px solid #06C;
	text-align: center;
	font-size:12px;
	padding-top: 10px;
}
#foot p{
	padding-bottom: 10px;
}

/* 網点とモアレ
-----------------------------------------------------------------------------  */
#mainmenu .post-content #pixelDot {
	margin-left:20px;
	height:420px;
}
#mainmenu .post-content #pixelDot img {
	padding:0;
}
#mainmenu .post-content #pixelDot a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


/* SNS */
#socialBookmark {
    border-top: 1px dashed #ccc;
    clear: both;
    margin: 20px 0 10px;
    overflow: hidden;
    padding-top: 10px;
}
#socialBookmark ul li {
    display: block;
    float: left;
    margin-right: 20px;
}