/*
Theme Name: ITCP
Theme URI: http://itcp.jp/
Description: Simple, 2 column, right sidebar, widget-ready Wordpress theme. 
Author: Daigo Nishine
Version: 1.0
*/


/*-----------------------------------------------------------   全体 */
/* Basics */

* { padding: 0; margin: 0; }

@media screen {

body {
	height: 100%;
	background: transparent url(images/body_bg.jpg) repeat-x;
	}

body, td, th, div, input
 {
	font-family: verdana, arial, helvetica, 
	 "ＭＳ Ｐゴシック", "Osaka",
	 Sans-Serif;
	font-size : 12px;
	line-height : 1.5;
	}

body, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dd {
	margin: 0;
	padding: 0;
	}

blockquote, li, dy, dd {
	margin-left: 1em;
	}

ul, li {
	line-height: 1.5;
	}

/* Container */
div#contents_container {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	}

div#body_bg1 {
	background: transparent url(images/contents_bg2.jpg) repeat-y;
	margin: 0;
	}

div#body_bg2 {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 35px;
	background: url(images/contents_bg1.jpg) no-repeat;
	margin: 0;
	overflow: hidden;
	}

* html div#body_bg2 { /* IE hack */
    height: 1%
	}

div#content {
	width: 646px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	}

div#sidebar {
	width: 214px;
	float: right;
	}

a:link{
	color:#003388;
	text-decoration:none;
	}

a:visited{
	color:#003388;
	text-decoration:none;
	}

a:hover{
	color:#3399FF;
	text-decoration:underline;
	}

img {
	padding: 0;
	border: none;
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	}

img.right {
	padding: 0 0 12px 12px;
	background: #fff;
	margin: 10px;
	float: right;
	}

img.left {
	padding: 0 12px 12px 0;
	float: left;
	}
  

/* Links */

code {
	background-color: #F7F7F7;
	padding: 4px;
	color: #797979; 
	overflow: hidden;
	}
	
blockquote {
	color: #000; 
	margin: 0 30px 2px 30px; 
	border-left: 1px dotted #989898;
	background: #fff;
	padding: 0 10px 0 10px;
	}
	
	
/* Header */
/*--------------------------------------------------------------- ヘッダー */

div#header {
	background: #fff url(images/itcp_logo.gif) top left no-repeat;
	overflow: hidden;
	height: 50px;
	margin-bottom: 20px;
	}

#header #title {
	width: 200px;
	float: left;

	}

#header #description {
	width: 600px;
	height: 50px;
	float: right;
	text-align: right;
	}

#header h2 {
	font-size: 14px;
	line-height: 50px;
	padding-right: 15px;
	}

/* Navigation */
/*--------------------------------------------------------------- メニュー */
#nav_container {
	background: transparent url(images/dotline_h.gif) repeat-x top;
	padding: 0 5px 0 5px;
	}

#nav {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 1;
	height: 35px;
	background: transparent url(images/dotline_h.gif) repeat-x bottom;
	}

#nav ul {
	margin: 0pt;
	padding: 0pt;
	}

#nav li { /* all list items */
	float: left;
	line-height: 35px;
	margin: 0pt;
	list-style: none;
	}

#nav a {
	padding: 0 20px 0 20px;
	display: block;
	text-decoration: none;
	background: url(images/icon_arrow.gif) no-repeat center left;
	}

#nav a:hover {
	color: #797979;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin: 0;
	padding: 0;
	width: 150px;
	}

#nav li ul li {
	line-height: 2;
	}

#nav li:hover ul, #nav li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
	background: url(images/second_menu_bg.png);
	_background-color: #FFFFFF;
	filter: alpha(opacity=90);
	border-right: 1px solid #727272;
	border-bottom: 1px solid #727272;
	}

#nav li ul a {
	padding: 0 9px 0 18px;
	display: block;
	width: 123px;
	background: url(images/icon_arrow.gif) no-repeat center left;
	}

#nav li ul a:hover {
	background: #DEDEDE;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}



/* Sidebar */
/* ------------------------------------------------------------- サイドバー */
div#sidebar {
	margin-top: 1em;
	}

#sidebar h2 {
	display: block;
	height: 43px;
	margin: 0;
	background: url(images/heading_category.jpg) no-repeat;
	padding-top: 13px;
	padding-left: 40px;
	font-weight: normal;
	font-size: 120%;
	margin-top: 1em;
	}

#sidebar form {
	text-align: center;
	margin: 0;
	}

#sidebar form imput {
	width: 80%;
	}

#sidebar  li {
	padding-left: 18px;
	background: url(images/icon_arrow.gif) no-repeat center left;
	line-height: 2;
	list-style: none;
	}




#sidebar.categories li:hover { 
	margin: 0;
	line-height: 14pt; 
	padding: 0;
	}

#sidebar .recentcomments {
	padding: 0;
	}
	
#sidebar .recentcomments a{
	}
	
#sidebar p{
	padding: 12px;
	}
	
#sidebar .textwidget{
	padding: 12px;
	}
	
#sidebar .ctc {
	padding: 12px;
	border-right: 1px solid #F0F0F0;
	}

	
/* Calendar Widget */

#calendar_wrap {
	font-family: verdana, arial, times;
	font-size: 10pt;
	background-color: #fff;
	padding:12px;
	color: #313131;
	}

#wp-calendar {
	margin: 0 auto;
	text-align: left;
	}
	
#wp-calendar a{ 
	margin: 0;
	padding: 0;
	}


/* RSS Widget */

.rsswidget img {
	display: none;
	}

#sidebar h2 a.rsswidget{
	padding: 0;
	margin: 0;
	text-decoration: none;
	}

#sidebar h2 a.rsswidget a:hover{
	color:  #797979;
	text-decoration: none;
	}



/* Page - Post Formatting */

#content {
	width: 640px;
	float: right;
	color: #000;
	padding: 20px;
	text-align: justify;
	}

.post {
	margin-bottom: 20px;
	}

.post strong {
	color:#4D4D4D;
	}

.post p {
	margin-bottom: 15px;
	line-height: 1.6em;
	font-size: 10pt;
	text-align: left;
	}

.post p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	}

.post p a:hover {
	border-bottom: 1px solid #999898;
	text-decoration: none;
	background-color: #f5f5dc;
	}

.post p.center {
	text-align: center;
	}

.post ul{
	margin: 0px 0px 0px 30px;
	padding: 0;
	font-family: verdana, arial, times;
	font-size: 10pt;
	}

.post ol{
	margin: 0px 0px 0px 30px;
	padding: 0;
	font-family: verdana, arial, times;
	font-size: 10pt;
	}

.post ul li{
	font-family: verdana, arial, times;
	font-size: 10pt;
	list-style-type: square;
	list-style-position: inside;
	line-height: 13pt;
	}
  
.post ul ul{margin:0 0 0 30px; padding:0;}

.postmetadata {
	background: #F5F5F5;
	padding: 3px 3px 3px 6px;
	font-family: verdana, arial, times;
	font-size: 8pt;
	border-left: 1px solid #989898;
	}
  
.postmetadata p {
	font-family: verdana, arial, times;
	font-size: 8pt;
	}

.postmetadata a {
	border-bottom: none;
	font-size: 8pt;
	}

.postmetadata a:hover {
	border-bottom: none;
	} 

.small {
	font-size: 7pt;
	}


.alignright a{
	color: #00008B;
	float: right;
	}

.alignleft a{
	color: #00008B;
	float: left
	}

  
/* ---------------------------------------------------------- コンテンツ　*/
div#content {
	clear: both;
	margin-top: 1em;
}

#content h2, .post h1 {
	font-size: 150%;
	font-weight: bolder;
	background: url(images/heading_arrow.gif) no-repeat left bottom;
	line-height: 40px;
	padding-left: 50px;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #747474;
}

#content #backentry li {
	padding-left: 18px;
	background: url(images/icon_arrow.gif) no-repeat center left;
	line-height: 2;
	list-style: none;
}

/* ----------------------------------------------------- 投稿 */
.post h1 {
	margin-bottom: 0;
}

.post h4.date {
	text-align: right;
	font-size: 11px;
}

.post table {
	width: 100%;
	border: 0px;
	border-collapse:collapse;
	border-spacing: 0px;
}

.post th {
	text-align: left;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	background: url(images/dotline_h.gif) repeat-x bottom top;
}

.post td {
	padding: 5px 5px 5px 5px;
	background: url(images/dotline_h.gif) repeat-x bottom;
}

.post p {
	margin: 5px 3px 5px 3px;
}

.post blockquote {
	margin: 0;
	padding: 2em;
	border: 1px solid #848484;
}


/* Search */

#searchform{
	padding: 8px;
	font-family: verdana, arial, times;
	background: #fff;
	border-right: 1px solid #E3E3E3;
}

#searchform input#s{
	width: 70%;
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	border: 1px solid #B7B7B7;}

#searchform input#searchsubmit{
	width: 24%;
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
}

/* Comments */

.comment{margin-top: 22px;}
.comment p{font-size: 8pt}

h3 {
	font-size: 12pt;
	letter-spacing: -1px;
	text-align: left;
	font-weight: normal;
	margin: 30px 0 8px 0;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4\20Pro\20W3", "\30e1\30a4\30ea\30aa", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Osaka", verdana, arial, sans-serif;
	color: #4B4B4B;
  }
  
  
#commentform input, #commentform textarea {
	font: 8pt Verdana, Arial, Sans-Serif;
	border: 1px solid #818181;
	background-color: #fff;
	padding: 4px;
	}

.commentlist li {
  font: 8pt Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
	}

.commentlist p {
	line-height: 13pt;
	padding: 8px;
	font-weight: 300;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
.alt {
	margin: 0;
	padding: 22px 14px 22px 14px;
	background: #F7F7F7;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 0 0;
	padding: 5px 10px 0 0;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	

/* Footer */
/* --------------------------------------------------------------- フッター */
div#footer {
	background: transparent url(images/footer_bg.jpg) bottom;
	padding-left: 20px;
	padding-right: 25px;
	height: 75px;
	overflow: hidden;
}

#footer #footer_content {
	padding-top: 30px;
}

#footer .left {
	width: 60%;
	float: left;
	font-size: 9px;
}

#footer .right {
	width: 39%;
	float: right;
	text-align: right;
	font-size: 9px;
}


/* ----------------------------------------------------------- トップページイメージ */
div#index_image {
	background: White url(images/index_image.jpg) no-repeat;
	height: 368px;
	width: 646px;
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
}

#index_image #copy1 {
	background: url(images/index_image_copy1.gif) no-repeat;
	width: 614px;
	height: 28px;
	position: absolute;
	top: 10px;
	left: 14px;
}

#index_image #copy2 {
	background: url(images/index_image_copy2.gif) no-repeat;
	width: 614px;
	height: 28px;
	position: absolute;
	top: 335px;
	left: 14px;
}



}

@media print {
body {font-size: 12pt;color: #000000;background-color: #FFFFFF;line-height:18pt;letter-spacing: 1px;


}
a:link,
a:visited {text-decoration: underline;color: #000000;}
img {border: 0;}
#nav {display:none;}
#header {display:none;}
#searchform {display:none;}
#sidebar {display:none;}
#footer {font-size: 8pt;}
#footer .right {display:none;border-top: 20px solid #36648B;}
.post h1 { font-family: palatino linotype, Lucida, Arial, sans-serif;

	padding-top: 50px;
	text-decoration: underline bold;
	font-family: font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
	font-size: 14pt;
	letter-spacing: -1px;
	text-align: left;
	margin-bottom: 8px;
	}
blockquote {
	color: #000; 
	margin: 0 30px 2px 30px; 
	border-left: 1px dotted #989898;
	background: #fff;
	padding: 0 10px 0 10px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4\20Pro\20W3", "\30e1\30a4\30ea\30aa", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Osaka", verdana, arial, sans-serif;
  }

.post table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 95%;
	margin: 0 0 10px 10px;
	padding: 2px;
	border: 1px solid #333333;
}
.post td,tr,th,tr {
	border: 1px solid #333333;
	border-collapse: collapse;
	border-spacing: 0;
	line-height:13pt;
	padding: 3px;font-size: 90%;
}


}