@charset "utf-8";
/* CSS Document */

/*
Theme Name: Portfolioblog
Description:Portfolioblog
Auther: Y.Enomoto
*/

/* blog 部分css */
@import url("css/index.css");

/* 
	Portfolio site E　共通ＣＳＳ

	2011.07.22 :初版 Y.Enomoto
*/

/* [---------------default---------------] */

/* リセット */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
table,
th,
td,
span,
noscript,
a {
	margin:0px;
	padding:0px;
}

/*　ロールバー対策 IE6だけに適用　*/
*html body { 
	overflow-y:auto;
}

/*　ロールバー対策 IE7だけに適用　*/
*+html body {
	overflow-y:auto;
}

/* ロールバー対策 ie以外 */
html {
	background:#000000;
	overflow-y:scroll; 
}

/* body */
body {
	margin:0 auto;
	width:800px;
	line-height:1.5;
	color:#000000;
	background-color:#ffffff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

/* リスト（ul)マージンリセット */
ul {
	padding:0px 0px 0px 0px; /* FireFoxとIEでulの余白の解釈が異なるため、上下左右を0pxで調整 */
}

/* リストスタイル */
li {
	list-style-type: none;
}

/* img */
img {
	border:0;
	vertical-align:bottom;
}

/* リンク */
a {
	color:#ff5326;
}

/* 未訪問リンク */
a:link {
	color:#4c4c4c;
	text-decoration:none;
}

/* 訪問済みリンク */
a:visited {
	color:#4c4c4c;
	text-decoration:none;
}

/* 注意文言強調 */
.com_atn_words_red {
	color:#ff0000;
}

/* blog全体 */
#com_wrapper {
	padding:20px 0px 20px 0px;
	background:#ffffff;
}

/* clearfix */
.com_clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.com_clearfix { 
	zoom: 1;
}

/* ヘッダー部 */
/* index.phpに定義 */
#com_header {
	margin:0px 20px 32px 20px;
	width:760px;
	height:158px;
}

#com_header h1 {
	margin:0;
	padding:44px 0px 44px 20px;
	font-family:"Trebuchet MS";
	font-weight:normal;
	font-size:32px;
	letter-spacing:0.01em;
	text-indent:-9999px;
}

/* コンテンツ部 */
#com_content {
	padding:0px 0px 30px 20px;
	float:left;
	width:476px;

}

/* サイドバー */
#com_sidebar {
	padding:0px 20px 30px 0px;
	float:right;
	width:244px;

}
/* サイドバー関係 */
#com_sidebar li h2 {
	margin:0px 0px 12px 0px;
	color:#ffffff;
	background:#59a8ea;
	width:244px;
	height:29px;
	font-size:18px;
	font-weight:normal;
	font-family:"Trebuchet MS";
	text-align:center;
}

/* categoryなど */
#com_sidebar li ul {
	margin:0px 0px 10px 20px;
}

/* categoryなど */
#com_sidebar li ul li {
	padding:0px 0px 6px 20px;
	background:url(images/png/ico_circle_59a8ea.png) no-repeat left 2px;
}

#com_sidebar li ul li a:hover {
	color:#4c4c4c;
	text-decoration:underline;

}
/* Calender */
#com_sidebar li#calendar-3 #calendar_wrap table {
	margin:0px 18px 20px 18px;
	width:204px;
}

#com_sidebar li#calendar-3 table {
	border-collapse:collapse;
}


#com_sidebar li#calendar-3 table tr th {
	border-bottom:solid 1px #4c4c4c;
	font-weight:normal;
}

#com_sidebar li#calendar-3 table tr td {
	padding:3px 0px 3px 0px;
	text-align:center;
}

/* calender記事存在部分 リンク */
#com_sidebar li#calendar-3 table tr td a {
	color:#ff871b;
	text-decoration:underline;
}

/* Calender月移動リンク */
#com_sidebar li#calendar-3 table tr td#prev {
	padding-top:5px;
}

#com_sidebar li#calendar-3 table tr td#prev a {
	color:#4c4c4c;
	text-decoration:none;
}

#com_sidebar li#calendar-3 table tr td#prev a:hover {
	color:#4c4c4c;
	text-decoration:underline;
}

#com_sidebar li#calendar-3 table tr td#next a {
	color:#4c4c4c;
	text-decoration:none;
}

#com_sidebar li#calendar-3 table tr td#next a:hover {
	color:#4c4c4c;
	text-decoration:underline;
}


/* [--------------フッタ部---------------] */
/* フッタ部 */
/* padding-top bottomは本来ならば20pxであるが、Line-heightのからみでこうなっている。*/
#com_footer {
	padding:15px 0px 15px 0px;
	margin:0px 20px 0px 20px;
	border-top:solid 5px #4c4c4c;
	clear:both;
	width:760px;
	color:#000000;
	font-size:12px;
	font-family:"Trebuchet MS";
}

/* 著作権表示 */
#com_copyright {
	float:left;
	width:536px;
	text-align:right;
}

/* wordpress ロゴ */
#com_wordpress_writes {
	padding:0px 10px 0px 0px;
	float:right;
	color:#000000;
}

#com_wordpress_writes img {
	vertical-align:middle;
	margin:0px 5px 0px 0px;
}

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

#com_wordpress_writes a:hover {
	color:#000000;
	text-decoration:underline;
}
